ascii-art-python 2.0.1__tar.gz → 2.0.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.
Files changed (22) hide show
  1. {ascii_art_python-2.0.1/src/ascii_art_python.egg-info → ascii_art_python-2.0.2}/PKG-INFO +2 -2
  2. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/pyproject.toml +2 -2
  3. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/__init__.py +1 -1
  4. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2/src/ascii_art_python.egg-info}/PKG-INFO +2 -2
  5. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/LICENSE +0 -0
  6. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/MANIFEST.in +0 -0
  7. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/README.md +0 -0
  8. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/setup.cfg +0 -0
  9. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/ascii_base.py +0 -0
  10. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/assets/fonts/GoogleSansCode-Regular.ttf +0 -0
  11. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/assets/fonts/KreativeSquareSM.ttf +0 -0
  12. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/cli.py +0 -0
  13. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/full_mode.py +0 -0
  14. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/new_skool.py +0 -0
  15. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/old_skool.py +0 -0
  16. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python/tools.py +0 -0
  17. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python.egg-info/SOURCES.txt +0 -0
  18. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python.egg-info/dependency_links.txt +0 -0
  19. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python.egg-info/entry_points.txt +0 -0
  20. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python.egg-info/requires.txt +0 -0
  21. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/src/ascii_art_python.egg-info/top_level.txt +0 -0
  22. {ascii_art_python-2.0.1 → ascii_art_python-2.0.2}/tests/test_ascii_api.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ascii_art_python
3
- Version: 2.0.1
3
+ Version: 2.0.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
- Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-2
6
+ Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
7
7
  Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/issues
8
8
  Project-URL: Source Code, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
9
9
  Project-URL: Documentation, https://guill_prieur.site-prieur.fr/ascii-art-python-2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ascii_art_python"
7
- version = "2.0.1"
7
+ version = "2.0.2"
8
8
  authors = [
9
9
  { name="Guillem Prieur", email="prieurguillem38@gmail.com" },
10
10
  ]
@@ -59,7 +59,7 @@ dev = [
59
59
  ]
60
60
 
61
61
  [project.urls]
62
- "Homepage" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-2"
62
+ "Homepage" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2"
63
63
  "Bug Tracker" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/issues"
64
64
  "Source Code" = "https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2"
65
65
  "Documentation" = "https://guill_prieur.site-prieur.fr/ascii-art-python-2"
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Module from https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
3
3
  """
4
- __version__ = "2.0.1"
4
+ __version__ = "2.0.2"
5
5
  from . import new_skool
6
6
  from . import old_skool
7
7
  from . import full_mode
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ascii_art_python
3
- Version: 2.0.1
3
+ Version: 2.0.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
- Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-2
6
+ Project-URL: Homepage, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
7
7
  Project-URL: Bug Tracker, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2/-/issues
8
8
  Project-URL: Source Code, https://gitlab.pprriieeuurr.fr/guill_prieur/ascii-art-python-2
9
9
  Project-URL: Documentation, https://guill_prieur.site-prieur.fr/ascii-art-python-2