pypaystack2


Namepypaystack2 JSON
Version 2.0.3 PyPI version JSON
download
home_pageNone
SummaryA developer-friendly client library for Paystack
upload_time2024-03-24 07:46:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords paystack paystack-python paystackapi pypaystack
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyPaystack2

[![Downloads](https://static.pepy.tech/badge/pypaystack2)](https://pepy.tech/project/pypaystack2)
[![Downloads](https://static.pepy.tech/badge/pypaystack2/month)](https://pepy.tech/project/pypaystack2)
[![Downloads](https://static.pepy.tech/badge/pypaystack2/week)](https://pepy.tech/project/pypaystack2)

A developer-friendly [Paystack](https://paystack.com/) API wrapper.

## Installation

1. Create your [Paystack account](https://paystack.com/) to get your paystack secret key that is required to use this
   package from your account's settings.
2. Store your paystack secret key in your environment variable as `PAYSTACK_AUTHORIZATION_KEY` or pass it into the
   pypaystack api wrapper on instantiation. (protect your secret key at all costs, never push it to a remote version
   control system. it is advisable to start trying out this package with your test private key).
3. Install `pypaystack2` package.

```bash
pip install -U pypaystack2
```

## Documentation
See [Documentation](https://gray-adeyi.github.io/pypaystack2/) for more on this package.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pypaystack2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "paystack, paystack-python, paystackapi, pypaystack",
    "author": null,
    "author_email": "Gbenga Adeyi <adeyigbenga005@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2a/92/d8346b7ec6b5089c1406378f3a4e5e69ab63c8106a42e099d9402036ae88/pypaystack2-2.0.3.tar.gz",
    "platform": null,
    "description": "# PyPaystack2\n\n[![Downloads](https://static.pepy.tech/badge/pypaystack2)](https://pepy.tech/project/pypaystack2)\n[![Downloads](https://static.pepy.tech/badge/pypaystack2/month)](https://pepy.tech/project/pypaystack2)\n[![Downloads](https://static.pepy.tech/badge/pypaystack2/week)](https://pepy.tech/project/pypaystack2)\n\nA developer-friendly [Paystack](https://paystack.com/) API wrapper.\n\n## Installation\n\n1. Create your [Paystack account](https://paystack.com/) to get your paystack secret key that is required to use this\n   package from your account's settings.\n2. Store your paystack secret key in your environment variable as `PAYSTACK_AUTHORIZATION_KEY` or pass it into the\n   pypaystack api wrapper on instantiation. (protect your secret key at all costs, never push it to a remote version\n   control system. it is advisable to start trying out this package with your test private key).\n3. Install `pypaystack2` package.\n\n```bash\npip install -U pypaystack2\n```\n\n## Documentation\nSee [Documentation](https://gray-adeyi.github.io/pypaystack2/) for more on this package.",
    "bugtrack_url": null,
    "license": null,
    "summary": "A developer-friendly client library for Paystack",
    "version": "2.0.3",
    "project_urls": null,
    "split_keywords": [
        "paystack",
        " paystack-python",
        " paystackapi",
        " pypaystack"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60e6d1d8e75837ad104cf98392625d7e0b3ee491eb75eb57223c1aeaa20be1b5",
                "md5": "adc8ead36a84c5ea77d5fadb81c0ceed",
                "sha256": "f5dfabdcf123a9329d47d63c05bc0aa9835f1d7babda5761991beb5e8282c94b"
            },
            "downloads": -1,
            "filename": "pypaystack2-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adc8ead36a84c5ea77d5fadb81c0ceed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54539,
            "upload_time": "2024-03-24T07:46:38",
            "upload_time_iso_8601": "2024-03-24T07:46:38.627876Z",
            "url": "https://files.pythonhosted.org/packages/60/e6/d1d8e75837ad104cf98392625d7e0b3ee491eb75eb57223c1aeaa20be1b5/pypaystack2-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a92d8346b7ec6b5089c1406378f3a4e5e69ab63c8106a42e099d9402036ae88",
                "md5": "45ff9638d57950e9582ca77433278497",
                "sha256": "e9bf34e7071c014d54ac00ef39107b1501d6ebc1b569286b66a3c41017e35dcc"
            },
            "downloads": -1,
            "filename": "pypaystack2-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "45ff9638d57950e9582ca77433278497",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 107790,
            "upload_time": "2024-03-24T07:46:41",
            "upload_time_iso_8601": "2024-03-24T07:46:41.070587Z",
            "url": "https://files.pythonhosted.org/packages/2a/92/d8346b7ec6b5089c1406378f3a4e5e69ab63c8106a42e099d9402036ae88/pypaystack2-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 07:46:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pypaystack2"
}
        
Elapsed time: 0.21432s