chromatic-python 0.6.0__tar.gz → 0.6.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.
Files changed (48) hide show
  1. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/PKG-INFO +1 -1
  2. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/__main__.py +1 -1
  3. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/_version.py +3 -3
  4. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/PKG-INFO +1 -1
  5. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/SOURCES.txt +1 -0
  6. chromatic_python-0.6.1/chromatic_python.egg-info/entry_points.txt +2 -0
  7. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/scm_version.json +2 -2
  8. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/pyproject.toml +3 -0
  9. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/.gitattributes +0 -0
  10. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/.github/dependabot.yml +0 -0
  11. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/.github/workflows/publish.yml +0 -0
  12. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/.gitignore +0 -0
  13. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/README.md +0 -0
  14. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/banner.png +0 -0
  15. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/__init__.py +0 -0
  16. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/__init__.pyi +0 -0
  17. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/_typing.py +0 -0
  18. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/__init__.py +0 -0
  19. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/__init__.pyi +0 -0
  20. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/colorconv.py +0 -0
  21. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/core.py +0 -0
  22. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/core.pyi +0 -0
  23. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/palette.py +0 -0
  24. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/color/palette.pyi +0 -0
  25. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/__init__.py +0 -0
  26. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/__init__.pyi +0 -0
  27. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/_fetchers.py +0 -0
  28. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/fonts/userfont.schema.json +0 -0
  29. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/fonts/vga437.ttf +0 -0
  30. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/images/butterfly.jpg +0 -0
  31. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/images/escher.png +0 -0
  32. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/images/goblin_virus.png +0 -0
  33. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/images/registry.json +0 -0
  34. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/userfont.py +0 -0
  35. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/data/userfont.pyi +0 -0
  36. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/demo.py +0 -0
  37. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/image/__init__.py +0 -0
  38. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/image/__init__.pyi +0 -0
  39. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/image/_array.py +0 -0
  40. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/image/_curses.py +0 -0
  41. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic/image/_glyph.py +0 -0
  42. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/dependency_links.txt +0 -0
  43. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/requires.txt +0 -0
  44. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/scm_file_list.json +0 -0
  45. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/chromatic_python.egg-info/top_level.txt +0 -0
  46. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/setup.cfg +0 -0
  47. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/tests/__init__.py +0 -0
  48. {chromatic_python-0.6.0 → chromatic_python-0.6.1}/tests/test_color_str.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chromatic-python
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: ANSI art image processing and colored terminal text
5
5
  Author: crypt0lith
6
6
  License-Expression: MIT
@@ -507,7 +507,7 @@ def font_list(ns):
507
507
  table = defaultdict(list)
508
508
  widths = defaultdict(int)
509
509
  justs = {}
510
- anno = uf._userfont_dict_struct().annotations
510
+ anno = uf._userfont_dict_struct()[-1]
511
511
  for name, obj in uf.userfonts.items():
512
512
  is_default = obj is uf.DEFAULT_FONT
513
513
  for k, v in dict(name=name, **asdict(obj)).items():
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.6.0'
22
- __version_tuple__ = version_tuple = (0, 6, 0)
21
+ __version__ = version = '0.6.1'
22
+ __version_tuple__ = version_tuple = (0, 6, 1)
23
23
 
24
- __commit_id__ = commit_id = 'g7d65fbcc2'
24
+ __commit_id__ = commit_id = 'g453609020'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chromatic-python
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: ANSI art image processing and colored terminal text
5
5
  Author: crypt0lith
6
6
  License-Expression: MIT
@@ -37,6 +37,7 @@ chromatic/image/_glyph.py
37
37
  chromatic_python.egg-info/PKG-INFO
38
38
  chromatic_python.egg-info/SOURCES.txt
39
39
  chromatic_python.egg-info/dependency_links.txt
40
+ chromatic_python.egg-info/entry_points.txt
40
41
  chromatic_python.egg-info/requires.txt
41
42
  chromatic_python.egg-info/scm_file_list.json
42
43
  chromatic_python.egg-info/scm_version.json
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ chromatic = chromatic.__main__:main
@@ -1,7 +1,7 @@
1
1
  {
2
- "tag": "0.6.0",
2
+ "tag": "0.6.1",
3
3
  "distance": 0,
4
- "node": "g7d65fbcc2db9529c9a912486812d49a06b71eafd",
4
+ "node": "g453609020002216dd4822ffeb9e8fb247667772c",
5
5
  "dirty": false,
6
6
  "branch": "HEAD",
7
7
  "node_date": "2026-06-28"
@@ -31,6 +31,9 @@ dependencies = [
31
31
  [project.urls]
32
32
  repository = "https://github.com/crypt0lith/chromatic.git"
33
33
 
34
+ [project.scripts]
35
+ chromatic = "chromatic.__main__:main"
36
+
34
37
  [tool.setuptools_scm]
35
38
  write_to = "chromatic/_version.py"
36
39