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)
Release files for GooCalendar 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| goocalendar-1.0.0.tar.gz | 21.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| goocalendar-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:44.2 kB
Release files / goocalendar-1.0.0.tar.gz
| Download URL | goocalendar-1.0.0.tar.gz |
|---|---|
| Size | 21.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30e01c0217d5bf8b94ff68c6f517df7319254e1f62c1796919f8a7f5512b4725
|
|
BLAKE2b-256 checksum How to use checksums |
17c305a84c43027a51f347e437efe69d0007d064ca9dfbb1275039ae670a7c46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / goocalendar-1.0.0-py3-none-any.whl
| Download URL | goocalendar-1.0.0-py3-none-any.whl |
|---|---|
| Size | 23.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6814fb5f31cc970cba9601a9a11853acf71f37310af8edd614c3df1e1e203b60
|
|
BLAKE2b-256 checksum How to use checksums |
838e60994eb83845e53c17d3b1aeb350529615718feb04d90c3d4487057f3650
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|