Metadata-Version: 1.1
Name: cms7
Version: 0.1a21
Summary: Simple static site generator
Home-page: https://github.com/freenode/cms7
Author: Ed Kellett
Author-email: e@kellett.im
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # cms7
        
        A small and simple static site generator designed for rendering freenode's
        shiny new website.
        
        ## Installation
        
        In a **python 3** environment (tested against 3.4 and 3.5):
        
        ```console
        pip install cms7
        ```
        
        Alternatively, just check out this repo and `pip install -e .` here.
        
        ## Configuration
        
        todo
        
        ## Usage
        
        ```console
        $ cms7
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
