A calendar widget for GTK using PyGoocanvas
Project description
A calendar widget for GTK using PyGoocanvas
Nutshell
Example usage:
>>> import datetime >>> import goocalendar >>> event_store = goocalendar.EventStore() >>> calendar = goocalendar.Calendar(event_store) >>> event = goocalendar.Event('Birthday', ... datetime.date.today(), ... bg_color='lightgreen') >>> event_store.add(event)
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
GooCalendar-0.4.tar.gz
(30.1 kB
view details)
Built Distributions
GooCalendar-0.4-py3-none-any.whl
(16.3 kB
view details)
GooCalendar-0.4-py2-none-any.whl
(16.3 kB
view details)
File details
Details for the file GooCalendar-0.4.tar.gz
.
File metadata
- Download URL: GooCalendar-0.4.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca3950c2728916d9fb703c886f3940ac9b76739f99ec840b0e1c2c282510e1ab
|
|
MD5 |
6282d26f109229073f27a7f5b4f8067c
|
|
BLAKE2b-256 |
7fef2aaa6f641726652e8374604e930e2ce2a5b4879b45711965105faa6cc7e0
|
File details
Details for the file GooCalendar-0.4-py3-none-any.whl
.
File metadata
- Download URL: GooCalendar-0.4-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ad7f5a17c36908700ba86aeccfc8420154e964f75343978428bb32d9406c0e84
|
|
MD5 |
d7f94e7dc7ebdac483dadd215fe16622
|
|
BLAKE2b-256 |
1d513c9ac5d1edef37a1e0f70d148b9d7794add736606fe756e448a4787e4107
|
File details
Details for the file GooCalendar-0.4-py2-none-any.whl
.
File metadata
- Download URL: GooCalendar-0.4-py2-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b4e4a18f5a7d5a720dbcb9057225e231807ec0b4410577c1daa30a532bc9fd51
|
|
MD5 |
6cee55c0f90f0189b6f22750a481236a
|
|
BLAKE2b-256 |
6356128e27c544fd8cbb11e983d07619775d5b3afeb0cff7f3bdbb82ebb1f73f
|