libyal / dtfabric

Tooling for data type and structure management
Apache License 2.0
10 stars 5 forks source link

add support for easy deployment of dtfabric yaml files in Python #6

Closed joachimmetz closed 6 years ago

joachimmetz commented 6 years ago

Handling data files in Python is not optimal. Having large yaml strings in Python files is not optimal.

Per https://codereview.appspot.com/328230043/ have an easy deployment of dtfabric yaml files in Python

joachimmetz commented 6 years ago

best solution for now is to package them as package data files, also see: https://codereview.appspot.com/334640043/