Metadata-Version: 1.1
Name: TypeChecking
Version: 1.0.0a1
Summary: Run-time type checking for Python 3.4
Home-page: http://bitbucket.com/NYKevin/typechecking
Author: Kevin Norris
Author-email: nykevin.norris@gmail.com
License: BSD
Description: An informal standard for function annotations, and a type checker for it.
        
        TypeChecking is a standard way of writing function annotations that's probably
        pretty similar to whatever you're already doing.  See the home page for
        specifics.  This package provides a run-time type checker for that standard.
        
        
Keywords: type checking annotation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
