Bug 2442990 - Review Request: python-goocalendar - A calendar widget for GTK using PyGoocanvas
Summary: Review Request: python-goocalendar - A calendar widget for GTK using PyGoocanvas
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2440336
TreeView+ depends on / blocked
 
Reported: 2026-02-26 12:40 UTC by Benson Muite
Modified: 2026-02-26 12:41 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Benson Muite 2026-02-26 12:40:40 UTC
spec: https://fed500.fedorapeople.org/python-goocalendar.spec
srpm: https://fed500.fedorapeople.org/python-goocalendar-0.8.0-1.fc43.src.rpm

description:
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)

fas: fed500

Reproducible: Always


Note You need to log in before you can comment on or make changes to this bug.