GitHubTYPR
A command-line tool for interacting with GitHub repositories and user accounts.
Features
- List repositories for a user or yourself
- Create new repositories
- Delete repositories
- Query and filter repositories with JMESPath
- Multiple output formats (table, json, yaml)
Installation
pip install githubtypr
Usage
# List your repositories
githubtypr repo list
# List repositories for a specific user
githubtypr repo list --user username
# Create a new repository
githubtypr repo create --repo repo-name
# Create a private repository
githubtypr repo create --repo repo-name --private
# Delete a repository
githubtypr repo delete --user username --repo repo-name
# Filter repositories with JMESPath query
githubtypr repo list --query "[?language=='Python']"
# Sort repositories by a field
githubtypr repo list --sort-by name
Release files for githubtypr 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| githubtypr-0.1.1.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| githubtypr-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.4 kB
Release files / githubtypr-0.1.1.tar.gz
| Download URL | githubtypr-0.1.1.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eee7ae3c941ec2afeddd7336a4c51b9bfcbf3b7348d61a4c7049920b1a884867
|
|
BLAKE2b-256 checksum How to use checksums |
9d97ecf4e866fc6307cc16d16e5e8d6d5893384330f7ecf4111207d4f22d581a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / githubtypr-0.1.1-py3-none-any.whl
| Download URL | githubtypr-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c01c11818219bb11038866a281f43bc919da55f24ebfff79addfb8c0277696e
|
|
BLAKE2b-256 checksum How to use checksums |
93c213bc89f639630e1db0ad441540b427b5af8e5ce3bf1855be20575973ebcb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|