Pre-release
This release is a pre-release and may not be stable for production use.
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
Release files for microcosm-flask 0.2708.dev2708
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| microcosm-flask-0.2708.dev2708.tar.gz | 47.5 kB | Details |
Release files / microcosm-flask-0.2708.dev2708.tar.gz
| Download URL | microcosm-flask-0.2708.dev2708.tar.gz |
|---|---|
| Size | 47.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2688c90b5aedde111d6dd6a04246154e4232e0650d48a91955edd2560f4aa882
|
|
BLAKE2b-256 checksum How to use checksums |
69b01424d0f8626a7f2d276fe2e63966c330b1d47476c7127314f679ff45d94d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.7.4
|