Metadata-Version: 2.0
Name: materials-commons
Version: 0.7.5
Summary: The Materials Commons tool set
Home-page: https://materials-commons.github.io/python-api/
Author: Materials Commons development team
Author-email: materials-commons-authors@umich.edu
License: MIT
Description-Content-Type: UNKNOWN
Keywords: materials science mc lift prisms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: python-magic
Requires-Dist: requests
Requires-Dist: rethinkdb
Requires-Dist: pathlib (>=1.0.1)
Requires-Dist: numpy
Requires-Dist: pathlib
Requires-Dist: openpyxl
Requires-Dist: urllib3
Requires-Dist: requests
Requires-Dist: pandas (>=0.21.0)
Requires-Dist: tabulate (>=0.8.1)
Requires-Dist: sortedcontainers (>=1.5.7)

This package contains two modules:
(1) materials_commons.api, the Materials Commons Python API, an interface
to the Materials Commons servers; and (2) materials_commons.cli, the
Material Commons command line interface which is built on the API and provides
command line access to the Materials Commons servers.
We assume you have used (or are otherwise familiar with) the Materials
Commons web site, https://materialscommons.org/, or a similar site based on the
materials commons code (https://github.com/materials-commons/materialscommons.org),
and intend to use these tools in that context. There are additional examples and code at
the github site shown above; these include demo_project.py a script that builds
a demo project in the materials-commons web site.

