pypaystack2


Namepypaystack2 JSON
Version 2.1.1 PyPI version JSON
download
home_pageNone
SummaryA developer-friendly client library for Paystack
upload_time2024-12-09 18:31:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
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/af/64/b0e4e3769e40a248c5924223b2fa08868010aae7dfd2be5bf10879b6db91/pypaystack2-2.1.1.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": "MIT",
    "summary": "A developer-friendly client library for Paystack",
    "version": "2.1.1",
    "project_urls": null,
    "split_keywords": [
        "paystack",
        " paystack-python",
        " paystackapi",
        " pypaystack"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8918416432bbcf322d9ba68beb075cb2cbfeeee523d49b26e9aeac99651a880",
                "md5": "7dca0b0ef511462e53d976e45b9d44db",
                "sha256": "bda816e73c1f0d82c8314b73383c075c564ff496b189e94544ff1a5b9d72f50e"
            },
            "downloads": -1,
            "filename": "pypaystack2-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dca0b0ef511462e53d976e45b9d44db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54702,
            "upload_time": "2024-12-09T18:31:57",
            "upload_time_iso_8601": "2024-12-09T18:31:57.754492Z",
            "url": "https://files.pythonhosted.org/packages/b8/91/8416432bbcf322d9ba68beb075cb2cbfeeee523d49b26e9aeac99651a880/pypaystack2-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af64b0e4e3769e40a248c5924223b2fa08868010aae7dfd2be5bf10879b6db91",
                "md5": "f838a9312eab1f5fc1618a38e3eae8ff",
                "sha256": "d076cad28109fc76935cccc680a565dfb60e41e8c5bfd79b604773cace17b463"
            },
            "downloads": -1,
            "filename": "pypaystack2-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f838a9312eab1f5fc1618a38e3eae8ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 148042,
            "upload_time": "2024-12-09T18:31:59",
            "upload_time_iso_8601": "2024-12-09T18:31:59.632018Z",
            "url": "https://files.pythonhosted.org/packages/af/64/b0e4e3769e40a248c5924223b2fa08868010aae7dfd2be5bf10879b6db91/pypaystack2-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 18:31:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pypaystack2"
}
        
Elapsed time: 0.39114s