Metadata-Version: 2.1
Name: pygraff
Version: 1.2
Summary: An overkill blog previews generator
Home-page: https://github.com/cryptolake/Graff
Author: Dhia
Author-email: dhiadah@gmail.com
License: MIT
Description: 
        # Graff
        
        > An ~~Minimal~~ Overkill HTML only blog posts previews generator.
        
        ## Setup
        
        `pip install pygraff` to install
        
        look at `settings.toml` for example config
        
        Set the `GRAFF_CONF` environment to the location of graff config. 
        
        ## Usage
        
        `graff -n <Page name>` to create new blog page in posts_dir.
        
        `graff -g` to generate previews.
        
        ## What needs to be done
        
        * ~~Add `<a>` tag to the title of the previews that links to the article~~
        * ~~`groff.py`: file where it calls the functions from `settings.py` and `generator.py`~~
        * Error handling : ~~missing or wrong values from the settings.toml file should return an error message warranting the user and not starting generation so we need a checker in `settings.py` and also in `generator.py` in case the class of the blog previews doesn't exist or~~ the file isn't even html.
        * ~~add creating new blog posts with command `new` and with chosen template~~
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
