ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Add ability to get objects by UUID #33

Closed horsburgh closed 8 years ago

horsburgh commented 8 years ago

Modify the functions in the API to accept UUIDs to get objects corresponding to those UUIDs for objects that have them. These include:

emiliom commented 8 years ago

@sreeder, we can close this issue, right?