ieaves / tenzing

MIT License
0 stars 0 forks source link

Decide on API #54

Closed sbrugman closed 5 years ago

sbrugman commented 5 years ago
ieaves commented 5 years ago

In the latest refactor I removed the hard requirement for prep, things should use .get(cache, generator_function)

All prep really does now is allow users to cache results now. It might be nice to have some result caching since some of the transforms are fairly expensive.