milkpay.cryptomus


Namemilkpay.cryptomus JSON
Version 1.1.3 PyPI version JSON
download
home_pageNone
SummaryA lightweight Cryptomus SDK
upload_time2025-01-21 22:38:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords asyncio client crypto cryptomus payments wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
#################
milkpay-cryptomus
#################

**milkpay** is a set of lightweight crypto payment system SDKs.

Installation
------------

..  code-block:: bash

    pip install -U milkpay-cryptomus

Simple example
--------------

.. code-block:: python

    import asyncio
    import logging

    from milkpay.cryptomus.business import Cryptomus
    from milkpay.cryptomus.business.enums import Currency


    async def main() -> None:
        logging.basicConfig(level=logging.DEBUG)
        cryptomus: Cryptomus = Cryptomus()
        for rate in await cryptomus.get_exchange_rates(currency=Currency.TON):
            logging.info(rate)
        await cryptomus.session.close()


    if __name__ == "__main__":
        asyncio.run(main())


Support
-------
❤️ My TON Address: `UQBTR4X8Cg-qJ3jkMLbuhe7DkqSNAfddNj8kvOHZtLHtR8YQ`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "milkpay.cryptomus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "wakaree <nullmatawasoradesu@gmail.com>",
    "keywords": "asyncio, client, crypto, cryptomus, payments, wrapper",
    "author": null,
    "author_email": "wakaree <nullmatawasoradesu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/df/49/72ac0af7c32f13a8841049b69ea530421904b323f8b8cc73192e44a786ee/milkpay_cryptomus-1.1.3.tar.gz",
    "platform": null,
    "description": "\n#################\nmilkpay-cryptomus\n#################\n\n**milkpay** is a set of lightweight crypto payment system SDKs.\n\nInstallation\n------------\n\n..  code-block:: bash\n\n    pip install -U milkpay-cryptomus\n\nSimple example\n--------------\n\n.. code-block:: python\n\n    import asyncio\n    import logging\n\n    from milkpay.cryptomus.business import Cryptomus\n    from milkpay.cryptomus.business.enums import Currency\n\n\n    async def main() -> None:\n        logging.basicConfig(level=logging.DEBUG)\n        cryptomus: Cryptomus = Cryptomus()\n        for rate in await cryptomus.get_exchange_rates(currency=Currency.TON):\n            logging.info(rate)\n        await cryptomus.session.close()\n\n\n    if __name__ == \"__main__\":\n        asyncio.run(main())\n\n\nSupport\n-------\n\u2764\ufe0f My TON Address: `UQBTR4X8Cg-qJ3jkMLbuhe7DkqSNAfddNj8kvOHZtLHtR8YQ`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight Cryptomus SDK",
    "version": "1.1.3",
    "project_urls": {
        "Business API documentation": "https://doc.cryptomus.com/business",
        "Repository": "https://github.com/py-stollen/milkpay-cryptomus"
    },
    "split_keywords": [
        "asyncio",
        " client",
        " crypto",
        " cryptomus",
        " payments",
        " wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f0fe7333e2edaed324eda03454a6634996cdcf130abcf90becfefadcd412015",
                "md5": "4bf2a5568622a4bd366a5252fa4fe007",
                "sha256": "f6c69ac79b0fdf8dc302a6b5531c1ab4db35d029f1680e4a654bf4daef98d3a6"
            },
            "downloads": -1,
            "filename": "milkpay_cryptomus-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bf2a5568622a4bd366a5252fa4fe007",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 35497,
            "upload_time": "2025-01-21T22:38:39",
            "upload_time_iso_8601": "2025-01-21T22:38:39.017597Z",
            "url": "https://files.pythonhosted.org/packages/6f/0f/e7333e2edaed324eda03454a6634996cdcf130abcf90becfefadcd412015/milkpay_cryptomus-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df4972ac0af7c32f13a8841049b69ea530421904b323f8b8cc73192e44a786ee",
                "md5": "e6db3d636cc4379fd12dbdc4a24c0607",
                "sha256": "d1e1db98989d1319659e61f83ab528c5d7ffb01ed09a253183ede29f3f1e05e7"
            },
            "downloads": -1,
            "filename": "milkpay_cryptomus-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e6db3d636cc4379fd12dbdc4a24c0607",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13592,
            "upload_time": "2025-01-21T22:38:40",
            "upload_time_iso_8601": "2025-01-21T22:38:40.364434Z",
            "url": "https://files.pythonhosted.org/packages/df/49/72ac0af7c32f13a8841049b69ea530421904b323f8b8cc73192e44a786ee/milkpay_cryptomus-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 22:38:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "py-stollen",
    "github_project": "milkpay-cryptomus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "milkpay.cryptomus"
}
        
Elapsed time: 0.44658s