mpl-richtext 0.1.1__tar.gz → 0.1.3__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. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/PKG-INFO +3 -2
  2. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/README.md +2 -1
  3. mpl_richtext-0.1.3/mpl_richtext/version.py +1 -0
  4. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext.egg-info/PKG-INFO +3 -2
  5. mpl_richtext-0.1.1/mpl_richtext/version.py +0 -1
  6. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/.github/workflows/publish.yml +0 -0
  7. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/.gitignore +0 -0
  8. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/LICENSE +0 -0
  9. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/MANIFEST.in +0 -0
  10. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/examples/basic_usage.py +0 -0
  11. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/examples/mpl_richtext_examples.png +0 -0
  12. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext/__init__.py +0 -0
  13. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext/core.py +0 -0
  14. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext.egg-info/SOURCES.txt +0 -0
  15. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext.egg-info/dependency_links.txt +0 -0
  16. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext.egg-info/requires.txt +0 -0
  17. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/mpl_richtext.egg-info/top_level.txt +0 -0
  18. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/pyproject.toml +0 -0
  19. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/setup.cfg +0 -0
  20. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/setup.py +0 -0
  21. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/tests/__init__.py +0 -0
  22. {mpl_richtext-0.1.1 → mpl_richtext-0.1.3}/tests/test_basic.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpl-richtext
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Rich text rendering for Matplotlib with multi-color and multi-style support
5
5
  Home-page: https://github.com/ra8in/mpl-richtext
6
6
  Author: Rabin Katel
@@ -52,7 +52,8 @@ Standard Matplotlib only supports single-color text. To create multi-colored tex
52
52
 
53
53
  **mpl-richtext** solves this by letting you specify colors and styles for each text segment in one simple function call.
54
54
 
55
- ![mpl-richtext Showcase](examples/mpl_richtext_examples.png)
55
+
56
+ ![mpl-richtext Showcase](https://raw.githubusercontent.com/ra8in/mpl-richtext/master/examples/mpl_richtext_examples.png)
56
57
 
57
58
  ## Installation
58
59
 
@@ -12,7 +12,8 @@ Standard Matplotlib only supports single-color text. To create multi-colored tex
12
12
 
13
13
  **mpl-richtext** solves this by letting you specify colors and styles for each text segment in one simple function call.
14
14
 
15
- ![mpl-richtext Showcase](examples/mpl_richtext_examples.png)
15
+
16
+ ![mpl-richtext Showcase](https://raw.githubusercontent.com/ra8in/mpl-richtext/master/examples/mpl_richtext_examples.png)
16
17
 
17
18
  ## Installation
18
19
 
@@ -0,0 +1 @@
1
+ __version__ = '0.1.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpl-richtext
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Rich text rendering for Matplotlib with multi-color and multi-style support
5
5
  Home-page: https://github.com/ra8in/mpl-richtext
6
6
  Author: Rabin Katel
@@ -52,7 +52,8 @@ Standard Matplotlib only supports single-color text. To create multi-colored tex
52
52
 
53
53
  **mpl-richtext** solves this by letting you specify colors and styles for each text segment in one simple function call.
54
54
 
55
- ![mpl-richtext Showcase](examples/mpl_richtext_examples.png)
55
+
56
+ ![mpl-richtext Showcase](https://raw.githubusercontent.com/ra8in/mpl-richtext/master/examples/mpl_richtext_examples.png)
56
57
 
57
58
  ## Installation
58
59
 
@@ -1 +0,0 @@
1
- __version__ = '0.1.1'
File without changes
File without changes
File without changes
File without changes
File without changes