kececinumbers 0.4.1__py3-none-any.whl → 0.4.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.
kececinumbers/__init__.py CHANGED
@@ -12,6 +12,7 @@ Alt modülleri yükler, sürüm bilgileri tanımlar ve geriye dönük uyumluluk
12
12
  """
13
13
 
14
14
  from __future__ import annotations
15
+ import inspect
15
16
  import importlib
16
17
  import os
17
18
  import warnings
@@ -20,7 +21,7 @@ import warnings
20
21
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
21
22
 
22
23
  # Paket sürüm numarası
23
- __version__ = "0.4.0"
24
+ __version__ = "0.4.2"
24
25
  __author__ = "Mehmet Keçeci"
25
26
  __email__ = "mkececi@yaani.com"
26
27
 
kececinumbers/_version.py CHANGED
@@ -1,9 +1,9 @@
1
1
  # _version.py
2
2
 
3
- __version__ = "0.4.0"
3
+ __version__ = "0.4.2"
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"
7
7
  __url__ = "https://github.com/WhiteSymmetry/kececinumbers"
8
8
  __docs__ = "https://github.com/WhiteSymmetry/kececinumbers" # Opsiyonel: Dokümantasyon linki
9
- __dependencies__ = ["python>=3.9"] # Diğer bağımlılıkları da ekleyebilirsiniz
9
+ __dependencies__ = ["python>=3.10"] # Diğer bağımlılıkları da ekleyebilirsiniz
@@ -1,36 +1,63 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.4.1
3
+ Version: 0.4.3
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
7
- Author-email: mkececi@yaani.com
7
+ Author-email: Mehmet Keçeci <mkececi@yaani.com>
8
8
  Maintainer: Mehmet Keçeci
9
9
  Maintainer-email: mkececi@yaani.com
10
- License: MIT
10
+ License: MIT License
11
+
12
+ Copyright (c) 2025 Mehmet Keçeci
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in all
22
+ copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
31
+
32
+ Project-URL: Homepage, https://github.com/WhiteSymmetry/kececinumbers
33
+ Project-URL: Bug Tracker, https://github.com/WhiteSymmetry/kececinumbers/issues
11
34
  Classifier: Programming Language :: Python :: 3
12
35
  Classifier: License :: OSI Approved :: MIT License
13
36
  Classifier: Operating System :: OS Independent
14
- Requires-Python: >=3.9
37
+ Classifier: Intended Audience :: Science/Research
38
+ Classifier: Topic :: Scientific/Engineering :: Visualization
39
+ Requires-Python: >=3.10
15
40
  Description-Content-Type: text/markdown
16
41
  License-File: LICENSE
17
42
  Requires-Dist: numpy
18
43
  Requires-Dist: matplotlib
19
44
  Requires-Dist: numpy-quaternion
20
45
  Requires-Dist: sympy
46
+ Provides-Extra: test
47
+ Requires-Dist: pytest; extra == "test"
48
+ Requires-Dist: pytest-cov; extra == "test"
49
+ Requires-Dist: pytest-mock; extra == "test"
50
+ Requires-Dist: ruff; extra == "test"
51
+ Requires-Dist: numpy; extra == "test"
52
+ Requires-Dist: matplotlib; extra == "test"
53
+ Requires-Dist: numpy-quaternion; extra == "test"
54
+ Requires-Dist: sympy; extra == "test"
21
55
  Dynamic: author
22
- Dynamic: author-email
23
- Dynamic: classifier
24
- Dynamic: description
25
- Dynamic: description-content-type
26
56
  Dynamic: home-page
27
- Dynamic: license
28
57
  Dynamic: license-file
29
58
  Dynamic: maintainer
30
59
  Dynamic: maintainer-email
31
- Dynamic: requires-dist
32
60
  Dynamic: requires-python
33
- Dynamic: summary
34
61
 
35
62
  # Keçeci Numbers: Keçeci Sayıları
36
63
  ---
@@ -0,0 +1,8 @@
1
+ kececinumbers/__init__.py,sha256=VXI0lGJDkbwZSSHkjUuXVdPlSXKSGMvWmVCe0zktBzs,3524
2
+ kececinumbers/_version.py,sha256=xWPrHescd18VB2ZfGcr_QyxQbDc8QJzm_EHNC7UETME,429
3
+ kececinumbers/kececinumbers.py,sha256=xCEc-nj8wj4jd290nkdInytaSMNS56bUJo7VZIpzUFM,39565
4
+ kececinumbers-0.4.3.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
+ kececinumbers-0.4.3.dist-info/METADATA,sha256=guYA_dplig5chncXia-qk7Lm6h7cIApdJm82dn3yeOo,32997
6
+ kececinumbers-0.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ kececinumbers-0.4.3.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
+ kececinumbers-0.4.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- kececinumbers/__init__.py,sha256=9KyNTIE5g5P57htb-y2gSkKeVeJ5Y87y8OxAc4AghRI,3509
2
- kececinumbers/_version.py,sha256=PDst6Oqe7Wkg3Vrgc3Rs5vJGmzJuWsQoN9My-YwUeHY,428
3
- kececinumbers/kececinumbers.py,sha256=xCEc-nj8wj4jd290nkdInytaSMNS56bUJo7VZIpzUFM,39565
4
- kececinumbers-0.4.1.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
- kececinumbers-0.4.1.dist-info/METADATA,sha256=tCCMx3tE4MBXQJusPoeiJwQOv38ce55KG9UQBBejUDo,31284
6
- kececinumbers-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- kececinumbers-0.4.1.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
- kececinumbers-0.4.1.dist-info/RECORD,,