{ "info": { "author": "Tanel Puhu", "author_email": "tanel@lusikas.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "# trMaid\n\n[![Can I Use Python 3?](https://caniusepython3.com/project/trmaid.svg)](https://caniusepython3.com/project/trmaid)\n\nLooks after your transmission settings, keeps torrents under check and adds them\nfrom feed or redis queue/list.\n\n## About configuration (*~/.trmaid.yaml* file)\n\n### Sections:\n\n\ttransmission:\n\t url: http://127.0.0.1:9091/transmission/rpc\n\t username: transmission\n\t password: transmission\n\nWell that seems self explanatory...\n\n\tgeneral:\n\t redis: redis://localhost:6379\n\t verify: False\n\t verbose: True\n\nredis is the url to redis, verify is to whether the SSL verification is done and\nverbose is for displaying the messages or not ('-v' in arguments overrides it to\nTrue)\n\n\tsession:\n\t alt-speed-enabled: False\n\t blocklist-enabled: True\n\t blocklist-update-interval: 168\n\t blocklist-url: http://list.iblocklist.com/?list=bt_level1\n\t download-dir: /home/path/Downloads\n\t incomplete-dir: /home/path/Downloads/incomplete\n\t....\n\nHere you can define transmissions session-set parameters - every time script\nruns, it checks if they match the given parameters here and if they don't,\nscript will update them with session-set call. Magic variable here is\n\"blocklist-update-interval\". If blocklist-url has been configured and enabled\nscript will execute the *blocklist-update* request every X hour (168 hours / a\nweek in examples case).\n\n\n\ttracker:\n\t general:\n\t seedRatioLimit = 1.5\n\t seedRatioMode = 1\n\t seedRatioLimited = True\n\t remove-if:\n\t ratio: 0.2\n\t status: stopped\n\t done-time: 18h\n\t with-data: True\n\nThis section might include all *torrent-set* parameters + 'remove-if' part. If\nthere is remove-if present, torrent is removed if it matches the present\nconditions: ratio (>=), status and done-time (eg. 1h or 1d for time since\ntorrent was finished).\n\n\n\ttracker:\n\t host.tld:\n\t location: /home/path/Downloads/private-tracker\n\n\t host2.tld:\n\t location: /home/path/Downloads/random\n\t peer-limit: 10\n\t seedRatioLimit: 5.0\n\t seedRatioMode: 1\n\t seedRatioLimited: True\n\n\nThis is same as *general-tracker*, but is used if announce urls hostname matches it.\nOnce match is found *general-tracker* and *location:...* sections are skipped. Use\nit to set special values to eg. private trackers.\n\n\n\tlocation:\n\t /mnt/movies:\n\t peer-limit: 15\n\t uploadLimit: 20\n\t uploadLimited: True\n\t seedRatioLimit: 1.0\n\t seedRatioMode: 1\n\t seedRatioLimited: True\n\n\nThis special section is identical to *general-tracker* but its parameters here\nare only set if torrents download location matches one in the section name. Once\nmatch is found *general-tracker* is skipped.\n\n\trss:\n\t http://www.ezrss.it/feed:\n\t download-dir: /home/path/Downloads/tv-shows\n\t peer-limit: 15\n\t downloadLimit: 1024\n\t downloadLimited: False\n\t uploadLimit: 50\n\t uploadLimited: True\n\t seedRatioLimit: 5.0\n\t seedRatioMode: 1\n\t seedRatioLimited: True\n\t trackerAdd:\n\t - udp://tracker.istole.it:80\n\t - udp://tracker.openbittorrent.com:80\n\t - udp://tracker.publicbt.com:80\n\t matches:\n\t - ^some\\.regex\\.here\n\t - ^and(\\-|\\s|\\.)here\n\n\nParameters here are either torrent-add or torrent-set parameters. Previous\nexample adds torrents from ezrss \"FakeShow\" feed, adding them to 'tv-shows'\ndirectory and sets peer/download/upload limits. *matches* is a list of regular\nexpressions - if exists, title has to match one of them.\n\n\tredis:\n\t list-4-lpop:\n\t peer-limit: 20\n\t uploadLimit: 5\n\t uploadLimited: True\n\n\nHere torrent urls or magent links are popped (lpop) out of the list \"list-4-lpop\"\nmentioned in section name. Otherwise its the same as *rss:....* section\n\n\n\twatch-folders:\n\t /home/user/auto-add-torrents:\n\t peer-limit: 30\n\t uploadLimit: 150\n\t uploadLimited: True\n\t seedRatioLimit: 11.0\n\t seedRatioMode: 1\n\t seedRatioLimited: True\n\t trackerAdd:\n\t - udp://tracker.istole.it:80\n\nIf you have \"watch-folders\" section in your configuration file and that folder\nreally exists, files with \"torrent\" extensions are added just as from rss or redis.\nAfter added, they are renamed from \"*.torrent\" file to \"*.torrent.added\" file.\n\nYou can read more about *session-set*, *torrent-add* and *torrent-set* requests from here:\n[transmssion rpc spec ](https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt)\n\n\nNB! things break, use at your own risk and only download legal stuff! ;)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tanelpuhu/trmaid", "keywords": "transmission torrent", "license": "", "maintainer": "", "maintainer_email": "", "name": "trmaid", "package_url": "https://pypi.org/project/trmaid/", "platform": "", "project_url": "https://pypi.org/project/trmaid/", "project_urls": { "Homepage": "https://github.com/tanelpuhu/trmaid" }, "release_url": "https://pypi.org/project/trmaid/0.6.8/", "requires_dist": [ "feedparser", "pyyaml", "redis", "requests", "six" ], "requires_python": "", "summary": "Tool to maintain transmission (bittorrent) settings, add items from feeds and redis queues", "version": "0.6.8" }, "last_serial": 3684810, "releases": { "0.1.6": [ { "comment_text": "", "digests": { "md5": "9b6e812077f02d251cb24668b615c53f", "sha256": "f5f0e3477ddb72f5b049a2a20174c7c7aba89390e0a14fff8691b145279a6604" }, "downloads": -1, "filename": "trmaid-0.1.6.tar.gz", "has_sig": false, "md5_digest": "9b6e812077f02d251cb24668b615c53f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8524, "upload_time": "2014-03-16T20:15:37", "url": "https://files.pythonhosted.org/packages/92/5b/a92be45cdc66be12c8f5c04ec792ae3680dafbe89b6f8eae390f6f1f3c2e/trmaid-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "4c87fd5ab58dd34d91336d1e3519590f", "sha256": "5fa4cd9c896c6ad2499f48664b36a51ca7464912dbe1f4c17427033c76a7b004" }, "downloads": -1, "filename": "trmaid-0.1.7.tar.gz", "has_sig": false, "md5_digest": "4c87fd5ab58dd34d91336d1e3519590f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8749, "upload_time": "2014-05-12T15:42:13", "url": "https://files.pythonhosted.org/packages/a5/fe/af59371fe77387e37eab12f9709ea8a81cc2a7120953cca7ab6b65d038d5/trmaid-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "6a3e852985c9fe5d64b7543f87b9ee4e", "sha256": "a7212c11b5a82ba1c931bf560c96d922a1244f37e743aaa41d9731ada490fbe8" }, "downloads": -1, "filename": "trmaid-0.1.8.tar.gz", "has_sig": false, "md5_digest": "6a3e852985c9fe5d64b7543f87b9ee4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8738, "upload_time": "2014-05-12T21:07:15", "url": "https://files.pythonhosted.org/packages/93/2a/f1e48ed5a236237559a8d515dbb950e79ed23d6e7e61fd94cc7ec6bca910/trmaid-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "f30db0cb49b2a00ffca5a1801ee6d3dd", "sha256": "410654aeef4b19f1eb88caefa0dbfbab440c7d021123909299f1b3ad41c9e4a7" }, "downloads": -1, "filename": "trmaid-0.1.9.tar.gz", "has_sig": false, "md5_digest": "f30db0cb49b2a00ffca5a1801ee6d3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8730, "upload_time": "2014-05-12T21:54:15", "url": "https://files.pythonhosted.org/packages/1c/67/4e7eedae0b72cc06fc3396c72e2b5c6a5f7475a2afd76fe2d13efa60776f/trmaid-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b7d186f6e0e746e9333a7c30987d2192", "sha256": "4b52b5f21bf1000db78670b0af684280bbeb4d6cbc9d97808a2f41237923f747" }, "downloads": -1, "filename": "trmaid-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b7d186f6e0e746e9333a7c30987d2192", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8758, "upload_time": "2014-05-13T15:33:39", "url": "https://files.pythonhosted.org/packages/49/1a/d8c6d6ea92c70615f40f03fd43c99f258489abb477b872012c7cc0a412e0/trmaid-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "cc7a67122995375273d84b96e6b56754", "sha256": "492e806aabebe60522c0e533219638db33c41d1670a8d53bb436fa653de7c70d" }, "downloads": -1, "filename": "trmaid-0.2.1.tar.gz", "has_sig": false, "md5_digest": "cc7a67122995375273d84b96e6b56754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8831, "upload_time": "2014-05-13T16:02:34", "url": "https://files.pythonhosted.org/packages/8d/19/cebdf22f76619acc0eb0e98df62b1223ca0026d046507c2e0042ebf83ec0/trmaid-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "122233f0aa20c56d0439e2e7f6e31a32", "sha256": "1e38fa598afd9c0894412b49c5ba42b0ba1bdf263335cf33959029c94a68b0fb" }, "downloads": -1, "filename": "trmaid-0.2.2.tar.gz", "has_sig": false, "md5_digest": "122233f0aa20c56d0439e2e7f6e31a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8704, "upload_time": "2014-05-14T15:51:57", "url": "https://files.pythonhosted.org/packages/5b/f7/d93b4e61a36b10a66ea093d7228190bf25eae055a31941673642b2b8f56f/trmaid-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "dd8c63a500d057f9f2663fa57e011659", "sha256": "02fb609f02be70201c58c7b90042a885c4ee7dc381cbb073a92e6a9d8abf7410" }, "downloads": -1, "filename": "trmaid-0.2.3.tar.gz", "has_sig": false, "md5_digest": "dd8c63a500d057f9f2663fa57e011659", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8638, "upload_time": "2014-06-09T15:36:16", "url": "https://files.pythonhosted.org/packages/59/04/36c2c195ed66f01f06cf0a5bf296bfef85a30f6fe4222b0cdc1440a55737/trmaid-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "cf871933a4701e3d817017f4e16a48a9", "sha256": "16b4ad7dd9f6fa99187a4d46669b80e8a2dd4ac3f86e82c7101a80b6937cff2a" }, "downloads": -1, "filename": "trmaid-0.2.4.tar.gz", "has_sig": false, "md5_digest": "cf871933a4701e3d817017f4e16a48a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9248, "upload_time": "2014-06-12T15:35:53", "url": "https://files.pythonhosted.org/packages/20/61/29a1b32644e47fed9d112a7dfef40d166d1e3a9d84fbd3947bcb39ffec76/trmaid-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "5951afb9b1b54d9ca3ffb40e9a1174bb", "sha256": "cdf9d50e6f11ebf05fc3d668860589f6536ab476dec3bcbc4289b17e67bfb251" }, "downloads": -1, "filename": "trmaid-0.2.5.tar.gz", "has_sig": false, "md5_digest": "5951afb9b1b54d9ca3ffb40e9a1174bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9259, "upload_time": "2014-06-21T20:51:59", "url": "https://files.pythonhosted.org/packages/eb/a0/7a2df317b5c3bb723a7084d347050b07d34b64ee0aeafee4857a34a40151/trmaid-0.2.5.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "64ced794664bb8c96a04e95abe747c44", "sha256": "d56e0a527d09606883dd745abf2b6fb68103da67201aa14978a87f7a708440b9" }, "downloads": -1, "filename": "trmaid-0.3.0.tar.gz", "has_sig": false, "md5_digest": "64ced794664bb8c96a04e95abe747c44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9537, "upload_time": "2014-10-03T21:00:07", "url": "https://files.pythonhosted.org/packages/43/6b/a63c6af32524cd8a95ba0f9fe0c2dcaccd802091020ca990796001c79530/trmaid-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e833fa8f97f838167c585a0d5f3d5b71", "sha256": "474c1d1dc6bb3fa3b8668657dabb292bca712d3b6a3c0fec94132ed1876d83e0" }, "downloads": -1, "filename": "trmaid-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e833fa8f97f838167c585a0d5f3d5b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9601, "upload_time": "2014-10-03T21:10:03", "url": "https://files.pythonhosted.org/packages/bb/72/084a93f0ab67a0150ec58dbf0add2fcc831ab497a82457b4e7de38c78f1a/trmaid-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "3d431824f795409f46155e75701a0768", "sha256": "82117a880829c56ee6ff131e6bf24938d1a66d1283ff51c4df0f73f027761674" }, "downloads": -1, "filename": "trmaid-0.3.2.tar.gz", "has_sig": false, "md5_digest": "3d431824f795409f46155e75701a0768", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9811, "upload_time": "2014-10-15T19:33:24", "url": "https://files.pythonhosted.org/packages/c6/70/2d9bebea47aade2a645883e6aa4ce487ae00f020ae29619cbd124f54b275/trmaid-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "434ea58e3017041c469dce01d4b9725a", "sha256": "f3456d8ce4c8386c69d1326504427036dda34321d4691024c6c344b0fdfe4e40" }, "downloads": -1, "filename": "trmaid-0.3.3.tar.gz", "has_sig": false, "md5_digest": "434ea58e3017041c469dce01d4b9725a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9732, "upload_time": "2014-12-27T10:51:30", "url": "https://files.pythonhosted.org/packages/ad/a4/b1043478e3d48a4a81dde32827ac8b410808f4800a634d4da297d880532f/trmaid-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bb8e120e5fd0ab27cd837e2c04d69631", "sha256": "0725dc245249ca7b65613ed6b26fa7a603ac711ee64d9f9ba5557f10a51e492b" }, "downloads": -1, "filename": "trmaid-0.4.0.tar.gz", "has_sig": false, "md5_digest": "bb8e120e5fd0ab27cd837e2c04d69631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10274, "upload_time": "2015-03-23T16:31:51", "url": "https://files.pythonhosted.org/packages/c7/51/d163b22365935b31db71f5c2e74e4e0a27ab1cd2b5180f88f0c00de664e4/trmaid-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "7f289cc484419dcc34e16f0526f66b90", "sha256": "910b4b5ad876a164530a190c11242bf7fae1bf5d9bbfb9d35d386e132d033e14" }, "downloads": -1, "filename": "trmaid-0.4.1.tar.gz", "has_sig": false, "md5_digest": "7f289cc484419dcc34e16f0526f66b90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10303, "upload_time": "2015-03-23T17:22:30", "url": "https://files.pythonhosted.org/packages/2d/e6/0090daafb8a117ffbd02677630b4f7551ee3d63aca16eba751d71a03ef25/trmaid-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "1bc6681e3ab4f2601d52ac608479fac4", "sha256": "630752230f23a374bd8cae2d4f44c07798b0f85c29b47a6972128abcea47c463" }, "downloads": -1, "filename": "trmaid-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1bc6681e3ab4f2601d52ac608479fac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10484, "upload_time": "2015-03-24T17:35:40", "url": "https://files.pythonhosted.org/packages/91/58/2c07892cb85ae48a6149cbb4188d1cc8196bdf6e3e403e5a460453ef4ff0/trmaid-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "c8cdca0e025e332741b16b360d31fd70", "sha256": "f56097d6b65792e3ed3ef9c22b3b23be735ded07f797a533a659f4b01b5ebcf8" }, "downloads": -1, "filename": "trmaid-0.4.3.tar.gz", "has_sig": false, "md5_digest": "c8cdca0e025e332741b16b360d31fd70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10393, "upload_time": "2015-03-26T20:24:43", "url": "https://files.pythonhosted.org/packages/23/7c/96a65d2207f703b2d3fdc4a7b91d17616333963047e4f2782f22beda7fab/trmaid-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "f23ff8464e3c8187a815d71fa02c66bb", "sha256": "559f4035839e2c81a9a86d449c2189a577fe25540bd8f8bb3624d63cf9d7e52d" }, "downloads": -1, "filename": "trmaid-0.4.4.tar.gz", "has_sig": false, "md5_digest": "f23ff8464e3c8187a815d71fa02c66bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10422, "upload_time": "2015-04-26T09:09:17", "url": "https://files.pythonhosted.org/packages/7f/0a/f3e9c55a88a1c9a1848648cb6f1c9ad8603abbd79b389bc72cce0538de9b/trmaid-0.4.4.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "58e8f5321ea7403e326204de2456ac6e", "sha256": "81777e69a76f8ec979ec066035cf8235ee8180bd676f339e6a521e00439f6a33" }, "downloads": -1, "filename": "trmaid-0.5.1.tar.gz", "has_sig": false, "md5_digest": "58e8f5321ea7403e326204de2456ac6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10736, "upload_time": "2015-05-16T18:40:03", "url": "https://files.pythonhosted.org/packages/55/26/013e099ef9d496aabd3727404fb89ef24e034c94116c458d20b685204842/trmaid-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "ab59bdb9ba0829a2cfbfcd39f61d8fca", "sha256": "6e3f450429079b22a10d94fbd262e7eee040282397501fd34b1876095ed8c2fe" }, "downloads": -1, "filename": "trmaid-0.5.2.tar.gz", "has_sig": false, "md5_digest": "ab59bdb9ba0829a2cfbfcd39f61d8fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10736, "upload_time": "2015-05-16T18:50:22", "url": "https://files.pythonhosted.org/packages/e6/8f/2ea17376a6f2410ff3c22ee5049270525812803882d736ae34a02fbabcda/trmaid-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "26e0915edf2405d0256ebae8cafadd39", "sha256": "b0255f9aa7bb4ecc1699ac8128cd14ecd3ab1a277e2af1c80073b008b6952a86" }, "downloads": -1, "filename": "trmaid-0.5.3.tar.gz", "has_sig": false, "md5_digest": "26e0915edf2405d0256ebae8cafadd39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11342, "upload_time": "2015-05-25T20:55:26", "url": "https://files.pythonhosted.org/packages/43/6b/ab08e8bf9f61a9a7e8d0968be132e42d9b0a603e28d9b0f152deb79781a3/trmaid-0.5.3.tar.gz" } ], "0.5.3.1": [ { "comment_text": "", "digests": { "md5": "c765e2d6fcb012b62fe5284a6a135a08", "sha256": "2d8ddf7d76b8061066febe0f7865288f0807a3bcfd31d9c5b5ab2c7e7e4489ef" }, "downloads": -1, "filename": "trmaid-0.5.3.1.tar.gz", "has_sig": false, "md5_digest": "c765e2d6fcb012b62fe5284a6a135a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11356, "upload_time": "2015-05-25T21:08:06", "url": "https://files.pythonhosted.org/packages/40/3c/a7e1145016e12e25b719911cb539bf56bbb8a98aaf4f6b5b04c9d753c736/trmaid-0.5.3.1.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "3641828f477f9f176a5677a16fbdff0e", "sha256": "d3b949bfc3e49236b06ecea2fd446d17790435d121924822596aa143941ef31e" }, "downloads": -1, "filename": "trmaid-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3641828f477f9f176a5677a16fbdff0e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13315, "upload_time": "2015-07-03T10:41:40", "url": "https://files.pythonhosted.org/packages/19/46/576095968f919b009df656afe6f6be0ad04bb04415c6dbaeb184bbf72e53/trmaid-0.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab93df3d90265b4b7b26c983550dbf69", "sha256": "3f2cc43df0d9ce7bc1814a3983f92dd965d95fee297ec21e09bd4cdcaf454c0a" }, "downloads": -1, "filename": "trmaid-0.5.4.tar.gz", "has_sig": false, "md5_digest": "ab93df3d90265b4b7b26c983550dbf69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11431, "upload_time": "2015-06-03T16:47:46", "url": "https://files.pythonhosted.org/packages/aa/01/35a9b9f8fb0be9c058a85bcbe6516fe8b385911f5df8db14647d21746cac/trmaid-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "7b16b2e993e2378afe8f1b59539b5eca", "sha256": "276081848f0743a98f079cffa7908c9966a4f4543f1f81af52ac6dd7137f7701" }, "downloads": -1, "filename": "trmaid-0.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b16b2e993e2378afe8f1b59539b5eca", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13313, "upload_time": "2015-07-07T19:01:03", "url": "https://files.pythonhosted.org/packages/3e/ad/4eabbb68912ce360fe774fd076381db480b3cb0395770cb52b159eb742e4/trmaid-0.5.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c7accf39cac1a02e78644d7e1cbf1da", "sha256": "95907ec081d10951afa6e13e531197bc93959872c38d0f522958d4ea2a21b730" }, "downloads": -1, "filename": "trmaid-0.5.5.tar.gz", "has_sig": false, "md5_digest": "9c7accf39cac1a02e78644d7e1cbf1da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11452, "upload_time": "2015-07-07T19:00:58", "url": "https://files.pythonhosted.org/packages/0a/26/1cf8bc344c45cff16e6d9b43436bdd349ad6febffb0c349f75a7d63271f0/trmaid-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "697cae11b8ffb1c81194125a7677ffe0", "sha256": "71a57424c707b12a289ef7b917f11d3b2bbe9aa3b5252b52cfe7c4c5e31f9f3c" }, "downloads": -1, "filename": "trmaid-0.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "697cae11b8ffb1c81194125a7677ffe0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13412, "upload_time": "2015-09-09T19:09:33", "url": "https://files.pythonhosted.org/packages/af/79/5c836b28fb1f44e4d63e34b019eb269a48fad7370e1bc0f80560593c671a/trmaid-0.5.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2afcc7d6522915834cd058797de74e1b", "sha256": "3f508be5736cd85f78e505824db0fbd8f79aa107ce37840f7d97e04e074a5299" }, "downloads": -1, "filename": "trmaid-0.5.6.tar.gz", "has_sig": false, "md5_digest": "2afcc7d6522915834cd058797de74e1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11564, "upload_time": "2015-09-09T19:09:27", "url": "https://files.pythonhosted.org/packages/59/d1/ad15303bddb54660fc286081c115d160d21ff51f1769e5de08d7bac0a0bd/trmaid-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "3ba0580c3761fcbacec6de7c8481375a", "sha256": "eac59ca883f0a1f61cbeda29b702bd32c8d5c9ea880cca950dfffd3175429c23" }, "downloads": -1, "filename": "trmaid-0.5.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ba0580c3761fcbacec6de7c8481375a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13528, "upload_time": "2015-09-11T19:05:19", "url": "https://files.pythonhosted.org/packages/2e/e0/b9d28e950df1b0e7b50c205f4dc9949b4252860da9ddfeb6522874753d7b/trmaid-0.5.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41e69cdf31ffc8b3925f85dc80aef5cd", "sha256": "4a622a793160d6e67e6d8412a0aebe16db56f6e153cfd231a610264d5046f17d" }, "downloads": -1, "filename": "trmaid-0.5.7.tar.gz", "has_sig": false, "md5_digest": "41e69cdf31ffc8b3925f85dc80aef5cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11696, "upload_time": "2015-09-11T19:05:24", "url": "https://files.pythonhosted.org/packages/a1/fa/ab245e56c2f00ee7e55d8385e28f12ca20114158fd4d666a68c874f7a511/trmaid-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "d64d3bfcd7eda2c91b4cedffe764fa4f", "sha256": "e3f95826814147e3a77cdb2a3dddd3a50ecfa5d65bdb1cc2de28169fb677d329" }, "downloads": -1, "filename": "trmaid-0.5.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d64d3bfcd7eda2c91b4cedffe764fa4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13480, "upload_time": "2015-09-22T19:34:52", "url": "https://files.pythonhosted.org/packages/81/cb/09730be03aad9fbb627a1c7a2af073eed7092582cef011f41add35dff3fc/trmaid-0.5.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fe7aed34c34c58fb10aa7db493153f9", "sha256": "46db917525b206b77f98f9f4963df8608ba4c3bb452e506878ecaa3dc984f081" }, "downloads": -1, "filename": "trmaid-0.5.8.tar.gz", "has_sig": false, "md5_digest": "2fe7aed34c34c58fb10aa7db493153f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11648, "upload_time": "2015-09-22T19:34:56", "url": "https://files.pythonhosted.org/packages/72/dc/1ac63e6f33ea2dc6d7c46d4100c986d26a5ad8acadf63bd3b439125c7209/trmaid-0.5.8.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "01622163f5e2297441594707124d3d56", "sha256": "0f6a4592d7b05bcb075e515bf5b305a490bc0771f595326b0b1838bb04e5dbb5" }, "downloads": -1, "filename": "trmaid-0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "01622163f5e2297441594707124d3d56", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13596, "upload_time": "2015-10-07T18:39:12", "url": "https://files.pythonhosted.org/packages/1c/50/82a91959745201aef48a9e7b74bf99f08731651ff8082acee5b405825421/trmaid-0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9a33ab4c9fdb8dc6321c81acc7b267f", "sha256": "cd5408144d2938da2abd4ff84af693e81d3b01125e0f91dd8530958b5ac2fbbe" }, "downloads": -1, "filename": "trmaid-0.6.tar.gz", "has_sig": false, "md5_digest": "f9a33ab4c9fdb8dc6321c81acc7b267f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11783, "upload_time": "2015-10-07T18:39:16", "url": "https://files.pythonhosted.org/packages/f1/8a/3dc8a86b65195c319a9d2e7c8279893d9d8b0a3adce9d75273b802a99abb/trmaid-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "4dcf23f8c8058c63c8b6bcb769c808ca", "sha256": "dbd46bd670d3deebf01380303f2ba61d4ef232a19770e50770997f7a43ab49fb" }, "downloads": -1, "filename": "trmaid-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4dcf23f8c8058c63c8b6bcb769c808ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13868, "upload_time": "2015-10-08T18:00:26", "url": "https://files.pythonhosted.org/packages/69/de/551e0878e6e86cbc1088d782ee8071649cb7745cddb4dcc4aebcccaad679/trmaid-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "753992bc70fec61348e485c750958747", "sha256": "03fb2c08b23e148b515620d3a9986052a77c4c28024564d17be9989e71e0a5e1" }, "downloads": -1, "filename": "trmaid-0.6.1-py3.4.egg", "has_sig": false, "md5_digest": "753992bc70fec61348e485c750958747", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 23172, "upload_time": "2015-10-08T18:00:36", "url": "https://files.pythonhosted.org/packages/18/30/9842e5d07ba224d3eec1e709e9a3c9f6a8e391d6cd68039e588c59d11855/trmaid-0.6.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "85ef1a84a576847208d9464aab9c0d03", "sha256": "0ef59995188eba56dee3331d180787713696a8729859c2ea1bd1987921a558f8" }, "downloads": -1, "filename": "trmaid-0.6.1.tar.gz", "has_sig": false, "md5_digest": "85ef1a84a576847208d9464aab9c0d03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11996, "upload_time": "2015-10-08T18:00:43", "url": "https://files.pythonhosted.org/packages/27/2c/460f2b51ddb72bf8a16f48827415f174056379097c58ef0d6d3ddff01b48/trmaid-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "2b4bb752e4728dc0fe3e2d593a164247", "sha256": "c241b69adfe179a2ba445ed01706532a936adece04a641bdaea8abbf2db4a06c" }, "downloads": -1, "filename": "trmaid-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b4bb752e4728dc0fe3e2d593a164247", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13962, "upload_time": "2015-10-08T18:21:52", "url": "https://files.pythonhosted.org/packages/f7/9c/0d9e498a3211a114f2c7d6d0aa5f3d093d72c5aea030d9ddd3be86afec98/trmaid-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23d5a56a5b0a2c2a7ed191abeb0b57d4", "sha256": "1048efeb2be23d807013dda292faa3407723ef137802f13a19e8b3680ca164a6" }, "downloads": -1, "filename": "trmaid-0.6.2.tar.gz", "has_sig": false, "md5_digest": "23d5a56a5b0a2c2a7ed191abeb0b57d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12018, "upload_time": "2015-10-08T18:22:00", "url": "https://files.pythonhosted.org/packages/f2/a9/d7af31e3f1388c84d3ff6a39491f6a0a71e8946019f4a2818e36afc2d0a2/trmaid-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "2f78e42da0ec40a05a858cff8594d32f", "sha256": "9bf4907b4a37b744c2149ee54fb6e5a77eebc4011d74c405e4fb4413c19568c9" }, "downloads": -1, "filename": "trmaid-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f78e42da0ec40a05a858cff8594d32f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14544, "upload_time": "2016-03-27T08:12:33", "url": "https://files.pythonhosted.org/packages/8c/34/53a71e75366072e08c92f9e4f2f94aed1469469331995b51f8ccccaa3154/trmaid-0.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6cf6e500bc2ce175f9c542a05ac1c93f", "sha256": "c22042d98f9b59227da73be5f8ddfe4c5f4be83e5a4fc42a6ab4579cd9ad3886" }, "downloads": -1, "filename": "trmaid-0.6.3.tar.gz", "has_sig": false, "md5_digest": "6cf6e500bc2ce175f9c542a05ac1c93f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12210, "upload_time": "2016-03-27T08:12:40", "url": "https://files.pythonhosted.org/packages/38/a9/2c36be20c4d21d4a3e15cb0b11866f2d4d1a40b65f439ad1ccdf7f4ff842/trmaid-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "9d1acff842eb2d784ba11175baa6eb4e", "sha256": "7c907e2a94444a9569bbe65e6b4b5caae3f0904455e3eaae7d8053c4934eff32" }, "downloads": -1, "filename": "trmaid-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d1acff842eb2d784ba11175baa6eb4e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14541, "upload_time": "2016-03-27T11:17:15", "url": "https://files.pythonhosted.org/packages/ec/7e/779cbaf9b158b21682a157b2ea4295a9bbbaa6c54a22bdb78d52c1daccbc/trmaid-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5754bcd2d44ff8b4bdd283c95ac337f4", "sha256": "446a0cd8c92ce88437d9683e46b936225df8b4e6a9599462e3469bc6dc10806a" }, "downloads": -1, "filename": "trmaid-0.6.4.tar.gz", "has_sig": false, "md5_digest": "5754bcd2d44ff8b4bdd283c95ac337f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12207, "upload_time": "2016-03-27T11:17:21", "url": "https://files.pythonhosted.org/packages/85/1f/d5f3e63bd4bfcee0094ea7e931723b233ef14ad136a31f234391077f1225/trmaid-0.6.4.tar.gz" } ], "0.6.5": [], "0.6.5.1": [ { "comment_text": "", "digests": { "md5": "aa3d027a8795244dea14774a32a3cf17", "sha256": "f9e62d41ec35a6034b52cc4acd88f691b16c73fb8012a304952da3e723c7fac6" }, "downloads": -1, "filename": "trmaid-0.6.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aa3d027a8795244dea14774a32a3cf17", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14578, "upload_time": "2016-04-12T19:22:31", "url": "https://files.pythonhosted.org/packages/d1/c8/6c8b069febd0af17bfb0c53e08d8db86700f75c21ecf10967d4c574c7c2c/trmaid-0.6.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cfd00a120f061e7f55da830288663500", "sha256": "087893d6644c634e945a40853d172312fafb5db21e0a221326e27b4b1044b2bf" }, "downloads": -1, "filename": "trmaid-0.6.5.1.tar.gz", "has_sig": false, "md5_digest": "cfd00a120f061e7f55da830288663500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12213, "upload_time": "2016-04-12T19:22:41", "url": "https://files.pythonhosted.org/packages/48/38/9efa05c23b8c6251ba344ac152640613d3b23bcbbc3cce9f55d0e2319081/trmaid-0.6.5.1.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "5c31827e8d3c87c402d3e068325a4a63", "sha256": "2046055fe813e0628c76ca456aa27d2f26acc76f8d9a7b7baa434abc76a5f79b" }, "downloads": -1, "filename": "trmaid-0.6.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c31827e8d3c87c402d3e068325a4a63", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13922, "upload_time": "2016-07-04T19:19:11", "url": "https://files.pythonhosted.org/packages/9d/d8/d4ed453859a9732f2af4a781fbb85201a9d4af3cbbfe51a67df050b500f1/trmaid-0.6.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "697c01f8bc506e43f28f54d036373d8a", "sha256": "43af8d2e6f7b8fa601149e7ff2e0712c0e453b702b761edac30ff5ddb11f4b37" }, "downloads": -1, "filename": "trmaid-0.6.6.tar.gz", "has_sig": false, "md5_digest": "697c01f8bc506e43f28f54d036373d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12028, "upload_time": "2016-07-04T19:19:16", "url": "https://files.pythonhosted.org/packages/86/2c/0c6784d2bddeb8ac7e6a3cd28749c5c3722a7afd5eddf744b3984be6696c/trmaid-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "409b6c5a50920b0941f99e38d476e213", "sha256": "fcd9f91b6951dc78bd92ac7f2037a5b68486f00ea56a1664da962f700719427a" }, "downloads": -1, "filename": "trmaid-0.6.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "409b6c5a50920b0941f99e38d476e213", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13926, "upload_time": "2016-12-28T17:34:49", "url": "https://files.pythonhosted.org/packages/88/ee/826e9eb04ea76aae6a2567c60e2aad91049d6e760b9d47b699f8899fbae8/trmaid-0.6.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57947d13affb5eb0d76f6845c0fd51d6", "sha256": "e82b1a11abedc2330d01252c0140cf2fe53707d19662d0c73232229e100699b6" }, "downloads": -1, "filename": "trmaid-0.6.7.tar.gz", "has_sig": false, "md5_digest": "57947d13affb5eb0d76f6845c0fd51d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12006, "upload_time": "2016-12-28T17:34:51", "url": "https://files.pythonhosted.org/packages/dd/b1/460ce0b8cb5632cbeea624f1ea564f9693c0830fe23ad33187cb7f2e7c38/trmaid-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "f541b1e2d70b4dd60842fdec87164251", "sha256": "a45d02d4f547e152e9a0d2d82aa669c46dae08e68b1a201ce59546ddf01c972c" }, "downloads": -1, "filename": "trmaid-0.6.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f541b1e2d70b4dd60842fdec87164251", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13957, "upload_time": "2018-03-19T17:28:52", "url": "https://files.pythonhosted.org/packages/3b/b3/c5a39990e47002ca7e49857d518c5d876214f2d21b3cde0dd05ad4c49390/trmaid-0.6.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65ea65b6ce3b146ffa5109a420b5f605", "sha256": "20ada18940e8684e0722b1d40877a7c0705c4cf325873aac45b5a31fd5a514f4" }, "downloads": -1, "filename": "trmaid-0.6.8.tar.gz", "has_sig": false, "md5_digest": "65ea65b6ce3b146ffa5109a420b5f605", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12437, "upload_time": "2018-03-19T17:28:53", "url": "https://files.pythonhosted.org/packages/2b/a8/d171162c41f760a012284e4ebae6a3b345ce647479344600d470281a8eab/trmaid-0.6.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f541b1e2d70b4dd60842fdec87164251", "sha256": "a45d02d4f547e152e9a0d2d82aa669c46dae08e68b1a201ce59546ddf01c972c" }, "downloads": -1, "filename": "trmaid-0.6.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f541b1e2d70b4dd60842fdec87164251", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13957, "upload_time": "2018-03-19T17:28:52", "url": "https://files.pythonhosted.org/packages/3b/b3/c5a39990e47002ca7e49857d518c5d876214f2d21b3cde0dd05ad4c49390/trmaid-0.6.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65ea65b6ce3b146ffa5109a420b5f605", "sha256": "20ada18940e8684e0722b1d40877a7c0705c4cf325873aac45b5a31fd5a514f4" }, "downloads": -1, "filename": "trmaid-0.6.8.tar.gz", "has_sig": false, "md5_digest": "65ea65b6ce3b146ffa5109a420b5f605", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12437, "upload_time": "2018-03-19T17:28:53", "url": "https://files.pythonhosted.org/packages/2b/a8/d171162c41f760a012284e4ebae6a3b345ce647479344600d470281a8eab/trmaid-0.6.8.tar.gz" } ] }