Skip to content

kangasta/rpa_logger

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages