Metadata-Version: 2.1
Name: singleton_pattern_decorator
Version: 1.0.5
Summary: Singleton decorator
Home-page: https://github.com/jbw/singleton-pattern-decorator
Author: Jason Watson
Author-email: jbw@jbw.cc
License: UNKNOWN
Description: 
        # Singleton Pattern Decorator
        
        [![version](https://badge.fury.io/py/singleton-pattern-decorator.svg)](https://pypi.python.org/pypi/singleton-pattern-decorator)
        
        [![codecov](https://codecov.io/gh/jbw/singleton-pattern-decorator/branch/master/graph/badge.svg)](https://codecov.io/gh/jbw/singleton-pattern-decorator)
        
        ![Singleton Pattern Decorator](https://github.com/jbw/singleton-pattern-decorator/workflows/Singleton%20Pattern%20Decorator/badge.svg?branch=master)
        
        A singleton pattern decorator for Python.
        
        # License
        MIT. For more information, please refer to the accompanying “LICENCE” file.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
