{"id":39652241,"url":"https://github.com/py-stollen/milkpay-cryptomus","last_synced_at":"2026-01-18T09:12:01.005Z","repository":{"id":256080291,"uuid":"853437774","full_name":"py-stollen/milkpay-cryptomus","owner":"py-stollen","description":"A lightweight Cryptomus SDK","archived":false,"fork":false,"pushed_at":"2025-08-13T20:57:16.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-13T22:29:11.535Z","etag":null,"topics":["aiohttp","asyncio","client","crypto","cryptomus","http-client","payments","stollen","wrapper"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/milkpay.cryptomus/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/py-stollen.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-06T16:50:28.000Z","updated_at":"2025-08-13T20:57:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"765e84f2-cda2-46e8-b734-a5d9aa139166","html_url":"https://github.com/py-stollen/milkpay-cryptomus","commit_stats":null,"previous_names":["py-stollen/milkpay-cryptomus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/py-stollen/milkpay-cryptomus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-stollen%2Fmilkpay-cryptomus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-stollen%2Fmilkpay-cryptomus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-stollen%2Fmilkpay-cryptomus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-stollen%2Fmilkpay-cryptomus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-stollen","download_url":"https://codeload.github.com/py-stollen/milkpay-cryptomus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-stollen%2Fmilkpay-cryptomus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","asyncio","client","crypto","cryptomus","http-client","payments","stollen","wrapper"],"created_at":"2026-01-18T09:12:00.939Z","updated_at":"2026-01-18T09:12:00.997Z","avatar_url":"https://github.com/py-stollen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\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() -\u003e 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❤️ My TON Address: `UQBTR4X8Cg-qJ3jkMLbuhe7DkqSNAfddNj8kvOHZtLHtR8YQ`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpy-stollen%2Fmilkpay-cryptomus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpy-stollen%2Fmilkpay-cryptomus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpy-stollen%2Fmilkpay-cryptomus/lists"}