Metadata-Version: 2.1
Name: mp-api
Version: 0.11.4
Summary: API Server for the Materials Project
Home-page: https://github.com/materialsproject/api
Author: The Materials Project
Author-email: feedback@materialsproject.org
License: modified BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: pydantic (>=1.4)
Requires-Dist: pymatgen (>=2022.0.16)
Requires-Dist: typing-extensions (>=3.7.4.1)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: monty
Requires-Dist: emmet-core
Requires-Dist: maggma (>=0.30.4)
Requires-Dist: ratelimit
Provides-Extra: server
Requires-Dist: fastapi (>=0.46.0) ; extra == 'server'
Requires-Dist: uvicorn (>=0.12.0) ; extra == 'server'
Requires-Dist: gunicorn[gevent] (>=20.0.1) ; extra == 'server'
Requires-Dist: boto3 (>=1.15.0) ; extra == 'server'
Requires-Dist: uvloop (>=0.14.0) ; extra == 'server'
Requires-Dist: httptools (>=0.1.1) ; extra == 'server'

# The Materials Project API

[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting) [![codecov](https://codecov.io/gh/materialsproject/api/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/api) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/materialsproject/api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/materialsproject/api/context:python)

This repository is the development environment for the next Materials Project API. A core server and client implementation will reside here.


