Metadata-Version: 1.1
Name: ducktype
Version: 0.1
Summary: Check ducktyped objects
Home-page: http://www.python.org/pypi/ducktype
Author: Grégory Salvan
Author-email: apieum@gmail.com
License: LGPL
Description: ********
        Ducktype
        ********
        
        .. image:: https://pypip.in/v/ducktype/badge.png
                :target: https://pypi.python.org/pypi/ducktype
        
        
        A simple function to check ducktype.
        
        ---------------------------------------------------------------------
        
        **Table of Contents**
        
        
        .. contents::
            :local:
            :depth: 1
            :backlinks: none
        
        
        =============
        Installation
        =============
        
        Install it from pypi::
        
          pip install ducktype
        
        or from sources::
        
          git clone git@github.com:apieum/ducktype.git
          cd ducktype
          python setup.py install
        
        =====
        Usage
        =====
        
        
        
        
        ===========
        Development
        ===========
        
        Your feedback, code review, improvements or bugs, and help to document is appreciated.
        You can contact me by mail: apieum [at] gmail [dot] com
        
        
        Launch test::
        
          git clone git@github.com:apieum/ducktype.git
          cd ducktype
          nosetests --with-spec --spec-color ./
        
        
        
        
        .. image:: https://secure.travis-ci.org/apieum/ducktype.png?branch=master
           :target: https://travis-ci.org/apieum/ducktype
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
