Notes widget for the dinky dashboard
Project description
dinky-notes
Notes widget for the dinky dashboard generator
Installation
Install this plugin using pip
:
pip install dinky-notes
Usage
dinky-notes
is a plugin for the dinky
dashboard generator. You can simply register the notes widget with your DashboardManager:
from dinky_notes import DinkyNotesPlugin
dm.register(DinkyNotesPlugin(url="URL to the notes file (e.g., a shared cloud link)"), 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-notes
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-notes-0.2.tar.gz
(95.5 kB
view details)
Built Distribution
dinky_notes-0.2-py3-none-any.whl
(94.1 kB
view details)
File details
Details for the file dinky-notes-0.2.tar.gz
.
File metadata
- Download URL: dinky-notes-0.2.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcab1112e8a37e774e596a80f1c8a3fc5679afe44f6f7285869647f229278bd0 |
|
MD5 | 08fe2b87cb954e9142b137c9a4c8fb15 |
|
BLAKE2b-256 | 7e4f6c994c5993d30de1ce429c510b72ba4c63688e4421279999cead9de5a62b |
File details
Details for the file dinky_notes-0.2-py3-none-any.whl
.
File metadata
- Download URL: dinky_notes-0.2-py3-none-any.whl
- Upload date:
- Size: 94.1 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 | b9ca9b80a6b911aa14231d84806f4fabdbdb800dc605881f3fe448ebb3cfb6fb |
|
MD5 | 708c359778306331e6fe3c03afc39b8c |
|
BLAKE2b-256 | a35e42ec8d7f65cc36a46d04713f9bd395f31413c6fcc2d16c950a97b05cbe0d |