ascii-art-python 1.2.1__tar.gz → 1.2.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.
- {ascii_art_python-1.2.1/ascii_art_python.egg-info → ascii_art_python-1.2.2}/PKG-INFO +2 -1
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/__init__.py +1 -1
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2/ascii_art_python.egg-info}/PKG-INFO +2 -1
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/pyproject.toml +2 -1
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/LICENSE +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/MANIFEST.in +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/README.md +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/ascii_base.py +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/assets/fonts/GoogleSansCode-Regular.ttf +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/assets/fonts/KreativeSquareSM.ttf +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/cli.py +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/full_mode.py +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/new_skool.py +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/old_skool.py +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/SOURCES.txt +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/dependency_links.txt +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/entry_points.txt +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/requires.txt +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/top_level.txt +0 -0
- {ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/setup.cfg +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ascii_art_python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: A Python library and CLI tool for converting images and videos into ASCII art.
|
|
5
5
|
Author-email: Guillem Prieur <prieurguillem38@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
|
|
7
7
|
Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/issues
|
|
8
8
|
Project-URL: Source Code, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
|
|
9
|
+
Project-URL: Documentation, https://guill_prieur.site-prieur.fr/ascii-art-python
|
|
9
10
|
Keywords: ascii,ascii-art,image-to-ascii,video-to-ascii,cli,terminal,terminal-graphics,generator,converter
|
|
10
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ascii_art_python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: A Python library and CLI tool for converting images and videos into ASCII art.
|
|
5
5
|
Author-email: Guillem Prieur <prieurguillem38@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
|
|
7
7
|
Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/issues
|
|
8
8
|
Project-URL: Source Code, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
|
|
9
|
+
Project-URL: Documentation, https://guill_prieur.site-prieur.fr/ascii-art-python
|
|
9
10
|
Keywords: ascii,ascii-art,image-to-ascii,video-to-ascii,cli,terminal,terminal-graphics,generator,converter
|
|
10
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ascii_art_python"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.2"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Guillem Prieur", email="prieurguillem38@gmail.com" },
|
|
10
10
|
]
|
|
@@ -57,6 +57,7 @@ dependencies = [
|
|
|
57
57
|
"Homepage" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python"
|
|
58
58
|
"Bug Tracker" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/issues"
|
|
59
59
|
"Source Code" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python"
|
|
60
|
+
"Documentation" = "https://guill_prieur.site-prieur.fr/ascii-art-python"
|
|
60
61
|
|
|
61
62
|
[project.scripts]
|
|
62
63
|
aap-export = "ascii_art_python.cli:create_and_export"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python/assets/fonts/KreativeSquareSM.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ascii_art_python-1.2.1 → ascii_art_python-1.2.2}/ascii_art_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|