forked from prody/ProDy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
94 lines (67 loc) · 3.61 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Metadata-Version: 1.1
Name: ProDy
Version: 1.6.1
Summary: A Python Package for Protein Dynamics Analysis
Home-page: http://www.csb.pitt.edu/ProDy
Author: Cihan Kaya-Ahmet Bakan
Author-email: [email protected]
License: MIT License
Description: .. image:: https://secure.travis-ci.org/prody/ProDy.png?branch=master
:target: http://travis-ci.org/#!/prody/ProDy
.. image:: https://pypip.in/v/ProDy/badge.png
:target: https://pypi.python.org/pypi/ProDy
.. image:: https://pypip.in/d/ProDy/badge.png
:target: https://crate.io/packages/ProDy/
SYNOPSIS
--------
ProDy is a free and open-source Python package for protein structure, dynamics,
and sequence analysis. It allows for comparative analysis and modeling of
protein structural dynamics and sequence co-evolution. Fast and flexible ProDy
API is for interactive usage as well as application development. ProDy also
comes with several analysis applications and a graphical user interface for
visual analysis.
GETTING PRODY
-------------
You can run ProDy on all major platforms. For download and installation
instructions see:
* http://prody.csb.pitt.edu/downloads
DOCUMENTATION
-------------
* Homepage: http://prody.csb.pitt.edu/
* Tutorials: http://prody.csb.pitt.edu/tutorials
* Reference: http://prody.csb.pitt.edu/manual
* Applications: http://prody.csb.pitt.edu/manual/apps
* NMWiz GUI: http://prody.csb.pitt.edu/nmwiz
* Changes: http://prody.csb.pitt.edu/manual/release
SOURCE CODE
-----------
* Source code: https://github.com/prody/ProDy
* Issue tracker: https://github.com/prody/ProDy/issues
LICENSE
-------
ProDy is available under MIT License. See LICENSE.txt for more details.
Biopython (http://biopython.org/) KDTree and pairwise2 modules are distributed
with ProDy. Biopython is developed by The Biopython Consortium and is available
under the Biopython license (http://www.biopython.org/DIST/LICENSE).
Pyparsing (http://pyparsing.wikispaces.com/) module is distributed with ProDy.
Pyparsing is developed by Paul T. McGuire and is available under the MIT
license (http://www.opensource.org/licenses/mit-license.php).
Argparse module (http://code.google.com/p/argparse/) is distributed with ProDy.
Argparse is developed by Steven J. Bethard and is available under the Python
Software Foundation License.
Keywords: protein,dynamics,elastic network model,Gaussian network model,anisotropic network model,essential dynamics analysis,principal component analysis,Protein Data Bank,PDB,GNM,ANM,PCA
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires: NumPy (>=1.7)
Provides: ProDy (1.5.1)