{"id":13482198,"url":"https://github.com/gtimelog/gtimelog","last_synced_at":"2025-05-15T08:04:39.625Z","repository":{"id":12147868,"uuid":"14741189","full_name":"gtimelog/gtimelog","owner":"gtimelog","description":"A time tracking application","archived":false,"fork":false,"pushed_at":"2025-01-20T12:06:39.000Z","size":1777,"stargazers_count":259,"open_issues_count":58,"forks_count":78,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-09T11:05:12.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gtimelog.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtimelog.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"mgedmin"}},"created_at":"2013-11-27T08:17:17.000Z","updated_at":"2025-04-07T20:09:48.000Z","dependencies_parsed_at":"2024-01-05T20:50:43.779Z","dependency_job_id":"a43f1f66-e913-4c8b-adfa-738884ec0719","html_url":"https://github.com/gtimelog/gtimelog","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtimelog%2Fgtimelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtimelog%2Fgtimelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtimelog%2Fgtimelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtimelog%2Fgtimelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtimelog","download_url":"https://codeload.github.com/gtimelog/gtimelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301422,"owners_count":22047901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:00:59.865Z","updated_at":"2025-05-15T08:04:39.578Z","avatar_url":"https://github.com/gtimelog.png","language":"Python","funding_links":["https://ko-fi.com/mgedmin"],"categories":["\u003ca id=\"tag-organization\" href=\"#tag-organization\"\u003eOrganization\u003c/a\u003e","Python"],"sub_categories":[],"readme":"GTimeLog\n========\n\nGTimeLog is a simple app for keeping track of time.\n\n.. image:: https://github.com/gtimelog/gtimelog/actions/workflows/build.yml/badge.svg?branch=master\n   :target: https://github.com/gtimelog/gtimelog/actions\n   :alt: build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/gtimelog/gtimelog?branch=master\u0026svg=true\n   :target: https://ci.appveyor.com/project/mgedmin/gtimelog\n   :alt: build status (on Windows)\n\n.. image:: https://coveralls.io/repos/gtimelog/gtimelog/badge.svg?branch=master\n   :target: https://coveralls.io/r/gtimelog/gtimelog?branch=master\n   :alt: test coverage\n\n.. contents::\n\n.. image:: https://raw.github.com/gtimelog/gtimelog/master/docs/gtimelog.png\n   :alt: screenshot\n\n\nInstalling\n----------\n\nGTimeLog is packaged for Debian and Ubuntu::\n\n  sudo apt-get install gtimelog\n\nFor Ubuntu, sometimes a newer version can usually be found in the PPA:\n\n  https://launchpad.net/~gtimelog-dev/+archive/ppa\n\nFedora also holds a package of gtimelog to be installed with::\n\n  sudo dnf install gtimelog\n\nYou can fetch the latest released version from PyPI ::\n\n  $ pip install gtimelog\n  $ gtimelog\n\nYou can run it from a source checkout (without an explicit installation step)::\n\n  $ git clone https://github.com/gtimelog/gtimelog\n  $ cd gtimelog\n  $ ./gtimelog\n\nSystem requirements:\n\n- Python (3.6+)\n- PyGObject\n- gobject-introspection type libraries for Gtk, Gdk, GLib, Gio, GObject, Pango,\n  Soup, Secret\n- GTK+ 3.18 or newer\n\n\nDocumentation\n-------------\n\nThis is work in progress:\n\n- `docs/index.rst`_ contains an overview\n- `docs/formats.rst`_ describes the file formats\n\n.. _docs/index.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/index.rst\n.. _docs/formats.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/formats.rst\n\n\nResources\n---------\n\nWebsite: https://gtimelog.org\n\nMailing list: gtimelog@googlegroups.com\n(archive at https://groups.google.com/group/gtimelog)\n\nIRC: #gtimelog on chat.libera.net\n\nSource code: https://github.com/gtimelog/gtimelog\n\nReport bugs at https://github.com/gtimelog/gtimelog/issues\n\nThere's an old bugtracker at https://bugs.launchpad.net/gtimelog\n\nI sometimes also browse distribution bugs:\n\n- Ubuntu https://bugs.launchpad.net/ubuntu/+source/gtimelog\n- Debian https://bugs.debian.org/gtimelog\n\n\nCredits\n-------\n\nGTimeLog was mainly written by Marius Gedminas \u003cmarius@gedmin.as\u003e.\n\nBarry Warsaw \u003cbarry@python.org\u003e stepped in as a co-maintainer when\nMarius burned out.  Then Barry got busy and Marius recovered.\n\nMany excellent contributors are listed in `CONTRIBUTORS.rst`_\n\n.. _CONTRIBUTORS.rst: https://github.com/gtimelog/gtimelog/blob/master/src/gtimelog/CONTRIBUTORS.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtimelog%2Fgtimelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtimelog%2Fgtimelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtimelog%2Fgtimelog/lists"}