{ "info": { "author": "Marinko Peso", "author_email": "marinko.peso@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "# django-collect-and-ignore\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n[![license](https://img.shields.io/github/license/marinko-peso/django-collect-and-ignore.svg)](https://github.com/marinko-peso/django-collect-and-ignore/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/django-collect-and-ignore.svg)](https://pypi.org/project/django-collect-and-ignore/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-collect-and-ignore.svg)](https://pypi.org/project/django-collect-and-ignore/)\n[![Last Commit](https://img.shields.io/github/last-commit/marinko-peso/django-collect-and-ignore.svg?maxAge=3600)](https://github.com/marinko-peso/django-collect-and-ignore/commits/master)\n\nCustom collectstatic for django with ignoring commonly copied unnecessary files\n\n\n## Installation\n\nAvailable via PyPi, supports Python 2.x and 3.x.\n```sh\npip install django-collect-and-ignore\n```\n\n\n## Usage\n\n```sh\n./manage.py collect_and_ignore --additional_options\n```\n\nCan be tweaked from settings:\n- COLLECT_AND_IGNORE_PATTERNS [patters to ignore, needs to be a list of strings]\n- COLLECT_AND_IGNORE_NO_INPUT [wheter to ask for input, boolean, default is False]\n\n```python\nDEFAULT_PATTERNS = [\n '__tests__',\n 'tests',\n '*.test.js',\n '*.scss',\n '*.less',\n 'config.rb'\n]\n```\n\n\n## License\n\nMIT.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marinko-peso/django-collect-and-ignore", "keywords": "django collectstatic custom ignore", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-collect-and-ignore", "package_url": "https://pypi.org/project/django-collect-and-ignore/", "platform": "", "project_url": "https://pypi.org/project/django-collect-and-ignore/", "project_urls": { "Homepage": "https://github.com/marinko-peso/django-collect-and-ignore" }, "release_url": "https://pypi.org/project/django-collect-and-ignore/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Custom collectstatic for django with ignoring commonly copied unnecessary files", "version": "0.1.2" }, "last_serial": 4050479, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e4ffaf5152adfddbabba877cbd4ab6f6", "sha256": "f943720901aa9359e90f3f774bc3e380b2dc0ba6d549c2c51ecb90409d748c76" }, "downloads": -1, "filename": "django-collect-and-ignore-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e4ffaf5152adfddbabba877cbd4ab6f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2483, "upload_time": "2018-07-11T11:18:59", "url": "https://files.pythonhosted.org/packages/de/ac/d416620af24df0fd18a10e8945255e68f31cfa03dbbe278fd7a05395d4ec/django-collect-and-ignore-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3828f440de6c9ae9d2000b6d34e7d9a8", "sha256": "d64bd73c7d38cf7e1cc9034ea5e0d7417ca9904be5390662d91a6d126a0ec32f" }, "downloads": -1, "filename": "django-collect-and-ignore-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3828f440de6c9ae9d2000b6d34e7d9a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2751, "upload_time": "2018-07-11T11:23:58", "url": "https://files.pythonhosted.org/packages/54/b7/eb07d5492a2278e9c96b589128501c5b85d70dbaed1a2cddc09c38bb7924/django-collect-and-ignore-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "068c7dae510f4f67bf07858687047b28", "sha256": "62bc099980070072d77ba0693fab9b9e2653822a03098fc1494b0d62b60e60bd" }, "downloads": -1, "filename": "django-collect-and-ignore-0.1.2.tar.gz", "has_sig": false, "md5_digest": "068c7dae510f4f67bf07858687047b28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2971, "upload_time": "2018-07-11T11:28:09", "url": "https://files.pythonhosted.org/packages/4e/e6/7ad543e84778b855d7cba1a536873b38fd8b5f7bebb426b8be37d5040dec/django-collect-and-ignore-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "068c7dae510f4f67bf07858687047b28", "sha256": "62bc099980070072d77ba0693fab9b9e2653822a03098fc1494b0d62b60e60bd" }, "downloads": -1, "filename": "django-collect-and-ignore-0.1.2.tar.gz", "has_sig": false, "md5_digest": "068c7dae510f4f67bf07858687047b28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2971, "upload_time": "2018-07-11T11:28:09", "url": "https://files.pythonhosted.org/packages/4e/e6/7ad543e84778b855d7cba1a536873b38fd8b5f7bebb426b8be37d5040dec/django-collect-and-ignore-0.1.2.tar.gz" } ] }