No project description provided
Project description
Flaskinator
Library to simply generate ready to use APIs and response models for Flask ecosystem
For installation:
pip install flaskinator
Usage:
from flaskinator import FlaskApiGenerator
api_generator = FlaskApiGenerator()
#filename => controller file name which should contain all the APIs
#fileLocation => The directory where the controller file and the modules should be stored
#apis => List of the APIs to be generated. For more reference see the 'samples' folder
api_generator.createControllerFile(filename, fileLocation, apis)
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
flaskinator-0.1.3.tar.gz
(1.8 kB
view details)
File details
Details for the file flaskinator-0.1.3.tar.gz.
File metadata
- Download URL: flaskinator-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23aa902d63fdd960e72fbea6adb839083033edafd017ca08bdf410f147b02cae
|
|
| MD5 |
9fe1ae022382ab9143dee1352deb42eb
|
|
| BLAKE2b-256 |
977a05347b447c012af877caea13c9296eea14a0a35fca41a3c6bd4ec48d3b58
|