Metadata-Version: 2.1
Name: invisibleroads-macros-text
Version: 1.1.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
Keywords: invisibleroads
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: test

# 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.1
- Add format_name, format_slug, title_conservatively
- Update normalize_key to treat every non-character as a word separator
- Update normalize_key to allow custom text processing via process_text

# 1.0
- Restore compact_whitespace, normalize_key, unicode_safely

