Metadata-Version: 2.1
Name: psd2html
Version: 0.1.5
Summary: Convert PSD file to HTML
Home-page: https://github.com/kimngei/psd2html
Author: Andrew Ngei
Author-email: andrew@kimngei.pro
License: MIT
Description: PSD2HTML
        =======
        
        PSD to HTML converter based on `psd-tools`_.
        
        .. _`psd-tools`: https://github.com/psd-tools/psd-tools
        
        Usage
        -----
        
        The package comes with a command-line tool::
        
            psd2html input.psd output.html
        
        When the output path is a directory, or omitted, the tool infers the output
        name from the input::
        
            psd2html input.psd output/  # => output/input.html
            psd2html input.html          # => input.html
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
