Metadata-Version: 2.2
Name: md_manager
Version: 2.3.1
Summary: A python module that allow molecular dynamics data analysis based on pandas DataFrames.
Home-page: https://github.com/NicolasPetiot/md_manager
Author: NicolasPetiot
Author-email: nicolaspetiot2710@hotmail.fr
License: AGPL
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mdanalysis>=2.8
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MD-manager: Protein Conformation Analysis Toolkit

MD-manager is a set of python functions and methods that provide easy acess and manipulation of data for molecular dynamics simulations. Python package designed for analyzing protein structure and conformational properties. This toolkit allows users to calculate various structural features such as bond angles, dihedral angles, backbone and side-chain conformations, and more. It is developped in the research group of Physics Applied to Proteins at _universitÃ© de bougrogne_.

## Installation:

As MD-manager is still in early stage of development, it is not yet available on the [pypi](https://pypi.org) code base.

```shell
git clone https://github.com/NicolasPetiot/md_manager
cd md_manager
pip install .
```
---

Contact : Nicolas.Petiot01@u-bourgogne.fr
