This release adds several additional `load_*` and `dump_*` functions for RDF using `rdflib`, `pandas` dataframes, CSV, JSON, XML using `lxml`, and pickle. It also adds the hexdigest URL processor suggested by kkaris for when you want to download a file and there's also a file right next to it that has the hexdigest in it.
What's Changed
* Add dump functions and rename some functions by cthoyt in https://github.com/cthoyt/pystow/pull/38
* Add RDFlib load/dump functions by cthoyt in https://github.com/cthoyt/pystow/pull/39
* Add hexdigest URL processor by cthoyt in https://github.com/cthoyt/pystow/pull/35
* Add XML I/O functions by cthoyt in https://github.com/cthoyt/pystow/pull/40
**Full Changelog**: https://github.com/cthoyt/pystow/compare/v0.4.1...v0.4.2