- added a constant PG_URL with the https url so we can keep the http version for RDF and XML namespacing only. This has the effect of changing dc file URLs to https. For some discussion of https in RDF, see https://www.w3.org/blog/2016/05/https-and-the-semantic-weblinked-data/
0.3.2
- fixed a missing import for internationalization. This code relied on installation of "_" into the context's builtins. If you are installing a translator into builtins, you'll also need to install it into the gettext module.
0.3.1
- added mimetypes for assorted files found in PG ebooks
0.3.0
- added Cover - added convenience methods on DublinCore - handling of optional dependencies psycopg and cairocffi
0.2.0
- setup.py now uses setuptools to facilitate use in more complex packaging environments - added a borg class to provide global option across PG python classes