Metadata-Version: 2.1
Name: nene
Version: 0.1.1
Summary: "A no-frills static site generator"
Home-page: https://nene.leouieda.com
Author: Leonardo Uieda
Author-email: leouieda@gmail.com
License: MIT
Project-URL: Documentation, https://nene.leouieda.com
Project-URL: Release Notes, https://github.com/leouieda/nene/releases
Project-URL: Bug Tracker, https://github.com/leouieda/nene/issues
Project-URL: Source Code, https://github.com/leouieda/nene
Keywords: html,markdown
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: Markdown
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: myst-parser (>=0.15.0)
Requires-Dist: jinja2 (>=3.0)
Requires-Dist: pyyaml (>=5.4)
Requires-Dist: livereload (>=2.6)
Requires-Dist: click (>=8)
Requires-Dist: rich (>=10.9)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: jupyter
Requires-Dist: nbformat ; extra == 'jupyter'
Requires-Dist: nbconvert ; extra == 'jupyter'
Provides-Extra: lint
Requires-Dist: black[jupyter] ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: flake8-bugbear ; extra == 'lint'
Requires-Dist: flake8-builtins ; extra == 'lint'
Requires-Dist: flake8-comprehensions ; extra == 'lint'
Requires-Dist: flake8-continuation ; extra == 'lint'
Requires-Dist: flake8-copyright ; extra == 'lint'
Requires-Dist: flake8-isort ; extra == 'lint'
Requires-Dist: flake8-mutable ; extra == 'lint'
Requires-Dist: flake8-print ; extra == 'lint'
Requires-Dist: flake8-quotes ; extra == 'lint'
Requires-Dist: flake8-simplify ; extra == 'lint'
Requires-Dist: flake8-rst-docstrings ; extra == 'lint'
Requires-Dist: flake8-docstrings ; extra == 'lint'
Requires-Dist: pydocstyle ; extra == 'lint'

# Nēnē: A no-frills static site generator

[![Latest release on PyPI](https://img.shields.io/pypi/v/nene.svg?style=flat-square)][pypi]
[![Compatible Python versions](https://img.shields.io/pypi/pyversions/nene.svg?style=flat-square)][pypi]

> Do you love <a href="https://github.com/getpelican">Pelican</a>?
> Can't enough of that <a href="https://jekyllrb.com/">Jekyll</a>?
> Then Nēnē is probably not for you.

Static website generators seem to be the favourite pastime of developers
procrastinating on other more important projects.
So of course, I had to make my own!

When I say *no-frills*, I mean it. Nēnē has no built-in templates, no special
provisions for blogging, plugins, or the sort of thing that would be useful if
you just want to start a website.
But it also tries to combine several nice features from other generators into
something that will appeal to those who want to build their own templates.

> **Trivia:** *Nēnē* continues the long tradition of naming static site
> generators built in Python after birds (the nēnē is a
> [goose endemic to Hawai'i][nene-goose]).

## Documentation

Install instructions and other information can be found in the preliminary
documentation website (built with Nēnē, of course):
[nene.leouieda.com](https://nene.leouieda.com)

**WARNING**: You probably want to pin Nēnē to a specific version since I will
likely break compatibility between releases.

## License

Nēnē is free and open-source software distributed under the
[MIT License](LICENSE.txt).

[nene-goose]: https://www.nps.gov/havo/learn/nature/nene.htm
[pypi]: https://pypi.org/project/nene/


