python-plisio


Namepython-plisio JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://amiwrpremium.github.io/python-plisio/
SummaryPython SDK for Plisio API.
upload_time2023-05-26 21:08:09
maintainer
docs_urlNone
authoramiwrpremium
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords plisio api sdk python payments crypto gateway crypto payment bitcoin etherium blockchain tron bsc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python-Plisio-SDK

[![Poetry](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/johnthagen/poetry/poetry-badge/assets/badge/v0.json)](https://python-poetry.org/)
[![python](https://img.shields.io/badge/Python-%5E3.8.1-3776AB.svg?style=flat&logo=python&logoColor=tellow)](https://www.python.org)
![PyPI](https://img.shields.io/pypi/v/python-plisio?color=blue)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/152926ced23a45c6abb55af6884f890f)](https://app.codacy.com/gh/amiwrpremium/python-plisio/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![GitHub](https://img.shields.io/github/license/amiwrpremium/python-plisio)
[![Documentation Status](https://readthedocs.org/projects/python-plisio/badge/?version=latest)](https://python-plisio.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://squidfunk.github.io/mkdocs-material/)
[![pydocstyle](https://img.shields.io/badge/pydocstyle-enabled-AD4CD3)](http://www.pydocstyle.org/en/stable/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
[![Flake8 Status](./reports/flake8/flake8-badge.svg?dummy=8484744)](./reports/flake8/index.html)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/amiwrpremium/python-plisio/master.svg)](https://results.pre-commit.ci/latest/github/amiwrpremium/python-plisio/master)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/amiwrpremium/python-plisio/publish.yml?label=publish)

## About

[Plisio](https://plisio.net/) is a payment gateway for accepting
payments in cryptocurrencies. Plisio enables your customers to pay with
15+ cryptocurrencies, including Bitcoin, Ethereum, Litecoin, Dash, etc.

**I'm in no way affiliated with Plisio and this is not an official SDK.**

## Installation

Install using `pip` from [PyPI](https://pypi.org/project/python-plisio/):
> pip install python-plisio

Install from `git`
> pip install git+https://github.com/amiwrpremium/python-plisio.git

## Usage

See [examples](https://python-plisio.readthedocs.io/en/latest/examples/) for more usage examples.

## Documentation

See [documentation](https://python-plisio.readthedocs.io/en/latest/).

## License

See [LICENSE](LICENSE).

## Disclaimer

This is not an official SDK, and I am in no way affiliated with Plisio.

            

Raw data

            {
    "_id": null,
    "home_page": "https://amiwrpremium.github.io/python-plisio/",
    "name": "python-plisio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "plisio,api,sdk,python,payments,crypto,gateway,crypto payment,bitcoin,etherium,blockchain,tron,BSC",
    "author": "amiwrpremium",
    "author_email": "amiwrpremium@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/6d/c15880adc5029b619581dcf44bef931ac6e70c550cba82e42e8efcc7d10f/python_plisio-2.0.2.tar.gz",
    "platform": null,
    "description": "# Python-Plisio-SDK\n\n[![Poetry](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/johnthagen/poetry/poetry-badge/assets/badge/v0.json)](https://python-poetry.org/)\n[![python](https://img.shields.io/badge/Python-%5E3.8.1-3776AB.svg?style=flat&logo=python&logoColor=tellow)](https://www.python.org)\n![PyPI](https://img.shields.io/pypi/v/python-plisio?color=blue)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/152926ced23a45c6abb55af6884f890f)](https://app.codacy.com/gh/amiwrpremium/python-plisio/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n![GitHub](https://img.shields.io/github/license/amiwrpremium/python-plisio)\n[![Documentation Status](https://readthedocs.org/projects/python-plisio/badge/?version=latest)](https://python-plisio.readthedocs.io/en/latest/?badge=latest)\n[![Documentation Status](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://squidfunk.github.io/mkdocs-material/)\n[![pydocstyle](https://img.shields.io/badge/pydocstyle-enabled-AD4CD3)](http://www.pydocstyle.org/en/stable/)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)\n[![Flake8 Status](./reports/flake8/flake8-badge.svg?dummy=8484744)](./reports/flake8/index.html)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/amiwrpremium/python-plisio/master.svg)](https://results.pre-commit.ci/latest/github/amiwrpremium/python-plisio/master)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/amiwrpremium/python-plisio/publish.yml?label=publish)\n\n## About\n\n[Plisio](https://plisio.net/) is a payment gateway for accepting\npayments in cryptocurrencies. Plisio enables your customers to pay with\n15+ cryptocurrencies, including Bitcoin, Ethereum, Litecoin, Dash, etc.\n\n**I'm in no way affiliated with Plisio and this is not an official SDK.**\n\n## Installation\n\nInstall using `pip` from [PyPI](https://pypi.org/project/python-plisio/):\n> pip install python-plisio\n\nInstall from `git`\n> pip install git+https://github.com/amiwrpremium/python-plisio.git\n\n## Usage\n\nSee [examples](https://python-plisio.readthedocs.io/en/latest/examples/) for more usage examples.\n\n## Documentation\n\nSee [documentation](https://python-plisio.readthedocs.io/en/latest/).\n\n## License\n\nSee [LICENSE](LICENSE).\n\n## Disclaimer\n\nThis is not an official SDK, and I am in no way affiliated with Plisio.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK for Plisio API.",
    "version": "2.0.2",
    "project_urls": {
        "Documentation": "https://python-plisio.readthedocs.io/en/latest/",
        "Homepage": "https://amiwrpremium.github.io/python-plisio/",
        "Repository": "https://github.com/amiwrpremium/python-plisio"
    },
    "split_keywords": [
        "plisio",
        "api",
        "sdk",
        "python",
        "payments",
        "crypto",
        "gateway",
        "crypto payment",
        "bitcoin",
        "etherium",
        "blockchain",
        "tron",
        "bsc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be05f7e8fe47fbb08a49a8a735782cfc1bc2135bd28265c8c5722d166ba83b09",
                "md5": "91aa150568eb0462400469d750e8a7f0",
                "sha256": "9f9e6e2cb2a3735cbb111743c697e23f112e0a9027ea1524a7e44cbb8d4f7d40"
            },
            "downloads": -1,
            "filename": "python_plisio-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91aa150568eb0462400469d750e8a7f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 15644,
            "upload_time": "2023-05-26T21:08:07",
            "upload_time_iso_8601": "2023-05-26T21:08:07.151424Z",
            "url": "https://files.pythonhosted.org/packages/be/05/f7e8fe47fbb08a49a8a735782cfc1bc2135bd28265c8c5722d166ba83b09/python_plisio-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "996dc15880adc5029b619581dcf44bef931ac6e70c550cba82e42e8efcc7d10f",
                "md5": "810c5769ea884c81198e8a8477e0434c",
                "sha256": "ff4be3fcd670745f3d9570db6a25b47571f2fbeaee18886d5baea4d020afaa0e"
            },
            "downloads": -1,
            "filename": "python_plisio-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "810c5769ea884c81198e8a8477e0434c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 13021,
            "upload_time": "2023-05-26T21:08:09",
            "upload_time_iso_8601": "2023-05-26T21:08:09.379352Z",
            "url": "https://files.pythonhosted.org/packages/99/6d/c15880adc5029b619581dcf44bef931ac6e70c550cba82e42e8efcc7d10f/python_plisio-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 21:08:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amiwrpremium",
    "github_project": "python-plisio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-plisio"
}
        
Elapsed time: 0.06802s