Metadata-Version: 2.1
Name: quilt3
Version: 5.4.0
Summary: Quilt: where data comes together
Home-page: https://github.com/quiltdata/quilt
Author: quiltdata
Author-email: contact@quiltdata.io
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: platformdirs >=2
Requires-Dist: aws-requests-auth >=0.4.2
Requires-Dist: boto3 >=1.10.0
Requires-Dist: jsonlines ==1.2.0
Requires-Dist: PyYAML >=5.1
Requires-Dist: requests >=2.12.4
Requires-Dist: tenacity >=5.1.1
Requires-Dist: tqdm >=4.32
Requires-Dist: requests-futures ==1.0.0
Requires-Dist: jsonschema <5,>=3
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: anndata
Requires-Dist: anndata >=0.8.0 ; extra == 'anndata'
Provides-Extra: catalog
Requires-Dist: quilt3-local <2,>=1 ; extra == 'catalog'
Requires-Dist: uvicorn <0.18,>=0.15 ; extra == 'catalog'
Requires-Dist: aiobotocore[boto3] >=2 ; extra == 'catalog'
Provides-Extra: pyarrow
Requires-Dist: numpy >=1.14.0 ; extra == 'pyarrow'
Requires-Dist: pandas >=0.19.2 ; extra == 'pyarrow'
Requires-Dist: pyarrow >=0.14.1 ; extra == 'pyarrow'
Provides-Extra: tests
Requires-Dist: anndata !=0.9.0 ; extra == 'tests'
Requires-Dist: quilt3[anndata,pyarrow] ; extra == 'tests'
Requires-Dist: pytest ==6.* ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coverage ==6.4 ; extra == 'tests'
Requires-Dist: pytest-env ; extra == 'tests'
Requires-Dist: pytest-subtests ; extra == 'tests'
Requires-Dist: responses ; extra == 'tests'
Requires-Dist: git-pylint-commit-hook ; extra == 'tests'

Quilt manages data like code (with packages, repositories, browsing and
revision history) so that teams can experiment faster in machine learning,
biotech, and other data-driven domains.

The `quilt3` PyPI package allows you to build, push, and install data packages.
Visit the `documentation quickstart <https://docs.quiltdata.com/quickstart>`_
to learn more.
