Skip to main content

Helper tools for GitHub

Project description

DOI

GrainyHead - Helper tools for GitHub

GrainyHead is a set of Python scripts to work with GitHub repositories from the command line.

The name comes from the fruit fly gene grainyhead (grh).

Features

Currently, GrainyHead allows to:

  • list “old” issues (issues that have not been updated for a while) in a repository;
  • automatically close said “old” issues;
  • obtain some metrics about what happened in a repository (e.g. how many issues were opened, how many pull requests were merged, how many comments were added, etc.).

Configuration

GrainyHead needs a configuration file. The default configuration file is $XDG_CONFIG_HOME/grainyhead/config on GNU/Linux and similar systems, or ~/Library/Application Support/grainyhead/config on Mac OS. Another location may be specified with the -c option.

The configuration file uses the INI-style format where each section describes a repository to work with. Here is a minimal configuration:

[default]
repository: https://github.com/<GitHub owner name>/<repository name>
token: <access token>

See GitHub's documentation on how to get an access token. Note that some features of GrainyHead require that the token has the read:org permission.

If the configuration file does not exist, you will be prompted for the repository URL and your access token when you first invoke the program.

Usage

Invoke grainyhead with the --help option to get the list of available commands. Invoke a command with that same option to get a detailled help message for the command.

If called without any command, grainyhead will enter into an interactive shell mode, from which commands can be entered repeatedly without leaving the program.

Listing old issues in a repository

Use the issues command to list open issues that have not been updated for a while (365 days by default):

$ grainyhead issues

The output is a Markdown-style table containing, for each issue, its name, its author, a value indicating whether the author is a known contributor to the repository, and the names of any user(s) assigned to take care of the issue.

Use the --team option to specify the name of the GitHub team from the organisation that owns the repository. The command will then indicate for each issue whether its author is a member of that team.

Closing old issues in a repository

The close command will automatically close all issues that have not been updated for a while (365 days by default).

Each issue to be closed with be tagged with autoclosed-unfixed and a comment will be added to explain that the issue has been closed automatically.

Listing repository metrics

The metrics command will list some statistics about the repository over a given period of time:

$ grainyhead metrics
From 2021-09-02 to 2021-12-01

| Event | Total | Internal | Internal (%) | External | Externam (%) |
| -------- | -------- | -------- | -------- | -------- | -------- |
| Contributors | 24 | 15 | 62.50 | 9 | 37.50 |
| Issues opened | 71 | 64 | 90.14 | 7 | 9.86 |
| Issues closed | 89 | 77 | 86.52 | 12 | 13.48 |
| Pull requests opened | 86 | 68 | 79.07 | 18 | 20.93 |
| Pull requests closed | 94 | 78 | 82.98 | 16 | 17.02 |
| Pull requests merged | 79 | 65 | 82.28 | 14 | 17.72 |
| Comments | 476 | 412 | 86.55 | 64 | 13.45 |
| Commits | 232 | 201 | 86.64 | 31 | 13.36 |
| Releases | 4 | 4 | 100.00 | 0 | 0.00 |

Copying

GrainyHead is distributed under the terms of the GNU General Public License, version 3 or higher. The full license is included in the COPYING file of the source distribution.

Homepage and repository

The project is located at https://incenp.org/dvlpt/grainyhead.html with the manual at https://incenp.org/dvlpt/grainyhead/index.html. The source code is available in a Git repository at https://github.com/gouttegd/grainyhead.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grainyhead-0.3.3b1.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

grainyhead-0.3.3b1-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file grainyhead-0.3.3b1.tar.gz.

File metadata

  • Download URL: grainyhead-0.3.3b1.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.11

File hashes

Hashes for grainyhead-0.3.3b1.tar.gz
Algorithm Hash digest
SHA256 049159d9ebef72b5def185ba05b3c4d534105d1c077f97d4547f2b35df9556af
MD5 da10c29281c2c8522d14fbc9dc7d4057
BLAKE2b-256 a146ef7e38b47b8de84e0834bba4f4692cab5d6d34919d627ae3c18ce4e19a67

See more details on using hashes here.

File details

Details for the file grainyhead-0.3.3b1-py3-none-any.whl.

File metadata

File hashes

Hashes for grainyhead-0.3.3b1-py3-none-any.whl
Algorithm Hash digest
SHA256 7bea7074ff1640e629d9ef99212e0c8eb5a3a73d9aef409ec8e8e138b54c1091
MD5 ea2af9b7c4a98f3dd4c84582a1143950
BLAKE2b-256 060d4425b101d26ffe8be52a88a7e2a43f4b56e7560d2093c736dc0092a1fa51

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page