Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fillmula/jsonclasses-server
JSONClasses Server Integration.
https://github.com/fillmula/jsonclasses-server
Last synced: 22 days ago
JSON representation
JSONClasses Server Integration.
- Host: GitHub
- URL: https://github.com/fillmula/jsonclasses-server
- Owner: fillmula
- License: mit
- Created: 2021-09-06T05:33:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T09:54:32.000Z (almost 3 years ago)
- Last Synced: 2024-12-19T15:29:05.113Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSONClasses Server
==================Server integration for JSONClasses.
## Supported Servers
### Flask 2
```python
from jsonclasses_server import create_flask_server
```### FastAPI
```python
from jsonclasses_server import create_fastapi_server
```