Metadata-Version: 2.1
Name: chitubox
Version: 0.1.2
Summary: Utility to manage networked ChiTuBox based LCD Resin printers
Home-page: https://github.com/ezrec/python-chitubox
Author: Jason S. McMullan
Author-email: jason.mcmullan@gmail.com
License: UNKNOWN
Description: # ChiTuBox Network Manager
        
        Tool to interact with the ChiTuBoard based networked LCD Resin printer
        
        ```
        usage: chitucli [-h] --ip IP
                        [--list | --query | --axis-z | --version | --print | --upload | --download]
                        [files [files ...]]
        
        positional arguments:
          files
        
        optional arguments:
          -h, --help      show this help message and exit
          --ip IP, -i IP
          --list, -L
          --query, -Q
          --axis-z, -Z
          --version, -V
          --print, -P
          --upload, -U
          --download, -D
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
