Metadata-Version: 1.1
Name: pyramid-duh
Version: 0.1.0
Summary: Useful utilities for every pyramid app
Home-page: http://github.com/stevearc/pyramid_duh
Author: Steven Arcangeli
Author-email: arcangeli07@gmail.com
License: MIT
Description: Pyramid Duh
        ===========
        :Build: |build|_ |coverage|_
        :Documentation: http://pyramid_duh.readthedocs.org/en/latest/
        :Source: https://github.com/stevearc/pyramid_duh
        
        .. |build| image:: https://travis-ci.org/stevearc/pyramid_duh.png?branch=master
        .. _build: https://travis-ci.org/stevearc/pyramid_duh
        .. |coverage| image:: https://coveralls.io/repos/stevearc/pyramid_duh/badge.png?branch=master
        .. _coverage: https://coveralls.io/r/stevearc/pyramid_duh?branch=master
        
        This is just a collection of utilities that I found myself putting into *every
        single* pyramid project I made. So now they're all in one place.
        
        
        0.1.0
        -----
        * Package released into the wild
        
Keywords: pyramid util utility
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pylons
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
