Metadata-Version: 2.1
Name: optimade
Version: 0.1.0
Summary: Tools for implementing and consuming OPTiMaDe APIs.
Home-page: https://github.com/materialsproject/optimade/
Author: MP Team
Author-email: feedback@materialsproject.org
License: modified BSD
Keywords: optimade jsonapi materials
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: marshmallow-jsonapi (>=0.19.0)
Requires-Dist: marshmallow (>=2.15.3)
Requires-Dist: pymongo (>=3.6.1)

A library of tools for implementing and consuming
[OPTiMaDe](http://www.optimade.org) APIs in Python.

The aim of OPTiMaDe is to develop a common API, compliant
with the [JSON API 1.0](http://jsonapi.org/format/1.0/)
spec, to enable interoperability
among databases such as
[the Materials Project](https://materialsproject.org)
that contain calculated properties of
existing and hypothetical materials.

