Different-pack 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,3 @@
1
+ from .core import rk4
2
+ __version__ = "1.0.0"
3
+ __all__ = ["rk4"]
Diffur_Pack/core.py ADDED
@@ -0,0 +1,2 @@
1
+ def rk4():
2
+ print('rk4')
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: Different_pack
3
+ Version: 1.0.0
4
+ Summary: This package made for solve differential equals
5
+ Author: Mikhanik
6
+ Author-email: nikolayev_m@vk.com
7
+ Keywords: equals
8
+ Classifier: Programming Language :: Python :: 3.11
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.11
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: requests>=2.25.1
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: description-content-type
18
+ Dynamic: keywords
19
+ Dynamic: requires-dist
20
+ Dynamic: requires-python
21
+ Dynamic: summary
@@ -0,0 +1,6 @@
1
+ Diffur_Pack/__init__.py,sha256=JicGJsVhNo8Dcgq6DXzoNd7gVdM51t_3rjM9R0OOEJM,63
2
+ Diffur_Pack/core.py,sha256=o4HmgAZlvgN7nQ3vMRcdN0Z1WIeqfLx9nVHZU7ssXeM,28
3
+ different_pack-1.0.0.dist-info/METADATA,sha256=6fKYGMsoiO6lndj4iKc_5iWgLHBwaIKMD0PmS8NC1-Q,623
4
+ different_pack-1.0.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
5
+ different_pack-1.0.0.dist-info/top_level.txt,sha256=GgWBVlcnI4v24JvljhnvPNpORGwx1hB0m_3uoF6Jwhs,12
6
+ different_pack-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ Diffur_Pack