flask_api_example icon indicating copy to clipboard operation
flask_api_example copied to clipboard

A demonstration of best practices for a large Flask API project

Results 6 flask_api_example issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 0.1.0 to 0.5.1. Release notes Sourced from flask-restx's releases. 0.5.1 Bug Fixes Optimize email regex (#372) [kevinbackhouse] 0.5.0 Bug Fixes Fix Marshaled nested wildcard field with ordered=True...

dependencies

Got it working with Python `3.7.11`. I tried Python `3.8.10` and Python `3.9.6` and both did not work.

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Hi, When running the server, in either dev, test or prod mode, the printed environment mode in the stdout is "production". Below can be seen these logs : * Serving...