Metadata-Version: 2.1
Name: penguin_py
Version: 0.0.6
Summary: Penguin: a customizable stopwatch decorator
Home-page: https://github.com/espitiaandres/penguin
Author: espitiaandres
Author-email: espitiaandres123@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/espitiaandres/penguin/issues
Description: # Penguin_py
        
        Penguin: a customizable stopwatch decorator
        
        https://github.com/espitiaandres/penguin
        
        More details to follow :)
        
        To install:
        
        `pip install penguin_py`
        
        To run:
        
        ```
        from src.penguin_py.penguin import penguin
        <!-- from penguin_py.penguin import penguin -->
        
        
        @penguin(verbose=True)
        def test_func(test1, test2=None):
            for i in range(10000):
                pass
            return "test", True
        
        
        test = test_func("", test2=":")
        ```
        
Keywords: penguin python,penguin_py,stopwatch,timer,penguin_py timer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
