{ "info": { "author": "Petit Jonathan", "author_email": "petit.jonathan16@gmail.com", "bugtrack_url": null, "classifiers": [ "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "MovieSerieTorrent\n=================\n\n|Build status| |PyPI version| |pypi downloads| > Extract informations\nfrom torrents files\n\n***This library is in progress.***\n\nIt's a python library to extract infos from a torrent filename. The\nparser extract a maximun infos to finnaly get the movie or serie title.\nThe infomations store in a tuple with 2 dictonaries The program use\nregex to get infos. In the futur the program allow to choose options to\nrename files. And several other features coming soon. Later the library\nwill be transformed in a Program\n\nInstall\n-------\n\n1. ***Auto*** \\`\\`\\` pip install MovieSerieTorrent \\`\\`\\`\\`\n\n2. ***Manual***\n\nClone repo and run setup.py in good directory.\n``git clone https://github.com/JonathanPetit/MovieSerieTorrent cd ../MovieSerieTorrent python setup.py install``\n\n3. ***Verify***\n\nVerify that you have install fuzzywuzzy correctly -->\n`GitHub `__\n\nUsage\n-----\n\nImport:\n^^^^^^^\n\n.. code:: py\n\n from MovieSerieTorrent import *\n\nPaser:\n^^^^^^\n\n Extract infos from filename and return a tuple with 2 dictionary.\n\n.. code:: py\n\n Parser().parse('[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')\n #({'title': 'Enrages',\n # 'year': '2015',\n # 'languages': 'FRENCH',\n # 'quality': 'BDRip',\n # 'extension': 'avi'\n # 'type': 'movie'},\n\n # {'group': 'FUNKKY',\n # 'sites': 'www.CpasBien.io',\n # 'codec': 'XViD'})\n\nFirst element from tuple : \\* Title \\* Year (Movie) \\* Language \\*\nExtention file \\* Quality \\* Season (Serie) \\* Episode (Serie)\n\nSecond element: \\* Sites download \\* Resolution \\* Audio \\* Uploader \\*\nCodec\n\nRenamer:\n^^^^^^^^\n\n Rename file with infos extract from Parser.\n\n.. code:: py\n\n Renamer().preview('[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')\n #Enrages (2015)-FRENCH-.avi\n\nPreview filename, but but does not rename\n\n.. code:: py\n\n path = '/Users/Jonh/Movies/'\n Renamer().renaming(path, '[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')\n #Enrages (2015)-FRENCH-.avi\n Renamer().renaming(path, '[ www.CpasBien.pw ] Blindspot.S01E03.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi')\n #BlindspotS01E03-VOSTFR-.avi\n\nRename file in directory.\n\nFormatting:\n^^^^^^^^^^^\n\n Use Parser to create a table with files.\n\n.. code:: py\n\n path = '/Users/Jonh/Movies/'\n Formatting().formattting(path)\n\n.. figure:: https://raw.githubusercontent.com/JonathanPetit/MovieSerieTorrent/master/Screenshots/table.png\n :alt: ScreenShot\n\n ScreenShot\n\nLibrary used.\n-------------\n\n- re (regex compilator and matcher library).\n `DOC `__\n- os (operating system).\n `DOC `__\n- tabulate (create table).\n `GitHub `__\n- colorama (color in terminal)\n `GitHub `__\n- fuzzywuzzy (string matcher).\n `GitHub `__\n\nIssues\n------\n\n- Handler for terminal to set option\n- Continue GUI (tkinter)\n- Option choose path\n- Imdb search for movie and serie to rename better.\n- Unit tests\n\nContact\n-------\n\n Pull requests, commits or issues are welcome!\n\n- Mail: petit.jonathan16@gmail.com\n- GitHub\n\nLicense\n-------\n\nMIT \u00a9 Jonathan Petit\n\n.. |Build status| image:: https://travis-ci.org/JonathanPetit/MovieSerieTorrent.svg?branch=master\n.. |PyPI version| image:: https://badge.fury.io/py/MovieSerieTorrent.svg\n :target: https://badge.fury.io/py/MovieSerieTorrent/\n.. |pypi downloads| image:: https://img.shields.io/pypi/dm/MovieSerieTorrent.svg\n :target: https://pypi.python.org/pypi/MovieSerieTorrent/", "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/JonathanPetit/Parser-Renamer", "keywords": "parser renamer formatting python torrents torrent files file movie serie movies series", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "MovieSerieTorrent", "package_url": "https://pypi.org/project/MovieSerieTorrent/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MovieSerieTorrent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JonathanPetit/Parser-Renamer" }, "release_url": "https://pypi.org/project/MovieSerieTorrent/1.0.16/", "requires_dist": null, "requires_python": null, "summary": "Parser and Renamer for torrents files (Movies and series)", "version": "1.0.16" }, "last_serial": 2093316, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e5266e3d22b06b50999e5b35e1ed26f2", "sha256": "cf2c0130296460354d855f70b06e8ca9ef733f6e1f727c08a449f9646dad7948" }, "downloads": -1, "filename": "MovieSerieTorrent-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e5266e3d22b06b50999e5b35e1ed26f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4913, "upload_time": "2016-04-09T10:44:25", "url": "https://files.pythonhosted.org/packages/cd/79/5ca9fd4e1ac2885a082caf1749181af11e6a69575572b04b52bbcac394b3/MovieSerieTorrent-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2d7758cb4cde356b518e1725bba00f88", "sha256": "062b8df2e6b1c4502a067a12c4850d5a945107b74132de4db14b96b317a615cf" }, "downloads": -1, "filename": "MovieSerieTorrent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d7758cb4cde356b518e1725bba00f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4917, "upload_time": "2016-04-09T10:54:00", "url": "https://files.pythonhosted.org/packages/b3/7b/207d2fa1571c9a3944344a3de020520bf001ee06b4762e8de38d4ffb8fda/MovieSerieTorrent-0.1.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "6b198dceb85f76761a398f2195b7352b", "sha256": "c016949bc18e709ee191b6f2cafb13c1310c2f22ea15dc8b8634a20738d52cfb" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6b198dceb85f76761a398f2195b7352b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6108, "upload_time": "2016-04-19T12:36:12", "url": "https://files.pythonhosted.org/packages/fc/91/fdd9b96b6c8f8966d4ae6bde7e539835112c54fc9c9888475226a285f452/MovieSerieTorrent-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "9e9c254265d6a8bb5e4acf6f68ebb4e8", "sha256": "07eaca76d097e3d922f5f241a39a10abba5af30057cffe113bab4da40e7d7a9f" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9e9c254265d6a8bb5e4acf6f68ebb4e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6247, "upload_time": "2016-04-22T14:30:46", "url": "https://files.pythonhosted.org/packages/b3/f6/da6adf861eb81b3da87e3a54a5515dab1df927ee6d93a1ebbbf29f1bff27/MovieSerieTorrent-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "6fa92938025ee04d622847a4b5d5a68d", "sha256": "31a598a9fca53cb427ee9e9ce2b9b11a744ea28d89e660ea18fc45be51354d3f" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.10.tar.gz", "has_sig": false, "md5_digest": "6fa92938025ee04d622847a4b5d5a68d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6738, "upload_time": "2016-04-22T15:35:20", "url": "https://files.pythonhosted.org/packages/a7/b6/6bb9a50287b714ae85ed6d58cab7009b46b297696da4086d09e77fee46f1/MovieSerieTorrent-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "611436abcf0956fa7cb813834a45be99", "sha256": "da1a195e11c739483ec29adcb4c4c4ba8a3ecc3f48e76564a7c83859db1fda36" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.11.tar.gz", "has_sig": false, "md5_digest": "611436abcf0956fa7cb813834a45be99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6879, "upload_time": "2016-04-23T07:35:00", "url": "https://files.pythonhosted.org/packages/27/51/64d83249c7aa162fa5ea6db47aecafbb652053626e6e440b12938bdc94e1/MovieSerieTorrent-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "7f4738c6f71caa4ad3a4355988100587", "sha256": "1455fc36486a0d38d06e07815cc951b4114bbb63fd73816b7e6bc22f3897534e" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.12.tar.gz", "has_sig": false, "md5_digest": "7f4738c6f71caa4ad3a4355988100587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6815, "upload_time": "2016-04-24T13:09:12", "url": "https://files.pythonhosted.org/packages/5f/a6/24fa237f1aefc5ea32a1af6f14a72bac8e24b0026c3c126ec7f26e57d48b/MovieSerieTorrent-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "0719ab96ce7ea19d5bd65f7d0e4f1499", "sha256": "dcba718f32877b01d86257c58ea461ff036c39fadf38834e59207b05289fc9cf" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.13.tar.gz", "has_sig": false, "md5_digest": "0719ab96ce7ea19d5bd65f7d0e4f1499", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7734, "upload_time": "2016-04-24T13:52:24", "url": "https://files.pythonhosted.org/packages/b9/d3/5be9a50d3e49ddb8ca03239520e975a9b5d407bdaf55f464aaa34f020401/MovieSerieTorrent-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "f80cb8d8cb1cd570a7c61eeb4edc1e1c", "sha256": "eded5ece126363cba5100957eadf06b23d3e9ab619a6c52ed5f8eddf06ffb87d" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.14.tar.gz", "has_sig": false, "md5_digest": "f80cb8d8cb1cd570a7c61eeb4edc1e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7040, "upload_time": "2016-04-24T16:26:14", "url": "https://files.pythonhosted.org/packages/d9/48/97f75f74fbe9bec8f2a4c86b44cae5fe9c53177047c18d1e2119867faee6/MovieSerieTorrent-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "83d5ec2bdf2836e8b2b27509fda852a8", "sha256": "12ba995c8ec58d100230808999555fd749b3f43c760eb364a42a624dba7b006a" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.15.tar.gz", "has_sig": false, "md5_digest": "83d5ec2bdf2836e8b2b27509fda852a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7024, "upload_time": "2016-04-24T16:30:34", "url": "https://files.pythonhosted.org/packages/09/a3/3df7b18ad0f567c9262ff3a08ebfb778761c396ad8f2798c645ef092836d/MovieSerieTorrent-1.0.15.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "8466eeb77f03a233e7c0436784684092", "sha256": "655662d8c48cfa9f0678f9bf98ab543a6337c25a850af8c875f5897207d5390d" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.16.tar.gz", "has_sig": false, "md5_digest": "8466eeb77f03a233e7c0436784684092", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7076, "upload_time": "2016-05-01T09:27:49", "url": "https://files.pythonhosted.org/packages/2a/4a/12ebc05f1eea4775671de743482ef4d0c1c9bccc6b1dae438f3811a347bf/MovieSerieTorrent-1.0.16.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "332359ea5e2e587722edd56e92a405c8", "sha256": "e7c3b9fce1340c590e451faeee1232b4c5e9b6a48389b092c6af96a5fa9badac" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.2.tar.gz", "has_sig": false, "md5_digest": "332359ea5e2e587722edd56e92a405c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6235, "upload_time": "2016-04-22T14:54:23", "url": "https://files.pythonhosted.org/packages/5b/8c/1b7ab92d4fa7689d5f82dfe136380cfcad3c4ab85755941525ebb7108dfe/MovieSerieTorrent-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d15f230df3028f76f3a0adf69746eda1", "sha256": "0cd2284386c84fcb3c3bb90bb46b2b7d3f100ba7fc56ddd000b9c1a753ef9e6d" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.3.tar.gz", "has_sig": false, "md5_digest": "d15f230df3028f76f3a0adf69746eda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6777, "upload_time": "2016-04-22T15:09:11", "url": "https://files.pythonhosted.org/packages/bc/76/8fd595e0e3cd0f1966ded4640a52d359346f99d14340f5e09f533d470e5a/MovieSerieTorrent-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "4d6a8e109e89d22f8e7aff02c095a25c", "sha256": "24540d956dd63f91f81df99562d4dedbd9952f2b52187ebf85aa30d9d576b669" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.4.tar.gz", "has_sig": false, "md5_digest": "4d6a8e109e89d22f8e7aff02c095a25c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6454, "upload_time": "2016-04-22T15:10:22", "url": "https://files.pythonhosted.org/packages/2c/95/83e35f6d5c4dc8ca4d7f208fd3a0542c0288c395874f23eaa63c4262357c/MovieSerieTorrent-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "07a39d7d115344a5e39ab647b3591ae1", "sha256": "db7714abe61a812fbf1138342b396b90e2358bdf4beeeab5f6aa44a92c0611f8" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.5.tar.gz", "has_sig": false, "md5_digest": "07a39d7d115344a5e39ab647b3591ae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6820, "upload_time": "2016-04-22T15:11:14", "url": "https://files.pythonhosted.org/packages/f6/32/1f084bf3b3fdbd4c207853095228281081954bf2867d9a077ea8cc7fde01/MovieSerieTorrent-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "8e10471c7daf367208b9b36c02afb34f", "sha256": "eef6ab4788ab2268803b57d602de9fd6ee1f2b3d3004d65564f73590fc3c6ab5" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.6.tar.gz", "has_sig": false, "md5_digest": "8e10471c7daf367208b9b36c02afb34f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6828, "upload_time": "2016-04-22T15:15:40", "url": "https://files.pythonhosted.org/packages/12/af/07075eef574ff29161d4850425ceea16514a1cffd4c35c14bc1359ad9867/MovieSerieTorrent-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "27b1cd8354f3a89a57b927f1866fcfdd", "sha256": "a59cb49f0675426be891bbd645342fbdb033ca1427602e825dc9f3578e81ce1e" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.7.tar.gz", "has_sig": false, "md5_digest": "27b1cd8354f3a89a57b927f1866fcfdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6839, "upload_time": "2016-04-22T15:18:12", "url": "https://files.pythonhosted.org/packages/13/aa/820eb19548e97f88bab801ff9ac95e4e6093f62ba0aa6952acc1fea4d759/MovieSerieTorrent-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "7a46d4927107fa8a9229e67045bfcbca", "sha256": "093164f42f359df8edc6b025266bf917a828860989eb5bece8f0710a4f151cd4" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.8.tar.gz", "has_sig": false, "md5_digest": "7a46d4927107fa8a9229e67045bfcbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6826, "upload_time": "2016-04-22T15:19:32", "url": "https://files.pythonhosted.org/packages/d3/ab/05fd6411f1aa2efd92f10d6169abb49bcdfddcb35d6a663bd3afb112f8f4/MovieSerieTorrent-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "2e672d53efc96cab0b0d99bfcedfac09", "sha256": "4cd12996de3c5f3e63d3bd44f57cb194bda3a8b48afeb90652d7c2d1775d0ef5" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.9.tar.gz", "has_sig": false, "md5_digest": "2e672d53efc96cab0b0d99bfcedfac09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6822, "upload_time": "2016-04-22T15:20:28", "url": "https://files.pythonhosted.org/packages/bd/39/f4b6f867dcf6984d6fafc0c884ba0a39de28900c3e311938faa5c78dd6bd/MovieSerieTorrent-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8466eeb77f03a233e7c0436784684092", "sha256": "655662d8c48cfa9f0678f9bf98ab543a6337c25a850af8c875f5897207d5390d" }, "downloads": -1, "filename": "MovieSerieTorrent-1.0.16.tar.gz", "has_sig": false, "md5_digest": "8466eeb77f03a233e7c0436784684092", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7076, "upload_time": "2016-05-01T09:27:49", "url": "https://files.pythonhosted.org/packages/2a/4a/12ebc05f1eea4775671de743482ef4d0c1c9bccc6b1dae438f3811a347bf/MovieSerieTorrent-1.0.16.tar.gz" } ] }