py-dag
py-dag copied to clipboard
Add convenience capability to initialize a dag directly from a dict. …
…Add corresponding test
I saw that add the pull request "add dict default arg to dag constructor #24" was never finished so I went ahead and did what you requested:
- Modified init() to optionally take a dict of dicts to initialize dag
- Updated the docstring
- Added a test
I think it should be all ready to accept from what I understand needed to be done.
Oh, and also--thanks for writing this package! I'm finding it to be quite useful.