{ "info": { "author": "Cosmia Fu", "author_email": "cosmiafu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Ermes\n=====\n\nIntroduction\n------------\n\nErmes is a socks5 implementation for Python (3.X only), the usage is quite\nstraightforward. ::\n\n from ermes import Socks5Proxy, Socks5Error\n import socket\n\n proxy = Socks5Proxy((\"the.host.of.proxy\", 1080),\n username=\"the username no more than 255 chars or None\",\n password=\"the password no more than 255 chars or None\",\n remote_dns=True)\n sock = socket.socket()\n # use proxy.connect(sock, address)\n # instead of sock.connect(address),\n proxy.connect(sock, (\"the.remote.host\", 80))\n\n # just do anything like a usual socket with `sock`\n\n\nLimitations\n-----------\n\n- Authentication support is limited, only 0x00 (No auth) and 0x02\n (username/password) is supported\n- Only command code 0x01 (TCP/IP stream) is supported\n- No IPv6 support\n- SOCKS5 only", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "Ermes", "package_url": "https://pypi.org/project/Ermes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Ermes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/Ermes/0.1a/", "requires_dist": null, "requires_python": null, "summary": "Socks5 proxy client for Python", "version": "0.1a" }, "last_serial": 1387502, "releases": { "0.1a": [ { "comment_text": "", "digests": { "md5": "1a489101e88569d7cc2288ed3d6add13", "sha256": "66417726609e25329f4b4e2ae9f69d274c021e712dbac46928d1dc3b3ddae030" }, "downloads": -1, "filename": "Ermes-0.1a.tar.gz", "has_sig": false, "md5_digest": "1a489101e88569d7cc2288ed3d6add13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2743, "upload_time": "2015-01-19T05:07:17", "url": "https://files.pythonhosted.org/packages/93/7c/68df71f9ebcc845807d222cf7c752dfc110857a8bf779f3bd9b231e6411c/Ermes-0.1a.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a489101e88569d7cc2288ed3d6add13", "sha256": "66417726609e25329f4b4e2ae9f69d274c021e712dbac46928d1dc3b3ddae030" }, "downloads": -1, "filename": "Ermes-0.1a.tar.gz", "has_sig": false, "md5_digest": "1a489101e88569d7cc2288ed3d6add13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2743, "upload_time": "2015-01-19T05:07:17", "url": "https://files.pythonhosted.org/packages/93/7c/68df71f9ebcc845807d222cf7c752dfc110857a8bf779f3bd9b231e6411c/Ermes-0.1a.tar.gz" } ] }