{"id":13501925,"url":"https://github.com/psss/did","last_synced_at":"2025-05-15T07:02:46.621Z","repository":{"id":30696590,"uuid":"34252576","full_name":"psss/did","owner":"psss","description":"What did you do last week, month, year?","archived":false,"fork":false,"pushed_at":"2025-02-04T16:09:03.000Z","size":715,"stargazers_count":252,"open_issues_count":97,"forks_count":111,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-25T23:36:04.050Z","etag":null,"topics":["hacktoberfest","reports"],"latest_commit_sha":null,"homepage":"https://did.readthedocs.io/","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/psss.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-04-20T09:54:18.000Z","updated_at":"2025-03-17T14:53:38.000Z","dependencies_parsed_at":"2024-02-09T17:48:58.972Z","dependency_job_id":"ff615072-7b27-46c8-baa0-e1e6cb07be59","html_url":"https://github.com/psss/did","commit_stats":{"total_commits":490,"total_committers":46,"mean_commits":"10.652173913043478","dds":0.3204081632653061,"last_synced_commit":"4fe78ce013d9523ada1b162a9f391ffb2065159b"},"previous_names":["psss/status-report"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psss%2Fdid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psss%2Fdid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psss%2Fdid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psss%2Fdid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psss","download_url":"https://codeload.github.com/psss/did/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254291961,"owners_count":22046424,"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":["hacktoberfest","reports"],"created_at":"2024-07-31T22:01:55.490Z","updated_at":"2025-05-15T07:02:46.575Z","avatar_url":"https://github.com/psss.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\n======================\n    did\n======================\n\nWhat did you do last week, month, year?\n\n\nDescription\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nComfortably gather status report data (e.g. list of committed\nchanges) for given week, month, quarter, year or selected date\nrange. By default all available stats for this week are reported.\n\nBased on the config, ``did`` explores user's activity for given\ntools in provided time frame. For example checks all configured\ngit repositories for the list of commits or contacts Bugzilla to\nsearch for bugs created, modified or closed.\n\nSome information (like git commits) is gathered from the local\nfile system, but usually individual plugins are contacting remote\nAPI of the tool to query for the latest data. For tools which\nprovide a public API there is no need for authentication. Some\nplugins support Kerberos, other need to create an authentication\ntoken. See individual plugin documentation for details.\n\n\nSynopsis\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUsage is straightforward::\n\n    did [this|last] [week|month|quarter|year|monday|..|sunday] [opts]\n\n\nExamples\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nGather all stats for current week::\n\n    did\n\nShow me all stats for today, yesterday, last Friday::\n\n    did today\n    did yesterday\n    did last friday\n\nGather stats for the last month::\n\n    did last month\n\nSee ``did --help`` for complete list of available stats.\n\n\nOptions\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe list of available options depends on which plugins are\nconfigured. Here's the list of general options which are not\nrelated to any plugin:\n\nSelect\n------\n\nAt least one email address needs to be provided on command line\nunless defined in the config file. Use the complete email address\nformat ``Name Surname \u003cemail@example.org\u003e`` to display full name\nin the report output. For date values ``today`` and ``yesterday``\ncan be used instead of the full date format.\n\n--email=EMAILS\n    User email address(es)\n\n--since=SINCE\n    Start date in the YYYY-MM-DD format\n\n--until=UNTIL\n    End date in the YYYY-MM-DD format\n\nFormat\n------\n\nThe default output is plain text of maximum width 79 characters.\nThis can be adjusted using the ``--width`` parameter. To disable\nshortening altogether use ``--width=0``. The default width value\ncan be saved in the config file as well. Use ``--format=wiki`` to\nenable simple MoinMoin wiki syntax or ``--format=markdown`` to\nenable markdown syntax. For stats which support them, ``--brief``\nand ``--verbose`` can be used to specify a different level of\ndetail to be shown.\n\n--format {text,markdown,wiki}\n    Output style, default: text\n\n--width=WIDTH\n    Maximum width of the report output (default: 79)\n\n--brief\n    Show brief summary only, do not list individual items\n\n--verbose\n    Include more details (like modified git directories)\n\nUtils\n-----\n\nMultiple emails can be used to put together a team report or to\ngather stats for all of your email aliases. For this use case\n``--total`` and ``--merge`` can be used to append the overall\nsummary at the end or merge all results into a single report\nrespectively. Use ``--debug`` or set the environment variable\n``DEBUG`` to 1 through 5 to set the desired level of debugging.\n\n--config=FILE\n    Use alternate configuration file (default: 'config')\n\n--total\n    Append total stats after listing individual users\n\n--merge\n    Merge stats of all users into a single report\n\n--debug\n    Turn on debugging output, do not catch exceptions\n\nSee ``did --help`` for complete list of available options.\n\n\n\nInstall\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall directly from Fedora/Copr repository::\n\n    dnf install did\n\nOr use pip to install from Python Package Index::\n\n    pip install did\n\nYou may want to install some or all extra requires::\n\n    pip install did[plugin]\n    pip install did[all]\n\nTo build and execute in a docker container, run::\n\n    make run_docker\n\nSee documentation for more details about installation options.\n\n\nConfig\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe config file ``~/.did/config`` is used to store both general\nsettings and configuration of individual reports::\n\n    [general]\n    email = \"Petr Šplíchal\" \u003cpsplicha@redhat.com\u003e\n    width = 79\n\n    [header]\n    type = header\n    highlights = Highlights\n    joy = Joy of the week ;-)\n\n    [tools]\n    type = git\n    did = /home/psss/git/did\n\n    [tests]\n    type = git\n    tests = /home/psss/git/tests/*\n\n    [trac]\n    type = trac\n    prefix = TT\n    url = https://some.trac.com/trac/project/rpc\n\n    [bz]\n    type = bugzilla\n    prefix = BZ\n    url = https://bugzilla.redhat.com/xmlrpc.cgi\n\n    [footer]\n    type = footer\n    next = Plans, thoughts, ideas...\n    status = Status: Green | Yellow | Orange | Red\n\nSee plugin documentation for more detailed description of options\navailable for particular plugin. You can also check python module\ndocumentation directly, e.g. ``pydoc did.plugins.git`` or use the\nexample config provided in the package and web documentation.\n\n\nLinks\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nGit:\nhttps://github.com/psss/did\n\nDocs:\nhttps://did.readthedocs.io\n\nIssues:\nhttps://github.com/psss/did/issues\n\nReleases:\nhttps://github.com/psss/did/releases\n\nCopr:\nhttps://copr.fedoraproject.org/coprs/psss/did\n\nPIP:\nhttps://pypi.org/project/did\n\n\nAuthors\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nPetr Šplíchal, Karel Šrot, Lukáš Zachar, Matěj Cepl, Ondřej Pták,\nChris Ward, Tomáš Hofman, Martin Mágr, Stanislav Kozina, Paul\nBelanger, Eduard Trott, Martin Frodl, Randy Barlow, Alois Mahdal,\nEvgeni Golov, Stanislav Ochotnický, Maroš Kopec, Robbie Harwood,\nChristopher Sams, Thomas Heute, Giulio Fidente, Han Han, Qiao\nZhao, Henrique Ferreiro, Jakub Vávra, Luigi Toscano, Lukáš\nZapletal, Maryna Nalbandian, Dominika Hoďovská, Jakub Haruda,\nHan Han, Štěpán Němec, Evgeny Fedin, Mikel Olasagasti Uranga,\nMiloš Malík, Jeffrey Bastian, Côme Chilliet, Marcin Juszkiewicz,\nTomáš Kopeček, Konrad Kleine, Sandro Bonazzola, Morgan Weetman,\nJakub Rozek and Petr Matyáš.\n\n\nCopyright\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCopyright Red Hat\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation; either version 2 of\nthe License, or (at your option) any later version.\n\n\nStatus\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. image:: https://badge.fury.io/py/did.svg\n    :target: http://badge.fury.io/py/did\n\n.. image:: https://coveralls.io/repos/github/psss/did/badge.svg\n    :target: https://coveralls.io/github/psss/did\n\n.. image:: https://img.shields.io/pypi/dm/did.svg\n    :target: https://pypi.python.org/pypi/did/\n\n.. image:: https://img.shields.io/pypi/l/did.svg\n    :target: https://pypi.python.org/pypi/did/\n\n.. image:: https://readthedocs.org/projects/did/badge/\n    :target: https://readthedocs.org/projects/did/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsss%2Fdid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsss%2Fdid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsss%2Fdid/lists"}