pyscape 1.0.2__tar.gz → 1.0.3.dev0__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 (32) hide show
  1. {pyscape-1.0.2/pyscape.egg-info → pyscape-1.0.3.dev0}/PKG-INFO +1 -1
  2. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/__init__.py +1 -1
  3. {pyscape-1.0.2 → pyscape-1.0.3.dev0/pyscape.egg-info}/PKG-INFO +1 -1
  4. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/.gitignore +0 -0
  5. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/LICENSE +0 -0
  6. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/MANIFEST.in +0 -0
  7. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/README.md +0 -0
  8. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/__main__.py +0 -0
  9. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/commons.py +0 -0
  10. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/config_parser.py +0 -0
  11. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/data/escapy.conf +0 -0
  12. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/__init__.py +0 -0
  13. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/abicomp.py +0 -0
  14. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/brascii.py +0 -0
  15. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/cp774.py +0 -0
  16. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/i18n_codecs.py +0 -0
  17. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/iscii.py +0 -0
  18. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/mazovia.py +0 -0
  19. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/ram_codec.py +0 -0
  20. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/fonts.py +0 -0
  21. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/grammar.py +0 -0
  22. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/parser.py +0 -0
  23. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/user_defined_characters.py +0 -0
  24. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/SOURCES.txt +0 -0
  25. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/dependency_links.txt +0 -0
  26. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/entry_points.txt +0 -0
  27. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/not-zip-safe +0 -0
  28. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/requires.txt +0 -0
  29. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/top_level.txt +0 -0
  30. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/resources/.gitignore +0 -0
  31. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/setup.cfg +0 -0
  32. {pyscape-1.0.2 → pyscape-1.0.3.dev0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyscape
3
- Version: 1.0.2
3
+ Version: 1.0.3.dev0
4
4
  Summary: An advanced Python interpreter for ESC/P and ESC/P2 commands, efficiently and accurately converting your print workflows into precise vectorial PDFs.
5
5
  Home-page: https://github.com/ysard/escapy
6
6
  Author: Ysard
@@ -15,4 +15,4 @@
15
15
  # You should have received a copy of the GNU Affero General Public License
16
16
  # along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
  """Public package variables used for the release process"""
18
- __version__ = "1.0.2"
18
+ __version__ = "1.0.3.dev0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyscape
3
- Version: 1.0.2
3
+ Version: 1.0.3.dev0
4
4
  Summary: An advanced Python interpreter for ESC/P and ESC/P2 commands, efficiently and accurately converting your print workflows into precise vectorial PDFs.
5
5
  Home-page: https://github.com/ysard/escapy
6
6
  Author: Ysard
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes