Metadata-Version: 2.1
Name: materia
Version: 9.1.1
Summary: Module for integrated materials simulations.
Home-page: https://github.com/kijanac/materia
Author: Ki-Jana Carter
Author-email: kijana@mit.edu
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Requires-Dist: cclib
Requires-Dist: dlib
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: openbabel (<3)
Requires-Dist: pubchempy
Requires-Dist: rdkit
Requires-Dist: scipy
Requires-Dist: spglib
Provides-Extra: dev
Requires-Dist: anaconda-client ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: conda-build ; extra == 'dev'
Requires-Dist: conda-verify ; extra == 'dev'
Requires-Dist: latexmk ; extra == 'dev'
Requires-Dist: make ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'dev'
Requires-Dist: tectonic ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

==============
Materia Module
==============

.. image:: https://codecov.io/gh/kijanac/materia/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/kijanac/materia

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github

**Module for integrated materials simulations.**

Longer description coming soon!

---------------
Getting Started
---------------

Prerequisites
-------------

Installing
----------

To install, open a shell terminal and run::

`conda create -n materia -c conda-forge -c kijana materia`

----------
Versioning
----------

-------
Authors
-------

Ki-Jana Carter

-------
License
-------
This project is licensed under the MIT License - see the LICENSE file for details.


