Metadata-Version: 2.1
Name: skua
Version: 0.0.1
Summary: A static site generator.
Home-page: https://github.com/teymour-aldridge/skua
Author: Teymour Aldridge
Author-email: teymour.aldridge@icloud.com
License: UNKNOWN
Description: # Skua
        ### A pythonic static site generator.
        A static site generator written in Python. 
        ### Command-line interface
        Skua can be used from the command line (still under development). It takes every template it finds and places an HTML template in the chosen output folder. 
        ### Python scripting
        Skua can be imported and used to create Python scripts, which allows for greater flexibility and custom site generation pipelines. 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
