pythagix 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythagix
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A mathy Python package with utilities like LCM, triangle numbers, etc.
5
5
  Author: UltraQuantumScriptor
6
6
  Classifier: Programming Language :: Python :: 3
@@ -26,11 +26,12 @@ Because math shouldn't be a pain 🧮✨
26
26
 
27
27
  ## 📦 Installation
28
28
 
29
-
29
+ ```bash
30
30
  pip install pythagix
31
-
31
+ ```
32
32
 
33
33
  ⚙️ Features
34
+
34
35
  🔢 is_prime(number) — Check if a number is prime
35
36
 
36
37
  📜 prime_list([list]) — Return all primes in a list
@@ -46,15 +47,14 @@ pip install pythagix
46
47
  🔺 triangle_number(n) — Get the n-th triangle number
47
48
 
48
49
  🧪 Examples
49
- python
50
- Copy
51
- Edit
50
+ ```python
52
51
  from pythagix import is_prime, nth_prime, gcd, triangle_number
53
52
 
54
53
  print(is_prime(13)) # True
55
54
  print(nth_prime(10)) # 29
56
55
  print(gcd([12, 18, 24])) # 6
57
56
  print(triangle_number(7)) # 28
57
+ ```
58
58
 
59
59
  📚 Why?
60
60
  pythagix was built to give math students, coders, and tinkerers a fast and fun way to explore number theory in Python. No heavy dependencies. Just pure mathy goodness.
@@ -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.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,,
@@ -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.2.dist-info/licenses/LICENSE,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
4
- pythagix-0.1.2.dist-info/METADATA,sha256=n6oAXqaYEtT-6JZiL3dyh9qR-U8bCkfP7Zpl-TnpswQ,1604
5
- pythagix-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pythagix-0.1.2.dist-info/top_level.txt,sha256=U3rm-YGObQkL0gSuVWFPZTakILlqyAd7pUVvtJiMlsE,9
7
- pythagix-0.1.2.dist-info/RECORD,,