Metadata-Version: 2.2
Name: mdscope
Version: 0.1.0
Summary: A python package to post-process molecular dynamics simulations.
Author-email: Jingcun Fan <jcfan@stanford.edu>
Maintainer-email: Jingcun Fan <jcfan@stanford.edu>
License: MIT license
Project-URL: bugs, https://github.com/funwithfan/mdscope/issues
Project-URL: changelog, https://github.com/funwithfan/mdscope/blob/master/changelog.md
Project-URL: homepage, https://github.com/funwithfan/mdscope
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

=======
MDScope
=======


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

.. image:: https://img.shields.io/travis/funwithfan/mdscope.svg
        :target: https://travis-ci.com/funwithfan/mdscope

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




A python package to post-process molecular dynamics simulations.


* Free software: MIT license
* Documentation: https://mdscope.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
