Skip to main content

A simple python package for logging robotic process automation (RPA) progress.

Project description

rpa_logger

CI Docs Release Maintainability Test Coverage

A simple python package for logging robotic process automation (RPA) progress.

Getting started

This package is available in PyPI as rpa-logger. To install, run:

pip3 install rpa-logger

See package documentation and examples directory for instructions on getting started with the package usage.

Documentation

The documentation for main branch is available in GitHub pages. It is generated with pdoc:

pdoc --html --output-dir docs rpa_logger

Testing

Check and automatically fix formatting with:

pycodestyle rpa_logger
autopep8 -aaar --in-place rpa_logger

Run static analysis with:

pylint -E --enable=invalid-name,unused-import,useless-object-inheritance rpa_logger

Run unit tests with command:

python3 -m unittest discover -s tst/

Get test coverage with commands:

coverage run --branch --source rpa_logger/ -m unittest discover -s tst/
coverage report -m

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpa_logger-0.4.1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

rpa_logger-0.4.1-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page