pythagix 0.1.7__py3-none-any.whl → 0.1.8__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.7.dist-info → pythagix-0.1.8.dist-info}/METADATA +3 -3
- pythagix-0.1.8.dist-info/RECORD +7 -0
- pythagix-0.1.7.dist-info/RECORD +0 -7
- {pythagix-0.1.7.dist-info → pythagix-0.1.8.dist-info}/WHEEL +0 -0
- {pythagix-0.1.7.dist-info → pythagix-0.1.8.dist-info}/licenses/LICENSE +0 -0
- {pythagix-0.1.7.dist-info → pythagix-0.1.8.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pythagix
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.8
|
4
4
|
Summary: A mathy Python package with utilities like LCM, triangle numbers, etc.
|
5
5
|
Author: UltraQuantumScriptor
|
6
6
|
License: MIT
|
@@ -15,14 +15,14 @@ Dynamic: requires-python
|
|
15
15
|
|
16
16
|
---
|
17
17
|
|
18
|
-
#
|
18
|
+
# Pythagix
|
19
19
|
|
20
20
|
**Pythagix** is a lightweight and dependency-free Python library designed for number theory operations.
|
21
21
|
It provides a clean, efficient interface to common mathematical utilities such as prime number checks, greatest common divisor computation, triangular numbers, and more.
|
22
22
|
|
23
23
|
---
|
24
24
|
|
25
|
-
##
|
25
|
+
## Installation
|
26
26
|
|
27
27
|
Install Pythagix using pip:
|
28
28
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
pythagix/__init__.py,sha256=6tpiGil3VFdLrZ9fUZ41YY7qAkNyWOC74fiUNCuXzAE,175
|
2
|
+
pythagix/core.py,sha256=-zmDFcEsfqL8G-cEY8CCfw1YA0_fDnRrLv4g-bxeews,3534
|
3
|
+
pythagix-0.1.8.dist-info/licenses/LICENSE,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
|
4
|
+
pythagix-0.1.8.dist-info/METADATA,sha256=9PwgsSy98be7P03BuTsAXC0jES0pufTSQ2kQxTU2JQU,2669
|
5
|
+
pythagix-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
pythagix-0.1.8.dist-info/top_level.txt,sha256=U3rm-YGObQkL0gSuVWFPZTakILlqyAd7pUVvtJiMlsE,9
|
7
|
+
pythagix-0.1.8.dist-info/RECORD,,
|
pythagix-0.1.7.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
pythagix/__init__.py,sha256=6tpiGil3VFdLrZ9fUZ41YY7qAkNyWOC74fiUNCuXzAE,175
|
2
|
-
pythagix/core.py,sha256=-zmDFcEsfqL8G-cEY8CCfw1YA0_fDnRrLv4g-bxeews,3534
|
3
|
-
pythagix-0.1.7.dist-info/licenses/LICENSE,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
|
4
|
-
pythagix-0.1.7.dist-info/METADATA,sha256=8vrKYFwTC1aKvY9_pmd9yLwK8E70qP7mFnfLe9wRz5Q,2679
|
5
|
-
pythagix-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
pythagix-0.1.7.dist-info/top_level.txt,sha256=U3rm-YGObQkL0gSuVWFPZTakILlqyAd7pUVvtJiMlsE,9
|
7
|
-
pythagix-0.1.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|