pythagix 0.1.3__py3-none-any.whl → 0.1.4__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.
- {pythagix-0.1.3.dist-info → pythagix-0.1.4.dist-info}/METADATA +2 -6
- pythagix-0.1.4.dist-info/RECORD +7 -0
- pythagix-0.1.3.dist-info/RECORD +0 -7
- {pythagix-0.1.3.dist-info → pythagix-0.1.4.dist-info}/WHEEL +0 -0
- {pythagix-0.1.3.dist-info → pythagix-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {pythagix-0.1.3.dist-info → pythagix-0.1.4.dist-info}/top_level.txt +0 -0
@@ -1,20 +1,16 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pythagix
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
4
4
|
Summary: A mathy Python package with utilities like LCM, triangle numbers, etc.
|
5
5
|
Author: UltraQuantumScriptor
|
6
|
+
License: MIT
|
6
7
|
Classifier: Programming Language :: Python :: 3
|
7
8
|
Classifier: License :: OSI Approved :: MIT License
|
8
9
|
Requires-Python: >=3.6
|
9
10
|
Description-Content-Type: text/markdown
|
10
11
|
License-File: LICENSE
|
11
|
-
Dynamic: author
|
12
|
-
Dynamic: classifier
|
13
|
-
Dynamic: description
|
14
|
-
Dynamic: description-content-type
|
15
12
|
Dynamic: license-file
|
16
13
|
Dynamic: requires-python
|
17
|
-
Dynamic: summary
|
18
14
|
|
19
15
|
# 🧠 pythagix
|
20
16
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
pythagix/__init__.py,sha256=A9cw-DpCoP2SUMlHar8PK0OAUSiFLQwoApZzx7oMslg,172
|
2
|
+
pythagix/core.py,sha256=b5qw5ejc3-MsiNu4b4G6E-ILxaj8DyUI2tQwX1XP0bs,3395
|
3
|
+
pythagix-0.1.4.dist-info/licenses/LICENSE,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
|
4
|
+
pythagix-0.1.4.dist-info/METADATA,sha256=THDZACzNVrTeErOXrlU8Z2aDg6_jsfDfwXV9lLljqbo,1513
|
5
|
+
pythagix-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
pythagix-0.1.4.dist-info/top_level.txt,sha256=U3rm-YGObQkL0gSuVWFPZTakILlqyAd7pUVvtJiMlsE,9
|
7
|
+
pythagix-0.1.4.dist-info/RECORD,,
|
pythagix-0.1.3.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
pythagix/__init__.py,sha256=A9cw-DpCoP2SUMlHar8PK0OAUSiFLQwoApZzx7oMslg,172
|
2
|
-
pythagix/core.py,sha256=b5qw5ejc3-MsiNu4b4G6E-ILxaj8DyUI2tQwX1XP0bs,3395
|
3
|
-
pythagix-0.1.3.dist-info/licenses/LICENSE,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
|
4
|
-
pythagix-0.1.3.dist-info/METADATA,sha256=F6-J6vzos79xUBpzA_skbjyhQIFwQk8D8O6EVb11lwE,1612
|
5
|
-
pythagix-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
pythagix-0.1.3.dist-info/top_level.txt,sha256=U3rm-YGObQkL0gSuVWFPZTakILlqyAd7pUVvtJiMlsE,9
|
7
|
-
pythagix-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|