1. Long is not supported in python3 so using `numbers.Integral` instead. 2. added `tuple` to the list case 3. `strings` are restored as `bytes`. Changed to restore string as string and bytes as bytes. in python2 both functions restore as str. 4. Added type to the ValueError exception to display the type that is not supported. 2019-01-17update company name and copyright dateJordan Wiens 2018-12-22Fix metadata (#1224)Josh Watson * Make metadata a little saner for python3 * Fixed adding a raw string on python3 * Fix a missing parenthesis * Ensure a raw string is converted to bytes when creating a new Metadata 2018-07-13Python2/3 String Compatibility FixKyleMiles 2018-07-10Various Python 3 support changesKyleMiles 2018-07-10Various Python 3 support changesKyleMiles 2018-07-10addition 3 compatibility changesJordan Wiens 2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens 2017-07-13Make query/store metadata completely duck typedPeter LaFosse 2017-07-12Adding remove_metadata API to BinaryView. Add remove APIs to MetadataPeter LaFosse 2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse