ohmyapi 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ohmyapi
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations
5
5
  License-Expression: MIT
6
6
  Keywords: fastapi,tortoise,orm,pydantic,async,web-framework
@@ -30,6 +30,7 @@ Requires-Dist: python-multipart ; extra == "auth"
30
30
  Requires-Dist: tortoise-orm (>=0.25.1,<0.26.0)
31
31
  Requires-Dist: typer (>=0.19.1,<0.20.0)
32
32
  Requires-Dist: uvicorn (>=0.36.0,<0.37.0)
33
+ Project-URL: Repository, https://code.c-base.org/baccenfutter/ohmyapi
33
34
  Description-Content-Type: text/markdown
34
35
 
35
36
  # OhMyAPI
@@ -65,11 +66,11 @@ pipx install ohmyapi
65
66
 
66
67
  ## Docs
67
68
 
68
- See: `docs/`
69
+ See `docs/` or:
69
70
 
70
- - [Projects](docs/projects.md)
71
- - [Apps](docs/apps.md)
72
- - [Models](docs/models.md)
73
- - [Migrations](docs/migrations.md)
74
- - [Routes](docs/routes.md)
71
+ ```
72
+ poetry run mkdocs serve
73
+ ```
74
+
75
+ Go to: [http://localhost:8000/](http://localhost:8000/)
75
76
 
@@ -22,7 +22,7 @@ ohmyapi/db/exceptions.py,sha256=vb4IIUoeYAY6sK42zRtjMy-39IFVi_Qb6mWySTY0jYw,34
22
22
  ohmyapi/db/model/__init__.py,sha256=k3StTNuKatpwZo_Z5JBFa-927eJrzibFE8U4SA82asc,32
23
23
  ohmyapi/db/model/model.py,sha256=ui4g78c5xoS06Dj8Cdk7QgTjRnE68zKeL-AdmeYYPuQ,2776
24
24
  ohmyapi/router.py,sha256=5g0U59glu4hxxnIoTSFzb2S2offkOT3eE39aprzVxwo,83
25
- ohmyapi-0.2.2.dist-info/METADATA,sha256=73UvH4QOy4q4OgAom0k8d7dtSgeqYSG6VhYRGu0WXDA,2556
26
- ohmyapi-0.2.2.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
27
- ohmyapi-0.2.2.dist-info/entry_points.txt,sha256=wb3lw8-meAlpiv1mqcQ3m25ukL7djagU_w89GkrC37k,43
28
- ohmyapi-0.2.2.dist-info/RECORD,,
25
+ ohmyapi-0.2.3.dist-info/METADATA,sha256=RwdNl_tbHfK7TWcb5tqp2Yb9RSbtHiQDb2gD1scd_ng,2575
26
+ ohmyapi-0.2.3.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
27
+ ohmyapi-0.2.3.dist-info/entry_points.txt,sha256=wb3lw8-meAlpiv1mqcQ3m25ukL7djagU_w89GkrC37k,43
28
+ ohmyapi-0.2.3.dist-info/RECORD,,