Metadata-Version: 2.1
Name: dir2html
Version: 0.2.3
Summary: Generate an html album from a given directory
Home-page: https://github.com/mos3abof/dir2html
Author: Mosab Ibrahim
Author-email: mosab.a.ibrahim@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/mos3abof/dir2html/issues
Project-URL: Source, https://github.com/mos3abof/dir2html/
Description: # Dir2html
        
        A simple utility to generate an html album from a given directory.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install dir2html.
        
        ```bash
        pip install dir2html
        ```
        
        ## Usage
        
        ```bash
        $ dir2html -i <input_directory> -o <output_directory> -t <album_title> -d <album_description>
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
