{ "info": { "author": "Ash Christopher", "author_email": "ash.christopher@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-clean\n====================\n\ndjango-clean is a package that lets you specify files or directories that you\nwould like cleaned up. You can specify regular expressions to define which \nfiles you would like automatically removed.\n\n\nInstallation\n------------\n1. Add 'clean' to your installed apps in your settings.py file. \n \n INSTALLED_APPS = [ \n 'clean',\n ...\n ] \n\n \n2. Define a PROJECT_PATH in your settings.py file. \n\n import os.path, sys \n PROJECT_PATH = os.path.dirname(__file__) \n\n \n3. *OPTIONAL* Define the regular expression patterns you would like to match against in \n your settings.py file. The default is a regex pattern to remove *.pyc files. (NOTE: The \n regex matches against the full qualified path).\n \n CLEAN_PATTERNS = [ \n r'^.+\\.pyc$', \n ] \n \n \nUsage\n-----\nFrom your shell, type: \n\n python manage.py clean \n\nThis will prompt you to remove files that match the regular expression patterns. \n\nIf you are confident in your regex, you can supply a --force option which will not prompt \nyou before removing pattern matches.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/ashchristopher/django-clean/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ashchristopher/django-clean", "keywords": "django clean temporary cleanup pyc", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-clean", "package_url": "https://pypi.org/project/django-clean/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-clean/", "project_urls": { "Download": "http://github.com/ashchristopher/django-clean/downloads", "Homepage": "http://github.com/ashchristopher/django-clean" }, "release_url": "https://pypi.org/project/django-clean/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Clean out files in a django app using regular expressions.", "version": "0.1.2" }, "last_serial": 763115, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bf23d2a776957a8ec44c958dbde6102c", "sha256": "4e455ae972dd7d99f68e492e8315b88e9c6ff27e32e73210fa8ee53d3bf34318" }, "downloads": -1, "filename": "django-clean-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bf23d2a776957a8ec44c958dbde6102c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3838, "upload_time": "2011-01-03T05:24:09", "url": "https://files.pythonhosted.org/packages/6b/88/2ec8340c5fcf0fc869e852ff13448d59919dcc09db493649acaefae37ff1/django-clean-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "820e763ed37c72178e3fe25d993a5294", "sha256": "24a29f975a99975b58fdeec3c84332a75878505be91c042ceca4e0f5bcec7759" }, "downloads": -1, "filename": "django-clean-0.1.2.tar.gz", "has_sig": false, "md5_digest": "820e763ed37c72178e3fe25d993a5294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3828, "upload_time": "2011-12-24T05:26:45", "url": "https://files.pythonhosted.org/packages/77/30/0880ef108c5df99564945d415f5577e1bbe4e02963db65d52f6b1842c0ce/django-clean-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "820e763ed37c72178e3fe25d993a5294", "sha256": "24a29f975a99975b58fdeec3c84332a75878505be91c042ceca4e0f5bcec7759" }, "downloads": -1, "filename": "django-clean-0.1.2.tar.gz", "has_sig": false, "md5_digest": "820e763ed37c72178e3fe25d993a5294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3828, "upload_time": "2011-12-24T05:26:45", "url": "https://files.pythonhosted.org/packages/77/30/0880ef108c5df99564945d415f5577e1bbe4e02963db65d52f6b1842c0ce/django-clean-0.1.2.tar.gz" } ] }