Metadata-Version: 2.1
Name: arbm_core
Version: 0.1.0
Summary: Core functionalities for ARBM
License: MIT
Author: Your Name
Author-email: your-email@example.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: SQLAlchemy (>=1.4,<2.0)
Requires-Dist: alembic (>=1.11.1,<2.0.0)
Requires-Dist: deprecated (>=1.2.14,<2.0.0)
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: ordered-enum (>=0.0.8,<0.0.9)
Requires-Dist: pandas (==2.0.2)
Requires-Dist: psycopg2-binary (>=2.9.6,<3.0.0)
Requires-Dist: pydantic (>=1.10,<2.0)
Requires-Dist: pymongo (>=4.5.0,<5.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pytz (>=2023.3,<2024.0)
