You can find the complete zappend changelog
here.
If you have suggestions, ideas, feature requests, or if you have identified a malfunction or error, then please post an issue.
The zappend project welcomes contributions of any form
as long as you respect our
code of conduct
and follow our
contribution guide.
If you'd like to submit code or documentation changes, we ask you to provide a pull request (PR) here. For code and configuration changes, your PR must be linked to a corresponding issue.
To set up development environment, with repository root as current working directory:
pip install .[dev,doc]zappend uses pytest for unit-level testing
and code coverage analysis.
pytest --cov=zappend testszappend source code is formatted using the
ruff tool.
ruff format .zappend documentation is built using the mkdocs tool.
With repository root as current working directory:
pip install .[doc]
mkdocs build
mkdocs serve
mkdocs gh-deployIf the configuration JSON schema in zappend/config/schema.py changes
then the configuration reference documentation docs/config.md must be
regenerated:
zappend --help-config md > docs/config.mdzappend is open source made available under the terms and conditions of the
MIT License.
Copyright © 2024 Brockmann Consult Development