Metadata-Version: 2.0
Name: quilt
Version: 2.4.1
Summary: Quilt is an open-source data frame registry
Home-page: https://github.com/quiltdata/quilt
Author: quiltdata
Author-email: contact@quiltdata.io
License: LICENSE
Download-URL: https://github.com/quiltdata/quilt/releases/tag/2.4.1-beta
Keywords: quilt quiltdata shareable data dataframe package platform pandas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: appdirs (>=1.4.0)
Requires-Dist: future (>=0.16.0)
Requires-Dist: packaging (>=16.8)
Requires-Dist: pandas (>=0.19.2)
Requires-Dist: pyOpenSSL (>=16.2.0)
Requires-Dist: pyyaml (>=3.12)
Requires-Dist: requests (>=2.12.4)
Requires-Dist: responses (>=0.5.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: tables (>=3.3.0)
Requires-Dist: tqdm (>=4.11.2)
Requires-Dist: xlrd (>=1.0.0)


[Quilt] is a data package manager.
`quilt` is a command-line tool that builds, retrieves, and stores
data packages. A data package is a namespace of binary data frames
(and files).

`quilt` works in conjunction with a server-side registry,
not covered in this document. `quilt` currently pushes to and pulls from
the registry at [quiltdata.com](https://quiltdata.com/). In the near
future users will be able to browse packages in the registry. You can
use the registry to install data packages from the community, or publish
packages for others to use.


