Metadata-Version: 2.1
Name: logfunc
Version: 1.0.1
Summary: A function decorator/wrapper which allows for logging of args, kwargs, execution time, return value, etc of a func
Home-page: https://github.com/cc-d/myfuncs
Author: Cary Carter
Author-email: ccarterdev@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# logf
the @logf() decorator i previously had as part of the myfuncs pip package, decided to make it standalone pip package this is the repo for it
