DynamiSpectra 0.3.0__py3-none-any.whl → 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,84 @@
1
+ Metadata-Version: 2.4
2
+ Name: DynamiSpectra
3
+ Version: 1.0.0
4
+ Summary: Scripts for Molecular dynamics analysis
5
+ Home-page: https://github.com/Conradoou/DynamiSpectra
6
+ Author: Iverson Conrado-Bezerra
7
+ Author-email: iverson.coonrado@gmail.com
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.12
13
+ Description-Content-Type: text/markdown
14
+ Requires-Dist: numpy>=1.26.4
15
+ Requires-Dist: matplotlib>=3.8.4
16
+ Requires-Dist: pandas>=3.2.2
17
+ Requires-Dist: scipy>=1.13.1
18
+ Dynamic: author
19
+ Dynamic: author-email
20
+ Dynamic: classifier
21
+ Dynamic: description
22
+ Dynamic: description-content-type
23
+ Dynamic: home-page
24
+ Dynamic: license
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
27
+ Dynamic: summary
28
+
29
+ =========
30
+ Overview
31
+ =========
32
+
33
+ .. image:: https://img.shields.io/pypi/v/dynamispectra.svg
34
+ :alt: PyPI Package latest release
35
+ :target: https://pypi.org/project/dynamispectra
36
+
37
+ .. image:: https://img.shields.io/pypi/wheel/dynamispectra.svg
38
+ :alt: PyPI Wheel
39
+ :target: https://pypi.org/project/dynamispectra
40
+
41
+ .. image:: https://img.shields.io/pypi/pyversions/dynamispectra.svg
42
+ :alt: Supported versions
43
+ :target: https://pypi.org/project/dynamispectra
44
+
45
+ .. image:: https://img.shields.io/pypi/implementation/dynamispectra.svg
46
+ :alt: Supported implementations
47
+ :target: https://pypi.org/project/dynamispectra
48
+
49
+ .. image:: https://img.shields.io/github/commits-since/seu-usuario/dynamispectra/v1.0.0.svg
50
+ :alt: Commits since latest release
51
+ :target: https://github.com/seu-usuario/dynamispectra/compare/v1.0.0...main
52
+
53
+
54
+ DynamiSpectra: from molecular dynamics simulations to comprehensive data analysis
55
+ ----------------------------------------------------------------------------------
56
+
57
+ *DynamiSpectra* is an advanced Python package designed for analyzing molecular dynamics simulation data. Built to process and interpret results primarily from `GROMACS <https://www.gromacs.org/>` structure, *DynamiSpectra* provides a streamlined and efficient workflow for researchers in the field of molecular dynamics. By leveraging the power of Python, this package enables users to perform complex analyses, visualize molecular behaviors, and gain valuable insights from simulation outputs. Whether you're studying protein folding, ligand interactions, or other molecular phenomena, *DynamiSpectra* empowers you to dive deep into your data and uncover meaningful patterns.
58
+
59
+ It provides powerful tools to calculate and visualize a wide range of molecular properties, including Hydrogen bonds, Root Mean Square Deviation (RMSD), Root Mean Square Fluctuation (RMSF), Solvent Accessible Surface Area (SASA), Radius of Gyration (Rg), Molecular Orientation, Secondary Structure Analysis, and Binding Energy. These features enable researchers to gain deep insights into the dynamics of molecular systems, study conformational changes, and investigate interactions between molecules with greater precision.
60
+
61
+ Installation
62
+ ------------
63
+
64
+ ::
65
+
66
+ pip install DynamiSpectra
67
+
68
+ You can also install the in-development version with::
69
+
70
+ pip install https://github.com/Conradoou/DynamiSpectra/archive/main.zip
71
+
72
+ Note: *DynamiSpectra* uses the package SciPy, which requires a fortran compiler to be installed to build its source,which can be tricky on some systems. An alternative to this is to use Anaconda environment. *DynamiSpectra* can then be more easily installed within this environment, using the command line or preferred method. Installing *DynamiSpectra* may take some time on certain systems. If you observe the command line halting, please be patient, as the installation process may require seconds to minutes to complete.
73
+
74
+ Documentation
75
+ -------------
76
+
77
+
78
+ https://dynamiSpectra.readthedocs.io/
79
+
80
+
81
+ Demo
82
+ ----
83
+
84
+ In the repository, specifically in DynamiSpectra/datas, there are several folders for each analysis with the corresponding GROMACS output data for testing.
@@ -0,0 +1,5 @@
1
+ dynamispectra-1.0.0.dist-info/METADATA,sha256=7A8QNmkasxF4M8SKSio_SCTeRSyf8-x96m7sdQrJ74Y,3961
2
+ dynamispectra-1.0.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
3
+ dynamispectra-1.0.0.dist-info/entry_points.txt,sha256=aaQocKWsZi_lJ7MZMsxHmc2DpQF4BSY0fwfE1s0CLxo,37
4
+ dynamispectra-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ dynamispectra-1.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ dynami = main:main
@@ -1,17 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: DynamiSpectra
3
- Version: 0.3.0
4
- Summary: Molecular dynamics scripts
5
- Home-page: https://github.com/SeuUsuario/DynamiSpectra
6
- Author: Iverson Conrado-Bezerra
7
- Author-email: iverson.coonrado@gmail.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.12
12
- Description-Content-Type: text/markdown
13
- Requires-Dist: numpy
14
- Requires-Dist: matplotlib
15
- Requires-Dist: pandas
16
- Requires-Dist: scipy
17
-
@@ -1,5 +0,0 @@
1
- DynamiSpectra-0.3.0.dist-info/METADATA,sha256=a_aOhRL-dOReGvh3hygUpypxygmd1Lj-10QxOlbuqcM,539
2
- DynamiSpectra-0.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3
- DynamiSpectra-0.3.0.dist-info/entry_points.txt,sha256=wsmiycSd8U5rNqrfRJfbfmCB_q1raW_wZVVc8agmWXI,51
4
- DynamiSpectra-0.3.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- DynamiSpectra-0.3.0.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- dynami = dynamiSpectra.main:main