Commit Graph

55 Commits

Author SHA1 Message Date
Luke Murphy 292ef5464d
Fix up README example
continuous-integration/drone/push Build is passing Details
2020-08-05 08:23:38 +02:00
Luke Murphy 83b2b2bde6
Remove reference to setup file
continuous-integration/drone/push Build is passing Details
2020-07-07 15:53:21 +02:00
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 a04a3e32f0
Remove unknown deps
continuous-integration/drone/push Build is failing Details
2020-05-16 18:32:43 +02:00
Luke Murphy d218642916
Fix typo
continuous-integration/drone/push Build is failing Details
2020-05-16 18:32:17 +02:00
Luke Murphy 766d2ef38b
Follow the rename and reduce boilerplate
continuous-integration/drone/push Build is failing Details
2020-05-16 18:31:01 +02:00
Luke Murphy 8fb189d74d
Fix link 2020-02-22 17:13:32 +01:00
Luke Murphy 4c6d339e70
Fix organisation name 2020-02-22 14:37:37 +01:00
Luke Murphy 3198231f2a
Appease the linter 2019-12-04 22:50:39 +07:00
Luke Murphy 2987cac885
Fix mocker usage 2019-12-04 22:49:09 +07:00
Luke Murphy 05b5b27906
Also configure RTD to use new docs path 2019-11-26 10:40:11 +07:00
Luke Murphy afa26f35cf
Use more standard docs folder 2019-11-25 11:20:13 +07:00
Luke Murphy 3d9cc598e4
Add Github funding file 2019-11-20 09:58:22 +07:00
Luke Murphy 0430880437
Add liberapay 2019-11-20 09:49:07 +07:00
Luke Murphy 2c92d3e060
Fix Datpy wording 2019-11-03 16:54:59 +01:00
Luke Murphy 352a7d3697
New sphinx theme, better navigation and release docs 2019-11-03 16:38:39 +01:00
Luke Murphy 4b47706883
Add missing header 2019-10-09 00:03:18 +02:00
decentral1se 15cac7d390
Merge pull request #5 from datpy/move-to-generators
Move naming to generator
2019-10-08 22:45:45 +02:00
Luke Murphy c470b70722
Remove base python restrictions 2019-10-08 22:36:03 +02:00
Luke Murphy 9a651a9d3d
Clean up formatting on CoC 2019-10-08 22:36:03 +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
decentral1se 71526e64aa
Merge pull request #3 from datpy/cleanups-gardening
Meta/Docs cleanup and bytes fix
2019-10-06 16:19:47 +02:00
Luke Murphy 173c911f28
Inline tox defs 2019-10-06 16:12:49 +02:00
Luke Murphy 896afc7675
Handle versions better 2019-10-06 16:12:37 +02:00
Luke Murphy af31c92fa6
Make towncrier work 2019-10-06 16:12:27 +02:00
Luke Murphy 3a0da1e2d6
Add example and fix links 2019-10-06 16:12:19 +02:00
Luke Murphy de42d4f509
Simplify contrib docs 2019-10-06 16:12:11 +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 1c4fe9533f
Mark envs with version only 2019-10-06 16:11:27 +02:00
Luke Murphy 227feb3967
Fix link to module 2019-08-07 08:36:21 +02:00
Luke Murphy 050589e3b1
Fix link 2019-08-07 08:08:55 +02:00
Luke Murphy 37bc8b4404
Mark change log entry for first alpha release 2019-08-07 07:58:58 +02:00
Luke Murphy a769d84e15
Remove CoC reference in README (in docs) 2019-08-07 07:58:43 +02:00
Luke Murphy 4ad3aa6b74
Finalise on naming and module imports 2019-08-07 07:58:26 +02:00
Luke Murphy c20948a471
Add Travis CI badge to the README 2019-08-04 00:56:49 +02:00
Luke Murphy dbad0c1cfa
Enable Travis
Not a fan of this company but until my own CI is up and running, I am
going to take advantage of it. This is a temporary stop gap.
2019-08-04 00:49:57 +02:00
Luke Murphy e67d062f45
Fix introduction 2019-08-04 00:45:41 +02:00
Luke Murphy ec7bd1600c
Add mirroring links 2019-08-04 00:42:48 +02:00
Luke Murphy 6ab147af7d
Use the correct extras for Tox 2019-08-01 17:25:08 +02:00
Luke Murphy 759e3f6419
Use new module name 2019-08-01 17:23:17 +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 43ecd33215
Fix documentation to render correctly 2019-08-01 13:15:07 +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 ab9ff1e396
Generate documentation for the generator 2019-07-14 13:13:45 +02:00
Luke Murphy 06f31117ea
Specify attrs and flat_tree as dependencies 2019-07-14 13:13:30 +02:00
Luke Murphy 4d9e548945
Fix naming hyphenation from boilerplate 2019-07-08 13:04:00 +02:00
Luke Murphy c3e75cad74
Add more documentation placeholders 2019-07-08 12:17:36 +02:00