v0.1.1
Introduce a lightweight Python library for working with Data URLs. The library provides a convenient `DataURL` class for creating, parsing, and manipulating Data URLs, plus utilities for extracting Data URLs from text. Key features: - Create Data URLs from raw bytes or strings - Parse existing Data URL strings - Extract Data URLs from mixed text content - Support for MIME type handling This initial release includes comprehensive documentation and test coverage.