Metadata-Version: 2.1
Name: flask-api-tools
Version: 0.0.1
Summary: Tooling to assist with building Flask APIs
Home-page: https://github.com/ScholarPack/flask-api-tools
Author: ScholarPack
Author-email: dev@scholarpack.com
License: UNKNOWN
Description: # Flask API Tools
        Utilities for building, running, and maintaining Python APIs with Flask and 
        associated Flask extensions.
        
        ```python
        app_ = Flask(__name__)
        r = RedisLimiter(app=app_, storage_uri="redis://localhost:6379")
        print(r.check())
        ```
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
