{ "info": { "author": "Eric Lemoine", "author_email": "eric.lemoine@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "papyrus_tilecache\n=================\n\npapyrus_tilecache provides an easy and convenient method for embeding\nTileCache in Pyramid applications.\n\nInstall\n-------\n\npapyrus_tilecache can be installed with ``easy_install``::\n\n $ easy_install papyrus_tilecache\n\nOften you'll want to make papyrus_tilecache a dependency of your Pyramid\napplication, which is done by adding ``papyrus_tilecache`` to the\n``install_requires`` list defined in the Pyramid application's ``setup.py``\nfile.\n\nEmbed TileCache\n---------------\n\nEmbeding TileCache in a Pyramid application is easy.\n\nEdit the application's ``development.ini`` file and, in the main section\n(``[app:]``), set ``tilecache.cfg`` to the location of the TileCache config\nfile. Example::\n\n [app:MyApp]\n use = egg:MyApp\n ...\n tilecache.cfg = %(here)s/tilecache.cfg\n\nIn this example the TileCache config file is located at the same location as\nthe ``development.ini`` file.\n\nYou can use the following TileCache config as an example::\n\n [cache]\n type=Disk\n base=/tmp/tilecache\n [basic]\n type=WMS\n url=http://vmap0.tiles.osgeo.org/wms/vmap0\n extension=png\n\nNow, edit the application's main file, ``__init__.py``, and register\npapyrus_tilecache using the ``Configurator.include`` method::\n\n def main(global_config, **settings):\n\n config = Configurator(settings=settings)\n\n import papyrus_tilecache\n config.include(papyrus_tilecache)\n\nThat's it! The Pyramid application now exposes a TileCache service at\n``/tilecache``.\n\n`Test URL `_\n\n\n0.1\n---\n\n* First version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/elemoine/papyrus_tilecache", "keywords": "web geospatial papyrus tilecache pyramid pylons", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "papyrus_tilecache", "package_url": "https://pypi.org/project/papyrus_tilecache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/papyrus_tilecache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/elemoine/papyrus_tilecache" }, "release_url": "https://pypi.org/project/papyrus_tilecache/0.1/", "requires_dist": null, "requires_python": null, "summary": "papyrus_tilecache", "version": "0.1" }, "last_serial": 738568, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9b1fad88bddce4f505314105fd6fb4b8", "sha256": "2d97a9b4d02f02800572faccaf9bce83b7d966ca38065a0234a3e27ab462735b" }, "downloads": -1, "filename": "papyrus_tilecache-0.1.tar.gz", "has_sig": false, "md5_digest": "9b1fad88bddce4f505314105fd6fb4b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4237, "upload_time": "2011-01-25T21:51:04", "url": "https://files.pythonhosted.org/packages/f9/9b/ccd64c66d4da3edb65f1e78cea9c0669ddabc74b4222a13a6cc171d1e190/papyrus_tilecache-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b1fad88bddce4f505314105fd6fb4b8", "sha256": "2d97a9b4d02f02800572faccaf9bce83b7d966ca38065a0234a3e27ab462735b" }, "downloads": -1, "filename": "papyrus_tilecache-0.1.tar.gz", "has_sig": false, "md5_digest": "9b1fad88bddce4f505314105fd6fb4b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4237, "upload_time": "2011-01-25T21:51:04", "url": "https://files.pythonhosted.org/packages/f9/9b/ccd64c66d4da3edb65f1e78cea9c0669ddabc74b4222a13a6cc171d1e190/papyrus_tilecache-0.1.tar.gz" } ] }