Metadata-Version: 2.0
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
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: colorlog
Requires-Dist: clize
Requires-Dist: feedgenerator
Requires-Dist: html5lib
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: requests
Requires-Dist: pathlib2
Requires-Dist: python-dateutil
Requires-Dist: pyyaml

# 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
```


