Metadata-Version: 2.1
Name: invisibleroads-macros-log
Version: 1.0.3
Summary: Shortcut functions for log operations
Home-page: https://github.com/invisibleroads/invisibleroads-macros-log
Author: Roy Hyunjin Han
Author-email: rhh@crosscompute.com
License: UNKNOWN
Description: # Shortcut Functions for Log Operations
        
        ## Install
        
            pip install invisibleroads-macros-log
        
        ## Test
        
            git clone https://github.com/invisibleroads/invisibleroads-macros-log
            cd invisibleroads-macros-log
            pip install -e .[test]
            pytest --cov=invisibleroads_macros_log --cov-report term-missing tests
        
        # 1.0
        - Restore get_log, get_timestamp
        - Restore format_path, format_assignment
        - Restore format_summary, format_nested_dictionary, format_indented_block
Keywords: invisibleroads
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: testing
