Metadata-Version: 2.1
Name: qcfractal
Version: 0.7.1
Summary: A distributed compute and database platform for quantum chemistry.
Home-page: https://github.com/molssi/qcfractal
Author: The QCArchive Development Team
Author-email: qcarchive@molssi.org
License: BSD-3C
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: docs
Requires-Dist: bcrypt
Requires-Dist: cryptography
Requires-Dist: numpy (>=1.7)
Requires-Dist: pandas
Requires-Dist: pydantic (>=0.20)
Requires-Dist: pymongo (>=3.0)
Requires-Dist: requests
Requires-Dist: tornado
Requires-Dist: pyyaml
Requires-Dist: mongoengine
Requires-Dist: sqlalchemy (>=1.3)
Requires-Dist: psycopg2
Requires-Dist: qcengine (>=0.6.2)
Requires-Dist: qcelemental (>=0.4.0)
Requires-Dist: pytest
Provides-Extra: docs
Requires-Dist: sphinx (==1.2.3); extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'

# QCFractal
[![Build Status](https://travis-ci.org/MolSSI/QCFractal.svg?branch=master)](https://travis-ci.org/MolSSI/QCFractal)
[![codecov](https://codecov.io/gh/MolSSI/QCFractal/branch/master/graph/badge.svg)](https://codecov.io/gh/MolSSI/QCFractal)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MolSSI/QCFractal.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MolSSI/QCFractal/context:python)
[![Documentation Status](https://readthedocs.org/projects/qcfractal/badge/?version=latest)](https://qcfractal.readthedocs.io/en/latest/?badge=latest)
[![Chat on Slack](https://img.shields.io/badge/chat-on_slack-green.svg?longCache=true&style=flat&logo=slack)](https://join.slack.com/t/qcdb/shared_invite/enQtNDIzNTQ2OTExODk0LWM3OTgxN2ExYTlkMTlkZjA0OTExZDlmNGRlY2M4NWJlNDlkZGQyYWUxOTJmMzc3M2VlYzZjMjgxMDRkYzFmOTE)

A distributed compute and database platform for quantum chemistry. See the [documentation](https://qcfractal.readthedocs.io) for more information.

# License

BSD-3C. See the [License File](LICENSE) for more information.


