You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relations files are yet another micro-format in use in DELPH-IN software, but PyDelphin only reads them. The ability to write them would also be useful at times. Also, the ability to read/write them from/to strings rather than files would be nice. E.g.
Update Relations class so table relations are encapuslated with a
TableRelations class.
New elements still need docstrings and unit tests.
Addresses #89
Addresses #99
Relations files are yet another micro-format in use in DELPH-IN software, but PyDelphin only reads them. The ability to write them would also be useful at times. Also, the ability to read/write them from/to strings rather than files would be nice. E.g.
The text was updated successfully, but these errors were encountered: