Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page