strypes is a Python library for working with various types of strings
- Free software: BSD license
- Src: https://github.com/westurner/strypes
- [ ] TODO
- [ ] https://github.com/westurner/strypes/blob/develop/strypes/strypes.py
- strypes.TypedString()
- [ ] HTML
- [ ] HTMLAttribute
- [ ] HTMLText
- [ ] SQL
- [ ] Shell
- [ ] ShellSingleQuoted
- [ ] ShellDoubleQuoted
- [ ] Path
- [ ] URI
- [ ] URN
- [ ] URL
- [ ] JSON
- [ ] HTML
- Interfaces:
- [ ] Jupyter Notebook: __str__, __repr__, _repr_html_, _repr_json_,
- [ ] MarkupSafe: Markup(), __html__, __html_format__, __str__, __repr__
- [ ] PyContracts
- [ ] Python 3 Type Annotations (MyPy)
- strypes.TypedString()