Flask-based webserver micro framework (Flask 2.x Fork)
Project description
microcosm-flask
Opinionated Flask services.
Conventions
- Classify API endpoints according to an enumerated set of operations with well-defined naming conventions
- Handle errors consistently using a top-level error and nested sub-errrors
- Handle UUIDs as route path keys
- Protect endpoints with basic auth
- Use HAL JSON links to related resources to each other
- Use Swagger to publish endpoints for interoperability
- Automate generation of endpoints according to conventions:
- A health check API endpoint exposes service health
- RESTful endpoints provide CRUD operations on resources
- RESTful endpoints allows one resource to be related to another
- API discovery endpoints allow resource data to be discovered/spidered
- Swagger endpoints allow endpoint integration to be automated
Setup
Create a virtualenv
mkvirtualenv microcosm-flask
Install dependencies
pip install -U -e .
Tests
Run the tests
python setup.py nosetests
Configuration
- The object graph's
debugandtestingflags are propagated to the Flask application
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
microcosm-flask2-4.0.0.tar.gz
(53.3 kB
view details)
File details
Details for the file microcosm-flask2-4.0.0.tar.gz.
File metadata
- Download URL: microcosm-flask2-4.0.0.tar.gz
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4676cc9a4ce3323cdfe2428e04331fadef329a29c27659dbbda9aeb7d84e8a
|
|
| MD5 |
3e95b9e1dc6ac7f85640d54aa908d95a
|
|
| BLAKE2b-256 |
786b198fcf3a41e95952bcf4e32d142a75c9c13885af8a4ed48ea30a486d4517
|