Metadata-Version: 2.1
Name: brishgarden
Version: 0.2.3.1
Summary: BrishGarden uses Brish to serve an HTTP API that can execute interpreted code (that would otherwise need expensive startup costs) fast. It's also useful as a remote code executor.
License: MIT
Author: NightMachinary
Author-email: rudiwillalwaysloveyou@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: brish
Requires-Dist: fastapi[all] (>=0.60)
Requires-Dist: passlib[argon2,bcrypt] (>=1.7)
Requires-Dist: pydantic-settings (>=2.0.2,<3.0.0)
Requires-Dist: pynight
Requires-Dist: python-jose[cryptography] (>=3.1)
Requires-Dist: python-multipart (>=0.0.5)
