Tools for building the Ansible Distribution
Project description
antsibull -- Ansible Build Scripts
Tooling for building various things related to Ansible
Scripts that are here:
- antsibull-build - Builds Ansible-2.10+ from component collections (docs)
- antsibull-docs - Extracts documentation from ansible plugins
- antsibull-lint - Right now only validates
changelogs/changelog.yaml
files (docs)
A related project is antsibull-changelog, which is in its own repository.
Scripts are created by poetry at build time. So if you want to run from a checkout, you'll have to run them under poetry::
python3 -m pip install poetry
poetry install # Installs dependencies into a virtualenv
poetry run antsibull-build --help
If you want to create a new release::
poetry build
poetry publish # Uploads to pypi. Be sure you really want to do this
.. note:: When installing a package published by poetry, it is best to use pip >= 19.0. Installing with pip-18.1 and below could create scripts which use pkg_resources which can slow down startup time (in some environments by quite a large amount).
Unless otherwise noted in the code, it is licensed under the terms of the GNU General Public License v3 or, at your option, later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for antsibull-0.17.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 326d91381840b59bcb857d027a37602ff5b02f8df44d58624a7c7ebd13e0860c |
|
MD5 | 3d68108811c2b284e36439d07ce2372e |
|
BLAKE2b-256 | 0425cea78f05f8f82f059b69c16e508db4c397ff8fce6e71aecd519d74f95662 |