frenchplotlib 1.0.0__tar.gz → 1.1.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 (33) hide show
  1. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/PKG-INFO +1 -1
  2. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/converter.py +2 -2
  3. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib.egg-info/PKG-INFO +1 -1
  4. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/pyproject.toml +1 -1
  5. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/setup.py +1 -1
  6. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/README.md +0 -0
  7. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/__init__.py +0 -0
  8. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/baguette.svg +0 -0
  9. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/boule.svg +0 -0
  10. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/bretzel.svg +0 -0
  11. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/brioche.svg +0 -0
  12. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/camembert.svg +0 -0
  13. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/croissant.svg +0 -0
  14. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/eclair.svg +0 -0
  15. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/escargot.svg +0 -0
  16. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/fougasse.svg +0 -0
  17. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/fromage.svg +0 -0
  18. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/macaron.svg +0 -0
  19. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/madeleine.svg +0 -0
  20. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/nous/mathis.svg +0 -0
  21. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/nous/moi.svg +0 -0
  22. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/pain_au_chocolat.svg +0 -0
  23. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/pain_de_mie.svg +0 -0
  24. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/pita.svg +0 -0
  25. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/religieuse.svg +0 -0
  26. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/assets/vin.svg +0 -0
  27. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/dorures.py +0 -0
  28. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib/tapisseries.py +0 -0
  29. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib.egg-info/SOURCES.txt +0 -0
  30. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib.egg-info/dependency_links.txt +0 -0
  31. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib.egg-info/requires.txt +0 -0
  32. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/frenchplotlib.egg-info/top_level.txt +0 -0
  33. {frenchplotlib-1.0.0 → frenchplotlib-1.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frenchplotlib
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: French-themed matplotlib markers and colormaps
5
5
  Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
6
  Author: philzphaz
@@ -9,7 +9,7 @@ try:
9
9
  except ImportError:
10
10
  svg2paths2 = None
11
11
 
12
- name = 'escargot'
12
+ name = 'anschutz'
13
13
  path = f'assets/{name}.svg'
14
14
 
15
15
  # Get the directory where this file is located
@@ -67,7 +67,7 @@ sample = f"""
67
67
  """
68
68
 
69
69
  # ecrire à la fin du fichier breadplotlib.py
70
- breadplotlib_path = os.path.join(current_dir, 'breadplotlib.py')
70
+ breadplotlib_path = os.path.join(current_dir, 'tapisseries.py')
71
71
  with open(breadplotlib_path, 'r') as f:
72
72
  content = f.read()
73
73
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frenchplotlib
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: French-themed matplotlib markers and colormaps
5
5
  Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
6
  Author: philzphaz
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "frenchplotlib"
7
- version = "1.0.0"
7
+ version = "1.1.0"
8
8
  description = "French-themed matplotlib markers and colormaps"
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
  requires-python = ">=3.6"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="frenchplotlib",
5
- version="1.0.0",
5
+ version="1.1.0",
6
6
  description="French-themed matplotlib markers and colormaps",
7
7
  author="philzphaz",
8
8
  url="https://github.com/PhilZPhaZ/frenchplotlib",
File without changes
File without changes