{ "info": { "author": "Chris McDonough, Agendaless Consulting", "author_email": "pylons-devel@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "Intended Audience :: Developers", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "``pyramid_handlers``\n====================\n\n``pyramid_handlers`` is a package which allows Pyramid to largely emulate the\nfunctionality of Pylons 1 \"controllers\". Handlers are a synthesis of\nPyramid *url dispatch* and method introspection of a view class that makes it\neasier to create bundles of view logic which reacts to particular route\npatterns. It works under Python 2.6, 2.7, and 3.2.\n\nSee `http://docs.pylonsproject.org/projects/pyramid_handlers/en/latest/\n`_ for\ndetailed documentation.\n\n\n\n0.5 (2012-03-20)\n----------------\n\n- Python 3.2 compatibility (sans ZCML support; ``pyramid_zcml`` does not work\n under Python 3).\n\n- Removed Python 2.5 compatibility. This also means Jython compatibility has\n been dropped. If you need Python 2.5 compatibility, use 0.4.\n\n- No longer raises a ConfigurationError when an ``__action_decorator__`` is\n an instance method (there's no distinction between unbound methods and\n functions under Python 3).\n\n0.4 (2011-11-25)\n----------------\n\n- Add ``pyramid.handlers.method_name_xformer`` setting, which allows the view\n associated with a handler action to match when a converted action name is\n found in the URL (as opposed to the original method name). See this\n version's docs for more info.\n\n- Use submodule for docs theme.\n\n- Modify tox testing scheme.\n\n0.3 (2011-08-24)\n----------------\n\n- Using ``None`` as a pattern is no longer permitted in a call to\n ``add_handler``. This is for compatibility with an upcoming Pyramid \"route\n groups\" feature.\n\n0.2 (2011-07-22)\n----------------\n\n- Fix include example in docs.\n\n- Add example of ``__action_decorator__`` in documentation.\n\n- Drop install dependency on pyramid_zcml.\n\n- Add a tox.ini for Jenkins testing.\n\n- Fix tests for Pyramid 1.1.\n\n0.1 (2011-01-18)\n----------------\n\n- Initial release, broken out of Pyramid core.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "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": null, "maintainer_email": null, "name": "pyramid_handlers", "package_url": "https://pypi.org/project/pyramid_handlers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_handlers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://docs.pylonsproject.org" }, "release_url": "https://pypi.org/project/pyramid_handlers/0.5/", "requires_dist": null, "requires_python": null, "summary": "Pyramid handlers emulate Pylons 1 controllers", "version": "0.5" }, "last_serial": 2686591, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5707923d670e1401d61a168d8cb595bc", "sha256": "b9a5b1c99677a73a35f8a8cc1b25c818181980c306b8de00f7f12cbbc9164f98" }, "downloads": -1, "filename": "pyramid_handlers-0.1.tar.gz", "has_sig": false, "md5_digest": "5707923d670e1401d61a168d8cb595bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28510, "upload_time": "2011-01-18T20:45:25", "url": "https://files.pythonhosted.org/packages/0b/a5/b3fc8d576534271d5b4c16a5509881018abcd198156122feb425771c22a4/pyramid_handlers-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9c8f72e0dc429214e730e3dbfe907907", "sha256": "4f0be856c682204f861ce8621050ce471a32bce1634ea15f218ee4d44d001e3b" }, "downloads": -1, "filename": "pyramid_handlers-0.2.tar.gz", "has_sig": false, "md5_digest": "9c8f72e0dc429214e730e3dbfe907907", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29973, "upload_time": "2011-07-22T10:00:48", "url": "https://files.pythonhosted.org/packages/2f/20/4e02e6cd96268e00bd606dbcd2ac2375fcf813f26958013481cc3d29e7a8/pyramid_handlers-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "c8c4aeadc555beaa649d4f8a7b899ada", "sha256": "01dac74667422c246bc58eabc3eebeae3f9f5557b93d56bd9c5b6df133b63f7a" }, "downloads": -1, "filename": "pyramid_handlers-0.3.tar.gz", "has_sig": false, "md5_digest": "c8c4aeadc555beaa649d4f8a7b899ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29835, "upload_time": "2011-08-24T07:05:20", "url": "https://files.pythonhosted.org/packages/56/73/6c47be4335b476a3a314abd428be529b1a2eab9b15ea19962a19933aa648/pyramid_handlers-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ce25f54184c1c83d1a8ba7d78970b9fb", "sha256": "6c072f9c72cdd03b4be31473cf496cac9f9fda9f24f3a1e57a5169ec73a53d63" }, "downloads": -1, "filename": "pyramid_handlers-0.4.tar.gz", "has_sig": false, "md5_digest": "ce25f54184c1c83d1a8ba7d78970b9fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31393, "upload_time": "2011-10-26T01:15:10", "url": "https://files.pythonhosted.org/packages/53/17/890ec9bdaff9725e55e3b2980b612f9aa18325571ae45a90fc6dce93676a/pyramid_handlers-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "9f6229b84403eb063b5dc8d2cff42481", "sha256": "52e6c57c2bc9b616d0519896925d22f965d0abc2b4dee902192f720544097726" }, "downloads": -1, "filename": "pyramid_handlers-0.5.tar.gz", "has_sig": false, "md5_digest": "9f6229b84403eb063b5dc8d2cff42481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33310, "upload_time": "2012-03-20T19:24:35", "url": "https://files.pythonhosted.org/packages/d8/e4/5f4a5bf24f8ee8bcb550bb071bf4a03a8527c499177d11b90b693b5ea4d1/pyramid_handlers-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f6229b84403eb063b5dc8d2cff42481", "sha256": "52e6c57c2bc9b616d0519896925d22f965d0abc2b4dee902192f720544097726" }, "downloads": -1, "filename": "pyramid_handlers-0.5.tar.gz", "has_sig": false, "md5_digest": "9f6229b84403eb063b5dc8d2cff42481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33310, "upload_time": "2012-03-20T19:24:35", "url": "https://files.pythonhosted.org/packages/d8/e4/5f4a5bf24f8ee8bcb550bb071bf4a03a8527c499177d11b90b693b5ea4d1/pyramid_handlers-0.5.tar.gz" } ] }