Metadata-Version: 2.1
Name: pyZPLEditor
Version: 0.1
Summary: A ZPL editor
Home-page: https://github.com/divad1196/pyZPL
Author: Gallay David
Author-email: davidtennis96@hotmail.com
License: UNKNOWN
Description: ZPLEditor
        =========
        
        Minimal ZPL editor in python using Tkinter. A better version will be
        done using electron and vuejs.
        
        Environnement
        -------------
        
        .. code:: bash
        
            python3 -m venv environment
            source environment/bin/activate
        
        Export Requirements
        -------------------
        
        .. code:: bash
        
            pip3 freeze -l > requirements.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
