Metadata-Version: 2.0
Name: webstarts
Version: 2.6.0
Summary: Entry point for modern flask/gunicorn/sentry/celery web applications
Home-page: https://github.com/j-walker23/webstarts
Author: john
Author-email: john@chaosdevs.com
License: BSD
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Requires-Python: ~=3.6
Requires-Dist: click
Requires-Dist: celery (>=4.0.2)
Requires-Dist: colorama (>=0.3.9)
Requires-Dist: decorator (>=4.0.11)
Requires-Dist: flask (>=0.12.2)
Requires-Dist: flask-sqlalchemy (==2.2)
Requires-Dist: gevent (>=1.2.2)
Requires-Dist: gunicorn (>=19.7.1)
Requires-Dist: kids.cache (>=0.0.4)
Requires-Dist: raven[flask] (>=6.1.0)
Requires-Dist: requests (>=2.18.1)
Requires-Dist: sqlalchemy (>=1.1.11)
Requires-Dist: structlog (>=17.2.0)

Python entry point setup best practices for modern webapps


