A calendar widget for GTK
Project description
A calendar widget for GTK
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
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
goocalendar-1.0.0.tar.gz
(21.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 goocalendar-1.0.0.tar.gz.
File metadata
- Download URL: goocalendar-1.0.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e01c0217d5bf8b94ff68c6f517df7319254e1f62c1796919f8a7f5512b4725
|
|
| MD5 |
3654c7c3a0d4118179a080a1f63f331c
|
|
| BLAKE2b-256 |
17c305a84c43027a51f347e437efe69d0007d064ca9dfbb1275039ae670a7c46
|
File details
Details for the file goocalendar-1.0.0-py3-none-any.whl.
File metadata
- Download URL: goocalendar-1.0.0-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6814fb5f31cc970cba9601a9a11853acf71f37310af8edd614c3df1e1e203b60
|
|
| MD5 |
b7467c5dbe4052fbd1da961f61e19417
|
|
| BLAKE2b-256 |
838e60994eb83845e53c17d3b1aeb350529615718feb04d90c3d4487057f3650
|