Metadata-Version: 2.1
Name: ssite
Version: 0.1.0
Summary: Ssite is not a static site generator. It is a collection of scripts to maintain a static site.
Home-page: https://github.com/tswast/ssite
Author: Tim Swast
Author-email: swast@google.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (<5.0dev,>=4.4.1)
Requires-Dist: html5lib (<2.0dev,>=0.9999999)
Requires-Dist: Jinja2 (<3.0dev,>=2.8)
Requires-Dist: setuptools (>=28.0.0)

# Ssite

Ssite is not a static site generator. It is a collection of scripts to
maintain a static site. All build steps are optional; the source code for a
static site that uses Ssite is hostable without any modifications.

## Installation

```
pip install --upgrade ssite
```

## Usage

`ssite blogindex` generates an index file for a collection of timestamped
HTML documents.

`ssite cleanhtml` removes `style`, `class`, and `id`, `<span>` and other
messy markup from an HTML document.

## License

Licensed under Apache License, Version 2.0. See
[LICENSE](https://github.com/tswast/ssite/blob/master/LICENSE).


