Metadata-Version: 2.1
Name: invisibleroads-macros-text
Version: 1.0.2
Summary: Shortcut functions for text operations
Home-page: https://github.com/invisibleroads/invisibleroads-macros-text
Author: Roy Hyunjin Han
Author-email: rhh@crosscompute.com
License: UNKNOWN
Description: # Shortcut Functions for Text Operations
        
        ## Install
        
            pip install invisibleroads-macros-text
        
        ## Test
        
            git clone https://github.com/invisibleroads/invisibleroads-macros-text
            cd invisibleroads-macros-text
            pip install -e .[test]
            pytest --cov=invisibleroads_macros_text --cov-report term-missing tests
        
        # 1.0
        - Restore compact_whitespace
        - Restore normalize_key
        - Restore unicode_safely
Keywords: invisibleroads
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: test
