Metadata-Version: 2.1
Name: bookserver
Version: 1.1.17
Summary: A new Runestone Server Framework
License: MIT
Author: Brad Miller
Author-email: bonelake@mac.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (<3.1.0)
Requires-Dist: SQLAlchemy (>=1.0.0,<2.0.0)
Requires-Dist: aiofiles (>=0.8.0,<0.9.0)
Requires-Dist: aioredis (>=2.0.0,<3.0.0)
Requires-Dist: aiosqlite (>=0.17.0,<0.18.0)
Requires-Dist: alembic (>=1.0.0,<2.0.0)
Requires-Dist: async-timeout (>=3.0.0,<4.0.0)
Requires-Dist: asyncpg (>=0.24.0,<0.25.0)
Requires-Dist: bleach (>=4.0.0,<5.0.0)
Requires-Dist: celery[redis] (>=5.0.0,<6.0.0)
Requires-Dist: fastapi (>=0.68.0,<0.69.0)
Requires-Dist: fastapi-login (>=1.7.0,<2.0.0)
Requires-Dist: gunicorn (>=20.0.0,<21.0.0); sys_platform != "win32"
Requires-Dist: multi-await (>=1.0.0,<2.0.0)
Requires-Dist: pydal (>=20210215.1)
Requires-Dist: pyhumps (>=3.0.0,<4.0.0)
Requires-Dist: python-dateutil (>=2.0.0,<3.0.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: redis (>=4.0.0,<5.0.0)
Requires-Dist: runestone (>=6.0.0,<7.0.0)
Requires-Dist: uvicorn[standard] (>=0.17.0,<0.18.0)
Project-URL: Documentation, https://bookserver.readthedocs.io/en/latest/
Description-Content-Type: text/x-rst

*******************************************
New FastAPI-based Book Server for Runestone
*******************************************
The BookServer is a next-generation server for the `Runestone platform <https://runestone.academy/>`_. The goal of this project is to replace the parts of the web2py-based RunestoneServer. For more information, see the `full documentation <https://bookserver.readthedocs.io/en/latest/>`_.

We would love development help on this; see the `developer docs <https://bookserver.readthedocs.io/en/latest/docs/dev_toctree.html>`_.

TODO: A nice image of a book or something eye-catching.
