This file was generated automatically
A skeleton Flask app was automatically configured by pyreleaser_io for:
- A large application, based on https://flask.palletsprojects.com/en/1.1.x/patterns/packages/#larger-applications
- pytest unit testing, based on https://www.patricksoftwareblog.com/testing-a-flask-application-using-pytest/
uwsgi
support based on https://flask.palletsprojects.com/en/1.1.x/deploying/uwsgi/
FLASK_APP=artifactory_cloud_proxy pipenv run flask run
pipenv run uwsgi -s /tmp/artifactory_cloud_proxy.sock --manage-script-name --mount /artifactory_cloud_proxy=artifactory_cloud_proxy:app
Reference: https://flask.palletsprojects.com/en/1.1.x/deploying/uwsgi/
Approach based on:
FLASK_APP=artifactory_cloud_proxy pipenv run pytest
pipenv shell