Metadata-Version: 2.4
Name: basingse
Version: 0.5.0
Summary: Opinionated Authentication for Flask Apps
Project-URL: Repository, https://github.com/alexrudy/basingse
Author-email: Alex Rudy <opensource@alexrudy.net>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: attrs
Requires-Dist: bootlace>=0.3.0
Requires-Dist: dominate
Requires-Dist: flask!=3.0.1,>=2
Requires-Dist: flask-alembic
Requires-Dist: flask-attachments
Requires-Dist: flask-bcrypt
Requires-Dist: flask-login
Requires-Dist: flask-socketio
Requires-Dist: flask-wtf
Requires-Dist: httpx
Requires-Dist: humanize
Requires-Dist: itsdangerous
Requires-Dist: markdown-it-py[plugins]
Requires-Dist: marshmallow
Requires-Dist: marshmallow-dataclass
Requires-Dist: pytz
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: structlog
Requires-Dist: svcs
Requires-Dist: wtforms-sqlalchemy
Requires-Dist: wtforms[email]
Description-Content-Type: text/markdown

# Ba Sing Se


[![PyPI](https://img.shields.io/pypi/v/basingse.svg)](https://pypi.python.org/pypi/basingse)

[![Tests](https://github.com/alexrudy/basingse/workflows/Tests/badge.svg)](https://github.com/alexrudy/basingse/workflows/Tests/)

This is a collection of tools and utilities to use as a base for Flask applications with SQLAlchemy - it helps to not
have to repeat these patterns every time I want to work.


* Free software: BSD license
