exponential-decay / demystify

Engine for analysis of Siegfried export files and DROID CSV. The tool has three purposes, break the export into its components and store them within a SQLite database; create additional columns to augment the output where useful; and query the SQLite database, outputting results in a readable form useful for analysis by researchers and archivists within digital preservation departments in memory institutions. The tool will find duplicates, unidentified files, blacklisted objects, character encoding issues, and more.
http://www.openplanetsfoundation.org/blogs/2014-06-03-analysis-engine-droid-csv-export
zlib License
23 stars 5 forks source link

Remove "PY3" check and bool #90

Closed ross-spencer closed 2 years ago

ross-spencer commented 2 years ago

We don't need to branch as we move to Python3, the code should be getting more simple and easy to maintain.

ross-spencer commented 2 years ago

Some of this work is done here: https://github.com/exponential-decay/demystify/commit/aafc72481b7d7276eac043fe7501fa3267c37c80 additionally we've managed to remove some from __future__ imports too. The rest of this effort will happen over time.