Logging for automation, offering thread-safety, log cleanup and screenshot support.
Project description
Automation Logging
Overview
Logging library for automation, offering thread-safety, log cleanup and screenshot support:
- Thread-Safe Logging: Ensures reliable and consistent logging from multi-threaded applications, preventing message corruption.
- Automated Log Management: Simplifies log file maintenance with configurable retention policies based on age or file count.
- Seamless Integration: Enables effortless integration with existing projects by allowing the library to override the standard
loggingmodule's root logger. - Integrated Screenshot Capture: Captures informative screenshots directly within your logs, supporting full-screen captures (using
pyautogui) and Selenium WebDriver screenshots, including headless browser support (usingselenium). - Performance Profiling: Capture elapsed and CPU times of functions using decorators and log the results.
Instructions
- How to create wheel
- Create a virtual environment and install packages from build-requirements.txt
- Activate the virtual environment
- From the folder containing "setup.py", execute:
python setup.py bdist_wheel - The wheel will be generated inside the
distfolder - Install wheel using:
pip install dist/automation_logging[...].whl
- How to generate documentation
- Create a virtual environment and install packages from build-requirements.txt
- Activate the virtual environment
- From the sphinx-doc folder, execute:
make html - The documentation will be generated inside the
sphinx-doc/build/htmlfolder - To use the documentation, open the
index.htmlfile
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automation_logging-0.1.3.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automation_logging-0.1.3.tar.gz.
File metadata
- Download URL: automation_logging-0.1.3.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c3388ad31cbae88c2204bd0ddda568597f0d0735ff5658472cb720136296b0
|
|
| MD5 |
e87e297e2a3afb6a9e0a5e92cf5b7669
|
|
| BLAKE2b-256 |
b3becdc58631b061b21a6eb67ec7a883b276733a98018031d3fba4f585597e6a
|
File details
Details for the file automation_logging-0.1.3-py3-none-any.whl.
File metadata
- Download URL: automation_logging-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a92c027331fc83c47b66cac0b88dd3682a4ad2b3e6cd7b33bae8a1cf747f94e
|
|
| MD5 |
dfc9d829ecf51c0bbed2b7b5a6d92c30
|
|
| BLAKE2b-256 |
25b5bcb4d606f4866925ef9270dedf7a38a6c035eaf9968c1ac3c6e137648f3a
|