Metadata-Version: 2.1
Name: brishgarden
Version: 0.1.3
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: brish
Requires-Dist: fastapi[all] (>=0.60)
Requires-Dist: passlib[bcrypt,argon2] (>=1.7)
Requires-Dist: python-jose[cryptography] (>=3.1)
Requires-Dist: python-multipart (>=0.0.5)
