Metadata-Version: 2.1
Name: orwynn
Version: 1.0.0b6
Summary: Scalable web-framework with out-of-the-box architecture
Author: ryzhovalex
Author-email: thed4rkof@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bcrypt (>=4.0.1,<5.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: dictdiffer (>=0.9.0,<0.10.0)
Requires-Dist: fastapi (>=0.88.0,<0.89.0)
Requires-Dist: httpx (>=0.23.1,<0.24.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: psycopg2 (>=2.9.5,<3.0.0)
Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
Requires-Dist: pymongo (>=4.3.3,<5.0.0)
Requires-Dist: python-benedict (>=0.28.1,<0.29.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: sqlalchemy (>=2.0.3,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.20.0,<0.21.0)
Requires-Dist: websockets (>=10.4,<11.0)
Description-Content-Type: text/markdown

# Orwynn
... documentation is in process of writing. Take some coffee!

## Environment variables
### ... in process of writing

### ORWYNN_IS_CATCH_LOGGING_ENABLED_IN_TESTS
Whether the error handlers should catch+log+reraise incoming errors in test
mode. Defaults to False to not pollute stderr on testing.

