Provides the user with a Docker container, that exposes endpoints, which can be configured via json file.
Documentation on the Flask website
The file endpoints.json
is used to configure the server endpoints.
To learn more about the format of the configuration file, please take a look at Configuring the server endpoints
Also, the samples directory shows examples on how to configure and quickly use your own endpoint server.
This project uses a virtual environment for development.
More information can be found on the Flask installation website.
For testing, this project uses tox
. The tox.ini configures 2 environments: lint and py39.
To only run linting, use: tox -e lint
To only run the tests with pytest, use: tox -e py39
View the package flask-stub-server on pypi
The package can be installed by running:
pip install flask-stub-server
To upgrade the package, use:
pip install --upgrade flask-stub-server