Metadata-Version: 2.1
Name: cs.gimmicks
Version: 20200418.1
Summary: Gimmicks and hacks to make some of my other modules more robust and less demanding of others.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: GNU General Public License v3 or later (GPLv3+)
Description: *Latest release 20200418.1*:
        Initial release with logging call stubs.
        
        Gimmicks and hacks to make some of my other modules more robust and
        less demanding of others.
        
        ## Function `debug(*a, **kw)`
        
        # Wrapper for `debug()` which does a deferred import.
        
        ## Function `error(*a, **kw)`
        
        # Wrapper for `error()` which does a deferred import.
        
        ## Function `exception(*a, **kw)`
        
        # Wrapper for `exception()` which does a deferred import.
        
        ## Function `info(*a, **kw)`
        
        # Wrapper for `info()` which does a deferred import.
        
        ## Function `log(*a, **kw)`
        
        # Wrapper for `log()` which does a deferred import.
        
        ## Function `warning(*a, **kw)`
        
        # Wrapper for `warning()` which does a deferred import.
        
        
        
        # Release Log
        
        *Release 20200418.1*:
        Initial release with logging call stubs.
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
