Metadata-Version: 2.1
Name: pyxmolpp2
Version: 2.0.2
Summary: Utils for processing MD
Home-page: https://github.com/sizmailov/pyxmolpp2
Author: Sergei Izmailov
Author-email: sergei.a.izmailov@gmail.com
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE

#################################
A tool to process MD trajectories
#################################

.. |travis| image:: https://travis-ci.com/sizmailov/pyxmolpp2.svg?branch=master
    :alt: master status
    :target: https://travis-ci.com/sizmailov/pyxmolpp2


.. |coverage| image:: https://codecov.io/gh/sizmailov/pyxmolpp2/branch/master/graph/badge.svg
    :alt: master coverage
    :target: https://codecov.io/gh/sizmailov/pyxmolpp2/branch/master

.. |pypi| image:: https://badge.fury.io/py/pyxmolpp2.svg
    :alt: PyPI package
    :target: https://badge.fury.io/py/pyxmolpp2

.. |gitter| image:: https://badges.gitter.im/pyxmolpp2/Lobby.svg
   :alt: Join the chat at https://gitter.im/pyxmolpp2/Lobby
   :target: https://gitter.im/pyxmolpp2/Lobby


|pypi| |gitter| |travis| |coverage|

-----
About
-----

C++ and python library to process MD trajectories.

-------
Install
-------

.. code-block:: bash

    # from pypi
    python -m pip install pyxmolpp2

    # from github dev branch
    python -m pip install git+https://github.com/sizmailov/pyxmolpp2.git@dev

See `install page <https://sizmailov.github.io/pyxmolpp2/api/python/install.html>`_ for more details

-------------
Documentation
-------------

https://sizmailov.github.io/pyxmolpp2/

The documentation includes usage examples and python API reference.

------------
Contribution
------------

Issues and PRs are welcome

-------
License
-------

Software is distributed under MIT license.
