Metadata-Version: 2.1
Name: type_extensions
Version: 0.1.1
Summary: Importable mixin methods for Python.
Home-page: https://github.com/quansight/type_extensions/
Author: David Charboneau
Author-email: david@adadabase.com
License: mit
Description: ===============
        type_extensions
        ===============
        
        Importable mixin methods for Python.
        
        
        Description
        ===========
        
        The ``type_extensions`` package defines decorators that make it possible to define typed
        extension methods outside the original class definition in a separate module. The
        methods defined by a ``type_extension`` module may be imported and used in other modules
        without polluting the the original class definition for other modules.
        
        
        Note
        ====
        
        This project has been set up using PyScaffold 3.2. For details and usage
        information on PyScaffold see https://pyscaffold.org/.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
