chromatic-python 0.7.0__tar.gz → 0.7.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.
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/PKG-INFO +1 -1
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/__main__.py +2 -2
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/_version.py +3 -3
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/PKG-INFO +1 -1
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/scm_version.json +2 -2
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/.gitattributes +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/.github/dependabot.yml +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/.github/workflows/release.yml +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/.gitignore +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/README.md +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/banner.png +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/__init__.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/__init__.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/_typing.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/__init__.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/__init__.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/colorconv.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/colorconv.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/core.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/core.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/palette.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/color/palette.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/__init__.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/__init__.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/_fetchers.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/fonts/userfont.schema.json +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/fonts/vga437.ttf +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/images/butterfly.jpg +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/images/escher.png +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/images/goblin_virus.png +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/images/registry.json +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/userfont.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/data/userfont.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/demo.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/image/__init__.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/image/__init__.pyi +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/image/_array.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/image/_curses.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic/image/_glyph.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/SOURCES.txt +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/dependency_links.txt +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/entry_points.txt +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/requires.txt +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/scm_file_list.json +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/top_level.txt +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/pyproject.toml +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/setup.cfg +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/tests/__init__.py +0 -0
- {chromatic_python-0.7.0 → chromatic_python-0.7.1}/tests/test_color_str.py +0 -0
|
@@ -514,10 +514,10 @@ def handle_image(ns):
|
|
|
514
514
|
ansi_array = _call_from_ns(img2ansi, ns)
|
|
515
515
|
if hasattr(ns, "dumpfile"):
|
|
516
516
|
ns.dumpfile.writelines(
|
|
517
|
-
f"{s}\n".encode() for s in
|
|
517
|
+
f"{s}\n".encode() for s in ansi_array.splitlines()
|
|
518
518
|
)
|
|
519
519
|
ns.dumpfile.write(b"\x1b[0m")
|
|
520
|
-
img = _call_from_ns(ansi2img, ns,
|
|
520
|
+
img = _call_from_ns(ansi2img, ns, arr=ansi_array)
|
|
521
521
|
try:
|
|
522
522
|
outpath = ns.outfile_callback(ns, img)
|
|
523
523
|
except Exception as e:
|
|
@@ -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.7.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 7,
|
|
21
|
+
__version__ = version = '0.7.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 7, 1)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g22c31929d'
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{chromatic_python-0.7.0 → chromatic_python-0.7.1}/chromatic_python.egg-info/scm_file_list.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|