{"id":13735208,"url":"https://github.com/juancarlospaco/cpython","last_synced_at":"2025-04-03T03:13:38.815Z","repository":{"id":45305904,"uuid":"386049657","full_name":"juancarlospaco/cpython","owner":"juancarlospaco","description":"Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim","archived":false,"fork":false,"pushed_at":"2024-07-17T06:23:17.000Z","size":39043,"stargazers_count":141,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"nim","last_synced_at":"2024-10-15T00:53:16.448Z","etag":null,"topics":["compiled","cython","high-performance","inferred-types","needs-sponsors","nim","nim-lang","python","python-3","python-api","python-library","python-package","python3","static-typing","stdlib-extras","typed-python"],"latest_commit_sha":null,"homepage":"https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e","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/juancarlospaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e"]}},"created_at":"2021-07-14T19:08:59.000Z","updated_at":"2024-09-12T13:20:22.000Z","dependencies_parsed_at":"2024-10-26T22:18:47.088Z","dependency_job_id":null,"html_url":"https://github.com/juancarlospaco/cpython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fcpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fcpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fcpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fcpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juancarlospaco","download_url":"https://codeload.github.com/juancarlospaco/cpython/tar.gz/refs/heads/nim","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927839,"owners_count":20856198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["compiled","cython","high-performance","inferred-types","needs-sponsors","nim","nim-lang","python","python-3","python-api","python-library","python-package","python3","static-typing","stdlib-extras","typed-python"],"created_at":"2024-08-03T03:01:04.202Z","updated_at":"2025-04-03T03:13:38.797Z","avatar_url":"https://github.com/juancarlospaco.png","language":"Python","readme":"# Alternative StdLib for Nim for Python targets\n\n![](nim-python-hybrid0.png)\n\n![](https://img.shields.io/github/languages/top/juancarlospaco/cpython?style=for-the-badge)\n![](https://img.shields.io/github/stars/juancarlospaco/cpython?style=for-the-badge)\n![](https://img.shields.io/github/languages/code-size/juancarlospaco/cpython?style=for-the-badge)\n![](https://img.shields.io/github/issues-raw/juancarlospaco/cpython?style=for-the-badge \"Bugs\")\n![](https://img.shields.io/github/issues-pr-raw/juancarlospaco/cpython?style=for-the-badge \"PRs\")\n![](https://img.shields.io/github/last-commit/juancarlospaco/cpython?style=for-the-badge \"Commits\")\n![](https://github.com/juancarlospaco/cpython/workflows/Build/badge.svg?branch=nim)\n\n\n# Documentation\n\n- :heavy_check_mark: [atexit](https://docs.python.org/3.10/library/atexit) :arrow_right: https://juancarlospaco.github.io/cpython/atexit\n- :heavy_check_mark: [base64](https://docs.python.org/3.10/library/base64) :arrow_right: https://juancarlospaco.github.io/cpython/base64\n- :heavy_check_mark: [binascii](https://docs.python.org/3.10/library/binascii) :arrow_right: https://juancarlospaco.github.io/cpython/binascii\n- :heavy_check_mark: [binhex](https://docs.python.org/3.10/library/binhex) :arrow_right: https://juancarlospaco.github.io/cpython/binhex\n- :heavy_check_mark: [builtins](https://docs.python.org/3.10/library/builtins) :arrow_right: https://juancarlospaco.github.io/cpython/builtins\n- :heavy_check_mark: [bz2](https://docs.python.org/3.10/library/bz2) :arrow_right: https://juancarlospaco.github.io/cpython/bz2\n- :heavy_check_mark: [cmath](https://docs.python.org/3.10/library/cmath) :arrow_right: https://juancarlospaco.github.io/cpython/cmath\n- :heavy_check_mark: [codecs](https://docs.python.org/3.10/library/codecs) :arrow_right: https://juancarlospaco.github.io/cpython/codecs\n- :heavy_check_mark: [codeop](https://docs.python.org/3.10/library/codeop) :arrow_right: https://juancarlospaco.github.io/cpython/codeop\n- :heavy_check_mark: [colorsys](https://docs.python.org/3.10/library/colorsys) :arrow_right: https://juancarlospaco.github.io/cpython/colorsys\n- :heavy_check_mark: [compileall](https://docs.python.org/3.10/library/compileall) :arrow_right: https://juancarlospaco.github.io/cpython/compileall\n- :heavy_check_mark: [copy](https://docs.python.org/3.10/library/copy) :arrow_right: https://juancarlospaco.github.io/cpython/copy\n- :heavy_check_mark: [crypt](https://docs.python.org/3.10/library/crypt) :arrow_right: https://juancarlospaco.github.io/cpython/crypt\n- :heavy_check_mark: [curses](https://docs.python.org/3.10/library/curses) :arrow_right: https://juancarlospaco.github.io/cpython/curses\n- :heavy_check_mark: [decimal](https://docs.python.org/3.10/library/decimal) :arrow_right: https://juancarlospaco.github.io/cpython/decimal\n- :heavy_check_mark: [dbd](https://docs.python.org/3.10/library/dbd) :arrow_right: https://juancarlospaco.github.io/cpython/dbd\n- :heavy_check_mark: [dis](https://docs.python.org/3.10/library/dis) :arrow_right: https://juancarlospaco.github.io/cpython/dis\n- :heavy_check_mark: [doctest](https://docs.python.org/3.10/library/doctest) :arrow_right: https://juancarlospaco.github.io/cpython/doctest\n- :heavy_check_mark: [ensurepip](https://docs.python.org/3.10/library/ensurepip) :arrow_right: https://juancarlospaco.github.io/cpython/ensurepip\n- :heavy_check_mark: [errno](https://docs.python.org/3.10/library/errno) :arrow_right: https://juancarlospaco.github.io/cpython/errno\n- :heavy_check_mark: [faulthandler](https://docs.python.org/3.10/library/faulthandler) :arrow_right: https://juancarlospaco.github.io/cpython/faulthandler\n- :heavy_check_mark: [fcntl](https://docs.python.org/3.10/library/fcntl) :arrow_right: https://juancarlospaco.github.io/cpython/fcntl\n- :heavy_check_mark: [filecmp](https://docs.python.org/3.10/library/filecmp) :arrow_right: https://juancarlospaco.github.io/cpython/filecmp\n- :heavy_check_mark: [fnmatch](https://docs.python.org/3.10/library/fnmatch) :arrow_right: https://juancarlospaco.github.io/cpython/fnmatch\n- :heavy_check_mark: [gc](https://docs.python.org/3.10/library/gc) :arrow_right: https://juancarlospaco.github.io/cpython/gc\n- :heavy_check_mark: [getopt](https://docs.python.org/3.10/library/getopt) :arrow_right: https://juancarlospaco.github.io/cpython/getopt\n- :heavy_check_mark: [getpass](https://docs.python.org/3.10/library/getpass) :arrow_right: https://juancarlospaco.github.io/cpython/getpass\n- :heavy_check_mark: [gettext](https://docs.python.org/3.10/library/gettext) :arrow_right: https://juancarlospaco.github.io/cpython/gettext\n- :heavy_check_mark: [glob](https://docs.python.org/3.10/library/glob) :arrow_right: https://juancarlospaco.github.io/cpython/glob\n- :heavy_check_mark: [grp](https://docs.python.org/3.10/library/grp) :arrow_right: https://juancarlospaco.github.io/cpython/grp\n- :heavy_check_mark: [gzip](https://docs.python.org/3.10/library/gzip) :arrow_right: https://juancarlospaco.github.io/cpython/gzip\n- :heavy_check_mark: [hashlib](https://docs.python.org/3.10/library/hashlib) :arrow_right: https://juancarlospaco.github.io/cpython/hashlib\n- :heavy_check_mark: [hmac](https://docs.python.org/3.10/library/hmac) :arrow_right: https://juancarlospaco.github.io/cpython/hmac\n- :heavy_check_mark: [html.entities](https://docs.python.org/3.10/library/html.entities) :arrow_right: https://juancarlospaco.github.io/cpython/html_entities\n- :heavy_check_mark: [imghdr](https://docs.python.org/3.10/library/imghdr) :arrow_right: https://juancarlospaco.github.io/cpython/imghdr\n- :heavy_check_mark: [imp](https://docs.python.org/3.10/library/imp) :arrow_right: https://juancarlospaco.github.io/cpython/imp\n- :heavy_check_mark: [importlib](https://docs.python.org/3.10/library/importlib) :arrow_right: https://juancarlospaco.github.io/cpython/importlib\n- :heavy_check_mark: [keyword](https://docs.python.org/3.10/library/keyword) :arrow_right: https://juancarlospaco.github.io/cpython/keyword\n- :heavy_check_mark: [linecache](https://docs.python.org/3.10/library/linecache) :arrow_right: https://juancarlospaco.github.io/cpython/linecache\n- :heavy_check_mark: [logging](https://docs.python.org/3.10/library/logging) :arrow_right: https://juancarlospaco.github.io/cpython/logging\n- :heavy_check_mark: [lzma](https://docs.python.org/3.10/library/lzma) :arrow_right: https://juancarlospaco.github.io/cpython/lzma\n- :heavy_check_mark: [marshal](https://docs.python.org/3.10/library/marshal) :arrow_right: https://juancarlospaco.github.io/cpython/marshal\n- :heavy_check_mark: [math](https://docs.python.org/3.10/library/math) :arrow_right: https://juancarlospaco.github.io/cpython/math\n- :heavy_check_mark: [mimetypes](https://docs.python.org/3.10/library/mimetypes) :arrow_right: https://juancarlospaco.github.io/cpython/mimetypes\n- :heavy_check_mark: [ntpath](https://docs.python.org/3.10/library/ntpath) :arrow_right: https://juancarlospaco.github.io/cpython/ntpath\n- :heavy_check_mark: [nis](https://docs.python.org/3.10/library/nis) :arrow_right: https://juancarlospaco.github.io/cpython/nis\n- :heavy_check_mark: [operator](https://docs.python.org/3.10/library/operator) :arrow_right: https://juancarlospaco.github.io/cpython/operator\n- :heavy_check_mark: [os](https://docs.python.org/3.10/library/os) :arrow_right: https://juancarlospaco.github.io/cpython/os\n- :heavy_check_mark: [pickle](https://docs.python.org/3.10/library/pickle) :arrow_right: https://juancarlospaco.github.io/cpython/pickle\n- :heavy_check_mark: [pickletools](https://docs.python.org/3.10/library/pickletools) :arrow_right: https://juancarlospaco.github.io/cpython/pickletools\n- :heavy_check_mark: [pkgutil](https://docs.python.org/3.10/library/pkgutil) :arrow_right: https://juancarlospaco.github.io/cpython/pkgutil\n- :heavy_check_mark: [posixpath](https://docs.python.org/3.10/library/posixpath) :arrow_right: https://juancarlospaco.github.io/cpython/posixpath\n- :heavy_check_mark: [pprint](https://docs.python.org/3.10/library/pprint) :arrow_right: https://juancarlospaco.github.io/cpython/pprint\n- :heavy_check_mark: [pwd](https://docs.python.org/3.10/library/pwd) :arrow_right: https://juancarlospaco.github.io/cpython/pwd\n- :heavy_check_mark: [py_compile](https://docs.python.org/3.10/library/py_compile) :arrow_right: https://juancarlospaco.github.io/cpython/py_compile\n- :heavy_check_mark: [quopri](https://docs.python.org/3.10/library/quopri) :arrow_right: https://juancarlospaco.github.io/cpython/quopri\n- :heavy_check_mark: [random](https://docs.python.org/3.10/library/random) :arrow_right: https://juancarlospaco.github.io/cpython/random\n- :heavy_check_mark: [re](https://docs.python.org/3.10/library/re) :arrow_right: https://juancarlospaco.github.io/cpython/re\n- :heavy_check_mark: [readline](https://docs.python.org/3.10/library/readline) :arrow_right: https://juancarlospaco.github.io/cpython/readline\n- :heavy_check_mark: [reprlib](https://docs.python.org/3.10/library/reprlib) :arrow_right: https://juancarlospaco.github.io/cpython/reprlib\n- :heavy_check_mark: [resource](https://docs.python.org/3.10/library/resource) :arrow_right: https://juancarlospaco.github.io/cpython/resource\n- :heavy_check_mark: [runpy](https://docs.python.org/3.10/library/runpy) :arrow_right: https://juancarlospaco.github.io/cpython/runpy\n- :heavy_check_mark: [secrets](https://docs.python.org/3.10/library/secrets) :arrow_right: https://juancarlospaco.github.io/cpython/secrets\n- :heavy_check_mark: [shutil](https://docs.python.org/3.10/library/shutil) :arrow_right: https://juancarlospaco.github.io/cpython/shutil\n- :heavy_check_mark: [signal](https://docs.python.org/3.10/library/signal) :arrow_right: https://juancarlospaco.github.io/cpython/signal\n- :heavy_check_mark: [site](https://docs.python.org/3.10/library/site) :arrow_right: https://juancarlospaco.github.io/cpython/site\n- :heavy_check_mark: [sndhdr](https://docs.python.org/3.10/library/sndhdr) :arrow_right: https://juancarlospaco.github.io/cpython/sndhdr\n- :heavy_check_mark: [spwd](https://docs.python.org/3.10/library/spwd) :arrow_right: https://juancarlospaco.github.io/cpython/spwd\n- :heavy_check_mark: [statistics](https://docs.python.org/3.10/library/statistics) :arrow_right: https://juancarlospaco.github.io/cpython/statistics\n- :heavy_check_mark: [struct](https://docs.python.org/3.10/library/struct) :arrow_right: https://juancarlospaco.github.io/cpython/struct\n- :heavy_check_mark: [ssl](https://docs.python.org/3.10/library/ssl) :arrow_right: https://juancarlospaco.github.io/cpython/ssl\n- :heavy_check_mark: [subprocess](https://docs.python.org/3.10/library/subprocess) :arrow_right: https://juancarlospaco.github.io/cpython/subprocess\n- :heavy_check_mark: [sys](https://docs.python.org/3.10/library/sys) :arrow_right: https://juancarlospaco.github.io/cpython/sys\n- :heavy_check_mark: [sysconfig](https://docs.python.org/3.10/library/sysconfig) :arrow_right: https://juancarlospaco.github.io/cpython/sysconfig\n- :heavy_check_mark: [syslog](https://docs.python.org/3.10/library/syslog) :arrow_right: https://juancarlospaco.github.io/cpython/syslog\n- :heavy_check_mark: [tabnanny](https://docs.python.org/3.10/library/tabnanny) :arrow_right: https://juancarlospaco.github.io/cpython/tabnanny\n- :heavy_check_mark: [tempfile](https://docs.python.org/3.10/library/tempfile) :arrow_right: https://juancarlospaco.github.io/cpython/tempfile\n- :heavy_check_mark: [termios](https://docs.python.org/3.10/library/termios) :arrow_right: https://juancarlospaco.github.io/cpython/termios\n- :heavy_check_mark: [textwrap](https://docs.python.org/3.10/library/textwrap) :arrow_right: https://juancarlospaco.github.io/cpython/textwrap\n- :heavy_check_mark: [timeit](https://docs.python.org/3.10/library/timeit) :arrow_right: https://juancarlospaco.github.io/cpython/timeit\n- :heavy_check_mark: [token](https://docs.python.org/3.10/library/token) :arrow_right: https://juancarlospaco.github.io/cpython/token\n- :heavy_check_mark: [tty](https://docs.python.org/3.10/library/tty) :arrow_right: https://juancarlospaco.github.io/cpython/tty\n- :heavy_check_mark: [turtle](https://docs.python.org/3.10/library/turtle) :arrow_right: https://juancarlospaco.github.io/cpython/turtle\n- :heavy_check_mark: [typing](https://docs.python.org/3.10/library/typing) :arrow_right: https://juancarlospaco.github.io/cpython/typing\n- :heavy_check_mark: [unicodedata](https://docs.python.org/3.10/library/unicodedata) :arrow_right: https://juancarlospaco.github.io/cpython/unicodedata\n- :heavy_check_mark: [uu](https://docs.python.org/3.10/library/uu) :arrow_right: https://juancarlospaco.github.io/cpython/uu\n- :heavy_check_mark: [uuid](https://docs.python.org/3.10/library/uuid) :arrow_right: https://juancarlospaco.github.io/cpython/uuid\n- :heavy_check_mark: [venv](https://docs.python.org/3.10/library/venv) :arrow_right: https://juancarlospaco.github.io/cpython/venv\n- :heavy_check_mark: [warnings](https://docs.python.org/3.10/library/warnings) :arrow_right: https://juancarlospaco.github.io/cpython/warnings\n- :heavy_check_mark: [webbrowser](https://docs.python.org/3.10/library/webbrowser) :arrow_right: https://juancarlospaco.github.io/cpython/webbrowser\n- :heavy_check_mark: [winsound](https://docs.python.org/3.10/library/winsound) :arrow_right: https://juancarlospaco.github.io/cpython/winsound\n- :heavy_check_mark: [zipapp](https://docs.python.org/3.10/library/zipapp) :arrow_right: https://juancarlospaco.github.io/cpython/zipapp\n- :heavy_check_mark: [zlib](https://docs.python.org/3.10/library/zlib) :arrow_right: https://juancarlospaco.github.io/cpython/zlib\n- :trollface: More supported modules soon...\n- [For more documentation, use Python official documentation, works too.](https://docs.python.org/3.10/py-modindex)\n\n\n# UPBGE\n\n[UPBGE](https://upbge.org) API is supported out of the box, new [UPBGE](https://upbge.org) features will be integrated.\n\n3D Games, GUI with OpenGL and shaders, audio, video, and more...\n\n![](upbge.gif)\n\n*Are you Gamedev?, Pull Requests welcome!.*\n\n\n# Design\n\n- 1 Dependency only.\n- 1 Nim module per 1 Python module.\n- Module files are \u003c200 lines each of pure Nim code.\n- [Arbitrary precision big Decimals with all the operators for Nim.](https://juancarlospaco.github.io/cpython/decimal)\n- Compatible with ARC and ORC deterministic memory nanagement.\n- Enforces real strong inferred static typing with UFCS for Python.\n- Same API as Python StdLib, same function names, same argument names\n  (Names starting and ending with double underscore are not legal in Nim).\n- Use the vanilla official Python StdLib that you already know by memory.\n- Same module filenames as Python StdLib, same imports as Python StdLib.\n- Documentation online, but also any Python documentation should work too.\n- Simple code using template, easy to hack for new users, [KISS](https://en.wikipedia.org/wiki/KISS_principle) \u0026 [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself).\n- Stuff deprecated/removed in Python before year 2020 will not be supported.\n- We do not deprecate stuff, even if Python deprecate/remove it, it will keep working for Nim.\n- Each file is completely self-contained standalone, you can copy just 1 file on your project and use it.\n- If Python removes a module from StdLib you must obtain the `.py` file somehow, but the `.nim` remains.\n- It does not use anything from Nim standard library, very future-proof\n  (uses [Nimpy](https://github.com/yglukhov/nimpy) for Python-Nim interop,\n  but other than that they are thin wrappers, with minimal dependency on StdLib).\n- Package version == Python version.\n- [Pet the turtle.](https://juancarlospaco.github.io/cpython/turtle)\n\n\n# Requisites\n\n- Python ( \u003e`2.7` works but unsupported, \u003e`3.5` minimal, \u003e=`3.10` recommended ).\n\n\n# Install\n\n```\nnimble install cpython\n```\n\nOR\n\n```\nnimble install https://github.com/juancarlospaco/cpython.git\n```\n\n\n# Doing JavaScript or Web Dev ?\n\n- [Alternative StdLib for Nim for NodeJS/JavaScript targets, hijacks NodeJS StdLib for Nim.](https://github.com/juancarlospaco/nodejs#alternative-stdlib-for-nim-for-nodejsjavascript-targets)\n\n\n## Why?\n\nThe idea comes from [the community of \"Nim en Espanol\" Telegram group (Spanish).](https://t.me/NimArgentina)\n\n[![](poll.png)](https://t.me/NimArgentina)\n\nAlso...\n\n- Whole new StdLib becomes usable for Nim, without Nim having to spend resources.\n- Showcase easy interoperability of Nim (CTypes is harder, Python is verbose, etc).\n- [Arbitrary precision big Decimals for Nim.](https://juancarlospaco.github.io/cpython/decimal)\n- Others do it too (Scala/Kotlin uses Java StbLib, Swift uses Objective-C StdLib, etc).\n- Python does it too, Python is written in C therefore using C StdLib.\n- Make others work improving libs that you can use in Nim.\n- A place to pile up \"Nim-ified\" Python stuff.\n\n\n# See also\n\n- [**For Python Programmers**](https://github.com/nim-lang/Nim/wiki/Nim-for-Python-Programmers#table-of-contents)\n- [Nim integration for Python PIP](https://github.com/juancarlospaco/choosenim_install#nim-integration-for-python-pip)\n- [Python modules Deprecated from Python StdLib for download](https://github.com/tiran/legacylib) ([PEP594](https://www.python.org/dev/peps/pep-0594))\n\n\n# 💰➡️🍕\n\n\u003cdetails\u003e\n\u003csummary title=\"Send Bitcoin\"\u003e\u003ckbd\u003e Bitcoin BTC \u003c/kbd\u003e\u003c/summary\u003e\n\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**BTC Bitcoin Network**\n```\n1Pnf45MgGgY32X4KDNJbutnpx96E4FxqVi\n```\n**Lightning Network**\n```\njuancarlospaco@bitrefill.me\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary title=\"Send Ethereum and DAI\"\u003e\u003ckbd\u003e Ethereum ETH \u003c/kbd\u003e \u003ckbd\u003e Dai DAI \u003c/kbd\u003e \u003ckbd\u003e Uniswap UNI \u003c/kbd\u003e \u003ckbd\u003e Axie Infinity AXS \u003c/kbd\u003e \u003ckbd\u003e Smooth Love Potion SLP \u003c/kbd\u003e \u003ckbd\u003e Uniswap UNI \u003c/kbd\u003e \u003ckbd\u003e USDC \u003c/kbd\u003e \u003c/summary\u003e\n\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**ERC20 Ethereum Network**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Tether\"\u003e\u003ckbd\u003e Tether USDT \u003c/kbd\u003e\u003c/summary\u003e\n\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**ERC20 Ethereum Network**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**TRC20 Tron Network**\n```\nTWGft53WgWvH2mnqR8ZUXq1GD8M4gZ4Yfu\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Solana\"\u003e\u003ckbd\u003e Solana SOL \u003c/kbd\u003e\u003c/summary\u003e\n\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**SOL Solana Network**\n```\nFKaPSd8kTUpH7Q76d77toy1jjPGpZSxR4xbhQHyCMSGq\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Cardano\"\u003e\u003ckbd\u003e Cardano ADA \u003c/kbd\u003e\u003c/summary\u003e\n\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n**ADA Cardano Network**\n```\nDdzFFzCqrht9Y1r4Yx7ouqG9yJNWeXFt69xavLdaeXdu4cQi2yXgNWagzh52o9k9YRh3ussHnBnDrg7v7W2hSXWXfBhbo2ooUKRFMieM\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Sandbox\"\u003e\u003ckbd\u003e Sandbox SAND \u003c/kbd\u003e \u003ckbd\u003e Decentraland MANA \u003c/kbd\u003e\u003c/summary\u003e\n\n**ERC20 Ethereum Network**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Algorand\"\u003e\u003ckbd\u003e Algorand ALGO \u003c/kbd\u003e\u003c/summary\u003e\n\n**ALGO Algorand Network**\n```\nWM54DHVZQIQDVTHMPOH6FEZ4U2AU3OBPGAFTHSCYWMFE7ETKCUUOYAW24Q\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send Polkadot\"\u003e\u003ckbd\u003e Polkadot DOT \u003c/kbd\u003e\u003c/summary\u003e\n\n**DOT Network**\n```\n13GdxHQbQA1K6i7Ctf781nQkhQhoVhGgUnrjn9EvcJnYWCEd\n```\n**BEP20 Binance Smart Chain Network BSC**\n```\n0xb78c4cf63274bb22f83481986157d234105ac17e\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary title=\"Send via Binance Pay\"\u003e Binance \u003c/summary\u003e\n\n[https://pay.binance.com/en/checkout/e92e536210fd4f62b426ea7ee65b49c3](https://pay.binance.com/en/checkout/e92e536210fd4f62b426ea7ee65b49c3 \"Send via Binance Pay\")\n\u003c/details\u003e\n\n\n# Stars\n\n![](https://starchart.cc/juancarlospaco/cpython.svg)\n:star: [@juancarlospaco](https://github.com/juancarlospaco '2022-02-15')\n:star: [@aguspiza](https://github.com/aguspiza '2022-02-20')\n:star: [@AndrielFR](https://github.com/AndrielFR '2022-02-27')\n:star: [@S0Sbrigade8](https://github.com/S0Sbrigade8 '2022-03-15')\n:star: [@aphkyle](https://github.com/aphkyle '2022-03-15')\n:star: [@jhgalino](https://github.com/jhgalino '2022-04-02')\n:star: [@YanMu2020](https://github.com/YanMu2020 '2022-04-04')\n:star: [@matkuki](https://github.com/matkuki '2022-04-14')\n:star: [@Traumatism](https://github.com/Traumatism '2022-04-21')\n:star: [@foxoman](https://github.com/foxoman '2022-05-19')\t\n:star: [@whee](https://github.com/whee '2022-05-21')\t\n:star: [@bakarilevy](https://github.com/bakarilevy '2022-06-23')\t\n:star: [@Ryu1845](https://github.com/Ryu1845 '2022-06-24')\t\n:star: [@babaloveyou](https://github.com/babaloveyou '2022-07-16')\t\n:star: [@jdbernard](https://github.com/jdbernard '2022-08-15')\t\n:star: [@cyraxjoe](https://github.com/cyraxjoe '2022-09-04')\t\n:star: [@zendbit](https://github.com/zendbit '2022-09-05')\t\n:star: [@vovavili](https://github.com/vovavili '2022-09-09')\t\n:star: [@xujin8](https://github.com/xujin8 '2022-09-18')\t\n:star: [@Geksan](https://github.com/Geksan '2022-09-24')\t\n:star: [@shxdow](https://github.com/shxdow '2022-10-05')\t\n:star: [@singularperturbation](https://github.com/singularperturbation '2022-10-06')\t\n:star: [@adokitkat](https://github.com/adokitkat '2022-10-09')\t\n:star: [@luisacosta828](https://github.com/luisacosta828 '2022-10-15')\t\n:star: [@ByK95](https://github.com/ByK95 '2022-11-04')\t\n:star: [@daweedkob](https://github.com/daweedkob '2022-11-04')\t\n:star: [@Quantum-Codes](https://github.com/Quantum-Codes '2022-11-05')\t\n:star: [@qununc](https://github.com/qununc '2022-11-06')\t\n:star: [@AriesFoxgirl](https://github.com/AriesFoxgirl '2022-11-06')\t\n:star: [@Braden-Preston](https://github.com/Braden-Preston '2022-11-07')\t\n:star: [@AriesFoxgirl](https://github.com/AriesFoxgirl '2022-11-13')\t\n:star: [@mahmoudimus](https://github.com/mahmoudimus '2022-11-13')\t\n:star: [@terretta](https://github.com/terretta '2022-11-26')\t\n:star: [@AndrewGPU](https://github.com/AndrewGPU '2022-12-04')\t\n:star: [@themorya](https://github.com/themorya '2022-12-04')\t\n:star: [@zimitz](https://github.com/zimitz '2022-12-13')\t\n:star: [@tommo](https://github.com/tommo '2022-12-14')\t\n:star: [@rlipsc](https://github.com/rlipsc '2022-12-22')\t\n:star: [@jyapayne](https://github.com/jyapayne '2022-12-22')\t\n:star: [@barseghyanartur](https://github.com/barseghyanartur '2022-12-25')\t\n:star: [@tiberiuichim](https://github.com/tiberiuichim '2022-12-25')\t\n:star: [@yuchunzhou](https://github.com/yuchunzhou '2022-12-27')\t\n:star: [@lf-araujo](https://github.com/lf-araujo '2023-01-01')\t\n:star: [@pietroppeter](https://github.com/pietroppeter '2023-01-11')\t\n:star: [@arkanoid87](https://github.com/arkanoid87 '2023-01-18')\t\n:star: [@jgdevop](https://github.com/jgdevop '2023-01-18')\t\n:star: [@onoe-serika](https://github.com/onoe-serika '2023-01-22')\t\n:star: [@shizhaojingszj](https://github.com/shizhaojingszj '2023-01-22')\t\n:star: [@W1M0R](https://github.com/W1M0R '2023-02-14')\t\n:star: [@genbtc](https://github.com/genbtc '2023-02-14')\t\n:star: [@buster-blue](https://github.com/buster-blue '2023-02-17')\t\n:star: [@Megamegamium](https://github.com/Megamegamium '2023-02-26')\t\n:star: [@1MarcosDev](https://github.com/1MarcosDev '2023-02-26')\t\n:star: [@lightcax](https://github.com/lightcax '2023-02-28')\t\n:star: [@termermc](https://github.com/termermc '2023-04-27')\t\n:star: [@catsmells](https://github.com/catsmells '2023-04-28')\t\n:star: [@maleyva1](https://github.com/maleyva1 '2023-05-18')\t\n:star: [@all-an](https://github.com/all-an '2023-05-24')\t\n:star: [@janflyborg](https://github.com/janflyborg '2023-06-03')\t\n:star: [@smeggingsmegger](https://github.com/smeggingsmegger '2023-06-10')\t\n:star: [@ArikRahman](https://github.com/ArikRahman '2023-06-27')\t\n:star: [@KolyaRS](https://github.com/KolyaRS '2023-07-18')\t\n:star: [@jinczing](https://github.com/jinczing '2023-08-15')\t\n:star: [@jason-chandler](https://github.com/jason-chandler '2023-09-11')\t\n:star: [@lolgab](https://github.com/lolgab '2023-09-11')\t\n:star: [@melMass](https://github.com/melMass '2023-09-24')\t\n:star: [@xgr](https://github.com/xgr '2023-09-24')\t\n:star: [@majj](https://github.com/majj '2023-10-01')\t\n:star: [@dseeni](https://github.com/dseeni '2023-10-03')\t\n:star: [@jmgomez](https://github.com/jmgomez '2023-10-06')\t\n:star: [@shaoxie1986](https://github.com/shaoxie1986 '2023-10-08')\t\n:star: [@wjl12](https://github.com/wjl12 '2023-10-09')\t\n:star: [@cammclain](https://github.com/cammclain '2023-11-21')\t\n:star: [@Optimax125](https://github.com/Optimax125 '2023-11-25')\t\n:star: [@hanok2](https://github.com/hanok2 '2023-12-22')\t\n:star: [@KhazAkar](https://github.com/KhazAkar '2024-01-05')\t\n:star: [@rxx](https://github.com/rxx '2024-03-02')\t\n:star: [@FI-Mihej](https://github.com/FI-Mihej '2024-03-15')\t\n:star: [@davidvfx07](https://github.com/davidvfx07 '2024-03-28')\t\n:star: [@gnusec](https://github.com/gnusec '2024-04-25')\t\n:star: [@ziggertonziggy](https://github.com/ziggertonziggy '2024-05-10')\t\n:star: [@neroist](https://github.com/neroist '2024-05-13')\t\n:star: [@Bimzzzzz](https://github.com/Bimzzzzz '2024-05-22')\t\n:star: [@tuanductran](https://github.com/tuanductran '2024-05-29')\t\n:star: [@Zira3l137](https://github.com/Zira3l137 '2024-06-23')\t\n:star: [@ranjian0](https://github.com/ranjian0 '2024-07-02')\t\n:star: [@drewbitt](https://github.com/drewbitt '2024-07-11')\t\n:star: [@taylourchristian](https://github.com/taylourchristian '2024-07-13')\t\n:star: [@seruman](https://github.com/seruman '2024-07-17')\t\n:star: [@corv89](https://github.com/corv89 '2024-10-26')\t\n:star: [@pkulev](https://github.com/pkulev '2024-12-12')\t\n:star: [@marioboi3112](https://github.com/marioboi3112 '2024-12-15')\t\n:star: [@planetis-m](https://github.com/planetis-m '2025-01-24')\t\n:star: [@shaneish](https://github.com/shaneish '2025-02-18')\t\n:star: [@trinhminhtriet](https://github.com/trinhminhtriet '2025-03-27')\t\n","funding_links":["https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e"],"categories":["Language Features"],"sub_categories":["Standard Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Fcpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancarlospaco%2Fcpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Fcpython/lists"}