{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "pyramid_autoroute is a package for generating pyramid routes for URL Dispath base on view location in python packages starting from predefined root module.\n\ni.e. if a view is located in views.foo.bar.baz:AView and the root_module is views\nautomatic path to view will be genereated as /foo/bar/baz/aview\n\nInstallation\n\n1. install egg using pip or easy_install\n2. in your application\u2019s configuration you must add config.include('pyramid_autoroute') before config.scan()\n3. in configuration .ini file you have to add views root module:\n\n[app:myapp]\npyramid.autoroute.root_module = myapp.views\n\n4. after launching application you will see i.e.:\n\nAuto generated routes:\n\nName Path\n----------------------------------------------------------------\nadd3 /myview\nhome3 /my_view\nadd /abc/myview\nhome /abc/my_view\nhome2 /abc/my_view2\nhome5 /test_aaa/my_view\n\n\n1.2.0:\n- Python 3 compatibility\n\n1.1.1:\n- omit None values for query string params in url_for", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://docs.pylonsproject.org", "keywords": "web wsgi pylons pyramid", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": "", "maintainer_email": "", "name": "pyramid-autoroute", "package_url": "https://pypi.org/project/pyramid-autoroute/", "platform": "", "project_url": "https://pypi.org/project/pyramid-autoroute/", "project_urls": { "Homepage": "http://docs.pylonsproject.org" }, "release_url": "https://pypi.org/project/pyramid-autoroute/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Pyramid addon to auto detects views", "version": "1.2.0" }, "last_serial": 5039473, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "2f9a767779bfbad1936b88fb7db78981", "sha256": "a12d89a6f017c76fc5bfc3479c651bcfda3f62c3471ba4cd69911037448c467e" }, "downloads": -1, "filename": "pyramid_autoroute-1.2.0.tar.gz", "has_sig": false, "md5_digest": "2f9a767779bfbad1936b88fb7db78981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3388, "upload_time": "2019-04-01T17:26:31", "url": "https://files.pythonhosted.org/packages/d5/c3/dab4c8be2ff5d9da4b6d37259fb84d5afaa6d17a50568993724bf7520022/pyramid_autoroute-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f9a767779bfbad1936b88fb7db78981", "sha256": "a12d89a6f017c76fc5bfc3479c651bcfda3f62c3471ba4cd69911037448c467e" }, "downloads": -1, "filename": "pyramid_autoroute-1.2.0.tar.gz", "has_sig": false, "md5_digest": "2f9a767779bfbad1936b88fb7db78981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3388, "upload_time": "2019-04-01T17:26:31", "url": "https://files.pythonhosted.org/packages/d5/c3/dab4c8be2ff5d9da4b6d37259fb84d5afaa6d17a50568993724bf7520022/pyramid_autoroute-1.2.0.tar.gz" } ] }