Metadata-Version: 2.1
Name: typeconstructor
Version: 0.2
Summary: Singleton used to dynamically construct objects based upon type if modules have been imported.
Home-page: https://github.com/BRutan/typeconstructor
Author: Ben Rutan
Author-email: brutan.github@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

# TypeConstructor
Python singleton class that dynamically generates class instances using type information, with or without arguments.


