What happened on this day widget for the dinky dashboard
Project description
dinky-onthisday
"OnThisDay" widget for the dinky dashboard generator
Installation
Install this plugin using pip
:
pip install dinky-onthisday
Usage
dinky-onthisday
is a plugin for the dinky
dashboard generator. You can simply register the "OnThisDay" widget with your DashboardManager:
from dinky_onthisday import DinkyOnThisDayPlugin
dm.register(
DinkyOnThisDayPlugin(), zone="A")
Then draw your dashboard as usual:
dm.draw_dashboard()
Development
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd dinky-onthisday
python -m venv .venv
source .venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
python -m pytest
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
dinky-onthisday-0.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file dinky-onthisday-0.1.tar.gz
.
File metadata
- Download URL: dinky-onthisday-0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e83cd4cf0ce6cbb69ba5cd56eb43d1bb48892be01b87870af58062cb5a211f |
|
MD5 | 27e591984c894ff6591af960a052d9b1 |
|
BLAKE2b-256 | 01af7a969eea563056c01d1572e7cb214edcf2a1880e10e33479e3d44dcb3869 |
Provenance
File details
Details for the file dinky_onthisday-0.1-py3-none-any.whl
.
File metadata
- Download URL: dinky_onthisday-0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34002d86132a19bedb2e6a973f638daf0b227d1c7040df7808e7c5b19d2abc5d |
|
MD5 | b410b2020ef962f72dbcb711ce2aa15d |
|
BLAKE2b-256 | 4f76923333a5ae7c76cb16c4928c504eb61535ce33b52aec9cb5d4592dce5306 |