Metadata-Version: 2.1
Name: brio
Version: 0.0.1
Summary: Brio
Home-page: https://github.com/DLBD-Department/BRIO_x_Alkemy/
Author: DLBDDepartment@alkemy.com
License: MIT
Project-URL: Bug Tracker, https://github.com/DLBD-Department/BRIO_x_Alkemy/issues
Project-URL: Source Code, https://github.com/DLBD-Department/BRIO_x_Alkemy
Keywords: brio
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: test

# BRIO_x_Alkemy
Repository for the data product imagined for the collaboration with BRIO

# Usage
To run the frontend locally:
```
cd frontend
flask run --host=0.0.0.0 --debug
```
each endpoint (implemented and listed in ```frontend/app.py``` by ```@app.route('/endpoint')```) is rendered by templates (located in ```frontend/templates```). Modifying the templates will dynamically update the html shown in each page (you just need a refresh).
