Metadata-Version: 2.1
Name: molsystem
Version: 0.1.1
Summary: Molsystem provides a general class for handling molecular and periodic systems
Home-page: https://github.com/paulsaxe/molsystem
Author: Paul Saxe
Author-email: psaxe@vt.edu
License: UNKNOWN
Keywords: molsystem
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy (>=1.16.4)
Requires-Dist: pandas (>=0.24.2)

=============
MolSystem
=============


.. image:: https://img.shields.io/pypi/v/molsystem.svg
        :target: https://pypi.python.org/pypi/molsystem

.. image:: https://img.shields.io/travis/paulsaxe/molsystem.svg
        :target: https://travis-ci.org/paulsaxe/molsystem

.. image:: https://readthedocs.org/projects/molsystem/badge/?version=latest
        :target: https://molsystem.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/paulsaxe/molsystem/shield.svg
     :target: https://pyup.io/repos/github/paulsaxe/molsystem/
     :alt: Updates


Molsystem provides a general class for handling molecular and periodic systems


* Free software: GNU Lesser General Public License v3+
* Documentation: https://molsystem.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2019-05-05)
------------------

* First release on PyPI.


