Metadata-Version: 2.1
Name: fbsak
Version: 0.9.2
Summary: flipbit03's Swiss Army Knife
Home-page: https://github.com/flipbit03/fbsak
Author: flipbit03
Author-email: cadu.coelho@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aniso8601 (==7.0.0)
Requires-Dist: click (==7.0)
Requires-Dist: flask (==1.1.1)
Requires-Dist: flask-graphql (==2.0.1)
Requires-Dist: graphene (==2.1.8)
Requires-Dist: graphene-sqlalchemy (==2.2.2)
Requires-Dist: graphql-core (==2.3.1)
Requires-Dist: graphql-relay (==2.0.1)
Requires-Dist: graphql-server-core (==1.2.0)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: jinja2 (==2.11.1)
Requires-Dist: markupsafe (==1.1.1)
Requires-Dist: promise (==2.3)
Requires-Dist: rx (==1.6.1)
Requires-Dist: singledispatch (==3.4.0.3)
Requires-Dist: six (==1.14.0)
Requires-Dist: sqlalchemy (==1.3.13)
Requires-Dist: werkzeug (==1.0.0)

# fbsak
flipbit03's Python Swiss Army Knife


##### build package after editing 
    python setup.py sdist bdist_wheel

##### upload it to PyPI
    twine upload -r pypi dist/*

