ascii-art-python 1.2.3__tar.gz → 1.2.4__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.3 → ascii_art_python-1.2.4}/MANIFEST.in +0 -1
- {ascii_art_python-1.2.3/ascii_art_python.egg-info → ascii_art_python-1.2.4}/PKG-INFO +2 -2
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/README.md +1 -1
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/__init__.py +1 -1
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4/ascii_art_python.egg-info}/PKG-INFO +2 -2
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/SOURCES.txt +1 -2
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/pyproject.toml +1 -1
- ascii_art_python-1.2.3/docs/example.gif +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/LICENSE +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/ascii_base.py +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/assets/fonts/GoogleSansCode-Regular.ttf +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/assets/fonts/KreativeSquareSM.ttf +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/cli.py +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/full_mode.py +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/new_skool.py +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/old_skool.py +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/dependency_links.txt +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/entry_points.txt +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/requires.txt +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/top_level.txt +0 -0
- {ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ascii_art_python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
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
|
|
@@ -85,7 +85,7 @@ Below is an example of an image featuring the Python logo:
|
|
|
85
85
|
|
|
86
86
|
And below, an example of a video featuring Nyan Cat:
|
|
87
87
|
|
|
88
|
-

|
|
88
|
+

|
|
89
89
|
|
|
90
90
|
## Installation
|
|
91
91
|
|
|
@@ -47,7 +47,7 @@ Below is an example of an image featuring the Python logo:
|
|
|
47
47
|
|
|
48
48
|
And below, an example of a video featuring Nyan Cat:
|
|
49
49
|
|
|
50
|
-

|
|
50
|
+

|
|
51
51
|
|
|
52
52
|
## Installation
|
|
53
53
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ascii_art_python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
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
|
|
@@ -85,7 +85,7 @@ Below is an example of an image featuring the Python logo:
|
|
|
85
85
|
|
|
86
86
|
And below, an example of a video featuring Nyan Cat:
|
|
87
87
|
|
|
88
|
-

|
|
88
|
+

|
|
89
89
|
|
|
90
90
|
## Installation
|
|
91
91
|
|
|
@@ -15,5 +15,4 @@ ascii_art_python.egg-info/entry_points.txt
|
|
|
15
15
|
ascii_art_python.egg-info/requires.txt
|
|
16
16
|
ascii_art_python.egg-info/top_level.txt
|
|
17
17
|
ascii_art_python/assets/fonts/GoogleSansCode-Regular.ttf
|
|
18
|
-
ascii_art_python/assets/fonts/KreativeSquareSM.ttf
|
|
19
|
-
docs/example.gif
|
|
18
|
+
ascii_art_python/assets/fonts/KreativeSquareSM.ttf
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python/assets/fonts/KreativeSquareSM.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ascii_art_python-1.2.3 → ascii_art_python-1.2.4}/ascii_art_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|