This release is a pre-release and may not be stable for production use.
Printwatch
Tired of running long tasks? Try PRINTwatch!
Alpha version is now live on pip!
Head to https://pypi.org/project/printwatch/ to install!
Usage
Import the Redirector class using:
from printwatch.redirection import Redirector
Create a new method of Redirector and initialize it using:
redirector=Redirector(identifier="Randomfd") redirector.initialize()
To redirect the output of a cell:
with redirector:
print("Redirected output")
Redirected outputs will be placed in logs/ folder. You can also use the webserver at http://127.0.0.1:5001 to monitor the logs locally (will add support for hosted webservers soon).
Release files for printwatch 0.0.7a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| printwatch-0.0.7a0.tar.gz | 9.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| printwatch-0.0.7a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.4 kB
Release files / printwatch-0.0.7a0.tar.gz
| Download URL | printwatch-0.0.7a0.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a12b7e98437eda57db893421ee42bc664c7a315ca8c06afe54709d9240da4f43
|
|
BLAKE2b-256 checksum How to use checksums |
fbe47ad86c817c041d94c17c902966354c74589ba071433e60f83477e4428d3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / printwatch-0.0.7a0-py3-none-any.whl
| Download URL | printwatch-0.0.7a0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
336569bc0e1b10a50ebac91a7852c026fbe70349e4a6a440c14d927af5259cb3
|
|
BLAKE2b-256 checksum How to use checksums |
da38f0a47cbf54eddf4756d38b9b094cf529fbdc1670f71d27fee74aa60c92f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|