Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
antsibull-docs-parser
Advanced tools
This is a Python library for processing Ansible documentation markup. It is named after antsibull-docs where this code originates from. It was moved out to make it easier to reuse the markup code in other projects without having to depend on all of antsibull-docs's dependencies.
Install and run nox
to run all tests. nox
will create virtual environments in .nox
inside the checked out project and install the requirements needed to run the tests there.
To run specific tests:
nox -e test
to only run unit tests;nox -e lint
to run all linters and formatters at once;nox -e formatters
to run isort
and black
;nox -e codeqa
to run flake8
, pylint
, reuse lint
, and antsibull-changelog lint
;nox -e typing
to run mypy
and pyre
;nox -e create_vectors
to update the test-vectors.yml
file. Please note that this file should be synchronized with the corresponding file in the antsibull-docs-ts project.nox -e bump -- <version> <release_summary_message>
. This:
src/antsibull_docs_parser/__init__.py
.changelogs/fragments/<version>.yml
with a release_summary
section.antsibull-changelog release
and adds the changed files to git.Release <version>.
and runs git tag -a -m 'antsibull-docs-parser <version>' <version>
.hatch build --clean
.git push
to the appropriate remotes.nox -e publish
. This:
hatch publish
;<version>.post0
;git commit -m 'Post-release version bump.'
;git push --follow-tags
to the appropriate remotes and create a GitHub release.FAQs
Python library for processing Ansible documentation markup
We found that antsibull-docs-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.