Metadata-Version: 2.1
Name: type-extensions
Version: 0.1.2
Summary: Importable mixin methods for Python.
Home-page: https://github.com/quansight/type_extensions/
Author: David Charboneau
Author-email: david@adadabase.com
License: mit
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
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

===============
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/.


