Metadata-Version: 1.1
Name: pysuerga
Version: 0.1.0
Summary: Python simple static site generator for open source projects
Home-page: https://github.com/datapythonista/pysuerga
Author: Marc Garcia
Author-email: garcia.marc@gmail.com
License: BSD
Description: 
        Pysuerga is a very simple static site generator. It was initially created
        for [pandas](https://pandas.pydata.org), but is used in other projects.
        
        To use Pysuerga you need to create the website structure for your project,
        with markdown templates, and Pysuerga will generate the same structure after
        rendering the files.
        
        It is able to manage variables in a structure way, can use Jinja2 in the templates
        and includes plugins for some common pages: team page with GitHub info, blog
        aggregator, release information, etc.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
