pythagix 0.1.7__tar.gz → 0.1.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythagix
3
- Version: 0.1.7
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
- # 📦 Pythagix
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
- ## 📥 Installation
25
+ ## Installation
26
26
 
27
27
  Install Pythagix using pip:
28
28
 
@@ -1,13 +1,13 @@
1
1
  ---
2
2
 
3
- # 📦 Pythagix
3
+ # Pythagix
4
4
 
5
5
  **Pythagix** is a lightweight and dependency-free Python library designed for number theory operations.
6
6
  It provides a clean, efficient interface to common mathematical utilities such as prime number checks, greatest common divisor computation, triangular numbers, and more.
7
7
 
8
8
  ---
9
9
 
10
- ## 📥 Installation
10
+ ## Installation
11
11
 
12
12
  Install Pythagix using pip:
13
13
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythagix"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "A mathy Python package with utilities like LCM, triangle numbers, etc."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythagix
3
- Version: 0.1.7
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
- # 📦 Pythagix
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
- ## 📥 Installation
25
+ ## Installation
26
26
 
27
27
  Install Pythagix using pip:
28
28
 
@@ -6,7 +6,7 @@ with open("README.md", encoding="utf-8") as f:
6
6
 
7
7
  setup(
8
8
  name="pythagix",
9
- version="0.1.7",
9
+ version="0.1.8",
10
10
  author="UltraQuantumScriptor",
11
11
  description="A mathy Python package with utilities like LCM, triangle numbers, etc.",
12
12
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes
File without changes