{ "info": { "author": "Jason Housley", "author_email": "housleyjk@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Intended Audience :: Developers", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "Introduction\n============\n\nA library for leveraging pyramid infrastructure asynchronously using the new ``asyncio``.\n\n``Aiopyramid`` provides tools for making web applications with ``Pyramid`` and ``asyncio``.\nIt will not necessarily make your application run faster. Instead, it gives you some tools\nand patterns to build an application on asynchronous servers.\nBear in mind that you will need to use asynchronous libraries for io where appropriate.\n\nSince this library is built on relatively new technology, it is not intended for production use.\n\nGetting Started\n---------------\n\n``Aiopyramid`` includes a scaffold that creates a \"hello world\" application,\ncheck it out. The scaffold is designed to work with either `gunicorn`_\nvia a custom worker or `uWSGI`_ via the `uWSGI asyncio plugin`_.\n\nFor example:\n\n::\n\n pip install aiopyramid gunicorn\n pcreate -s aio_starter \n cd \n python setup.py develop\n pserve development.ini\n\nThere is also a ``websocket`` scaffold `aio_websocket` for those who basic tools for setting up\na ``websocket`` server.\n\nDocumentation\n-------------\n\nFull documentation for ``Aiopyramid`` can be found `here`_.\n\n.. _gunicorn: http://gunicorn.org\n.. _uWSGI: https://github.com/unbit/uwsgi\n.. _uWSGI asyncio plugin: http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html\n.. _here: http://aiopyramid.readthedocs.io/\n\n\n\n\nChanges\n=======\n\n.. :changelog:\n\n0.4.1 (2016-06-04)\n------------------\n - Fix dependency mismatch for cases of aiohttp > 1.0 but < 2.0\n\n0.4.0 (2016-05-29)\n------------------\n - Refactor to support latests aiohttp\n\n0.3.7 (2017-05-07)\n------------------\n - Peg aiohttp dependency\n\n0.3.6 (2016-09-22)\n------------------\n - Fix header normalization for Gunicorn\n\n0.3.5 (2016-02-18)\n------------------\n - Fix Gunicorn logging support\n\n0.3.4 (2016-02-03)\n------------------\n - Fix compatiblity with websockets 3+\n\n0.3.3 (2015-11-21)\n------------------\n - Merge fix for `ignore_websocket_closed` to allow chained exceptions\n - Add option to coerce bytes to str for uwsgi websockets\n\n0.3.2 (2015-09-24)\n------------------\n - Support Python3.5\n\n0.3.1 (2015-01-31)\n-------------------\n - Fix issues related to POST requests\n - Fix issues related to coroutine mappers\n - Sync with Gunicorn settings a la issue #917\n\n0.3.0 (2014-12-06)\n------------------\n - Add sphinx\n - Migrate README to sphinx docs\n - Add helpers for authentication\n - Deprecated aiopyramid.traversal, use aiopyramid.helpers.synchronize\n - Deprecated aiopyramid.tweens, moved examples to docs\n\n0.2.4 (2014-10-06)\n------------------\n - Fix issue with gunicorn websockets\n - Fix issue with class-based view mappers\n\n0.2.3 (2014-10-01)\n------------------\n - Fix issue with `synchronize`\n\n0.2.2 (2014-09-30)\n------------------\n - Update example tween to work with gunicorn\n - Add kwargs support to helpers\n - Add tox for testing\n - Add decorator `synchronize` for wrapping coroutines\n - Refactored mappers and tween example to use `synchronize`\n - Bug fixes\n\n0.2.1 (2014-09-15)\n------------------\n - Update scaffold example tests\n - Add test suite\n - Update README\n\n0.2.0 (2014-09-01)\n------------------\n - Update README\n - added websocket mappers for uwsgi and gunicorn\n - added websocket view class\n\n0.1.2 (2014-08-02)\n------------------\n - Update MANIFEST.in\n\n0.1.0 (2014-08-01)\n------------------\n - Update README ready for release\n - Added asyncio traverser (patched from `ResourceTreeTraverser`)\n - Added custom gunicorn worker\n - Fix issue with uwsgi and executor threads\n - Update starter scaffold\n\n0.0.3 (2014-07-30)\n------------------\n - Moving to an extension-based rather than patched-based approach\n - removed most code based on pyramid_asyncio except testing and scaffolds\n - added view mappers for running views in asyncio\n - added example tween that can come before or after synchronous tweens\n\n0.0.2 (2014-07-22)\n------------------\n - Removed Gunicorn specific code\n - disabled excview_tween_factory\n - made viewresult_to_response a coroutine\n - added dummy code for testing with uwsgi\n\n0.0.1 (2014-07-22)\n------------------\n - Migrated from pyramid_asyncio (Thank you Guillaume)\n - Removed worker.py and Gunicorn dependency\n - Added greenlet dependency\n - Changed contact information in setup.py\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/housleyjk/aiopyramid", "keywords": "pyramid asyncio greenlet wsgi", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": "", "maintainer_email": "", "name": "aiopyramid", "package_url": "https://pypi.org/project/aiopyramid/", "platform": "", "project_url": "https://pypi.org/project/aiopyramid/", "project_urls": { "Homepage": "https://github.com/housleyjk/aiopyramid" }, "release_url": "https://pypi.org/project/aiopyramid/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Tools for running pyramid using asyncio.", "version": "0.4.1" }, "last_serial": 2925215, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "c3fa982f24011b2b15745be7bb64c2c1", "sha256": "9c7575a2573d88004a7a1b565dc8154bc198f48ab7b10ba6980e50e06740eaf8" }, "downloads": -1, "filename": "aiopyramid-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c3fa982f24011b2b15745be7bb64c2c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22458, "upload_time": "2014-09-05T21:09:02", "url": "https://files.pythonhosted.org/packages/f3/6e/943b6e37f0ec7609fbbf81a78aff1f5bc339755edb137c4c80aeabd51d97/aiopyramid-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "01fcc8d64ec80297e4f0aa68a2f45111", "sha256": "6b89cac31a2f486cb5f5bcab0e2ddc2e1e7ae85d828ddd3d1e1594832a1f6ef0" }, "downloads": -1, "filename": "aiopyramid-0.2.1.tar.gz", "has_sig": false, "md5_digest": "01fcc8d64ec80297e4f0aa68a2f45111", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28814, "upload_time": "2014-09-15T20:24:48", "url": "https://files.pythonhosted.org/packages/14/54/45d4bd8a35881f1cff6529971bb1fc6f4ef20ce9391de07ca4e53aabbf3a/aiopyramid-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "24b363a29e0822c2e28f3cf81d03406f", "sha256": "e661de7aafbc964f2884343e2bdcf81fa888fcb6e5c1df9b5cd2c9fa954bbf56" }, "downloads": -1, "filename": "aiopyramid-0.2.2.tar.gz", "has_sig": false, "md5_digest": "24b363a29e0822c2e28f3cf81d03406f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33835, "upload_time": "2014-09-30T14:04:29", "url": "https://files.pythonhosted.org/packages/08/31/12b540b2986e6e5cc88f261f76a33f1bb11a77635ed87a5d98513cda1a5d/aiopyramid-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "8a178b48ece5a38fd31dcc28da433e83", "sha256": "4afba80eaa28f153e324f5b78e23eecffcbdc76d2227e4f2b250038a64174120" }, "downloads": -1, "filename": "aiopyramid-0.2.3.tar.gz", "has_sig": false, "md5_digest": "8a178b48ece5a38fd31dcc28da433e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33860, "upload_time": "2014-10-01T17:10:20", "url": "https://files.pythonhosted.org/packages/86/74/f589f9079d8c032c0e752303809faac7a9c2c5d95cd1fac51f58bf9cc2e7/aiopyramid-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "ac06faf8df4b374835036201f9b37832", "sha256": "ae75a8760eb038cbed07a0c9981dd464e55e5e582b892231863649e84cbf09c2" }, "downloads": -1, "filename": "aiopyramid-0.2.4.tar.gz", "has_sig": false, "md5_digest": "ac06faf8df4b374835036201f9b37832", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33841, "upload_time": "2014-10-07T02:24:09", "url": "https://files.pythonhosted.org/packages/0a/30/91c639e9693d924bbbb033d83131527fdfed79ea1bc272f9d41d53ad9662/aiopyramid-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e30c0666fea57eee071264989f820e93", "sha256": "3d26b961e758cfa137bb85465d307ac5033e07d69c29a290a62063d052be5366" }, "downloads": -1, "filename": "aiopyramid-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e30c0666fea57eee071264989f820e93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34448, "upload_time": "2014-12-06T19:59:06", "url": "https://files.pythonhosted.org/packages/0f/ec/3031d2537ce204be4f4749fb8b4f09e3573e34d862cefc25dbb1fcefb705/aiopyramid-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "33cd35b8939a385bc5412f190125a1b5", "sha256": "3df8155382d18f8a232f14a3722b154962bf37d24fca1cb739d9184d09d31753" }, "downloads": -1, "filename": "aiopyramid-0.3.1.tar.gz", "has_sig": false, "md5_digest": "33cd35b8939a385bc5412f190125a1b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33368, "upload_time": "2015-01-31T19:07:59", "url": "https://files.pythonhosted.org/packages/21/45/255e143c0c0bfec3156656b690499d1e546458797b6cbb1b9be31afda303/aiopyramid-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "0b8744772eb299039bcdb540f1a1f2a9", "sha256": "90a58fbdda6fe621e4c2a3b2d836a1b0b2e8873fa8bb1e3d5273078549e9affb" }, "downloads": -1, "filename": "aiopyramid-0.3.2.tar.gz", "has_sig": false, "md5_digest": "0b8744772eb299039bcdb540f1a1f2a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37733, "upload_time": "2015-09-26T18:52:08", "url": "https://files.pythonhosted.org/packages/97/61/2af7d9624deb820be7329e0274571b8a3b04966f8e573d97bafb2cccc905/aiopyramid-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "331db032b1554f8a09b77d8bad380c31", "sha256": "725acceb1ac13524822a71d98a909768c5e56849746ab064eaa9f061cf8daea1" }, "downloads": -1, "filename": "aiopyramid-0.3.3.tar.gz", "has_sig": false, "md5_digest": "331db032b1554f8a09b77d8bad380c31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40168, "upload_time": "2015-12-04T00:16:52", "url": "https://files.pythonhosted.org/packages/39/ea/c8dc42119e0ee47dc124851daba93a0f9f3963717be099dd30fe5555f25f/aiopyramid-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "33e3a88bac671aef861d46895693b5ed", "sha256": "55b32b582a6be5acf77752f975e25bba81260fe79bc25673bff2d8b7708d1013" }, "downloads": -1, "filename": "aiopyramid-0.3.4.tar.gz", "has_sig": false, "md5_digest": "33e3a88bac671aef861d46895693b5ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40504, "upload_time": "2016-02-04T19:47:02", "url": "https://files.pythonhosted.org/packages/01/d4/6852992185c2be52218620a7938371855367da4a1661d0bd7f7653e048f8/aiopyramid-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c0a9ac4a65fd1c4982c3abc5103c27ae", "sha256": "4eb09452b197f992975b669482e16e2cc2dee459d869abe93a609d48a6d0d625" }, "downloads": -1, "filename": "aiopyramid-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c0a9ac4a65fd1c4982c3abc5103c27ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42142, "upload_time": "2016-02-19T01:05:41", "url": "https://files.pythonhosted.org/packages/c1/6f/20d322ec683e3439b73e70e4fd6bde34fdeeb18fbbe98100f696f0ac2d1e/aiopyramid-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "d5276c455b1d18e909ffa32c63d529ac", "sha256": "cf85308fe3084998260a0af7e2239d74a8641b260e6954a13ba59c9ae40adcc4" }, "downloads": -1, "filename": "aiopyramid-0.3.6.tar.gz", "has_sig": false, "md5_digest": "d5276c455b1d18e909ffa32c63d529ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42136, "upload_time": "2016-10-02T18:53:04", "url": "https://files.pythonhosted.org/packages/3a/9a/eb1bfad9ad1064c5b06ff0acf45597b4d90e4bb9b62e41542cf768a40cbf/aiopyramid-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "c498e7e5040d255ca9485295f542eca8", "sha256": "99c263d6b5b092b036933232b6cc19f7d956d01851ebc7e430cab7c2d3b77fdf" }, "downloads": -1, "filename": "aiopyramid-0.3.7.tar.gz", "has_sig": false, "md5_digest": "c498e7e5040d255ca9485295f542eca8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44821, "upload_time": "2017-05-07T19:14:53", "url": "https://files.pythonhosted.org/packages/8c/17/4c31b6bb8596bc405bdc41406d9d95288c29bca67231ac9ef1b955d53528/aiopyramid-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "6fac33e1690156b8f7127c287ef95a30", "sha256": "ac3764b0b154baf781cf938534bc436760f16979ed93ade9d0b31fa8f0bb97df" }, "downloads": -1, "filename": "aiopyramid-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6fac33e1690156b8f7127c287ef95a30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52510, "upload_time": "2017-05-29T21:44:15", "url": "https://files.pythonhosted.org/packages/be/c4/175712f04f0e4965f9d6dd3cca96fa555bea37cc05706a8afa464303d226/aiopyramid-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "2adf964f30d1f17a0a87518bccc11220", "sha256": "17684d1dbfa3c627b60a1ba1f59a407b10df0ba858bc04cb21f66c1a5dd53bd4" }, "downloads": -1, "filename": "aiopyramid-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2adf964f30d1f17a0a87518bccc11220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50977, "upload_time": "2017-06-05T00:24:30", "url": "https://files.pythonhosted.org/packages/c9/c2/98f4b5b99a7a719e9c49eae105059c06e659d54ae41f0e31cc7f3cdead6f/aiopyramid-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2adf964f30d1f17a0a87518bccc11220", "sha256": "17684d1dbfa3c627b60a1ba1f59a407b10df0ba858bc04cb21f66c1a5dd53bd4" }, "downloads": -1, "filename": "aiopyramid-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2adf964f30d1f17a0a87518bccc11220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50977, "upload_time": "2017-06-05T00:24:30", "url": "https://files.pythonhosted.org/packages/c9/c2/98f4b5b99a7a719e9c49eae105059c06e659d54ae41f0e31cc7f3cdead6f/aiopyramid-0.4.1.tar.gz" } ] }