paystack-cli


Namepaystack-cli JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryA command line app for interacting with Paystack's API
upload_time2023-07-29 17:12:25
maintainer
docs_urlNone
authorGbenga Adeyi
requires_python>=3.9,<3.13
licenseMIT
keywords paystack-python pypaystack paystack paystackapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # paystack cli
A command line app for interacting with [Paystack's](https://paystack.com/) API. Built with
[Typer](https://typer.tiangolo.com/) and [Pypaystack2](https://gray-adeyi.github.io/pypaystack2/)

![utility in use](./paystack-cli.png)

## Installation
Binaries of paystack cli be found [here](https://github.com/gray-adeyi/paystack-cli/releases/tag/0.1.3). Alternatively, Paystack cli can be installed from pypi
with pip as shown below.
```bash
pip install paystack-cli
```

## First time configurations
You're required to add your paystack auth_key on first use as shown below
```bash
paystack config AUTH_KEY
```
This sets up your paystack cli for use in development mode if the test secret key is used. This auth_key can be
removed with `paystack reset`. Run `paystack --help` to see available commands

## Source code
[https://github.com/gray-adeyi/paystack-cli](https://github.com/gray-adeyi/paystack-cli)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "paystack-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "paystack-python,pypaystack,paystack,paystackapi",
    "author": "Gbenga Adeyi",
    "author_email": "adeyigbenga005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/92/6e862bd6354ad733df4f89b256f9edf47037c2cb5faa8d644bd3e63f9c1c/paystack_cli-0.1.3.tar.gz",
    "platform": null,
    "description": "# paystack cli\nA command line app for interacting with [Paystack's](https://paystack.com/) API. Built with\n[Typer](https://typer.tiangolo.com/) and [Pypaystack2](https://gray-adeyi.github.io/pypaystack2/)\n\n![utility in use](./paystack-cli.png)\n\n## Installation\nBinaries of paystack cli be found [here](https://github.com/gray-adeyi/paystack-cli/releases/tag/0.1.3). Alternatively, Paystack cli can be installed from pypi\nwith pip as shown below.\n```bash\npip install paystack-cli\n```\n\n## First time configurations\nYou're required to add your paystack auth_key on first use as shown below\n```bash\npaystack config AUTH_KEY\n```\nThis sets up your paystack cli for use in development mode if the test secret key is used. This auth_key can be\nremoved with `paystack reset`. Run `paystack --help` to see available commands\n\n## Source code\n[https://github.com/gray-adeyi/paystack-cli](https://github.com/gray-adeyi/paystack-cli)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A command line app for interacting with Paystack's API",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "paystack-python",
        "pypaystack",
        "paystack",
        "paystackapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bbd38555e0b3322dc3288a6f669e963cce743a6b8a0d67e450c91cc736fb666",
                "md5": "1be474e550833406ebd5a93f590397a1",
                "sha256": "5655ba13b2b0acd4467f40f418e6b595545db674201c9d2ca28b98361e09fc5a"
            },
            "downloads": -1,
            "filename": "paystack_cli-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1be474e550833406ebd5a93f590397a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 24927,
            "upload_time": "2023-07-29T17:12:23",
            "upload_time_iso_8601": "2023-07-29T17:12:23.682913Z",
            "url": "https://files.pythonhosted.org/packages/4b/bd/38555e0b3322dc3288a6f669e963cce743a6b8a0d67e450c91cc736fb666/paystack_cli-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f926e862bd6354ad733df4f89b256f9edf47037c2cb5faa8d644bd3e63f9c1c",
                "md5": "e68382b3649fbf8940c3f5c1ab74909c",
                "sha256": "763dae5df8dd7e1fa47d2d342cd004332f01e14ff7ad24249de6dfd36e0f82ca"
            },
            "downloads": -1,
            "filename": "paystack_cli-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e68382b3649fbf8940c3f5c1ab74909c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 14755,
            "upload_time": "2023-07-29T17:12:25",
            "upload_time_iso_8601": "2023-07-29T17:12:25.664275Z",
            "url": "https://files.pythonhosted.org/packages/7f/92/6e862bd6354ad733df4f89b256f9edf47037c2cb5faa8d644bd3e63f9c1c/paystack_cli-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-29 17:12:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "paystack-cli"
}
        
Elapsed time: 0.09296s