ascii-art-python 1.2.4__tar.gz → 2.0.0__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 (28) hide show
  1. ascii_art_python-2.0.0/MANIFEST.in +1 -0
  2. {ascii_art_python-1.2.4/ascii_art_python.egg-info → ascii_art_python-2.0.0}/PKG-INFO +14 -13
  3. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0}/README.md +6 -7
  4. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0}/pyproject.toml +11 -6
  5. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python/__init__.py +2 -2
  6. ascii_art_python-2.0.0/src/ascii_art_python/ascii_base.py +637 -0
  7. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python/cli.py +42 -41
  8. ascii_art_python-2.0.0/src/ascii_art_python/full_mode.py +73 -0
  9. ascii_art_python-2.0.0/src/ascii_art_python/new_skool.py +67 -0
  10. ascii_art_python-2.0.0/src/ascii_art_python/old_skool.py +67 -0
  11. ascii_art_python-2.0.0/src/ascii_art_python/tools.py +11 -0
  12. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src/ascii_art_python.egg-info}/PKG-INFO +14 -13
  13. ascii_art_python-2.0.0/src/ascii_art_python.egg-info/SOURCES.txt +20 -0
  14. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python.egg-info/requires.txt +4 -1
  15. ascii_art_python-2.0.0/tests/test_ascii_api.py +213 -0
  16. ascii_art_python-1.2.4/MANIFEST.in +0 -1
  17. ascii_art_python-1.2.4/ascii_art_python/ascii_base.py +0 -452
  18. ascii_art_python-1.2.4/ascii_art_python/full_mode.py +0 -60
  19. ascii_art_python-1.2.4/ascii_art_python/new_skool.py +0 -41
  20. ascii_art_python-1.2.4/ascii_art_python/old_skool.py +0 -42
  21. ascii_art_python-1.2.4/ascii_art_python.egg-info/SOURCES.txt +0 -18
  22. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0}/LICENSE +0 -0
  23. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0}/setup.cfg +0 -0
  24. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python/assets/fonts/GoogleSansCode-Regular.ttf +0 -0
  25. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python/assets/fonts/KreativeSquareSM.ttf +0 -0
  26. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python.egg-info/dependency_links.txt +0 -0
  27. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python.egg-info/entry_points.txt +0 -0
  28. {ascii_art_python-1.2.4 → ascii_art_python-2.0.0/src}/ascii_art_python.egg-info/top_level.txt +0 -0
@@ -0,0 +1 @@
1
+ recursive-include src/ascii_art_python/assets/fonts *
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ascii_art_python
3
- Version: 1.2.4
3
+ Version: 2.0.0
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
- Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
7
- Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/issues
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
6
+ Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-2
7
+ Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/issues
8
+ Project-URL: Source Code, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
9
+ Project-URL: Documentation, https://guill_prieur.site-prieur.fr/ascii-art-python-2
10
10
  Keywords: ascii,ascii-art,image-to-ascii,video-to-ascii,cli,terminal,terminal-graphics,generator,converter
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
@@ -32,22 +32,23 @@ Requires-Dist: tqdm>=4.65.0
32
32
  Requires-Dist: opencv-python-headless>=4.8.0
33
33
  Requires-Dist: moviepy>=2.0.0
34
34
  Requires-Dist: numpy>=1.24.0
35
- Requires-Dist: click
35
+ Requires-Dist: click>=8.0.0
36
36
  Requires-Dist: importlib_resources; python_version < "3.10"
37
+ Provides-Extra: dev
38
+ Requires-Dist: pytest>=7.0.0; extra == "dev"
37
39
  Dynamic: license-file
38
40
 
39
41
  # ASCII Art Python - Convert Images & Videos to Terminal Graphics
40
42
 
41
43
  <div align="center">
42
44
 
