Auto CRUD API generator using FastAPI
Project description
SmartAPI 🚀
Auto-generate CRUD APIs using FastAPI with minimal code.
Example
from autocrudify import APIBuilder
app = APIBuilder()
@app.model
class User:
name: str
age: int
app.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autocrudify-0.1.0.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autocrudify-0.1.0.tar.gz.
File metadata
- Download URL: autocrudify-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d675165a35b5b79541669150c8340b362bc81fd1cbdb6559e21fb63ccf15b885
|
|
| MD5 |
d6587205e2797f5d1c488689d17c986d
|
|
| BLAKE2b-256 |
c92fc0b2dd0e96124521fd92c8b763eabd6cb7c59bc03fed48ef879db1ba4a12
|
File details
Details for the file autocrudify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autocrudify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd1cc002a5104f01cf74299dfe09d246b45a3dc175559b0002c5df1aaddfb676
|
|
| MD5 |
6a5e1ded9a3d91a9ed01b62fa8ebef6c
|
|
| BLAKE2b-256 |
1251fc039417eed33ae1b03a73c6c2c22dd3881a10ff93d27fa094d15c06ee95
|