flask-pf-marshmallow-swagger

This is Problem Fighter Flask Marshmallow Swagger Extension


License
Apache-2.0
Install
pip install flask-pf-marshmallow-swagger==1.7

Documentation

Flask source extension installation

  • Install Mode, Change will not effect: python setup.py install

  • Development Mode, change effect immediately: python setup.py develop

Publish

If not installed then run below commands

pip install twine wheel
  • python setup.py sdist bdist_wheel

  • twine check dist/*

  • twine upload --repository-url https://test.pypi.org/legacy/ dist/* (Test)

  • twine upload dist/*