Commit Graph

49 Commits

Author SHA1 Message Date
766d2ef38b Follow the rename and reduce boilerplate
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-16 18:31:01 +02:00
8fb189d74d Fix link 2020-02-22 17:13:32 +01:00
4c6d339e70 Fix organisation name 2020-02-22 14:37:37 +01:00
3198231f2a Appease the linter 2019-12-04 22:50:39 +07:00
2987cac885 Fix mocker usage 2019-12-04 22:49:09 +07:00
05b5b27906 Also configure RTD to use new docs path 2019-11-26 10:40:11 +07:00
afa26f35cf Use more standard docs folder 2019-11-25 11:20:13 +07:00
3d9cc598e4 Add Github funding file 2019-11-20 09:58:22 +07:00
0430880437 Add liberapay 2019-11-20 09:49:07 +07:00
2c92d3e060 Fix Datpy wording 2019-11-03 16:54:59 +01:00
352a7d3697 New sphinx theme, better navigation and release docs 0.0.1a4 2019-11-03 16:38:39 +01:00
4b47706883 Add missing header 2019-10-09 00:03:18 +02:00
15cac7d390 Merge pull request #5 from datpy/move-to-generators
Move naming to generator
0.0.1a3
2019-10-08 22:45:45 +02:00
c470b70722 Remove base python restrictions 2019-10-08 22:36:03 +02:00
9a651a9d3d Clean up formatting on CoC 2019-10-08 22:36:03 +02:00
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
71526e64aa Merge pull request #3 from datpy/cleanups-gardening
Meta/Docs cleanup and bytes fix
0.0.1a2
2019-10-06 16:19:47 +02:00
173c911f28 Inline tox defs 2019-10-06 16:12:49 +02:00
896afc7675 Handle versions better 2019-10-06 16:12:37 +02:00
af31c92fa6 Make towncrier work 2019-10-06 16:12:27 +02:00
3a0da1e2d6 Add example and fix links 2019-10-06 16:12:19 +02:00
de42d4f509 Simplify contrib docs 2019-10-06 16:12:11 +02:00
dd1c0776b2 Return bytes instead of str
Closes https://github.com/datpy/merkle-tree-stream/issues/2.
2019-10-06 16:11:49 +02:00
1c4fe9533f Mark envs with version only 2019-10-06 16:11:27 +02:00
227feb3967 Fix link to module 0.0.1a1 2019-08-07 08:36:21 +02:00
050589e3b1 Fix link 2019-08-07 08:08:55 +02:00
37bc8b4404 Mark change log entry for first alpha release 2019-08-07 07:58:58 +02:00
a769d84e15 Remove CoC reference in README (in docs) 2019-08-07 07:58:43 +02:00
4ad3aa6b74 Finalise on naming and module imports 2019-08-07 07:58:26 +02:00
c20948a471 Add Travis CI badge to the README 2019-08-04 00:56:49 +02:00
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
e67d062f45 Fix introduction 2019-08-04 00:45:41 +02:00
ec7bd1600c Add mirroring links 2019-08-04 00:42:48 +02:00
6ab147af7d Use the correct extras for Tox 2019-08-01 17:25:08 +02:00
759e3f6419 Use new module name 2019-08-01 17:23:17 +02:00
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
43ecd33215 Fix documentation to render correctly 2019-08-01 13:15:07 +02:00
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
c89cafe022 Try to draw out the first API draft of the generator 2019-07-14 13:14:02 +02:00
e85c106707 Expose the API (first draft for now) 2019-07-14 13:13:54 +02:00
ab9ff1e396 Generate documentation for the generator 2019-07-14 13:13:45 +02:00
06f31117ea Specify attrs and flat_tree as dependencies 2019-07-14 13:13:30 +02:00
4d9e548945 Fix naming hyphenation from boilerplate 2019-07-08 13:04:00 +02:00
c3e75cad74 Add more documentation placeholders 2019-07-08 12:17:36 +02:00
e7d96b3427 Add a Github funding file 2019-07-08 12:00:45 +02:00
580fe3537d Add introduction documentation 2019-07-08 11:56:54 +02:00
5f08b3e960 Use TOC header 2019-07-08 11:50:09 +02:00
5dd3fb186a Adjust license badge to match 2019-07-08 11:45:11 +02:00
1af9c06d5a Initialise the new module boilerplate 2019-07-08 11:40:40 +02:00