Metadata-Version: 2.1
Name: compdescriptors
Version: 0.1.0
Summary: Tools that make it easy to favor composition over inheritance
Home-page: https://github.com/luther9/compdescriptors-py
Author: Luther Thompson
Author-email: lutheroto@gmail.com
License: CC0
Platform: UNKNOWN
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~= 3.6

This module contains descriptors and a decorator class to make it easy to reuse code and define formal interfaces without using inheritance.


