Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.29 KB

staticjinjaplus

A sweet spot between staticjinja and a full-blown static site generator.

Python versions Version License

PyPI - Documentation - Source code - Issue tracker - Changelog

Development

Getting source code and installing the package with dev dependencies

  1. Clone the repository
  2. From the root directory, run: pip install -e .[dev] on Linux or pip install -e ".[dev]" on Windows

Releasing the package

From the root directory, run python setup.py upload. This will build the package, create a git tag and publish on PyPI.

__version__ in staticjinjaplus/__version__.py must be updated beforehand. It should adhere to Semantic Versioning.

An associated GitHub release must be created following the Keep a Changelog format.