kececinumbers 0.2.0__tar.gz → 0.2.1__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.
- {kececinumbers-0.2.0/kececinumbers.egg-info → kececinumbers-0.2.1}/PKG-INFO +91 -23
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/README.md +89 -21
- kececinumbers-0.2.1/kececinumbers/kececinumbers.py +873 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1/kececinumbers.egg-info}/PKG-INFO +91 -23
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/setup.py +2 -2
- kececinumbers-0.2.0/kececinumbers/kececinumbers.py +0 -628
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/LICENSE +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/MANIFEST.in +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers/__init__.py +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers/_version.py +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers.egg-info/SOURCES.txt +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers.egg-info/dependency_links.txt +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers.egg-info/requires.txt +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/kececinumbers.egg-info/top_level.txt +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/pyproject.toml +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/setup.cfg +0 -0
- {kececinumbers-0.2.0 → kececinumbers-0.2.1}/tests/test_sample.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kececinumbers
|
3
|
-
Version: 0.2.
|
4
|
-
Summary: Keçeci Numbers An Exploration of a Dynamic Sequence Across Diverse Number Sets
|
3
|
+
Version: 0.2.1
|
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
7
|
Author-email: bilginomi@yaani.com
|
@@ -36,8 +36,9 @@ Dynamic: summary
|
|
36
36
|
[](https://badge.fury.io/py/kececinumbers)
|
37
37
|
[](https://opensource.org/licenses/MIT)
|
38
38
|
|
39
|
-
[](https://doi.org/10.5281/zenodo.15377659)
|
40
|
+
|
41
|
+
[](https://doi.org/10.48546/workflowhub.datafile.14.1)
|
41
42
|
|
42
43
|
[](https://anaconda.org/bilgi/kececinumbers)
|
43
44
|
[](https://anaconda.org/bilgi/kececinumbers)
|
@@ -45,10 +46,57 @@ Dynamic: summary
|
|
45
46
|
[](https://anaconda.org/bilgi/kececinumbers)
|
46
47
|
|
47
48
|
[](https://opensource.org/)
|
48
|
-
[](https://kececinumbers.readthedocs.io/en/latest)
|
49
50
|
|
50
51
|
[](https://www.bestpractices.dev/projects/10536)
|
51
52
|
|
53
|
+
[](https://github.com/WhiteSymmetry/kececinumbers/actions/workflows/python_ci.yml)
|
54
|
+
[](https://codecov.io/gh/WhiteSymmetry/kececinumbers)
|
55
|
+
[](https://kececinumbers.readthedocs.io/en/latest/)
|
56
|
+
[](https://terrarium.evidencepub.io/v2/gh/WhiteSymmetry/kececinumbers/HEAD)
|
57
|
+
[](https://badge.fury.io/py/kececinumbers)
|
58
|
+
[](https://pepy.tech/projects/kececinumbers)
|
59
|
+
[](CODE_OF_CONDUCT.md)
|
60
|
+
|
61
|
+
---
|
62
|
+
|
63
|
+
<p align="left">
|
64
|
+
<table>
|
65
|
+
<tr>
|
66
|
+
<td style="text-align: center;">PyPI</td>
|
67
|
+
<td style="text-align: center;">
|
68
|
+
<a href="https://pypi.org/project/kececinumbers/">
|
69
|
+
<img src="https://badge.fury.io/py/kececinumbers.svg" alt="PyPI version" height="18"/>
|
70
|
+
</a>
|
71
|
+
</td>
|
72
|
+
</tr>
|
73
|
+
<tr>
|
74
|
+
<td style="text-align: center;">Conda</td>
|
75
|
+
<td style="text-align: center;">
|
76
|
+
<a href="https://anaconda.org/bilgi/kececinumbers">
|
77
|
+
<img src="https://anaconda.org/bilgi/kececinumbers/badges/version.svg" alt="conda-forge version" height="18"/>
|
78
|
+
</a>
|
79
|
+
</td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td style="text-align: center;">DOI</td>
|
83
|
+
<td style="text-align: center;">
|
84
|
+
<a href="https://doi.org/10.5281/zenodo.15377659">
|
85
|
+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.15377659.svg" alt="DOI" height="18"/>
|
86
|
+
</a>
|
87
|
+
</td>
|
88
|
+
</tr>
|
89
|
+
<tr>
|
90
|
+
<td style="text-align: center;">License: MIT</td>
|
91
|
+
<td style="text-align: center;">
|
92
|
+
<a href="https://opensource.org/licenses/MIT">
|
93
|
+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License" height="18"/>
|
94
|
+
</a>
|
95
|
+
</td>
|
96
|
+
</tr>
|
97
|
+
</table>
|
98
|
+
</p>
|
99
|
+
|
52
100
|
---
|
53
101
|
|
54
102
|
## Description / Açıklama
|
@@ -184,6 +232,17 @@ if seq_fixed:
|
|
184
232
|
if kpn_direct is not None:
|
185
233
|
print(f"\nDirect call to find_kececi_prime_number for fixed numbers: {kpn_direct}")
|
186
234
|
```
|
235
|
+
|
236
|
+
Generated Keçeci Sequence (first 20 of 121): [4, 11, 12, 4, 11, 10, 5, 12, 4, 11, 12, 6, 13, 12, 4, 11, 12, 6, 13, 12]...
|
237
|
+
Keçeci Prime Number for this sequence: 11
|
238
|
+
|
239
|
+
--- Random Type Test (60 Keçeci Steps) ---
|
240
|
+
|
241
|
+
Randomly selected Keçeci Number Type: 1 (Positive Integer)
|
242
|
+
|
243
|
+
Generated Keçeci Sequence (using get_with_params, first 20 of 61): [0, 9, 3, 12, 6, 15, 5, 14, 7, 16, 8, 17, 18, 6, 15, 5, 14, 7, 16, 8]...
|
244
|
+
Keçeci Prime Number for this sequence: 17
|
245
|
+
|
187
246
|
---
|
188
247
|
|
189
248
|
## License / Lisans
|
@@ -197,40 +256,49 @@ If this library was useful to you in your research, please cite us. Following th
|
|
197
256
|
### BibTeX
|
198
257
|
|
199
258
|
```bibtex
|
200
|
-
@misc{
|
259
|
+
@misc{kececi_2025_15377659,
|
201
260
|
author = {Keçeci, Mehmet},
|
202
261
|
title = {kececinumbers},
|
203
262
|
month = may,
|
204
263
|
year = 2025,
|
205
264
|
publisher = {PyPI, Anaconda, Github, Zenodo},
|
206
265
|
version = {0.1.0},
|
207
|
-
doi = {10.5281/zenodo.
|
208
|
-
url = {https://doi.org/10.5281/zenodo.
|
209
|
-
}
|
210
|
-
|
211
|
-
@misc{kececi_2025_15314329,
|
212
|
-
author = {Keçeci, Mehmet},
|
213
|
-
title = {Keçeci numbers},
|
214
|
-
month = may,
|
215
|
-
year = 2025,
|
216
|
-
publisher = {Zenodo},
|
217
|
-
version = {1.0.0},
|
218
|
-
doi = {10.5281/zenodo.},
|
219
|
-
url = {https://doi.org/10.5281/zenodo.},
|
266
|
+
doi = {10.5281/zenodo.15377659},
|
267
|
+
url = {https://doi.org/10.5281/zenodo.15377659},
|
220
268
|
}
|
221
269
|
```
|
222
270
|
|
223
271
|
### APA
|
224
272
|
|
225
273
|
```
|
226
|
-
Keçeci, M. (2025).
|
274
|
+
Keçeci, M. (2025). Geometric Interpretations of Keçeci Numbers with Neutrosophic and Hyperreal Numbers. Zenodo. https://doi.org/10.5281/zenodo.16344232
|
275
|
+
|
276
|
+
Keçeci, M. (2025). Keçeci Sayılarının Nötrosofik ve Hipergerçek Sayılarla Geometrik Yorumlamaları. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.16343568
|
277
|
+
|
278
|
+
Keçeci, M. (2025). kececinumbers [Data set]. WorkflowHub. https://doi.org/10.48546/workflowhub.datafile.14.1
|
279
|
+
|
280
|
+
Keçeci, M. (2025). kececinumbers. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15377659
|
281
|
+
|
282
|
+
Keçeci, M. (2025). Keçeci Numbers and the Keçeci Prime Number: A Potential Number Theoretic Exploratory Tool. https://doi.org/10.5281/zenodo.15381698
|
227
283
|
|
228
|
-
Keçeci, M. (2025). Keçeci Numbers. https://doi.org/10.5281/zenodo.
|
284
|
+
Keçeci, M. (2025). Diversity of Keçeci Numbers and Their Application to Prešić-Type Fixed-Point Iterations: A Numerical Exploration. https://doi.org/10.5281/zenodo.15481711
|
285
|
+
|
286
|
+
Keçeci, M. (2025). Keçeci Numbers and the Keçeci Prime Number. Authorea. June 02, 2025. https://doi.org/10.22541/au.174890181.14730464/v1
|
287
|
+
|
288
|
+
Keçeci, M. (2025, May 11). Keçeci numbers and the Keçeci prime number: A potential number theoretic exploratory tool. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15381697
|
229
289
|
```
|
230
290
|
|
231
291
|
### Chicago
|
232
292
|
```
|
233
|
-
Keçeci, Mehmet.
|
293
|
+
Keçeci, Mehmet. kececinumbers [Data set]. WorkflowHub, 2025. https://doi.org/10.48546/workflowhub.datafile.14.1
|
294
|
+
|
295
|
+
Keçeci, Mehmet. "kececinumbers". Open Science Articles (OSAs), Zenodo, 01 May 2025. https://doi.org/10.5281/zenodo.15377659
|
296
|
+
|
297
|
+
Keçeci, Mehmet. "Keçeci Numbers and the Keçeci Prime Number: A Potential Number Theoretic Exploratory Tool", 11 Mayıs 2025. https://doi.org/10.5281/zenodo.15381698
|
298
|
+
|
299
|
+
Keçeci, Mehmet. "Diversity of Keçeci Numbers and Their Application to Prešić-Type Fixed-Point Iterations: A Numerical Exploration". https://doi.org/10.5281/zenodo.15481711
|
300
|
+
|
301
|
+
Keçeci, Mehmet. "Keçeci Numbers and the Keçeci Prime Number". Authorea. June 02, 2025. https://doi.org/10.22541/au.174890181.14730464/v1
|
234
302
|
|
235
|
-
Keçeci, Mehmet.
|
303
|
+
Keçeci, Mehmet. Keçeci numbers and the Keçeci prime number: A potential number theoretic exploratory tool. Open Science Articles (OSAs), Zenodo. 2025. https://doi.org/10.5281/zenodo.15381697
|
236
304
|
```
|
@@ -3,8 +3,9 @@
|
|
3
3
|
[](https://badge.fury.io/py/kececinumbers)
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
5
5
|
|
6
|
-
[](https://doi.org/10.5281/zenodo.15377659)
|
7
|
+
|
8
|
+
[](https://doi.org/10.48546/workflowhub.datafile.14.1)
|
8
9
|
|
9
10
|
[](https://anaconda.org/bilgi/kececinumbers)
|
10
11
|
[](https://anaconda.org/bilgi/kececinumbers)
|
@@ -12,10 +13,57 @@
|
|
12
13
|
[](https://anaconda.org/bilgi/kececinumbers)
|
13
14
|
|
14
15
|
[](https://opensource.org/)
|
15
|
-
[](https://kececinumbers.readthedocs.io/en/latest)
|
16
17
|
|
17
18
|
[](https://www.bestpractices.dev/projects/10536)
|
18
19
|
|
20
|
+
[](https://github.com/WhiteSymmetry/kececinumbers/actions/workflows/python_ci.yml)
|
21
|
+
[](https://codecov.io/gh/WhiteSymmetry/kececinumbers)
|
22
|
+
[](https://kececinumbers.readthedocs.io/en/latest/)
|
23
|
+
[](https://terrarium.evidencepub.io/v2/gh/WhiteSymmetry/kececinumbers/HEAD)
|
24
|
+
[](https://badge.fury.io/py/kececinumbers)
|
25
|
+
[](https://pepy.tech/projects/kececinumbers)
|
26
|
+
[](CODE_OF_CONDUCT.md)
|
27
|
+
|
28
|
+
---
|
29
|
+
|
30
|
+
<p align="left">
|
31
|
+
<table>
|
32
|
+
<tr>
|
33
|
+
<td style="text-align: center;">PyPI</td>
|
34
|
+
<td style="text-align: center;">
|
35
|
+
<a href="https://pypi.org/project/kececinumbers/">
|
36
|
+
<img src="https://badge.fury.io/py/kececinumbers.svg" alt="PyPI version" height="18"/>
|
37
|
+
</a>
|
38
|
+
</td>
|
39
|
+
</tr>
|
40
|
+
<tr>
|
41
|
+
<td style="text-align: center;">Conda</td>
|
42
|
+
<td style="text-align: center;">
|
43
|
+
<a href="https://anaconda.org/bilgi/kececinumbers">
|
44
|
+
<img src="https://anaconda.org/bilgi/kececinumbers/badges/version.svg" alt="conda-forge version" height="18"/>
|
45
|
+
</a>
|
46
|
+
</td>
|
47
|
+
</tr>
|
48
|
+
<tr>
|
49
|
+
<td style="text-align: center;">DOI</td>
|
50
|
+
<td style="text-align: center;">
|
51
|
+
<a href="https://doi.org/10.5281/zenodo.15377659">
|
52
|
+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.15377659.svg" alt="DOI" height="18"/>
|
53
|
+
</a>
|
54
|
+
</td>
|
55
|
+
</tr>
|
56
|
+
<tr>
|
57
|
+
<td style="text-align: center;">License: MIT</td>
|
58
|
+
<td style="text-align: center;">
|
59
|
+
<a href="https://opensource.org/licenses/MIT">
|
60
|
+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License" height="18"/>
|
61
|
+
</a>
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
</table>
|
65
|
+
</p>
|
66
|
+
|
19
67
|
---
|
20
68
|
|
21
69
|
## Description / Açıklama
|
@@ -151,6 +199,17 @@ if seq_fixed:
|
|
151
199
|
if kpn_direct is not None:
|
152
200
|
print(f"\nDirect call to find_kececi_prime_number for fixed numbers: {kpn_direct}")
|
153
201
|
```
|
202
|
+
|
203
|
+
Generated Keçeci Sequence (first 20 of 121): [4, 11, 12, 4, 11, 10, 5, 12, 4, 11, 12, 6, 13, 12, 4, 11, 12, 6, 13, 12]...
|
204
|
+
Keçeci Prime Number for this sequence: 11
|
205
|
+
|
206
|
+
--- Random Type Test (60 Keçeci Steps) ---
|
207
|
+
|
208
|
+
Randomly selected Keçeci Number Type: 1 (Positive Integer)
|
209
|
+
|
210
|
+
Generated Keçeci Sequence (using get_with_params, first 20 of 61): [0, 9, 3, 12, 6, 15, 5, 14, 7, 16, 8, 17, 18, 6, 15, 5, 14, 7, 16, 8]...
|
211
|
+
Keçeci Prime Number for this sequence: 17
|
212
|
+
|
154
213
|
---
|
155
214
|
|
156
215
|
## License / Lisans
|
@@ -164,40 +223,49 @@ If this library was useful to you in your research, please cite us. Following th
|
|
164
223
|
### BibTeX
|
165
224
|
|
166
225
|
```bibtex
|
167
|
-
@misc{
|
226
|
+
@misc{kececi_2025_15377659,
|
168
227
|
author = {Keçeci, Mehmet},
|
169
228
|
title = {kececinumbers},
|
170
229
|
month = may,
|
171
230
|
year = 2025,
|
172
231
|
publisher = {PyPI, Anaconda, Github, Zenodo},
|
173
232
|
version = {0.1.0},
|
174
|
-
doi = {10.5281/zenodo.
|
175
|
-
url = {https://doi.org/10.5281/zenodo.
|
176
|
-
}
|
177
|
-
|
178
|
-
@misc{kececi_2025_15314329,
|
179
|
-
author = {Keçeci, Mehmet},
|
180
|
-
title = {Keçeci numbers},
|
181
|
-
month = may,
|
182
|
-
year = 2025,
|
183
|
-
publisher = {Zenodo},
|
184
|
-
version = {1.0.0},
|
185
|
-
doi = {10.5281/zenodo.},
|
186
|
-
url = {https://doi.org/10.5281/zenodo.},
|
233
|
+
doi = {10.5281/zenodo.15377659},
|
234
|
+
url = {https://doi.org/10.5281/zenodo.15377659},
|
187
235
|
}
|
188
236
|
```
|
189
237
|
|
190
238
|
### APA
|
191
239
|
|
192
240
|
```
|
193
|
-
Keçeci, M. (2025).
|
241
|
+
Keçeci, M. (2025). Geometric Interpretations of Keçeci Numbers with Neutrosophic and Hyperreal Numbers. Zenodo. https://doi.org/10.5281/zenodo.16344232
|
242
|
+
|
243
|
+
Keçeci, M. (2025). Keçeci Sayılarının Nötrosofik ve Hipergerçek Sayılarla Geometrik Yorumlamaları. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.16343568
|
244
|
+
|
245
|
+
Keçeci, M. (2025). kececinumbers [Data set]. WorkflowHub. https://doi.org/10.48546/workflowhub.datafile.14.1
|
246
|
+
|
247
|
+
Keçeci, M. (2025). kececinumbers. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15377659
|
248
|
+
|
249
|
+
Keçeci, M. (2025). Keçeci Numbers and the Keçeci Prime Number: A Potential Number Theoretic Exploratory Tool. https://doi.org/10.5281/zenodo.15381698
|
194
250
|
|
195
|
-
Keçeci, M. (2025). Keçeci Numbers. https://doi.org/10.5281/zenodo.
|
251
|
+
Keçeci, M. (2025). Diversity of Keçeci Numbers and Their Application to Prešić-Type Fixed-Point Iterations: A Numerical Exploration. https://doi.org/10.5281/zenodo.15481711
|
252
|
+
|
253
|
+
Keçeci, M. (2025). Keçeci Numbers and the Keçeci Prime Number. Authorea. June 02, 2025. https://doi.org/10.22541/au.174890181.14730464/v1
|
254
|
+
|
255
|
+
Keçeci, M. (2025, May 11). Keçeci numbers and the Keçeci prime number: A potential number theoretic exploratory tool. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15381697
|
196
256
|
```
|
197
257
|
|
198
258
|
### Chicago
|
199
259
|
```
|
200
|
-
Keçeci, Mehmet.
|
260
|
+
Keçeci, Mehmet. kececinumbers [Data set]. WorkflowHub, 2025. https://doi.org/10.48546/workflowhub.datafile.14.1
|
261
|
+
|
262
|
+
Keçeci, Mehmet. "kececinumbers". Open Science Articles (OSAs), Zenodo, 01 May 2025. https://doi.org/10.5281/zenodo.15377659
|
263
|
+
|
264
|
+
Keçeci, Mehmet. "Keçeci Numbers and the Keçeci Prime Number: A Potential Number Theoretic Exploratory Tool", 11 Mayıs 2025. https://doi.org/10.5281/zenodo.15381698
|
265
|
+
|
266
|
+
Keçeci, Mehmet. "Diversity of Keçeci Numbers and Their Application to Prešić-Type Fixed-Point Iterations: A Numerical Exploration". https://doi.org/10.5281/zenodo.15481711
|
267
|
+
|
268
|
+
Keçeci, Mehmet. "Keçeci Numbers and the Keçeci Prime Number". Authorea. June 02, 2025. https://doi.org/10.22541/au.174890181.14730464/v1
|
201
269
|
|
202
|
-
Keçeci, Mehmet.
|
270
|
+
Keçeci, Mehmet. Keçeci numbers and the Keçeci prime number: A potential number theoretic exploratory tool. Open Science Articles (OSAs), Zenodo. 2025. https://doi.org/10.5281/zenodo.15381697
|
203
271
|
```
|