Metadata-Version: 1.1
Name: typesafety
Version: 1.0
Summary: Type safety checker for Python3
Home-page: https://github.com/balabit/typesafety
Author: Viktor Hercinger
Author-email: viktor.hercinger@balabit.com
License: LGPLv2+
Description: 
            Typesafety is a tool for writing type-checked code in Python. In languages
            like C++, Java, etc., this is a language-level feature, but Python has no
            such feature. With the advent of annotations it is however possible to write
            code with type notations. Typesafety is a means to enforce that those notations
            are valid.
            
Keywords: nose type typesafe static
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Documentation :: Sphinx
Requires: nose
Requires: sphinx
