Metadata-Version: 2.4
Name: BRAVOServer
Version: 3.1.0
Summary: The Python API Toolkit for interacting with the Brain Recording Analysis and Visualization Online (BRAVO) Platform
Author-email: Jackson Cagle <jackson.cagle@neurology.ufl.edu>
Project-URL: Homepage, https://github.com/Fixel-Institute/BRAVO
Project-URL: Bug Tracker, https://github.com/Fixel-Institute/BRAVO/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: django==6.0
Requires-Dist: cryptography==49.0.0
Requires-Dist: django-cors-headers==4.9.0
Requires-Dist: djangorestframework==3.17.1
Requires-Dist: pytz==2026.2
Requires-Dist: numpy==2.5.0
Requires-Dist: scipy==1.18.0
Requires-Dist: pandas==3.0.3
Requires-Dist: blosc2==4.7.0
Requires-Dist: filelock==3.29.4
Requires-Dist: PyWavelets==1.9.0
Requires-Dist: specparam==2.0.0rc7
Requires-Dist: psutil==7.2.2
Requires-Dist: joblib==1.5.3
Requires-Dist: scikit-learn==1.9.0
Requires-Dist: uvicorn==0.49.0
Dynamic: license-file

### Guide for Migrating from Server to PyPI

1. Ensure that all BRAVO packages are BRAVOServer.BRAVO name spaced
2. Ensure that all modules packages are BRAVOServer.modules name spaced
3. Ensure that all Server packages are BRAVOServer.Server name spaced
4. Use settings.py for reference for how to rename
5. Use apps.py for reference for how to rename
