{ "info": { "author": "plasmashadow", "author_email": "plasmashadowx@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2" ], "description": "##python-bencode\n\n[![Build Status](https://travis-ci.org/plasmashadow/python-bencode.svg)](https://travis-ci.org/plasmashadow/python-bencode)\n\nBecode Encoder and Decoder\n\n##Installation\n\n```\n\npip install python-bencode\n\n```\n\n##Usage\n\n```python\n\nfrom bencode import Bencoder\n\n#encoding\nbuilt_to_bencode = [1,2,3]\nstrs = Bencoder.encode(built_to_bencode)\n\n#decoding\ndecodable = \"8:announce\"\nobj = Bencoder.decode(decodeable)\n\n\n```\n\n\n##LICENSE\nBSD\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/plasmashadow/python-bencode/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plasmashadow/pytorrent.git", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "python-bencode", "package_url": "https://pypi.org/project/python-bencode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-bencode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/plasmashadow/pytorrent.git" }, "release_url": "https://pypi.org/project/python-bencode/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "bencode for humans", "version": "1.0.2" }, "last_serial": 1873147, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "f7ba942fb715886f9efb5df3e14c294c", "sha256": "938687e414f32fef2d91d4fa5c591a1d835b1e05f2f0b8eb8f099f7f69c54bd7" }, "downloads": -1, "filename": "python-bencode-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f7ba942fb715886f9efb5df3e14c294c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3191, "upload_time": "2015-12-07T04:45:42", "url": "https://files.pythonhosted.org/packages/a5/2f/1dec5ed64cc1526326114c96b8b47e49e7817581809368da603b4a65b6a6/python-bencode-0.0.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d9bd765b6e6b7f64c584207ab8aa35d6", "sha256": "a56d56b9100c389bc7ad3787ff3c0a5c0de15cfab33ec3927b3ee277895a78e0" }, "downloads": -1, "filename": "python-bencode-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d9bd765b6e6b7f64c584207ab8aa35d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3334, "upload_time": "2015-12-12T14:48:08", "url": "https://files.pythonhosted.org/packages/7b/f7/69921d5e49190460597c5aa9138c42f3179f99726edcd26fb00e4c1bed9b/python-bencode-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "5900de35baf13880d861e329513b3718", "sha256": "6dc4e0751b3d4c4886035fbf692b8f00c6ae11f8fb2a3f33753c00ac33bdcfac" }, "downloads": -1, "filename": "python-bencode-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5900de35baf13880d861e329513b3718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2015-12-22T02:24:37", "url": "https://files.pythonhosted.org/packages/55/4b/8ee62bc5f000fc237f8275720bbb5aa7a8e2b56d9523d3afd9d08913cdf1/python-bencode-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5900de35baf13880d861e329513b3718", "sha256": "6dc4e0751b3d4c4886035fbf692b8f00c6ae11f8fb2a3f33753c00ac33bdcfac" }, "downloads": -1, "filename": "python-bencode-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5900de35baf13880d861e329513b3718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2015-12-22T02:24:37", "url": "https://files.pythonhosted.org/packages/55/4b/8ee62bc5f000fc237f8275720bbb5aa7a8e2b56d9523d3afd9d08913cdf1/python-bencode-1.0.2.tar.gz" } ] }