Metadata-Version: 2.1
Name: stl-compressor
Version: 2.8
Summary: STL Compressor
Home-page: https://github.com/fan-ziqi/stl_compressor
Author: Ziqi Fan
Author-email: fanziqi614@gmail.com
License: Apache License 2.0
Description: # STL Compressor
        
        STL Compressor is a tool designed to compress STL files efficiently. Users can conveniently compress multiple STL files in batches, reducing their file sizes without compromising on quality.
        
        ## Usage
        
        Install with pip
        
        ```bash
        pip install stl_compressor
        stl_compressor
        ```
        
        You can also download the Windows exe file [here](https://github.com/fan-ziqi/stl_compressor/releases)
        
        ## Packaging
        
        To package the application as a standalone exe file for windows, use PyInstaller:
        
        ```bash
        pyinstaller --onefile --windowed stl_compressor/stl_compressor_ui.py
        ```
        
        ## Upload to Pypi
        
        ```bash
        python setup.py check
        python setup.py sdist bdist_wheel
        twine upload dist/*
        ```
        
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
