Metadata-Version: 2.3
Name: stardag
Version: 0.0.2
Summary: 
Author: Anders Huss
Author-email: andhus@kth.se
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: examples-ml-pipeline
Provides-Extra: prefect
Provides-Extra: s3
Requires-Dist: asyncpg (>=0.30.0) ; (python_version >= "3.13") and (extra == "prefect")
Requires-Dist: boto3 (>=1.34,<2.0) ; extra == "s3"
Requires-Dist: boto3-stubs[s3] ; extra == "s3"
Requires-Dist: botocore (>=1.36,<2.0) ; extra == "s3"
Requires-Dist: numpy (>=2.1.1,<3.0.0) ; extra == "examples-ml-pipeline"
Requires-Dist: pandas (>=2.2.3,<3.0.0) ; extra == "examples-ml-pipeline"
Requires-Dist: prefect (>=3.0.3,<4.0.0) ; extra == "prefect"
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
Requires-Dist: scikit-learn (>=1.5.2,<2.0.0) ; extra == "examples-ml-pipeline"
Requires-Dist: uuid6 (>=2024.7.10,<2025.0.0)
