Metadata-Version: 2.1
Name: reducss
Version: 1.2.0
Summary: simple & flexible SSG
Home-page: https://github.com/laddge/reducss
Author: Laddge
Author-email: dev.laddge@gmail.com
License: MIT
Description: # reducss
        Reduce CSS size with Python
        
        ## Install
        ```
        pip install reducss
        ```
        
        ## Usage
        ### Quick start
        ```python3
        import reducss
        reducss.auto(dirname="./")
        ```
        
        ## License
        This project is under the MIT-License.  
        See also [LICENSE](LICENSE).
        
        ## Author
        Laddge
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
