vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

Allow for portable and useful Python bindings #45

Closed adamnovak closed 4 years ago

adamnovak commented 4 years ago

This makes sure to remove non-fixed types like int64_t from the public interface (so Python bindings generated with Binder can be portable) and also adds serialization and deserialization with filenames (so languages that can't work with C++ streams can load and save graphs).