simple-zpl2


Namesimple-zpl2 JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/sacherjj/simple_zpl2
SummaryFor building ZPL2 strings for printing barcodes with Zebra or compatible label printers.
upload_time2020-06-29 15:41:07
maintainer
docs_urlNone
authorJoe Sacher
requires_python
licenseMIT license
keywords simple_zpl2
VCS
bugtrack_url
requirements requests
Travis-CI
coveralls test coverage No coveralls.
            ===========
Simple ZPL2
===========


.. image:: https://img.shields.io/pypi/v/simple_zpl2.svg
        :target: https://pypi.python.org/pypi/simple_zpl2

.. image:: https://img.shields.io/travis/sacherjj/simple_zpl2.svg
        :target: https://travis-ci.org/sacherjj/simple_zpl2

.. image:: https://readthedocs.org/projects/simple-zpl2/badge/?version=latest
        :target: https://simple-zpl2.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/sacherjj/simple_zpl2/shield.svg
     :target: https://pyup.io/repos/github/sacherjj/simple_zpl2/
     :alt: Updates


Simple Project to help in building ZPL2 strings for printing barcodes with Zebra or compatible label printers.


* Free software: MIT license
* Documentation: https://simple-zpl2.readthedocs.io.


Features
--------

* Methods for adding ZPL2 entries in the label data
* Error handling for data entered into methods, to maintain valid ZPL data
* Using web service to render ZPL2 label as PNG for quick development
* Simple class to print to network based ZPL label printer


Credits
-------

This package was created with Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter




=======
History
=======

0.2.1 (2017-05-31)
------------------

* Pulled out individual methods to objects for barcodes
* Building tests for some of objects

0.1.0 (2017-05-26)
------------------

* Initial Creation as Standalone package.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sacherjj/simple_zpl2",
    "name": "simple-zpl2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "simple_zpl2",
    "author": "Joe Sacher",
    "author_email": "sacherjj@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/12/c6400c4a3c1203e80d98ad8ae8dda99b8a0983f67f5cba154f53e00471b4/simple_zpl2-0.3.0.tar.gz",
    "platform": "",
    "description": "===========\nSimple ZPL2\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/simple_zpl2.svg\n        :target: https://pypi.python.org/pypi/simple_zpl2\n\n.. image:: https://img.shields.io/travis/sacherjj/simple_zpl2.svg\n        :target: https://travis-ci.org/sacherjj/simple_zpl2\n\n.. image:: https://readthedocs.org/projects/simple-zpl2/badge/?version=latest\n        :target: https://simple-zpl2.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/sacherjj/simple_zpl2/shield.svg\n     :target: https://pyup.io/repos/github/sacherjj/simple_zpl2/\n     :alt: Updates\n\n\nSimple Project to help in building ZPL2 strings for printing barcodes with Zebra or compatible label printers.\n\n\n* Free software: MIT license\n* Documentation: https://simple-zpl2.readthedocs.io.\n\n\nFeatures\n--------\n\n* Methods for adding ZPL2 entries in the label data\n* Error handling for data entered into methods, to maintain valid ZPL data\n* Using web service to render ZPL2 label as PNG for quick development\n* Simple class to print to network based ZPL label printer\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n\n\n\n\n=======\nHistory\n=======\n\n0.2.1 (2017-05-31)\n------------------\n\n* Pulled out individual methods to objects for barcodes\n* Building tests for some of objects\n\n0.1.0 (2017-05-26)\n------------------\n\n* Initial Creation as Standalone package.",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "For building ZPL2 strings for printing barcodes with Zebra or compatible label printers.",
    "version": "0.3.0",
    "split_keywords": [
        "simple_zpl2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b30e6eedcb5968476c108ae251a27c95",
                "sha256": "9ef956e531a9757e5f02ba2deab3476d89eea798f1d1c21e5b19f9b471ae1488"
            },
            "downloads": -1,
            "filename": "simple_zpl2-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b30e6eedcb5968476c108ae251a27c95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 40029,
            "upload_time": "2020-06-29T15:41:07",
            "upload_time_iso_8601": "2020-06-29T15:41:07.782779Z",
            "url": "https://files.pythonhosted.org/packages/63/12/c6400c4a3c1203e80d98ad8ae8dda99b8a0983f67f5cba154f53e00471b4/simple_zpl2-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-06-29 15:41:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sacherjj",
    "github_project": "simple_zpl2",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.21.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "simple-zpl2"
}
        
Elapsed time: 0.63113s