Please refer to requirements.txt
for list of requirements.
- Converting request to JSON
- Requests Logging
- Response headers
- Content Type
- Require HTTPS
- SQLAlchemy session management
- Internal Server Error
- RateLimiting
- Blacklisted IP
Clone this repository to your workspace and change directory to it.
Run dependencies using python3 -m pip install -r requirements.txt
If you are in need to use a proxy certificate run python3 -m pip install -r requirements.txt --cert <proxy-cert>
Then run python3 setup.py install
pip install camembert
Pypi page - Camembert
Please see Examples.md
for examples.