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.
- {pyscape-1.0.2/pyscape.egg-info → pyscape-1.0.3.dev0}/PKG-INFO +1 -1
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/__init__.py +1 -1
- {pyscape-1.0.2 → pyscape-1.0.3.dev0/pyscape.egg-info}/PKG-INFO +1 -1
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/.gitignore +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/LICENSE +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/MANIFEST.in +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/README.md +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/__main__.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/commons.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/config_parser.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/data/escapy.conf +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/__init__.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/abicomp.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/brascii.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/cp774.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/i18n_codecs.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/iscii.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/mazovia.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/encodings/ram_codec.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/fonts.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/grammar.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/parser.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/escapy/user_defined_characters.py +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/SOURCES.txt +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/dependency_links.txt +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/entry_points.txt +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/not-zip-safe +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/requires.txt +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/pyscape.egg-info/top_level.txt +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/resources/.gitignore +0 -0
- {pyscape-1.0.2 → pyscape-1.0.3.dev0}/setup.cfg +0 -0
- {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.
|
|
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.
|
|
18
|
+
__version__ = "1.0.3.dev0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyscape
|
|
3
|
-
Version: 1.0.
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|