{ "info": { "author": "Mark Steve Samson", "author_email": "hello@marksteve.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "FL-Static\n=========\n\nServe production static files with Flask.\nA Flask version of `DJ-Static `_.\n\n\nUsage\n-----\n\n::\n\n $ pip install fl-static\n\nConfigure your static assets in::\n\n from flask import Flask\n\n app = Flask(__name__)\n app.config.update(\n STATIC_ROOT='static',\n STATIC_URL='/static',\n )\n\nThen, use the Cling middleware::\n\n from fl_static import Cling\n app = Cling(app)\n\nYou can use Werkzeug's local development server::\n\n app.run()\n\nJinja2 Magic\n^^^^^^^^^^^^\n\n``fl_static.Jinja2Magic`` extends ``static.StringMagic`` providing Jinja2\ntemplate support.\n\nYou can see it in action in ``example.py``.\n\nLicense\n-------\nhttp://marksteve.mit-license.org\n", "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/marksteve/fl-static", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "fl-static", "package_url": "https://pypi.org/project/fl-static/", "platform": "any", "project_url": "https://pypi.org/project/fl-static/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/marksteve/fl-static" }, "release_url": "https://pypi.org/project/fl-static/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Serve production static files with Flask.", "version": "0.0.2" }, "last_serial": 816325, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b54c971e554f7245fffdc60e58d917f1", "sha256": "78831eb2661d3a7073a6a13d56b6acb804300c5d6ddf372529c840c31543fa84" }, "downloads": -1, "filename": "fl-static-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b54c971e554f7245fffdc60e58d917f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2067, "upload_time": "2013-07-15T18:34:35", "url": "https://files.pythonhosted.org/packages/75/90/9c0720c2e39410be1cb5dd03c0f368eefdc76674f0578309365f7517da69/fl-static-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "19f1b1049fc06a479f1a88251284014c", "sha256": "5f5eda81c175180cf9bdb5cf244f21ed7c7e74f7204e281f0d3222e5fe04efc2" }, "downloads": -1, "filename": "fl-static-0.0.2.tar.gz", "has_sig": false, "md5_digest": "19f1b1049fc06a479f1a88251284014c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2087, "upload_time": "2013-07-16T01:55:39", "url": "https://files.pythonhosted.org/packages/3a/f0/b6a5120521f25b51d1690b318c3f811f915214f4ddeacb1a086fe681ad07/fl-static-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "19f1b1049fc06a479f1a88251284014c", "sha256": "5f5eda81c175180cf9bdb5cf244f21ed7c7e74f7204e281f0d3222e5fe04efc2" }, "downloads": -1, "filename": "fl-static-0.0.2.tar.gz", "has_sig": false, "md5_digest": "19f1b1049fc06a479f1a88251284014c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2087, "upload_time": "2013-07-16T01:55:39", "url": "https://files.pythonhosted.org/packages/3a/f0/b6a5120521f25b51d1690b318c3f811f915214f4ddeacb1a086fe681ad07/fl-static-0.0.2.tar.gz" } ] }