Metadata-Version: 1.1
Name: backports.inspect
Version: 0.0.3
Summary: Backport (some) Python 3 `inspect` module features to 2.7 (extending aliles/funcsigs)
Home-page: https://github.com/agoraplex/backports.inspect
Author: Tripp Lilley
Author-email: tripplilley@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: ====================
        `backports.inspect`_
        ====================
        
        .. image:: https://pypip.in/version/backports.inspect/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/backports.inspect/
            :alt: Latest Version
        
        This is a backport of (some) `Python 3.3 inspect module`_ features to
        2.7 (piggybacking on `aliles/funcsigs`_).
        
        **NOTE:** While `aliles/funcsigs`_ targets Python 2.6 *and* 2.7,
        `backports.inspect` *only* targets 2.7.
        
        **BUGS:** There are currently no unit tests :-( ...which must mean
        there are no bugs! :-) We welcome issues to expose this assertion as
        incorrect, and pull requests to rectify that...
        
        `backports.inspect`_ is licensed under the BSD "3-clause" license. See
        `LICENSE`_ for details. The original `Python 3.3 inspect module`_,
        from which most (all?) of this library is derived, is licensed under
        the `PSF license`_, and is copyright (c) 2001, 2002, 2003, 2004, 2005,
        2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software
        Foundation; All Rights Reserved.
        
        
        .. _backports.inspect: https://github.com/agoraplex/backports.inspect
        .. _Python 3.3 inspect module: http://docs.python.org/3/library/inspect.html
        .. _aliles/funcsigs: https://github.com/aliles/funcsigs
        .. _LICENSE: https://github.com/agoraplex/backports.inspect/blob/master/LICENSE.rst
        .. _PSF license: https://github.com/agoraplex/backports.inspect/blob/master/PSF_LICENSE.txt
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
