kececinumbers 0.4.1__tar.gz → 0.4.3__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.4.1/kececinumbers.egg-info → kececinumbers-0.4.3}/PKG-INFO +38 -11
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers/__init__.py +2 -1
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers/_version.py +2 -2
- {kececinumbers-0.4.1 → kececinumbers-0.4.3/kececinumbers.egg-info}/PKG-INFO +38 -11
- kececinumbers-0.4.3/kececinumbers.egg-info/requires.txt +14 -0
- kececinumbers-0.4.3/pyproject.toml +49 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/setup.py +23 -2
- kececinumbers-0.4.1/kececinumbers.egg-info/requires.txt +0 -4
- kececinumbers-0.4.1/pyproject.toml +0 -3
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/LICENSE +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/MANIFEST.in +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/README.md +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers/kececinumbers.py +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers.egg-info/SOURCES.txt +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers.egg-info/dependency_links.txt +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/kececinumbers.egg-info/top_level.txt +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/setup.cfg +0 -0
- {kececinumbers-0.4.1 → kececinumbers-0.4.3}/tests/test_sample.py +0 -0
@@ -1,36 +1,63 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kececinumbers
|
3
|
-
Version: 0.4.
|
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
|
-
|
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
|
---
|
@@ -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.
|
24
|
+
__version__ = "0.4.2"
|
24
25
|
__author__ = "Mehmet Keçeci"
|
25
26
|
__email__ = "mkececi@yaani.com"
|
26
27
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# _version.py
|
2
2
|
|
3
|
-
__version__ = "0.4.
|
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
|
+
__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.
|
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
|
-
|
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,49 @@
|
|
1
|
+
# pyproject.toml
|
2
|
+
|
3
|
+
[build-system]
|
4
|
+
requires = ["setuptools>=61.0", "wheel"]
|
5
|
+
build-backend = "setuptools.build_meta"
|
6
|
+
|
7
|
+
[project]
|
8
|
+
name = "kececinumbers"
|
9
|
+
version = "0.4.3"
|
10
|
+
|
11
|
+
# Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
|
12
|
+
authors = [
|
13
|
+
{ name="Mehmet Keçeci", email="mkececi@yaani.com" },
|
14
|
+
]
|
15
|
+
description = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets"
|
16
|
+
readme = "README.md"
|
17
|
+
requires-python = ">=3.10"
|
18
|
+
license = { file="LICENSE" }
|
19
|
+
classifiers = [
|
20
|
+
"Programming Language :: Python :: 3",
|
21
|
+
"License :: OSI Approved :: MIT License",
|
22
|
+
"Operating System :: OS Independent",
|
23
|
+
"Intended Audience :: Science/Research",
|
24
|
+
"Topic :: Scientific/Engineering :: Visualization",
|
25
|
+
]
|
26
|
+
|
27
|
+
# Ana bağımlılıklarınız
|
28
|
+
dependencies = [
|
29
|
+
"numpy",
|
30
|
+
"matplotlib",
|
31
|
+
"numpy-quaternion",
|
32
|
+
"sympy",
|
33
|
+
]
|
34
|
+
|
35
|
+
[project.optional-dependencies]
|
36
|
+
test = [
|
37
|
+
"pytest",
|
38
|
+
"pytest-cov",
|
39
|
+
"pytest-mock",
|
40
|
+
"ruff",
|
41
|
+
"numpy",
|
42
|
+
"matplotlib",
|
43
|
+
"numpy-quaternion",
|
44
|
+
"sympy",
|
45
|
+
]
|
46
|
+
|
47
|
+
[project.urls]
|
48
|
+
"Homepage" = "https://github.com/WhiteSymmetry/kececinumbers"
|
49
|
+
"Bug Tracker" = "https://github.com/WhiteSymmetry/kececinumbers/issues"
|
@@ -1,9 +1,30 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
+
import io
|
3
|
+
import re
|
2
4
|
from setuptools import setup, find_packages
|
5
|
+
import sys
|
6
|
+
|
7
|
+
|
8
|
+
# BU SATIRLAR SORUNUN KALICI ÇÖZÜMÜDÜR.
|
9
|
+
# Python'a, README.md dosyasını hangi işletim sisteminde olursa olsun
|
10
|
+
# her zaman UTF-8 kodlamasıyla okumasını söylüyoruz.
|
11
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
12
|
+
long_description = fh.read()
|
13
|
+
|
14
|
+
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
|
15
|
+
|
16
|
+
|
17
|
+
def get_version():
|
18
|
+
with open('kececinumbers/__init__.py', 'r', encoding='utf-8') as f:
|
19
|
+
content = f.read()
|
20
|
+
match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", content, re.M)
|
21
|
+
if match:
|
22
|
+
return match.group(1)
|
23
|
+
raise RuntimeError("Unable to find version string.")
|
3
24
|
|
4
25
|
setup(
|
5
26
|
name="kececinumbers",
|
6
|
-
version="0.4.1",
|
27
|
+
#version="0.4.1",
|
7
28
|
description="Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets",
|
8
29
|
long_description=open("README.md").read(),
|
9
30
|
long_description_content_type="text/markdown",
|
@@ -27,6 +48,6 @@ setup(
|
|
27
48
|
"License :: OSI Approved :: MIT License",
|
28
49
|
"Operating System :: OS Independent"
|
29
50
|
],
|
30
|
-
python_requires='>=3.
|
51
|
+
python_requires='>=3.10',
|
31
52
|
license="MIT",
|
32
53
|
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|