{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "Home-page: http://github.com/klen/Flask-Collect\nAuthor: Kirill Klenov\nAuthor-email: horneds@gmail.com\nLicense: BSD\nDescription: Flask-Collect\n #############\n \n .. _description:\n \n **Flask-Collect** is an extension for Flask that helps collecting static files.\n \n Serving static files with *Flask* -- bad idea for production, this tool will\n help you collect them in one command. It checks application and blueprints for\n static files and copy them to specific folder (saves related paths).\n \n .. _badges:\n \n .. image:: http://img.shields.io/travis/klen/Flask-Collect.svg?style=flat-square\n :target: http://travis-ci.org/klen/Flask-Collect\n :alt: Build Status\n \n .. image:: http://img.shields.io/coveralls/klen/Flask-Collect.svg?style=flat-square\n :target: https://coveralls.io/r/klen/Flask-Collect\n :alt: Coverals\n \n .. image:: http://img.shields.io/pypi/v/flask-collect.svg?style=flat-square\n :target: https://pypi.python.org/pypi/flask-collect\n :alt: Version\n \n .. image:: http://img.shields.io/pypi/dm/flask-collect.svg?style=flat-square\n :target: https://pypi.python.org/pypi/flask-collect\n :alt: Downloads\n \n \n .. _documentation:\n \n **Docs are available at** http://flask-collect.readthedocs.org/. **Pull\n requests with documentation enhancements and/or fixes are awesome and most\n welcome.**\n \n .. _contents:\n \n .. contents::\n \n \n .. _requirements:\n \n Requirements\n =============\n \n - python (2.6, 2.7, 3.3)\n - Flask_ >= 0.10.1\n \n \n .. _installation:\n \n Installation\n ============\n \n **Flask-Collect** should be installed using pip: ::\n \n pip install Flask-Collect\n \n \n .. _setup:\n \n Setup\n =====\n \n Flask-Collect settings (default values): ::\n \n # Target static dir\n COLLECT_STATIC_ROOT = /static\n COLLECT_STORAGE = 'flask_collect.storage.file'\n \n Initialize Flask-Collect extension: ::\n \n from flask_collect import Collect\n \n ...\n \n collect = Collect()\n collect.init_app(app)\n \n If you use Flask-Script_, activate Flask-Collect commands: ::\n \n from flask_collect import Collect\n \n ...\n manager = Manager()\n ...\n \n collect = Collect()\n collect.init_app(app)\n collect.init_script(manager)\n \n If you configure Flask via a factory function::\n \n from flask_collect import Collect\n \n ...\n \n def create_app():\n app = Flask()\n ...\n collect = Collect()\n collect.init_app(app)\n \n return app\n \n \n .. _usage:\n \n Use Flask-Collect\n =================\n \n From any python script: ::\n \n collect.collect(verbose=True)\n \n with Flask-Script_: ::\n \n $ ./manage.py collect\n \n with Flask>=0.11: ::\n \n $ flask collect\n \n \n .. _bugtracker:\n \n Bug tracker\n ===========\n \n If you have any suggestions, bug reports or annoyances please report them\n to the issue tracker at https://github.com/klen/Flask-Collect/issues\n \n \n .. _contributing:\n \n Contributors\n ============\n \n Maintainer: Kirill Klenov (horneds@gmail.com)\n \n Also see the `CONTRIBUTORS.rst\n `_\n file.\n \n Contributing\n ============\n \n Development of flask-collect happens at github:\n https://github.com/klen/Flask-Collect\n \n \n .. _license:\n \n License\n =======\n \n Licensed under a `BSD license`_.\n \n \n .. _links:\n \n .. _BSD license: http://www.linfo.org/bsdlicense.html\n .. _klen: http://klen.github.com/\n .. _SQLAlchemy: http://www.sqlalchemy.org/\n .. _Flask: http://flask.pocoo.org/\n .. _Flask-Script: http://github.com/rduplain/flask-script\n \nKeywords: flask,static,deploy\nPlatform: Any\nClassifier: Development Status :: 4 - Beta\nClassifier: Intended Audience :: Developers\nClassifier: License :: OSI Approved :: BSD License\nClassifier: Natural Language :: English\nClassifier: Natural Language :: Russian\nClassifier: Operating System :: OS Independent\nClassifier: Programming Language :: Python :: 2\nClassifier: Programming Language :: Python :: 3\nClassifier: Programming Language :: Python\nClassifier: Topic :: Software Development :: Libraries :: Python Modules\nClassifier: Topic :: Utilities\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Flask-Collect", "package_url": "https://pypi.org/project/Flask-Collect/", "platform": "", "project_url": "https://pypi.org/project/Flask-Collect/", "project_urls": null, "release_url": "https://pypi.org/project/Flask-Collect/1.3.2/", "requires_dist": [ "flask (>=0.10.1)" ], "requires_python": "", "summary": "Flask-Collect -- Collect static files in Flask application", "version": "1.3.2" }, "last_serial": 2345951, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "a5340f123cfee62ffb5b4f7181e7b6f9", "sha256": "54a61a1722989775008b8210396d48bc30ebe8bd740401707f2840e18471e3c7" }, "downloads": -1, "filename": "Flask-Collect-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a5340f123cfee62ffb5b4f7181e7b6f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5898, "upload_time": "2013-08-01T13:02:34", "url": "https://files.pythonhosted.org/packages/18/95/1f07ed776bcd356293b1b3d4742647fcd03faba8fc366e1fbe120ad41511/Flask-Collect-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "364267b470e2672a4410429693fe5637", "sha256": "e45a7eb25e616aaf0a7102b7d46f410d83ea1c4b36b4d426b2ddf1e273cbb9b3" }, "downloads": -1, "filename": "Flask-Collect-0.2.1.tar.gz", "has_sig": false, "md5_digest": "364267b470e2672a4410429693fe5637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5904, "upload_time": "2013-08-01T13:16:02", "url": "https://files.pythonhosted.org/packages/ce/6b/4a60bab258aefaa31d4cd67d521ddd616943934b5c357ecc16c1f510af27/Flask-Collect-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e9cbb3567afc4df6c566fbbba377b5f8", "sha256": "123d960b6e9d87de71dd56f15b5ccf0e8f2cddbdc9595a4af551c8e5ae66a652" }, "downloads": -1, "filename": "Flask-Collect-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e9cbb3567afc4df6c566fbbba377b5f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5940, "upload_time": "2014-02-08T17:42:44", "url": "https://files.pythonhosted.org/packages/8f/cf/73c08ae3f7d52ff1b792d10165ac2caa442a9c58b3bcec877398ae597ff3/Flask-Collect-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "5b0cf8f0228d811b8f1b3c3a4061635a", "sha256": "67e8d4639f08a04047b849f6abbc2e4bedb1a2c69372a2a4d446d3c9977c5156" }, "downloads": -1, "filename": "Flask-Collect-0.2.3.tar.gz", "has_sig": false, "md5_digest": "5b0cf8f0228d811b8f1b3c3a4061635a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6022, "upload_time": "2014-04-22T06:10:25", "url": "https://files.pythonhosted.org/packages/6a/2c/f9120d198199da3b0cd9995e293c240ce1c5e7a439252143daabf6bcec1b/Flask-Collect-0.2.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "904c5a20f6818e46e3e1af1b35f713f4", "sha256": "f2a113aa12273273eabd639663f767bd34d1363746c6ca9d3f30dce5eef1f652" }, "downloads": -1, "filename": "Flask_Collect-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "904c5a20f6818e46e3e1af1b35f713f4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9719, "upload_time": "2014-10-06T20:00:54", "url": "https://files.pythonhosted.org/packages/a1/e3/a43b41556ee5b1c849ddcc8fc4ffff6c2726d030f280201957e03b342386/Flask_Collect-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bc955b0944d24a5c9c3acbf1a4466b9", "sha256": "e5aa53aa6e3f2fa431a2eed226ae0b433cbae66bfb5ea10c4e9a43ef46cebec8" }, "downloads": -1, "filename": "Flask-Collect-1.0.4.tar.gz", "has_sig": false, "md5_digest": "5bc955b0944d24a5c9c3acbf1a4466b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7021, "upload_time": "2014-10-06T20:00:50", "url": "https://files.pythonhosted.org/packages/65/90/473e4a1d4b481843b45783a8247aef96e7f67f47ed2bfb11d462863818d9/Flask-Collect-1.0.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "78f902b2db505d4613ade63747ba511d", "sha256": "fa750d011906227ffe24e2d934473e64427b1afc267a8ae82ef38861bb4662b2" }, "downloads": -1, "filename": "Flask_Collect-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "78f902b2db505d4613ade63747ba511d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11245, "upload_time": "2014-10-07T22:25:27", "url": "https://files.pythonhosted.org/packages/86/2b/00a35273f915fcd759ac99fb43412cb2d6a6632c08ca36f56d6eaa985961/Flask_Collect-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c9c9c642b9f201cd7959b5d9e60f946b", "sha256": "a0dcda60815011397aca9dfb47379d9f81dd8f52ab10942cd698a56c1c99ee31" }, "downloads": -1, "filename": "Flask-Collect-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c9c9c642b9f201cd7959b5d9e60f946b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7531, "upload_time": "2014-10-07T22:25:22", "url": "https://files.pythonhosted.org/packages/3a/c5/f2f9ce2253bd981023a163cef97ea9632e1eefb4acdb34ed0ad2fc1f1f18/Flask-Collect-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "fb4554ee741a4e17a48003d2242612c0", "sha256": "0770421351d643746c32a0eb91b1fe74623ed28847bc3e515d1955772f37429a" }, "downloads": -1, "filename": "Flask_Collect-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb4554ee741a4e17a48003d2242612c0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11450, "upload_time": "2014-10-14T10:14:22", "url": "https://files.pythonhosted.org/packages/59/9e/31df36c155f2aaa3d8965e9921fc5d20d1b6c1dd3f9223a5837816d2995f/Flask_Collect-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "115a61e78dc0721e6be1e7667058447a", "sha256": "efce9e1c1c15091a222eb1cff86a612bff5e615bdc2e9324e814770ac6dc65c5" }, "downloads": -1, "filename": "Flask-Collect-1.1.1.tar.gz", "has_sig": false, "md5_digest": "115a61e78dc0721e6be1e7667058447a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7716, "upload_time": "2014-10-14T10:14:19", "url": "https://files.pythonhosted.org/packages/75/b7/0a0579b64202bc9efd144015b0509e59157c881ff760df7f3ac04c073477/Flask-Collect-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c5e5ecc802c264a3aef1521bd2aabca4", "sha256": "7c9b4b44b18bb9e3111f8ea3aae1ef9a364550c588ddccde968f0d03c55e0070" }, "downloads": -1, "filename": "Flask_Collect-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5e5ecc802c264a3aef1521bd2aabca4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11559, "upload_time": "2014-10-16T11:54:13", "url": "https://files.pythonhosted.org/packages/fe/a8/c2205f28e49d35ce10f7abf6f785683cb672ccadf832b7f3a1d436b61a3c/Flask_Collect-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8768249b1472b96bafdf88ead9abdcc0", "sha256": "428fb004d9aa88f7fcb5dbce75b760679cbb1801e07a63fd231c626b54e2594f" }, "downloads": -1, "filename": "Flask-Collect-1.1.2.tar.gz", "has_sig": false, "md5_digest": "8768249b1472b96bafdf88ead9abdcc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7820, "upload_time": "2014-10-16T11:54:09", "url": "https://files.pythonhosted.org/packages/7f/4c/03c1524425705fefeb1eded152b039d3d2f5ad213f330aee1422394beeaf/Flask-Collect-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "37155b70b28ca18d2cc2fba4b463e6a4", "sha256": "0fc68d4c4777f6241de3ac54dae91b17a1720b3f933b268892457ba9ec779dab" }, "downloads": -1, "filename": "Flask_Collect-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37155b70b28ca18d2cc2fba4b463e6a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11469, "upload_time": "2015-01-08T20:55:49", "url": "https://files.pythonhosted.org/packages/4e/86/b98a8d95291f197fef4594773a532faa87d0bca5314292abb09ac9833fc8/Flask_Collect-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d7a07f73bd847d5ba3acce08d11193a", "sha256": "737bfedede7e90ee452090759a22db07da8f4ef601c3ff0271d422326f7407e3" }, "downloads": -1, "filename": "Flask-Collect-1.2.0.tar.gz", "has_sig": false, "md5_digest": "8d7a07f73bd847d5ba3acce08d11193a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7837, "upload_time": "2015-01-08T20:55:46", "url": "https://files.pythonhosted.org/packages/9e/47/4e3a398a55bb68ae857f225041ad14e853cf384b8b7c762163a8574ae71b/Flask-Collect-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "f2ab94b4e13b763c564196476f051c5c", "sha256": "b2f9a00c4e59c319e3e017697e20a8a8101fba1e9359a70598bfc75393a0169c" }, "downloads": -1, "filename": "Flask_Collect-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2ab94b4e13b763c564196476f051c5c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11458, "upload_time": "2015-01-08T20:59:50", "url": "https://files.pythonhosted.org/packages/c0/03/7d2b5827b03bb71c94ddf15f969782df60b04bb89321125b75b97a6d768d/Flask_Collect-1.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc50e99a3bce16fc26bf655f59547ea9", "sha256": "71392db26399a6ed9035980104cb0a791f5926f4bcdca9f945334ce8bb11f92d" }, "downloads": -1, "filename": "Flask-Collect-1.2.1.tar.gz", "has_sig": false, "md5_digest": "bc50e99a3bce16fc26bf655f59547ea9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7824, "upload_time": "2015-01-08T20:59:47", "url": "https://files.pythonhosted.org/packages/1e/99/0c992646bb7a0e5565b40764261e7c44784a6b52164e565a2bebad7a414a/Flask-Collect-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "52119b95b414fb4a0977c7efff611905", "sha256": "3274f651b532e93549d37c21c5630fa98e4b9eccf49573f8d920b1225716a12b" }, "downloads": -1, "filename": "Flask_Collect-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52119b95b414fb4a0977c7efff611905", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11450, "upload_time": "2015-08-11T14:48:39", "url": "https://files.pythonhosted.org/packages/12/3d/5b13a8a9903c20e916f379f5015dd048315bc806ffd5ee7d4c453aa4817b/Flask_Collect-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82254ca59df7de9112b772058e08adb7", "sha256": "26c8a76451ba1d31236367afd90f4c5a99ba88392adad675ee4fb93a45a36927" }, "downloads": -1, "filename": "Flask-Collect-1.2.2.tar.gz", "has_sig": false, "md5_digest": "82254ca59df7de9112b772058e08adb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7762, "upload_time": "2015-08-11T14:48:35", "url": "https://files.pythonhosted.org/packages/99/1b/d05272e6a16bc68cc5af50e6fad361cc12e725c454bd3e6d5177a8c4269b/Flask-Collect-1.2.2.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "c2b07a5d092cd8ab2270350716a1b5d9", "sha256": "6f7d44748ff2f54f92c8fd22ea54752116f81dc86c7ae4fe8db54bc6778f0be4" }, "downloads": -1, "filename": "Flask_Collect-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c2b07a5d092cd8ab2270350716a1b5d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11712, "upload_time": "2016-09-16T09:28:49", "url": "https://files.pythonhosted.org/packages/94/ed/0f5d6b0de8bfe02d6f8f94fd8ee48350580a1574cf2048c494be8909445d/Flask_Collect-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6480975f73c3c6c38ff3bd042929a5c", "sha256": "96188c57bd9cbfca219dd4b6b2311055666d2c6fdafb8635b7afe757e6ab320a" }, "downloads": -1, "filename": "Flask-Collect-1.3.0.tar.gz", "has_sig": false, "md5_digest": "c6480975f73c3c6c38ff3bd042929a5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8045, "upload_time": "2016-09-16T09:28:51", "url": "https://files.pythonhosted.org/packages/6e/2a/7a6fcebb86ff1b046a175429bf1c71137169f1c99095e22a9584069e2fb1/Flask-Collect-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "09a20a5da2d5e18103432d47b8485d71", "sha256": "e6ae14141ece5efb1bc9d75553550fe8dd4fdd9647a7baf2c6fa92767682d3d6" }, "downloads": -1, "filename": "Flask_Collect-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "09a20a5da2d5e18103432d47b8485d71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11716, "upload_time": "2016-09-16T09:30:27", "url": "https://files.pythonhosted.org/packages/24/e0/2666e01fcaff72442ffb2b7a2174a481c0e8cb7600586ab4e47dc822a46b/Flask_Collect-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82c11af0867384efb40cc187475964a6", "sha256": "0b2d2c0b214e4884b4f9b9f0b504329e62001286732801449b28e89e9307c3a0" }, "downloads": -1, "filename": "Flask-Collect-1.3.1.tar.gz", "has_sig": false, "md5_digest": "82c11af0867384efb40cc187475964a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8049, "upload_time": "2016-09-16T09:30:29", "url": "https://files.pythonhosted.org/packages/30/5c/c379013098036eceb6db458efeb488f10a5ae957c1f867dae5e0b80ec61f/Flask-Collect-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "348549e5b4134296925117b8857e5073", "sha256": "d35d7cca1e085c9c092b87a2c93c5194602ce3f2c4e8aeb70e72516fc2954222" }, "downloads": -1, "filename": "Flask_Collect-1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "348549e5b4134296925117b8857e5073", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11715, "upload_time": "2016-09-16T09:53:48", "url": "https://files.pythonhosted.org/packages/05/64/f7a02374f71a3d8054244bc210b63eee5e488c3546049b97466eaaa5d38a/Flask_Collect-1.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba49c840fa4fb90d927deb8a1d26ee99", "sha256": "8185b62703202c5b1240b7a463b4383cbe418c08ddad6f27b41eb4a39aca33e9" }, "downloads": -1, "filename": "Flask-Collect-1.3.2.tar.gz", "has_sig": false, "md5_digest": "ba49c840fa4fb90d927deb8a1d26ee99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8064, "upload_time": "2016-09-16T09:53:50", "url": "https://files.pythonhosted.org/packages/b1/cc/afe42c24365cbb56193ca779625a15d5b9d3839534f441aef04047be3bf4/Flask-Collect-1.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "348549e5b4134296925117b8857e5073", "sha256": "d35d7cca1e085c9c092b87a2c93c5194602ce3f2c4e8aeb70e72516fc2954222" }, "downloads": -1, "filename": "Flask_Collect-1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "348549e5b4134296925117b8857e5073", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11715, "upload_time": "2016-09-16T09:53:48", "url": "https://files.pythonhosted.org/packages/05/64/f7a02374f71a3d8054244bc210b63eee5e488c3546049b97466eaaa5d38a/Flask_Collect-1.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba49c840fa4fb90d927deb8a1d26ee99", "sha256": "8185b62703202c5b1240b7a463b4383cbe418c08ddad6f27b41eb4a39aca33e9" }, "downloads": -1, "filename": "Flask-Collect-1.3.2.tar.gz", "has_sig": false, "md5_digest": "ba49c840fa4fb90d927deb8a1d26ee99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8064, "upload_time": "2016-09-16T09:53:50", "url": "https://files.pythonhosted.org/packages/b1/cc/afe42c24365cbb56193ca779625a15d5b9d3839534f441aef04047be3bf4/Flask-Collect-1.3.2.tar.gz" } ] }