43
- [![PyPI version](https://img.shields.io/pypi/v/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
44
- [![Python versions](https://img.shields.io/pypi/pyversions/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
45
- [![PyPI Downloads](https://img.shields.io/pypi/dm/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
46
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
45
+ [![PyPI version](https://img.shields.io/pypi/v/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
46
+ [![Python versions](https://img.shields.io/pypi/pyversions/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
47
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
48
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow)](https://opensource.org/licenses/MIT)
47
49
 
48
50
  </div>
49
51
 
50
-
51
52
  ASCII Art Python is a powerful tool to transform your images and videos into ASCII art. Export your creations as text, images, or videos (with audio) and play them directly in your terminal.
52
53
 
53
54
  ## Preview
@@ -85,7 +86,7 @@ Below is an example of an image featuring the Python logo:
85
86
 
86
87
  And below, an example of a video featuring Nyan Cat:
87
88
 
88
- ![Example with the Nyan Cat video played in a terminal.](https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/raw/main/docs/example.gif)
89
+ ![Example with the Nyan Cat video played in a terminal.](https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/raw/main/docs/example.gif)
89
90
 
90
91
  ## Installation
91
92
 
@@ -132,7 +133,7 @@ vid.print_in_terminal()
132
133
 
133
134
  ## Full Documentation
134
135
 
135
- To check the complete API, class details, and advanced export options, visit: [the doc](https://guill_prieur.site-prieur.fr/ascii-art-python/).
136
+ To check the complete API, class details, and advanced export options, visit: [the doc](https://guill_prieur.site-prieur.fr/ascii-art-python-2/).
136
137
 
137
138
  ## License
138
139
 
@@ -2,14 +2,13 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- [![PyPI version](https://img.shields.io/pypi/v/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
6
- [![Python versions](https://img.shields.io/pypi/pyversions/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
7
- [![PyPI Downloads](https://img.shields.io/pypi/dm/ascii-art-python.svg)](https://pypi.org/project/ascii-art-python/)
8
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![PyPI version](https://img.shields.io/pypi/v/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
6
+ [![Python versions](https://img.shields.io/pypi/pyversions/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
7
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/ascii-art-python)](https://pypi.org/project/ascii-art-python/)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow)](https://opensource.org/licenses/MIT)
9
9
 
10
10
  </div>
11
11
 
12
-
13
12
  ASCII Art Python is a powerful tool to transform your images and videos into ASCII art. Export your creations as text, images, or videos (with audio) and play them directly in your terminal.
14
13
 
15
14
  ## Preview
@@ -47,7 +46,7 @@ Below is an example of an image featuring the Python logo:
47
46
 
48
47
  And below, an example of a video featuring Nyan Cat:
49
48
 
50
- ![Example with the Nyan Cat video played in a terminal.](https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/raw/main/docs/example.gif)
49
+ ![Example with the Nyan Cat video played in a terminal.](https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/raw/main/docs/example.gif)
51
50
 
52
51
  ## Installation
53
52
 
@@ -94,7 +93,7 @@ vid.print_in_terminal()
94
93
 
95
94
  ## Full Documentation
96
95
 
97
- To check the complete API, class details, and advanced export options, visit: [the doc](https://guill_prieur.site-prieur.fr/ascii-art-python/).
96
+ To check the complete API, class details, and advanced export options, visit: [the doc](https://guill_prieur.site-prieur.fr/ascii-art-python-2/).
98
97
 
99
98
  ## License
100
99
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ascii_art_python"
7
- version = "1.2.4"
7
+ version = "2.0.0"
8
8
  authors = [
9
9
  { name="Guillem Prieur", email="prieurguillem38@gmail.com" },
10
10
  ]
@@ -49,15 +49,20 @@ dependencies = [
49
49
  "opencv-python-headless>=4.8.0",
50
50
  "moviepy>=2.0.0",
51
51
  "numpy>=1.24.0",
52
- "click",
52
+ "click>=8.0.0",
53
53
  "importlib_resources; python_version < '3.10'",
54
54
  ]
55
55
 
56
+ [project.optional-dependencies]
57
+ dev = [
58
+ "pytest>=7.0.0",
59
+ ]
60
+
56
61
  [project.urls]
57
- "Homepage" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python"
58
- "Bug Tracker" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python/-/issues"
59
- "Source Code" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python"
60
- "Documentation" = "https://guill_prieur.site-prieur.fr/ascii-art-python"
62
+ "Homepage" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-2"
63
+ "Bug Tracker" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/issues"
64
+ "Source Code" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2"
65
+ "Documentation" = "https://guill_prieur.site-prieur.fr/ascii-art-python-2"
61
66
 
62
67
  [project.scripts]
63
68
  aap-export = "ascii_art_python.cli:create_and_export"
@@ -1,7 +1,7 @@
1
1
  """
2
- Module from https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python
2
+ Module from https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
3
3
  """
4
- __version__ = "1.2.4"
4
+ __version__ = "2.0.0"
5
5
  from . import new_skool
6
6
  from . import old_skool
7
7
  from . import full_mode