A calendar widget for GTK using PyGoocanvas
A calendar widget for GTK using PyGooCanvas. 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 | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.8.0-1.fc45 | - |
| Fedora 44 | 0.8.0-1.fc44 | 0.8.0-1.fc44 |
| Fedora 43 | 0.8.0-1.fc43 | - |
You can contact the maintainers of this package via email at
python-goocalendar dash maintainers at fedoraproject dot org.