{ "info": { "author": "Morepath developers", "author_email": "morepath@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "Morepath_static\n===============\n\nIntroduction\n------------\n\nThis is a demo app for Morepath_ that illustrates how to serve static\nresources. It uses the `More.static extension`_ to integrate BowerStatic_.\n\nGetting started\n---------------\n\nTo get started with this demo right away, you can install it and run it in\na newly created `virtual environment`_::\n\n $ virtualenv env\n $ ./env/bin/pip install morepath_static\n $ ./env/bin/morepath_static\n\nYou can now access the app at http://localhost:5000.\n\n\nInstallation from sources\n-------------------------\n\nYou can grab the sources from GitHub_ and set them up in a fresh `virtual environment`_::\n\n $ git clone https://github.com/morepath/morepath_static.git\n $ cd morepath_static\n $ virtualenv env\n $ ./env/bin/pip install -e '.[test]'\n\nYou'll then be able to start the app::\n\n $ ./env/bin/morepath_static\n\nAnd to run the test suite::\n\n $ ./env/bin/py.test -v\n\n\n.. _Morepath: http://morepath.readthedocs.io/\n\n.. _more.static extension: http://morepath.readthedocs.io/en/latest/more.static.html\n\n.. _BowerStatic: http://bowerstatic.readthedocs.io\n\n.. _GitHub: https://github.com/morepath/morepath_static\n\n.. _virtual environment: http://www.virtualenv.org/\n\n\nCHANGES\n*******\n\n0.1 (2016-07-06)\n================\n\n- Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morepath/morepath_static", "keywords": "morepath demo", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "morepath-static", "package_url": "https://pypi.org/project/morepath-static/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/morepath-static/", "project_urls": { "Homepage": "https://github.com/morepath/morepath_static" }, "release_url": "https://pypi.org/project/morepath-static/0.1/", "requires_dist": null, "requires_python": "", "summary": "A demo app for Morepath with static resources", "version": "0.1" }, "last_serial": 2206166, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b6e9d56f16d9d01146da9961e1b61636", "sha256": "f07a4b7ee85ce856ac46da32fae7831916f6c9ab1cc4ff3691f81acdc6943cbb" }, "downloads": -1, "filename": "morepath_static-0.1.tar.gz", "has_sig": false, "md5_digest": "b6e9d56f16d9d01146da9961e1b61636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159001, "upload_time": "2016-07-06T16:20:29", "url": "https://files.pythonhosted.org/packages/8a/7d/cf275ec0a21119d22e36056ef38814392b9c6c5294470e4fdf834e2f6abc/morepath_static-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6e9d56f16d9d01146da9961e1b61636", "sha256": "f07a4b7ee85ce856ac46da32fae7831916f6c9ab1cc4ff3691f81acdc6943cbb" }, "downloads": -1, "filename": "morepath_static-0.1.tar.gz", "has_sig": false, "md5_digest": "b6e9d56f16d9d01146da9961e1b61636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159001, "upload_time": "2016-07-06T16:20:29", "url": "https://files.pythonhosted.org/packages/8a/7d/cf275ec0a21119d22e36056ef38814392b9c6c5294470e4fdf834e2f6abc/morepath_static-0.1.tar.gz" } ] }