DynamiSpectra 0.1.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,16 @@
1
+ Metadata-Version: 2.1
2
+ Name: DynamiSpectra
3
+ Version: 0.1.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.8
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: numpy
14
+ Requires-Dist: matplotlib
15
+ Requires-Dist: pandas
16
+
@@ -0,0 +1,5 @@
1
+ DynamiSpectra-0.1.0.dist-info/METADATA,sha256=vsAmnKJvAlmgvxs9ado3JlmvihMq1hursj0BKMsX2O4,516
2
+ DynamiSpectra-0.1.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3
+ DynamiSpectra-0.1.0.dist-info/entry_points.txt,sha256=wsmiycSd8U5rNqrfRJfbfmCB_q1raW_wZVVc8agmWXI,51
4
+ DynamiSpectra-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ DynamiSpectra-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.43.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ dynami = dynamiSpectra.main:main