{ "info": { "author": "Ben Bangert, Philip Jenvey, James Gardner", "author_email": "ben@groovie.org, pjenvey@underboss.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Pylons", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2 :: Only", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Pylons\n======\n\nThe Pylons web framework is designed for building web applications and\nsites in an easy and concise manner. They can range from as small as a\nsingle Python module, to a substantial directory layout for larger and\nmore complex web applications.\n\nPylons comes with project templates that help boot-strap a new web\napplication project, or you can start from scratch and set things up\nexactly as desired.\n\n\nExample `Hello World`\n---------------------\n\n..\n\n from paste.httpserver import serve\n from pylons import Configurator, Response\n\n class Hello(object):\n def __init__(self, request):\n self.request = request\n\n def index(self):\n return Response(body=\"Hello World!\")\n\n\n if __name__ == '__main__':\n config = Configurator()\n config.begin()\n config.add_handler('home', '/', handler=Hello, action='index')\n config.end()\n serve(config.make_wsgi_app(), host='0.0.0.0')\n\n\nCore Features\n-------------\n\n* A framework to make writing web applications in Python easy\n\n* Utilizes a minimalist, component-based philosophy that makes it easy to\n expand on\n\n* Harness existing knowledge about Python\n\n* Extensible application design\n\n* Fast and efficient, an incredibly small per-request call-stack providing\n top performance\n\n* Uses existing and well tested Python packages\n\n\nCurrent Status\n--------------\n\nPylons 1.0 series is stable and production ready. The Pylons Project now\nmaintains the Pyramid web framework for future development. Pylons 1.0 users\nshould strongly consider using it for their next project.\n\n\nDownload and Installation\n-------------------------\n\nPylons can be installed with `Easy Install\n`_ by typing::\n\n > easy_install Pylons\n\nDependant packages are automatically installed from\nthe `Pylons download page `_ .\n\n\nDevelopment Version\n-------------------\n\nPylons development uses the Mercuial distributed version control system (DVCS)\nwith BitBucket hosting the main repository here:\n\n `Pylons Bitbucket repository `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pylonshq.com/", "keywords": "web wsgi lightweight framework sqlalchemy formencode mako templates", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "adhocracy-Pylons", "package_url": "https://pypi.org/project/adhocracy-Pylons/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/adhocracy-Pylons/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pylonshq.com/" }, "release_url": "https://pypi.org/project/adhocracy-Pylons/1.0.2dev-20130226/", "requires_dist": null, "requires_python": null, "summary": "Pylons Web Framework", "version": "1.0.2dev-20130226" }, "last_serial": 786120, "releases": { "1.0.2dev-20130226": [ { "comment_text": "", "digests": { "md5": "9df147406c6db829d686f2d3ff548929", "sha256": "b51d3d8a38bee6bbb019609bfb5c82e1b3438c76148a30a3c0ff0a4da4257f28" }, "downloads": -1, "filename": "adhocracy-Pylons-1.0.2dev-20130226.tar.gz", "has_sig": false, "md5_digest": "9df147406c6db829d686f2d3ff548929", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149707, "upload_time": "2013-02-26T15:37:13", "url": "https://files.pythonhosted.org/packages/d9/f3/fd5496c92728c0e15c5f2a9f69fa8142a450e2bb3da9bf502e0c3501171d/adhocracy-Pylons-1.0.2dev-20130226.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9df147406c6db829d686f2d3ff548929", "sha256": "b51d3d8a38bee6bbb019609bfb5c82e1b3438c76148a30a3c0ff0a4da4257f28" }, "downloads": -1, "filename": "adhocracy-Pylons-1.0.2dev-20130226.tar.gz", "has_sig": false, "md5_digest": "9df147406c6db829d686f2d3ff548929", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149707, "upload_time": "2013-02-26T15:37:13", "url": "https://files.pythonhosted.org/packages/d9/f3/fd5496c92728c0e15c5f2a9f69fa8142a450e2bb3da9bf502e0c3501171d/adhocracy-Pylons-1.0.2dev-20130226.tar.gz" } ] }