Python SDK for the Visma Nmbrs SOAP API.


Keywords
nmbrs, soap
License
Other
Install
pip install nmbrs==1.0.3

Documentation

Workflows

Unit tests

coverage run -m pytest tests/
coverage html

Linting

pylint --rcfile=.pylintrc $(git ls-files '*.py')
pymarkdown scan $(git ls-files '*.md')
yamllint .

Formatting

black --check $(git ls-files '*.py')
prettier --check '**/*.md'
prettier --check '**/*.yml'