chromatic-python 0.3.1__tar.gz → 0.3.2__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.
Files changed (49) hide show
  1. {chromatic_python-0.3.1/chromatic_python.egg-info → chromatic_python-0.3.2}/PKG-INFO +10 -31
  2. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/_version.py +2 -2
  3. {chromatic_python-0.3.1 → chromatic_python-0.3.2/chromatic_python.egg-info}/PKG-INFO +10 -31
  4. chromatic_python-0.3.2/chromatic_python.egg-info/requires.txt +9 -0
  5. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/pyproject.toml +17 -7
  6. chromatic_python-0.3.2/requirements.txt +53 -0
  7. chromatic_python-0.3.1/chromatic_python.egg-info/requires.txt +0 -9
  8. chromatic_python-0.3.1/requirements.txt +0 -9
  9. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/.gitattributes +0 -0
  10. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/.gitignore +0 -0
  11. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/LICENSE +0 -0
  12. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/README.md +0 -0
  13. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/__init__.py +0 -0
  14. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/__init__.pyi +0 -0
  15. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/_typing.py +0 -0
  16. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/__init__.py +0 -0
  17. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/__init__.pyi +0 -0
  18. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/colorconv.py +0 -0
  19. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/core.py +0 -0
  20. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/core.pyi +0 -0
  21. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/iterators.py +0 -0
  22. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/palette.py +0 -0
  23. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/color/palette.pyi +0 -0
  24. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/__init__.py +0 -0
  25. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/__init__.pyi +0 -0
  26. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/_fetchers.py +0 -0
  27. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/butterfly.jpg +0 -0
  28. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/escher.png +0 -0
  29. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/fonts/consolas.ttf +0 -0
  30. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/fonts/vga437.ttf +0 -0
  31. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/goblin_virus.png +0 -0
  32. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/registry.json +0 -0
  33. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/userfont.py +0 -0
  34. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/userfont.pyi +0 -0
  35. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/data/userfont.schema.json +0 -0
  36. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/demo.py +0 -0
  37. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/image/__init__.py +0 -0
  38. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/image/__init__.pyi +0 -0
  39. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/image/_array.py +0 -0
  40. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/image/_curses.py +0 -0
  41. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic/image/_glyph_proc.py +0 -0
  42. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic_python.egg-info/SOURCES.txt +0 -0
  43. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic_python.egg-info/dependency_links.txt +0 -0
  44. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/chromatic_python.egg-info/top_level.txt +0 -0
  45. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/logo/logo.ANS +0 -0
  46. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/logo/logo.PNG +0 -0
  47. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/setup.cfg +0 -0
  48. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/tests/__init__.py +0 -0
  49. {chromatic_python-0.3.1 → chromatic_python-0.3.2}/tests/test_color_str.py +0 -0
@@ -1,29 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chromatic-python
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: ANSI art image processing and colored terminal text
5
5
  Author: crypt0lith
6
- License: MIT License
7
-
8
- Copyright (c) 2024 crypt0lith
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy
11
- of this software and associated documentation files (the "Software"), to deal
12
- in the Software without restriction, including without limitation the rights
13
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
- copies of the Software, and to permit persons to whom the Software is
15
- furnished to do so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
27
6
  Project-URL: Homepage, https://github.com/crypt0lith/chromatic
28
7
  Keywords: ansi,ascii,art,font,image,terminal,parser
29
8
  Classifier: Programming Language :: Python :: 3.12
@@ -33,15 +12,15 @@ Classifier: Typing :: Typed
33
12
  Requires-Python: >=3.12
34
13
  Description-Content-Type: text/markdown
35
14
  License-File: LICENSE
