{ "info": { "author": "John Doee", "author_email": "johndoee+autotorrent@tidalstream.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Other", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Communications :: File Sharing" ], "description": "AutoTorrent\n===========\n\nGiven an input torrent, it will scan your collection for the files in\nthe torrent. If all (or most) the files are found, a folder with links to all the\nfiles will be created and the torrent added to the torrent client.\n\nAll you need to do is download the torrents and AutoTorrent plays mix and match\nto make it possible to seed as much as possible across trackers.\n\nRequirements\n------------\n\n- Linux, BSD, OSX - Something not windows\n- rTorrent, Deluge and Transmission\n- Python 2.6, 2.7, 3.3, 3.4\n- Shell / SSH / Putty\n\nStatus\n------\n\nMaster branch\n~~~~~~~~~~~~~~ \n.. image:: https://coveralls.io/repos/github/JohnDoee/autotorrent/badge.svg?branch=master\n :target: https://coveralls.io/github/JohnDoee/autotorrent?branch=master\n.. image:: https://travis-ci.org/JohnDoee/autotorrent.svg?branch=master\n :target: https://travis-ci.org/JohnDoee/autotorrent\n\n\nDevelop branch\n~~~~~~~~~~~~~~\n.. image:: https://coveralls.io/repos/github/JohnDoee/autotorrent/badge.svg?branch=develop\n :target: https://coveralls.io/github/JohnDoee/autotorrent?branch=develop \n.. image:: https://travis-ci.org/JohnDoee/autotorrent.svg?branch=develop\n :target: https://travis-ci.org/JohnDoee/autotorrent\n\nInstall\n-------\n\nFrom PyPi (stable):\n::\n\n virtualenv autotorrent-env\n autotorrent-env/bin/pip install autotorrent\n\nFrom GitHub (develop):\n::\n\n virtualenv autotorrent-env\n autotorrent-env/bin/pip install git+https://github.com/JohnDoee/autotorrent.git#develop\n\nCreate the configuration file\n::\n\n autotorrent-env/bin/autotorrent --create_config\n\nUpgrade from previous version\n-----------------------------\n\nUpgrading from PyPi (stable)\n::\n\n autotorrent-env/bin/pip install --upgrade autotorrent\n\nUpgrading from Github (develop)\n::\n\n autotorrent-env/bin/pip install git+https://github.com/JohnDoee/autotorrent.git#develop --upgrade --force-reinstall\n\nConfiguration\n-------------\n\nAll settings can be found and changed in autotorrent.conf, this file\nmust reside in the same folder as autotorrent is executed from.\n\ngeneral\n~~~~~~~\n\n- db - Path to the database file\n- store\\_path - Folder where the virtual folders seeded, resides\n- ignore\\_files - A comma seperated list of files that should be\n ignored (supports wildcards)\n- add\\_limit\\_size - Max size, in bytes, the total torrent size is\n allowed to vary\n- add\\_limit\\_percent - Max percent the total torrent size is allowed\n to vary\n- link\\_type - What kind of link should AutoTorrent make? the options are\n hard and soft.\n- scan_mode - options are unsplitable, normal and exact. These can be used\n in combination. See the scan_mode section for more information.\n\nthe add\\_limit\\_\\* variables allow for downloading of e.g. different\nNFOs and other small files that makes a difference in the torrents.\n\nclient\n~~~~~~\n\n- client - torrent client to use, choices are: rtorrent, deluge and transmission\n\nrtorrent settings\n*****************\n- url - URL to rtorrent, must be to the XMLRPC server or SCGI server.\n- label - Label added to torrents when added to rtorrent (used in\n rutorrent only)\n\nthe url supports both SCGI directly and XMLRPC via HTTP.\n\nTo use scgi, prefix the url with scgi instead of http, e.g. scgi://127.0.0.1:10000/\n\nTo use unix socket for scgi, make an url with no ip:port and instead a path, e.g. scgi:///tmp/rtorrent.socket\n\ndeluge settings\n***************\n- host - an ip:port pair, e.g. 127.0.0.1:12345\n- username - deluge rpc username\n- password - deluge rpc password\n\ntransmission settings\n*********************\n- url - an url where transmission can be reached, e.g. http://username:password@127.0.0.1:9091\n\ndisks\n~~~~~\n\nA list of disks where to build the search database from.\n\nScan modes\n----------\n\nThere are currently three scan modes supported by AutoTorrent. These modes can be\nused in combination and should all improve the end result.\n\nThe modes are named normal, exact and unsplitable. They can be combined by adding a comma\nbetween them, e.g. ``scan_mode=normal,exact,unsplitable``\n\nMode: normal\n~~~~~~~~~~~~\n\nIt takes the filename and size and tries to find files with same name and size.\n\nThis mode cannot handle duplicate filename/size pairs.\n\nMode: exact\n~~~~~~~~~~~\n\nThe perfect way to move torrent client as it tries to set the download path to the old path.\n\nThis mode does not allow for missing files and is intended to re-add non-renamed back to a torrent client.\n\nMode: unsplitable\n~~~~~~~~~~~~~~~~~\n\nThis mode takes scene releases and extracted dvd/bluray isos into consideration and relies on the folder it thinks\nis the main / head folder. Perfect for cross-seeding scene releases.\n\nMode: hash_name\n~~~~~~~~~~~~~~~\n\nThis mode tries to hashcheck files with the exact name as wanted, but the size might be different (up to 10% different).\nIf pieces match, then it is resized to fit original size and written to the destination directory.\n\nMake sure there is enough space in the target directory.\n\nMode: hash_size\n~~~~~~~~~~~~~~~\n\nThis mode tries to hashcheck files with the exact size as wanted, but the name might be different.|\n\nMode: hash_slow\n~~~~~~~~~~~~~~~\n\nThis mode tries to hashcheck files with a size within 10% of the original.\nIf pieces match, then it is resized to fit original size and written to the destination directory.\n\nMake sure there is enough space in the target directory.\n\nThis mode is very slow as it will try a lot of files.\n\nInstructions\n------------\n\nStart by installing and configuring.\n\nStep 1, build the database with ``autotorrent-env/bin/autotorrent -r``, this may take some\ntime.\n\nStep 2, have some torrents ready and run\n``autotorrent-env/bin/autotorrent -a path/to/torrents/*.torrent``, this command will\nspit out how it went with adding the torrents.\n\nAnd you're good to go.\n\nFAQ\n---\n\n**Q: How are files with relative path in the configuration file, found?**\n\nThe paths should be relative to the configuration file, e.g. /home/user/autotorrent-env/autotorrent.conf,\nthen store_path=store_paths/X/ resolves to /home/user/autotorrent-env/store_path/\n\n\n**Q: I have three sites I cross-seed between, how do you suggest I structure it?**\n\nSay, you have site X, Y and Z. You want to seed across the sites as they share lots of content.\nYou download all your data into /home/user/downloads/. For this you will need three configuration file, one for each site.\n\nAutoTorrent is installed into /home/user/autotorrent-env/.\n\nOnly store_path is recommended to vary between the configuration files (the others are optional).\n\n- store_path for site X - /home/user/autotorrent-env/store_paths/X/\n- store_path for site Y - /home/user/autotorrent-env/store_paths/Y/\n- store_path for site Z - /home/user/autotorrent-env/store_paths/Z/\n\ndisks paths can be:\n\n- disk1=/home/user/downloads/\n- disk2=/home/user/autotorrent-env/store_paths/X/\n- disk3=/home/user/autotorrent-env/store_paths/Y/\n- disk4=/home/user/autotorrent-env/store_paths/Z/\n\n**Q: Can I use the same Database file for several configuration files?**\n\nYes, if they have the same disks. Don't worry about adding the store_path to the disks, AutoTorrent will figure it out.\n\n**Q: What problems can occur?**\n\nOne big problem is that the files are not checked for their actual content, just if their filename matches and size matches.\nIf AutoTorrent tries to use a file that is not complete, then you can end up sending loads of garbage to innocent peers,\nalhough they should blackball you quite fast.\n\n**Q: I want to cross-seed RARed scene releases, what do you think about that?**\n\nThe actual .rar files must be completely downloaded and the same size. Things that can vary are: nfos, sfvs, samples and subs.\n\nThe releases must also have an sfv in the same folder as the rar files files.\n\n**Q: What are hardlinks and what are the risks or problems associated with using them?**\n\nSee: http://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html\n\n**Q: Can I have multiple clients configured simultaneously?**\n\nYes, you can name the section e.g. ``client-goodclient`` instead of just ``client`` and then specify you want to use that\nspecific client using the commandline argument ``-l goodclient``\n\nLicense\n-------\n\nMIT, see LICENSE\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JohnDoee/autotorrent", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "autotorrent", "package_url": "https://pypi.org/project/autotorrent/", "platform": "", "project_url": "https://pypi.org/project/autotorrent/", "project_urls": { "Homepage": "https://github.com/JohnDoee/autotorrent" }, "release_url": "https://pypi.org/project/autotorrent/1.6.4/", "requires_dist": null, "requires_python": "", "summary": "AutoTorrent allows easy cross-seeding", "version": "1.6.4" }, "last_serial": 4222948, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "c7b18e47ffb62d83572b11a82003909d", "sha256": "dfb7781786a3b8cd8570de9caf21153003d4cfd623b4f3bc61b12318f30e3c59" }, "downloads": -1, "filename": "autotorrent-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c7b18e47ffb62d83572b11a82003909d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4652, "upload_time": "2015-01-23T17:24:23", "url": "https://files.pythonhosted.org/packages/ff/a9/767c6959ed5969dd38f69fe0bf36621efd9cbb730296b81792c85ad19627/autotorrent-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "88ae8d01841b1b08a7a761e888edd0ba", "sha256": "c05f959e455e0c25f99b7af620fec5860e1e69bb6259c862431171f255660ff4" }, "downloads": -1, "filename": "autotorrent-1.1.1.tar.gz", "has_sig": false, "md5_digest": "88ae8d01841b1b08a7a761e888edd0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5907, "upload_time": "2015-01-23T17:53:48", "url": "https://files.pythonhosted.org/packages/7f/57/8bbdaec0a4674cdcdd06db03520eb9bf03cc4303d58685e9b6bdb1879724/autotorrent-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "0d3239e14b2f86bc543bf91066259532", "sha256": "3ff8862f984a3f32bc760b08cd636ae3ce0962b825201e53220cc58d27cf17a5" }, "downloads": -1, "filename": "autotorrent-1.1.2.tar.gz", "has_sig": false, "md5_digest": "0d3239e14b2f86bc543bf91066259532", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5935, "upload_time": "2015-01-26T18:45:49", "url": "https://files.pythonhosted.org/packages/f2/c3/fbd1516bac579d2f413882d24e6745d69a6b97a96029df779f478cfb050c/autotorrent-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "caf62ea1a272b9c4a70cf486d33da94f", "sha256": "f3707982dabce20c4c91b5b6e80146fc4743e18b5b881556091b1b7c58a579a1" }, "downloads": -1, "filename": "autotorrent-1.2.0.tar.gz", "has_sig": false, "md5_digest": "caf62ea1a272b9c4a70cf486d33da94f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6827, "upload_time": "2015-02-10T19:25:54", "url": "https://files.pythonhosted.org/packages/64/0e/d712d1aabf48a89a6e58253c5764ae26e4d708b5cf90280f4a22d3a785c9/autotorrent-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "3fa48ad1b968985b0369e11596d10268", "sha256": "0f0a6bb407ae92ca237e0859f8cf43046ae9bbc8e821a481b6412e697a1dd448" }, "downloads": -1, "filename": "autotorrent-1.2.1.tar.gz", "has_sig": false, "md5_digest": "3fa48ad1b968985b0369e11596d10268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6830, "upload_time": "2015-02-11T18:33:25", "url": "https://files.pythonhosted.org/packages/c5/b6/043dc99a2f837427fa0e54dd1a4f05c1f1df28822bb8010c65bdbe3d7ace/autotorrent-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "f75db4de7f7ae821474c53b3e4a1023d", "sha256": "79c3777e63d9224c3648f88ba1d73d3c1ffb69413824b561bf60d86d3659f883" }, "downloads": -1, "filename": "autotorrent-1.2.2.tar.gz", "has_sig": false, "md5_digest": "f75db4de7f7ae821474c53b3e4a1023d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6881, "upload_time": "2015-02-11T20:18:18", "url": "https://files.pythonhosted.org/packages/2c/b0/d77c2656ef1c224a3abc09bc8f086c274085e7f4ec8c5d11d0bf1692425f/autotorrent-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "7c4c70c3df08b1d3cb2fbb0cc09550a1", "sha256": "21717eeaa4c13595339d9475b10031ba80cf57a9b4ab0a754bd0d468fc6cb1ab" }, "downloads": -1, "filename": "autotorrent-1.2.3.tar.gz", "has_sig": false, "md5_digest": "7c4c70c3df08b1d3cb2fbb0cc09550a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6886, "upload_time": "2015-02-12T20:07:05", "url": "https://files.pythonhosted.org/packages/45/0a/389459c4a6e9f186855bab1c190c418a08519e039f625122a57f949d8810/autotorrent-1.2.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "a9553868b128c9983b498bbccccca6d2", "sha256": "dca92736d51e6623766a878d038d00fa1b7791369f014226ede9f5b1ba52cd84" }, "downloads": -1, "filename": "autotorrent-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9553868b128c9983b498bbccccca6d2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 15734, "upload_time": "2015-02-20T15:55:05", "url": "https://files.pythonhosted.org/packages/fb/18/b4017cbc094c1d715c8d291fd07506ad91b195fefa5d7bbea578010a2ad5/autotorrent-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a1b3ba91ccf943922ee91f0df2184e6", "sha256": "151930918569552415a5cb8313cf3b53b0bade64b0e760d0cb1791421098d65d" }, "downloads": -1, "filename": "autotorrent-1.3.1.tar.gz", "has_sig": false, "md5_digest": "0a1b3ba91ccf943922ee91f0df2184e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10761, "upload_time": "2015-02-20T15:53:17", "url": "https://files.pythonhosted.org/packages/0f/78/227f1b4ea8748357d27c4c1aff7e9e84aa9764ae9d11e135815dd17a0798/autotorrent-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "3b3f20d5867b97044e97d34a9eea74bd", "sha256": "47e41ec5920826665e07fc202accfd571b11f590d707717d730e50944f910dd3" }, "downloads": -1, "filename": "autotorrent-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b3f20d5867b97044e97d34a9eea74bd", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 17387, "upload_time": "2015-02-22T20:14:42", "url": "https://files.pythonhosted.org/packages/47/5b/8c3e9a0cfc390339b36d9553967c0158d85e0eaf4f1036ac0ae09563f2f6/autotorrent-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a436f9df03eea8b3cf13ca1d69476a84", "sha256": "633915b85ab4f626e416283f25aa666352dab799035467d03eda949ed50c1c40" }, "downloads": -1, "filename": "autotorrent-1.4.0.tar.gz", "has_sig": false, "md5_digest": "a436f9df03eea8b3cf13ca1d69476a84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11974, "upload_time": "2015-02-22T20:13:33", "url": "https://files.pythonhosted.org/packages/98/4a/7abfb51cb898cacbef5ed702f12c4180eee571f30518173052394ee01c10/autotorrent-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "31e4fb85bd3dc25c38f5dbc4be8ac8d3", "sha256": "6483c9bf8e1084462b3f501c0557f8acf7b1111cd44dd61881327392fe712e7d" }, "downloads": -1, "filename": "autotorrent-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31e4fb85bd3dc25c38f5dbc4be8ac8d3", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 22249, "upload_time": "2015-03-08T15:48:40", "url": "https://files.pythonhosted.org/packages/9f/b7/517577679d1667b870d2b7e1b61a7b727cecd8953bec757cf7564566673b/autotorrent-1.5.0-py2.py3-none-any.whl" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "bfb48369e21425914a3b1ce35d6c6d9d", "sha256": "67d26668471f0063e7f173298956ecd5c43ed96df8e4a7eaeaf1961803ea76e6" }, "downloads": -1, "filename": "autotorrent-1.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfb48369e21425914a3b1ce35d6c6d9d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 22359, "upload_time": "2015-03-08T15:55:21", "url": "https://files.pythonhosted.org/packages/3c/9e/ddd6177b2aa57c670d0adf2c1d86ec681171b628f15221396b9209f65554/autotorrent-1.5.1-py2.py3-none-any.whl" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "e6e9e40d18718268d90b2b01148e0b56", "sha256": "2814023faea6fedaee25d224b849f91a102b41b72833f31a5291235442851ce5" }, "downloads": -1, "filename": "autotorrent-1.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6e9e40d18718268d90b2b01148e0b56", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 22866, "upload_time": "2015-03-19T19:29:08", "url": "https://files.pythonhosted.org/packages/fc/1a/fab30c2ebefe306ccaccab5ad32670920cf169a11f6aa930d8b4e4a83fda/autotorrent-1.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f1076988904e00f432fdfacd20b51af", "sha256": "9517c9605f69d2434140eae4173d5c0339c943756a26b6aceea2f8327d772364" }, "downloads": -1, "filename": "autotorrent-1.5.2.tar.gz", "has_sig": false, "md5_digest": "8f1076988904e00f432fdfacd20b51af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15492, "upload_time": "2015-03-19T19:29:05", "url": "https://files.pythonhosted.org/packages/ae/76/41948eb1ad6bb6d3ff76e70e4e965d4d9e9c60fa04ff5b6e3c6a148a8f1e/autotorrent-1.5.2.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "d02305794a12d108220cebcb631f234a", "sha256": "aea488263e30955d701adecf25e8903601c31c07e85e8cd2e20d8c7cc441fdb9" }, "downloads": -1, "filename": "autotorrent-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d02305794a12d108220cebcb631f234a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 28053, "upload_time": "2015-04-30T14:21:20", "url": "https://files.pythonhosted.org/packages/7f/38/91fa7f0307dd0cd24ebb366f6cbd9bbd08b975ea8bf77a5eb0ea743581f9/autotorrent-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29f03f8a82811423f3151780fa4177cf", "sha256": "b7b4c61805486b67ad23014741488a8d4a0402d967e0587b16d8d2b95a1b21bf" }, "downloads": -1, "filename": "autotorrent-1.6.0.tar.gz", "has_sig": false, "md5_digest": "29f03f8a82811423f3151780fa4177cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20117, "upload_time": "2015-04-30T14:21:17", "url": "https://files.pythonhosted.org/packages/6f/5e/492e9b03df3c0030fa4f6603ee2d0e8e17b8fddc72ebff38ba4e599a497d/autotorrent-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "e0ebc0c706615561dc26c0f896bd1a5d", "sha256": "91693717e6cbc871939da81acb8ecc7eb7474e6e2a59218d8c7fb054f05a69a4" }, "downloads": -1, "filename": "autotorrent-1.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e0ebc0c706615561dc26c0f896bd1a5d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 31485, "upload_time": "2016-05-11T17:34:21", "url": "https://files.pythonhosted.org/packages/b4/b9/350c04f08f2531e8277adf55ee08943ad6d92ef18476580e5cd1f453ee43/autotorrent-1.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "34cd6c6ced31bf83e80729427bfdfb55", "sha256": "9ba91dbf3f98e0fcb944f94a7300e380e2cdc225c512c472257e44026ad7b3ea" }, "downloads": -1, "filename": "autotorrent-1.6.1.tar.gz", "has_sig": false, "md5_digest": "34cd6c6ced31bf83e80729427bfdfb55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22534, "upload_time": "2016-05-11T17:39:26", "url": "https://files.pythonhosted.org/packages/5e/da/64b88ba6a518bc48f476bb8a7fea6719ca26cf63ab6f98521b364144fb00/autotorrent-1.6.1.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "c316f740d96ad1528d053468861fd48a", "sha256": "a7a935e82c9e4f89ac1d59bd0b16f0b7dc9ba45a83b767cfb6855d59c4ebb746" }, "downloads": -1, "filename": "autotorrent-1.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c316f740d96ad1528d053468861fd48a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 31743, "upload_time": "2016-10-11T16:56:01", "url": "https://files.pythonhosted.org/packages/96/b5/a1a93365d2667eed55b6d529ef7421100e1e579a5b728695a74ebad48ccf/autotorrent-1.6.2-py2.py3-none-any.whl" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "3140d1d13606912fe65ef4a3c7e040e9", "sha256": "db2c095911fc9e6786ec8ac77db88814dad59d17c74865b196641c3309e88cf8" }, "downloads": -1, "filename": "autotorrent-1.6.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3140d1d13606912fe65ef4a3c7e040e9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 31733, "upload_time": "2018-01-21T18:54:15", "url": "https://files.pythonhosted.org/packages/a3/7d/d1e64d6b6f58dbc1ec2e01915912ec14da553eb570bb9af5d0c63e10cd61/autotorrent-1.6.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "34f22e979d18616a78784690ac7cefac", "sha256": "5f13efd1d609f1532a69bca04f0338b5382a4b7fe468fcabd1e960f9c23ae5b5" }, "downloads": -1, "filename": "autotorrent-1.6.3.tar.gz", "has_sig": false, "md5_digest": "34f22e979d18616a78784690ac7cefac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24819, "upload_time": "2018-01-21T18:54:14", "url": "https://files.pythonhosted.org/packages/90/db/26191d33e34f8371bb83adb3044976c06d9954248e2b9342c78d642ff3c1/autotorrent-1.6.3.tar.gz" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "f69c472632e0770f9100bed9c6dc47ad", "sha256": "ce416d73ae06cb24f0bd2b29b9f8a7bd4eef77990229265075e77c034e5c6a02" }, "downloads": -1, "filename": "autotorrent-1.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f69c472632e0770f9100bed9c6dc47ad", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 31794, "upload_time": "2018-08-30T15:02:14", "url": "https://files.pythonhosted.org/packages/75/a4/8fd18d8b318a4b96d6961aca6b55f8a4284198e0877ad2f587be89b9ca79/autotorrent-1.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5d0fa601b603ba73a7a3b52d2c1cd62", "sha256": "ff285cad07a390856c8a9da45640d392ad3811ee8465ddf9395f583958f5060f" }, "downloads": -1, "filename": "autotorrent-1.6.4.tar.gz", "has_sig": false, "md5_digest": "f5d0fa601b603ba73a7a3b52d2c1cd62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24871, "upload_time": "2018-08-30T15:02:12", "url": "https://files.pythonhosted.org/packages/15/89/c68caa848e9103fc396737bb9261e070313f4495071b80e79eb56d0fc788/autotorrent-1.6.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f69c472632e0770f9100bed9c6dc47ad", "sha256": "ce416d73ae06cb24f0bd2b29b9f8a7bd4eef77990229265075e77c034e5c6a02" }, "downloads": -1, "filename": "autotorrent-1.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f69c472632e0770f9100bed9c6dc47ad", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 31794, "upload_time": "2018-08-30T15:02:14", "url": "https://files.pythonhosted.org/packages/75/a4/8fd18d8b318a4b96d6961aca6b55f8a4284198e0877ad2f587be89b9ca79/autotorrent-1.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5d0fa601b603ba73a7a3b52d2c1cd62", "sha256": "ff285cad07a390856c8a9da45640d392ad3811ee8465ddf9395f583958f5060f" }, "downloads": -1, "filename": "autotorrent-1.6.4.tar.gz", "has_sig": false, "md5_digest": "f5d0fa601b603ba73a7a3b52d2c1cd62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24871, "upload_time": "2018-08-30T15:02:12", "url": "https://files.pythonhosted.org/packages/15/89/c68caa848e9103fc396737bb9261e070313f4495071b80e79eb56d0fc788/autotorrent-1.6.4.tar.gz" } ] }