Python: Difference between revisions
From RavenWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Tom Ellis and Richard Smith have implemented PyRaven, A Raven Web Application Agent API for Python - see http://www.metapaw.co.uk/projects/pyraven/ | Tom Ellis and Richard Smith have implemented PyRaven, A Raven Web Application Agent API for Python - see http://www.metapaw.co.uk/projects/pyraven/ | ||
"python-raven" (Daniel Richman) can be used to build Raven requests/parse responses directly, add Raven to applications in the Flask framework in | "python-raven" (Daniel Richman) can be used to build Raven requests/parse responses directly, add Raven to applications in the Flask framework in the same style as mod-ucam-webauth, or add Raven support to an existing user system; see [http://pythonhosted.org/python-raven/quickstart.html the quickstart] or [https://pypi.python.org/pypi/python-raven the PyPI page]. |
Revision as of 14:08, 21 August 2013
Tom Ellis and Richard Smith have implemented PyRaven, A Raven Web Application Agent API for Python - see http://www.metapaw.co.uk/projects/pyraven/
"python-raven" (Daniel Richman) can be used to build Raven requests/parse responses directly, add Raven to applications in the Flask framework in the same style as mod-ucam-webauth, or add Raven support to an existing user system; see the quickstart or the PyPI page.