Metadata-Version: 2.1
Name: ssssg
Version: 2.0.1
Summary: Stupidly Simple Static Site Generator
Home-page: https://gitlab.com/octesian/ssssg
Author: Kyle Graves
License: GPLv3
Project-URL: Issue Tracker, https://gitlab.com/octesian/ssssg/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: jinja2 (==3.0.2)
Requires-Dist: libsass (==0.21.0)
Requires-Dist: markdown (==3.3.6)
Provides-Extra: docs
Requires-Dist: sphinx (==4.4.0) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==1.0.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (==7.0.1) ; extra == 'test'
Requires-Dist: pytest-cov (==3.0.0) ; extra == 'test'

# SSSSG - Stupidly Simple Static Site Generator

## TO-DO
- Add lint testing
- update lint job
- Unit tests & coverage
- Markdown support
- Documentation

