Metadata-Version: 2.1
Name: junior
Version: 0.3.0
Summary: A full stack web framework, powered by Flask.
Home-page: https://gitlab.com/chriswhalen/junior
Author: Chris Whalen
Author-email: chris@chriswhalen.ca
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: autopep8 (~=1.5)
Requires-Dist: bcrypt (~=3.1)
Requires-Dist: celery (~=4.4)
Requires-Dist: flask (~=1.1)
Requires-Dist: flask-alembic (~=2.0)
Requires-Dist: flask-assets (~=0.12)
Requires-Dist: flask-babel (~=1.0)
Requires-Dist: flask-caching (~=1.9)
Requires-Dist: flask-marshmallow (~=0.12)
Requires-Dist: flask-restful (~=0.3)
Requires-Dist: flask-socketio (~=4.3)
Requires-Dist: flask-sqlalchemy (~=2.4)
Requires-Dist: gunicorn (~=20.0)
Requires-Dist: hamlish-jinja (~=0.3)
Requires-Dist: konch (~=4.2)
Requires-Dist: marshmallow (~=3.6)
Requires-Dist: marshmallow-sqlalchemy (~=0.23)
Requires-Dist: munch (~=2.3)
Requires-Dist: mysqlclient (~=1.4)
Requires-Dist: psycopg2 (~=2.8)
Requires-Dist: pyyaml (~=5.3)
Requires-Dist: readline (~=6.2)
Requires-Dist: sqlalchemy (~=1.3)
Requires-Dist: sqlalchemy-migrate (~=0.13)
Requires-Dist: toml (~=0.10)
Requires-Dist: webassets (~=2.0)


junior
------

A full stack web framework, powered by [Flask]( https://flask.palletsprojects.com ).

Copyright © 2020, 2021
Chris Whalen <chris@chriswhalen.ca>

This software is offered under the [MIT License]( ./LICENSE ).


