rpa_logger
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
Release files for rpa-logger 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rpa_logger-0.4.1.tar.gz | 9.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rpa_logger-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:21.6 kB
Release files / rpa_logger-0.4.1.tar.gz
| Download URL | rpa_logger-0.4.1.tar.gz |
|---|---|
| Size | 9.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
811150a7f07f61164bbc0b8b9add4c17e8033ef55a412a6dc5a4b3b33bf71246
|
|
BLAKE2b-256 checksum How to use checksums |
ef0c9b60f7d851174255c311d79f945d2df6775a9ee5fc2e0ff8021d302b22db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|
Release files / rpa_logger-0.4.1-py3-none-any.whl
| Download URL | rpa_logger-0.4.1-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f691c589c1cdf6f1b58945b5bb5f6be08a6b46b3a1f023b4bf090847d0b23800
|
|
BLAKE2b-256 checksum How to use checksums |
8ddda35b0b59fa34275af3f1bea6bc77780aee1695023365d8b8e4933459db4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|