36
- Requires-Dist: networkx~=3.4.2
37
- Requires-Dist: numpy~=2.2.6
38
- Requires-Dist: pillow~=11.2.1
39
- Requires-Dist: opencv-python~=4.11.0.86
40
- Requires-Dist: scikit-image~=0.25.2
41
- Requires-Dist: scikit-learn~=1.6.1
42
- Requires-Dist: fonttools~=4.58.0
43
- Requires-Dist: scipy~=1.15.3
44
- Requires-Dist: lazy_loader~=0.4
15
+ Requires-Dist: numpy<2.6,>=1.25.2
16
+ Requires-Dist: pillow!=11.2.*,<12.0,>=10.1
17
+ Requires-Dist: networkx<4.0,>=3.0
18
+ Requires-Dist: scipy<2.0,>=1.11.4
19
+ Requires-Dist: opencv-python
20
+ Requires-Dist: scikit-image
21
+ Requires-Dist: scikit-learn
22
+ Requires-Dist: fonttools
23
+ Requires-Dist: lazy_loader
45
24
  Dynamic: license-file
46
25
 
47
26
  ![image](/logo/logo.PNG)
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.3.1'
21
- __version_tuple__ = version_tuple = (0, 3, 1)
20
+ __version__ = version = '0.3.2'
21
+ __version_tuple__ = version_tuple = (0, 3, 2)
@@ -1,29 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chromatic-python
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: ANSI art image processing and colored terminal text
5
5
  Author: crypt0lith
6
- License: MIT License
7
-
8
- Copyright (c) 2024 crypt0lith
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy
11
- of this software and associated documentation files (the "Software"), to deal
12
- in the Software without restriction, including without limitation the rights
13
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
- copies of the Software, and to permit persons to whom the Software is
15
- furnished to do so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
27
6
  Project-URL: Homepage, https://github.com/crypt0lith/chromatic
28
7
  Keywords: ansi,ascii,art,font,image,terminal,parser
29
8
  Classifier: Programming Language :: Python :: 3.12
@@ -33,15 +12,15 @@ Classifier: Typing :: Typed
33
12
  Requires-Python: >=3.12
34
13
  Description-Content-Type: text/markdown
35
14
  License-File: LICENSE
36
- Requires-Dist: networkx~=3.4.2
37
- Requires-Dist: numpy~=2.2.6
38
- Requires-Dist: pillow~=11.2.1
39
- Requires-Dist: opencv-python~=4.11.0.86
40
- Requires-Dist: scikit-image~=0.25.2
41
- Requires-Dist: scikit-learn~=1.6.1
42
- Requires-Dist: fonttools~=4.58.0
43
- Requires-Dist: scipy~=1.15.3
44
- Requires-Dist: lazy_loader~=0.4
15
+ Requires-Dist: numpy<2.6,>=1.25.2
16
+ Requires-Dist: pillow!=11.2.*,<12.0,>=10.1
17
+ Requires-Dist: networkx<4.0,>=3.0
18
+ Requires-Dist: scipy<2.0,>=1.11.4
19
+ Requires-Dist: opencv-python
20
+ Requires-Dist: scikit-image
21
+ Requires-Dist: scikit-learn
22
+ Requires-Dist: fonttools
23
+ Requires-Dist: lazy_loader
45
24
  Dynamic: license-file
46
25
 
47
26
  ![image](/logo/logo.PNG)
@@ -0,0 +1,9 @@
1
+ numpy<2.6,>=1.25.2
2
+ pillow!=11.2.*,<12.0,>=10.1
3
+ networkx<4.0,>=3.0
4
+ scipy<2.0,>=1.11.4
5
+ opencv-python
6
+ scikit-image
7
+ scikit-learn
8
+ fonttools
9
+ lazy_loader
@@ -1,15 +1,25 @@
1
1
  [build-system]
2
- requires =["setuptools", "setuptools_scm"]
2
+ requires = ["setuptools", "setuptools_scm"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "chromatic-python"
7
- dynamic = ["version", "dependencies"]
7
+ dynamic = ["version"]
8
8
  requires-python = ">=3.12"
9
- authors = [{name = "crypt0lith"}]
9
+ dependencies = [
10
+ "numpy>=1.25.2,<2.6",
11
+ "pillow>=10.1,!=11.2.*,<12.0",
12
+ "networkx>=3.0,<4.0",
13
+ "scipy>=1.11.4,<2.0",
14
+ "opencv-python",
15
+ "scikit-image",
16
+ "scikit-learn",
17
+ "fonttools",
18
+ "lazy_loader",
19
+ ]
20
+ authors = [{ name = "crypt0lith" }]
10
21
  description = "ANSI art image processing and colored terminal text"
11
22
  readme = "README.md"
12
- license = {file = "LICENSE"}
13
23
  keywords = ["ansi", "ascii", "art", "font", "image", "terminal", "parser"]
14
24
  classifiers = [
15
25
  "Programming Language :: Python :: 3.12",
@@ -21,12 +31,12 @@ classifiers = [
21
31
  [project.urls]
22
32
  Homepage = "https://github.com/crypt0lith/chromatic"
23
33
 
34
+ [tool.setuptools]
35
+ license-files = ["LICENSE"]
36
+
24
37
  [tool.setuptools_scm]
25
38
  write_to = "chromatic/_version.py"
26
39
 
27
- [tool.setuptools.dynamic]
28
- dependencies = {file = ["requirements.txt"]}
29
-
30
40
  [tool.setuptools.packages.find]
31
41
  where = ["."]
32
42
  include = ["chromatic*"]
@@ -0,0 +1,53 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements.txt pyproject.toml
6
+ #
7
+ fonttools==4.59.0
8
+ # via chromatic-python (pyproject.toml)
9
+ imageio==2.37.0
10
+ # via scikit-image
11
+ joblib==1.5.1
12
+ # via scikit-learn
13
+ lazy-loader==0.4
14
+ # via
15
+ # chromatic-python (pyproject.toml)
16
+ # scikit-image
17
+ networkx==3.5
18
+ # via
19
+ # chromatic-python (pyproject.toml)
20
+ # scikit-image
21
+ numpy==2.2.6
22
+ # via
23
+ # chromatic-python (pyproject.toml)
24
+ # imageio
25
+ # opencv-python
26
+ # scikit-image
27
+ # scikit-learn
28
+ # scipy
29
+ # tifffile
30
+ opencv-python==4.12.0.88
31
+ # via chromatic-python (pyproject.toml)
32
+ packaging==25.0
33
+ # via
34
+ # lazy-loader
35
+ # scikit-image
36
+ pillow==11.3.0
37
+ # via
38
+ # chromatic-python (pyproject.toml)
39
+ # imageio
40
+ # scikit-image
41
+ scikit-image==0.25.2
42
+ # via chromatic-python (pyproject.toml)
43
+ scikit-learn==1.7.1
44
+ # via chromatic-python (pyproject.toml)
45
+ scipy==1.16.1
46
+ # via
47
+ # chromatic-python (pyproject.toml)
48
+ # scikit-image
49
+ # scikit-learn
50
+ threadpoolctl==3.6.0
51
+ # via scikit-learn
52
+ tifffile==2025.6.11
53
+ # via scikit-image
@@ -1,9 +0,0 @@
1
- networkx~=3.4.2
2
- numpy~=2.2.6
3
- pillow~=11.2.1
4
- opencv-python~=4.11.0.86
5
- scikit-image~=0.25.2
6
- scikit-learn~=1.6.1
7
- fonttools~=4.58.0
8
- scipy~=1.15.3
9
- lazy_loader~=0.4
@@ -1,9 +0,0 @@
1
- networkx~=3.4.2
2
- numpy~=2.2.6
3
- pillow~=11.2.1
4
- opencv-python~=4.11.0.86
5
- scikit-image~=0.25.2
6
- scikit-learn~=1.6.1
7
- fonttools~=4.58.0
8
- scipy~=1.15.3
9
- lazy_loader~=0.4