Name | github-status-cli JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | A small command-line tool that shows the current GitHub service status. |
upload_time | 2023-03-28 23:53:58 |
maintainer | |
docs_url | None |
author | Marcel Van Der Linde |
requires_python | >=2.6 |
license | MIT |
keywords |
github
status
git
cli
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# GitHub Status CLI
A small command-line utility that returns current status and incident information from the GitHub API.
Helpful to quickly check for service disruptions without switching apps when experiencing issues with git commands.
## Usage
```bash
$ github-status
----------------------------------------------------------------------------------------
| GitHub Status: All Systems Operational |
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
| COMPONENT | STATUS |
----------------------------------------------------------------------------------------
| Git Operations | operational |
| API Requests | operational |
| Webhooks | operational |
| Issues | operational |
| Pull Requests | operational |
| Actions | operational |
| Packages | operational |
| Pages | operational |
| Codespaces | operational |
| Copilot | operational |
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
| INCIDENT | IMPACT | STATUS |
----------------------------------------------------------------------------------------
| There are currently no active incidents. |
----------------------------------------------------------------------------------------
```
## Installation
### Using `pip`
```bash
$ pip install github-status-cli
```
### Manually
```bash
$ git clone https://github.com/mvanderlinde/github-status-cli.git
$ cd github-status-cli
$ python -m build
$ pip install dist/github_status_cli-1.0.0-py3-none-any.whl
```
Raw data
{
"_id": null,
"home_page": "",
"name": "github-status-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=2.6",
"maintainer_email": "",
"keywords": "github,status,git,cli",
"author": "Marcel Van Der Linde",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ae/f3/188d7e5e0aa0a721a72260b6e1027acb0fe8565a18a22cab8c227adc42b8/github-status-cli-1.0.0.tar.gz",
"platform": null,
"description": "# GitHub Status CLI\nA small command-line utility that returns current status and incident information from the GitHub API.\n\nHelpful to quickly check for service disruptions without switching apps when experiencing issues with git commands.\n\n## Usage\n```bash\n$ github-status\n\n----------------------------------------------------------------------------------------\n| GitHub Status: All Systems Operational |\n----------------------------------------------------------------------------------------\n\n----------------------------------------------------------------------------------------\n| COMPONENT | STATUS |\n----------------------------------------------------------------------------------------\n| Git Operations | operational |\n| API Requests | operational |\n| Webhooks | operational |\n| Issues | operational |\n| Pull Requests | operational |\n| Actions | operational |\n| Packages | operational |\n| Pages | operational |\n| Codespaces | operational |\n| Copilot | operational |\n----------------------------------------------------------------------------------------\n\n----------------------------------------------------------------------------------------\n| INCIDENT | IMPACT | STATUS |\n----------------------------------------------------------------------------------------\n| There are currently no active incidents. |\n----------------------------------------------------------------------------------------\n```\n\n\n\n## Installation\n\n### Using `pip`\n```bash\n$ pip install github-status-cli\n```\n\n### Manually\n```bash\n$ git clone https://github.com/mvanderlinde/github-status-cli.git\n$ cd github-status-cli\n$ python -m build\n$ pip install dist/github_status_cli-1.0.0-py3-none-any.whl\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A small command-line tool that shows the current GitHub service status.",
"version": "1.0.0",
"split_keywords": [
"github",
"status",
"git",
"cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cffa5657cccaadc965e67880e755b71deeb57f0e9cc406e45415a55e44da68b3",
"md5": "98e464b913f759142de2fac7465b8a43",
"sha256": "125dd396d4ed70840e38fa6a87ad94f7d11b3e41a9e1d7256b035c540d5b9930"
},
"downloads": -1,
"filename": "github_status_cli-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "98e464b913f759142de2fac7465b8a43",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=2.6",
"size": 3485,
"upload_time": "2023-03-28T23:53:56",
"upload_time_iso_8601": "2023-03-28T23:53:56.762283Z",
"url": "https://files.pythonhosted.org/packages/cf/fa/5657cccaadc965e67880e755b71deeb57f0e9cc406e45415a55e44da68b3/github_status_cli-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aef3188d7e5e0aa0a721a72260b6e1027acb0fe8565a18a22cab8c227adc42b8",
"md5": "18e3fb72bfaa60739966f55b1683c16a",
"sha256": "3c290d9bd6ede87551f4101c978d58bbd2a5be86a348483b1195bd82ac900b2d"
},
"downloads": -1,
"filename": "github-status-cli-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "18e3fb72bfaa60739966f55b1683c16a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.6",
"size": 2987,
"upload_time": "2023-03-28T23:53:58",
"upload_time_iso_8601": "2023-03-28T23:53:58.801283Z",
"url": "https://files.pythonhosted.org/packages/ae/f3/188d7e5e0aa0a721a72260b6e1027acb0fe8565a18a22cab8c227adc42b8/github-status-cli-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-28 23:53:58",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "github-status-cli"
}