Remembered to include `py.typed` in the package, and fixed a bug with the
`escape_format` function. Furthermore, identified a major bug with chained
escapes, which will be fixed in the next major update as it may require breaking
changes.
Added
- Added `py.typed` - this time for real
- Added unit tests
Changed
- Updated dependencies
Fixed
- Fixed a bug where `escape_format` was forcing any replaced substrings to be
lowercase. The casing in the output now matches the input.
_______________________________________________________________________________