Metadata-Version: 2.1
Name: junior
Version: 0.5.0
Summary: A full stack web framework, powered by Flask.
Home-page: https://itsjunior.com
Author: Chris Whalen
Author-email: chris@chriswhalen.ca
Maintainer: Chris Whalen
Maintainer-email: chris@chriswhalen.ca
License: MIT
Project-URL: Documentation, https://itsjunior.readthedocs.io
Project-URL: Source, https://github.com/chriswhalen/junior
Project-URL: Issues, https://github.com/chriswhalen/junior/issues
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: alembic (==1.6.5)
Requires-Dist: amqp (==5.0.6)
Requires-Dist: autopep8 (==1.5.7)
Requires-Dist: bcrypt (==3.2.0)
Requires-Dist: celery (==5.1.0)
Requires-Dist: cffi (==1.14.5)
Requires-Dist: click (==7.1.2)
Requires-Dist: flask (==2.0.1)
Requires-Dist: flask-alembic (==2.0.1)
Requires-Dist: flask-assets (==2.0)
Requires-Dist: flask-babel (==2.0.0)
Requires-Dist: flask-caching (==1.10.1)
Requires-Dist: flask-mailman (==0.2.3)
Requires-Dist: flask-marshmallow (==0.14.0)
Requires-Dist: flask-restful (==0.3.9)
Requires-Dist: flask-socketio (==5.0.3)
Requires-Dist: flask-sqlalchemy (==2.5.1)
Requires-Dist: gunicorn (==20.1.0)
Requires-Dist: hamlish-jinja (==0.3.3)
Requires-Dist: itsdangerous (==2.0.1)
Requires-Dist: jinja2 (==3.0.1)
Requires-Dist: konch (==4.3.0)
Requires-Dist: mako (==1.1.4)
Requires-Dist: marshmallow (==3.12.1)
Requires-Dist: marshmallow-sqlalchemy (==0.26.0)
Requires-Dist: munch (==2.5.0)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-editor (==1.0.4)
Requires-Dist: python-engineio (==4.2.0)
Requires-Dist: pyyaml (==5.4.1)
Requires-Dist: readline (==6.2.4.1)
Requires-Dist: sqlalchemy (==1.4.15)
Requires-Dist: sqlalchemy-migrate (==0.13.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: webassets (==2.0)
Requires-Dist: whitenoise (==5.2.0)
Provides-Extra: mysql
Requires-Dist: mysqlclient (==2.0.3) ; extra == 'mysql'
Provides-Extra: postgres
Requires-Dist: psycopg2 (==2.8.6) ; extra == 'postgres'


junior
======

[![test](https://github.com/chriswhalen/junior/actions/workflows/test.yml/badge.svg)](https://github.com/chriswhalen/junior/actions/workflows/test.yml)
[![analyze](https://github.com/chriswhalen/junior/actions/workflows/analyze.yml/badge.svg)](https://github.com/chriswhalen/junior/actions/workflows/analyze.yml)
[![docs](https://readthedocs.org/projects/itsjunior/badge/?version=latest)](https://itsjunior.readthedocs.io/en/latest/?badge=latest)

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.md ).


