Initial commit

This commit is contained in:
2024-07-08 19:44:51 +01:00
commit 7dd401c232
9 changed files with 1860 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# pydantic-spaceapi
A collection of [Pydantic](https://docs.pydantic.dev) models representing the common formats of the [SpaceAPI spec](https://spaceapi.io).
Originally developed as part of [Leigh Hackspace's Hackspace-API](https://github.com/leigh-hackspace/hackspace-api), but forked off into a separate repository for further development.