Metadata-Version: 2.0
Name: pyramid-useragent
Version: 0.1
Summary: HTTP User-Agent parser for Pyramid
Home-page: https://bitbucket.org/pior/pyramid_useragent
Author: Pior Bastida, Ludia Inc
Author-email: pior@pbastida.net
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: web wsgi pylons pyramid user-agent
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Pyramid
Requires-Dist: pyramid
Provides-Extra: docs
Requires-Dist: Sphinx; extra == 'docs'
Requires-Dist: docutils; extra == 'docs'
Provides-Extra: testing
Requires-Dist: nose; extra == 'testing'
Requires-Dist: mock; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: nosexcover; extra == 'testing'
Requires-Dist: yanc; extra == 'testing'

pyramid_useragent
=================

Provides an HTTP User-Agent parser for the
`Pyramid <http://docs.pylonsproject.org>`_ web framework.

See `pyramid_useragent documentation
<http://pyramid-useragent.readthedocs.org/>`_ for more information.


0.1
---

- Initial release.


