Commit Graph

10 Commits

Author SHA1 Message Date
Luke Murphy a9ebea0889
Migrate to pyproject config
continuous-integration/drone/push Build is passing Details
2020-07-07 15:44:39 +02:00
Luke Murphy 9776cea9f0
Appease black
continuous-integration/drone/push Build is passing Details
2020-05-16 18:37:43 +02:00
Luke Murphy a293d4bada
Move naming to Generator (reflect reality)
Closes https://github.com/datpy/merkle-tree-stream/issues/4.
2019-10-08 22:36:03 +02:00
Luke Murphy dd1c0776b2
Return bytes instead of str
Closes https://github.com/datpy/merkle-tree-stream/issues/2.
2019-10-06 16:11:49 +02:00
Luke Murphy 4ad3aa6b74
Finalise on naming and module imports 2019-08-07 07:58:26 +02:00
Luke Murphy 065eb1fdac
Focus on Iterator protocol - tests passing!
Too much naming copy/pasta will probably confuse Python programmers when
we have generator/iterators and I suppose we have streams but that is
just so generic that it won't help.

So, better make it explicit that this is an iterator.

It also seems to the fit the usage of the other implementors.
2019-08-01 17:21:28 +02:00
Luke Murphy 45e24073d2
Another pass: rough shape of tree and tests
It isn't working yet, the tests don't pass.

But it is on the way!
2019-08-01 13:06:32 +02:00
Luke Murphy c89cafe022
Try to draw out the first API draft of the generator 2019-07-14 13:14:02 +02:00
Luke Murphy e85c106707
Expose the API (first draft for now) 2019-07-14 13:13:54 +02:00
Luke Murphy 4d9e548945
Fix naming hyphenation from boilerplate 2019-07-08 13:04:00 +02:00