{ "info": { "author": "Naglis Jonaitis", "author_email": "njonaitis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nantiseptic\n===============================\n\n.. image:: https://img.shields.io/pypi/v/antiseptic.svg?style=flat\n :target: https://pypi.python.org/pypi/antiseptic/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/antiseptic.svg?style=flat\n :target: https://pypi.python.org/pypi/antiseptic/\n :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/travis/naglis/antiseptic/master.png?style=flat\n :target: https://travis-ci.org/naglis/antiseptic\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/naglis/antiseptic/master.svg?style=flat\n :target: https://coveralls.io/r/naglis/antiseptic?branch=master\n :alt: Test coverage\n\n.. image:: http://img.shields.io/pypi/l/antiseptic.svg?style=flat\n :alt: GPL2 License\n\nA simple command-line movie directory name cleaner\n\nThe pitch\n---------\nBefore:\n\n::\n\n $ tree MOVIES/ -L 1\n MOVIES/\n \u251c\u2500\u2500 Across.the.Hall.2009.DVDRip.XviD-BeStDivX\n \u251c\u2500\u2500 A.Mighty.Heart[2007[DvDrip[Eng]-aXXo\n \u251c\u2500\u2500 District.9.REPACK.R5.LiNE.XviD-KAMERA\n \u251c\u2500\u2500 Drag Me To Hell 2009.DvDRip-FxM\n \u251c\u2500\u2500 Dragonball.Evolution.DVDRip.XviD-DoNE\n \u251c\u2500\u2500 Ed.Wood.XviD.DVD-Rip\n \u251c\u2500\u2500 Gamer.2009.WORKPRiNT.XviD.AC3-ViSiON\n \u251c\u2500\u2500 G-Force.DVDRip.XviD-JUMANJi\n \u251c\u2500\u2500 Ghosts Of Girlfriends Past.2009.WorkPrint.Xvid {1337x}-Noir\n \u251c\u2500\u2500 G.I.Joe The Rise Of Cobra.2009.DvDRip-FxM\n \u251c\u2500\u2500 Harry Potter and the Half Blood Prince.DVDRip.XviD-NeDiVx\n \u251c\u2500\u2500 I.Served.the.King.of.England.DVDRip.XviD-iAPULA\n \u251c\u2500\u2500 Knowing (2009) [DvdRip] [Xvid] {1337x}-Noir\n \u251c\u2500\u2500 Star.Trek.2009.DvDRip-FxM\n \u251c\u2500\u2500 State of Play (2009) DVDRip XviD\n \u251c\u2500\u2500 The.Hangover.[2009].DVDSCR.[ENG]-MAXSPEED\n \u251c\u2500\u2500 The.Hurt.Locker.2008.DVDRiP.XViD\n \u251c\u2500\u2500 Transformers.Revenge.of.the.Fallen.DVDRip.XviD-iMBT\n \u2514\u2500\u2500 UP[2009]DvDrip-LW\n\nAfter:\n\n::\n\n $ tree MOVIES/ -L 1\n MOVIES/\n \u251c\u2500\u2500 Across the Hall (2009)\n \u251c\u2500\u2500 A Mighty Heart (2007)\n \u251c\u2500\u2500 District 9\n \u251c\u2500\u2500 Drag Me To Hell (2009)\n \u251c\u2500\u2500 Dragonball Evolution\n \u251c\u2500\u2500 Ed Wood\n \u251c\u2500\u2500 Gamer (2009)\n \u251c\u2500\u2500 G-Force\n \u251c\u2500\u2500 Ghosts Of Girlfriends Past (2009)\n \u251c\u2500\u2500 G I Joe The Rise Of Cobra (2009)\n \u251c\u2500\u2500 Harry Potter and the Half Blood Prince\n \u251c\u2500\u2500 I Served the King of England\n \u251c\u2500\u2500 Knowing (2009)\n \u251c\u2500\u2500 Star Trek (2009)\n \u251c\u2500\u2500 State of Play (2009)\n \u251c\u2500\u2500 The Hangover. (2009)\n \u251c\u2500\u2500 The Hurt Locker (2008)\n \u251c\u2500\u2500 Transformers Revenge of the Fallen\n \u2514\u2500\u2500 UP (2009)\n\nFeatures\n--------\n\n* Uses regex rules\n* Command line interface\n* No third party dependencies\n* Easily updateable rules\n* No online services\n\nRequirements\n------------\n\n* Python 3\n\nGetting started\n---------------\n\n::\n\n $ pip install antiseptic\n $ antiseptic update\n $ antiseptic rename \n\nIf you have many movies inside one directory and want to rename all of them at\nonce, use the ``-r`` flag:\n\n::\n\n $ antiseptic rename -r \n\nHow to update the rules?\n========================\n\n::\n\n $ antiseptic update", "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/naglis/antiseptic", "keywords": "antiseptic", "license": "GPL2", "maintainer": null, "maintainer_email": null, "name": "antiseptic", "package_url": "https://pypi.org/project/antiseptic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/antiseptic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/naglis/antiseptic" }, "release_url": "https://pypi.org/project/antiseptic/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A simple command-line movie directory name cleaner", "version": "0.1.2" }, "last_serial": 1373414, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "97b3dcb4ff3f76b2c521934db7f24935", "sha256": "4fe7c4081c6bf4810c16aa9ecd01e16c451f31349bb7448faab8d367c7279872" }, "downloads": -1, "filename": "antiseptic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "97b3dcb4ff3f76b2c521934db7f24935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15526, "upload_time": "2014-12-31T23:11:25", "url": "https://files.pythonhosted.org/packages/61/1c/6d99e6b9fdcf34a00290eceba2793d8be3840f6ddee0b6a4a4eadf50c90a/antiseptic-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9c9f63088f134d4802a3b79665fb598f", "sha256": "f95a53fc7a448db79c6d7281bc5190ee1a5a773ce1fdf4a12b327cad0e356fa5" }, "downloads": -1, "filename": "antiseptic-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9c9f63088f134d4802a3b79665fb598f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15499, "upload_time": "2015-01-01T00:02:23", "url": "https://files.pythonhosted.org/packages/52/c3/f5751f15d97119434deda60c3e60acfce52c9366d14a6dacfd285f586904/antiseptic-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cc5d1d57b2ce9fe126614c93fe584dc3", "sha256": "0dc96218b60ad45ef480e52a4807884fbe0530c9d95225dae5f6c45a30bf275a" }, "downloads": -1, "filename": "antiseptic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cc5d1d57b2ce9fe126614c93fe584dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15425, "upload_time": "2015-01-07T01:28:59", "url": "https://files.pythonhosted.org/packages/66/a3/d5be00a2941e2a33ad9045a4a7e87e1fd48aa13ab46a45df96f2011ba04f/antiseptic-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc5d1d57b2ce9fe126614c93fe584dc3", "sha256": "0dc96218b60ad45ef480e52a4807884fbe0530c9d95225dae5f6c45a30bf275a" }, "downloads": -1, "filename": "antiseptic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cc5d1d57b2ce9fe126614c93fe584dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15425, "upload_time": "2015-01-07T01:28:59", "url": "https://files.pythonhosted.org/packages/66/a3/d5be00a2941e2a33ad9045a4a7e87e1fd48aa13ab46a45df96f2011ba04f/antiseptic-0.1.2.tar.gz" } ] }