kececinumbers 0.3.7__py3-none-any.whl → 0.3.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.
kececinumbers/__init__.py CHANGED
@@ -20,7 +20,7 @@ import warnings
20
20
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
21
21
 
22
22
  # Paket sürüm numarası
23
- __version__ = "0.3.7"
23
+ __version__ = "0.3.8"
24
24
  __author__ = "Mehmet Keçeci"
25
25
  __email__ = "mkececi@yaani.com"
26
26
 
@@ -41,6 +41,7 @@ __all__ = [
41
41
  # --- Core Generation and Analysis ---
42
42
  'unified_generator',
43
43
  'is_prime',
44
+ 'find_period',
44
45
  'find_kececi_prime_number',
45
46
 
46
47
  # --- Visualization and Reporting ---
@@ -82,6 +83,7 @@ try:
82
83
  get_random_type,
83
84
  unified_generator,
84
85
  is_prime,
86
+ find_period,
85
87
  find_kececi_prime_number,
86
88
  plot_numbers,
87
89
  print_detailed_report,
kececinumbers/_version.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _version.py
2
2
 
3
- __version__ = "0.3.7"
3
+ __version__ = "0.3.8"
4
4
  __license__ = "MIT"
5
5
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
6
6
  __author__ = "Mehmet Keçeci"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.3.7
3
+ Version: 0.3.8
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -0,0 +1,8 @@
1
+ kececinumbers/__init__.py,sha256=EeohepJqU3d2ezF0EyI3NoIPRiItEbdv44MGOuRDZ1A,3509
2
+ kececinumbers/_version.py,sha256=wjgcW_OVk93cHcj9G_rwu9gIUNtQYCaOdJxQn_3-afY,428
3
+ kececinumbers/kececinumbers.py,sha256=cCvxaUJG2Tbbm0TJ52J1SerOG-9c_KDVcAMBGWEBh4k,38922
4
+ kececinumbers-0.3.8.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
+ kececinumbers-0.3.8.dist-info/METADATA,sha256=IFQfRStBj-PrdHiRwXtthmfgw7eakvDtvgWfO8VWfwY,29844
6
+ kececinumbers-0.3.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ kececinumbers-0.3.8.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
+ kececinumbers-0.3.8.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- kececinumbers/__init__.py,sha256=8dxUSaUch9-b54wAbo-TNp5N26vP02cnIBuqb5wLqNk,3469
2
- kececinumbers/_version.py,sha256=tTb02ja2dsDr6Pe-DcRVSdsuoroZJPMgAkvaTiE2pIw,428
3
- kececinumbers/kececinumbers.py,sha256=cCvxaUJG2Tbbm0TJ52J1SerOG-9c_KDVcAMBGWEBh4k,38922
4
- kececinumbers-0.3.7.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
- kececinumbers-0.3.7.dist-info/METADATA,sha256=DwdGg75B2j1A4NQTutrKtbphUOShWOvZ0NGgNH_w2Jo,29844
6
- kececinumbers-0.3.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- kececinumbers-0.3.7.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
- kececinumbers-0.3.7.dist-info/RECORD,,