Metadata-Version: 2.1
Name: openpd
Version: 0.1.5
Summary: OpenPD, standing for Open Peptide Dynamics, is a python package for peptide dynamics simulation
Home-page: https://openpd.net/en/latest/
Author: Zhenyu Wei
Author-email: zhenyuwei99@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://openpd.net/en/latest/
Project-URL: Source Code, https://github.com/zhenyuwei99/openpd
Keywords: Peptide dynamics simulation package
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pytest

# OpenPD: Opened Peptide Dynamics python module

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) 
[![Build Status](https://travis-ci.org/zhenyuwei99/openpd.svg?branch=main)](https://travis-ci.org/zhenyuwei99/openpd)
[![codecov](https://codecov.io/gh/zhenyuwei99/openpd/branch/main/graph/badge.svg?token=2O1CV31X7S)](https://codecov.io/gh/zhenyuwei99/openpd)
[![Documentation Status](https://readthedocs.org/projects/openpd/badge/?version=latest)](https://openpd.net/en/latest/?badge=latest) 
[![PyPi Version](https://img.shields.io/pypi/v/openpd.svg)](https://pypi.org/project/openpd/) 

## Introduction

OpenPD, standing for **Open** **P**eptide **D**ynamics, is a python package, distributed freely under the terms of
**MIT** License, for peptide dynamics simulation. It was designed to simulate the folding dynamics of protein efficiently with the assistance of **P**eptide **D**ynamics **F**orce **F**ield (PDFF), which is a solvent considered, high-level coarse-grained force field focusing on the peptide interaction. 

OpenPD is developed and maintained by Zhenyu Wei (zhenyuwei99@gmail.com), from Yunfei Chen's group in Southeast University. As a newly developed program, we always welcome developers to contact us.

The OpenPD distribution includes following files and folders:

|   Name    |             Description             |
| :-------: | :---------------------------------: |
|  README   |              This file              |
|  LICENSE  |             MIT License             |
|   docs    |            Documentation            |
|  openpd   | Source code of openpd python module |
| tutorials |  Folder contains tutorial notebook  |

## Need help?

To get more information, please check out the project [documentation](https://openpd.net/en/latest).


