Metadata-Version: 2.1
Name: pyscilog
Version: 0.1.2
Summary: the Python scientific logger
Home-page: https://github.com/gijzelaerr/pyscilog/
Author: Gijs Molenaar
Author-email: gijs@pythonic.nl
License: UNKNOWN
Description: # Pyscilog 🍄
        
        Pyscilog, the Python scientific logger, is a companion for the standard Python logging library. It supports the
        reporting of various metrics, such as memory usage and system load. This library is typically useful in high performance
        and scientific software development settings.
        
        # installation
        
        ```
        pip install pyscilog
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: doc
