James
8f7af272cc
QOL fixes ( #141 )
...
- Add missing type annotations
- Various style improvements
- Use constants more consistently
- enforce black on benchmark code
2020-10-17 19:27:11 +02:00
James
d3e4fbb311
Add Documentation ( #125 )
...
Add sphinx docs with readthedocs integration.
Docs can be built locally with `poe docs`.
2020-09-20 22:00:02 +02:00
Arun Babu Neelicattu
43c134d27c
ci: refactor jobs and improve platform coverage ( #128 )
2020-07-30 14:47:38 +02:00
nat
c513853301
Replace Makefile with poe tasks in pyproject.yaml ( #118 )
...
https://github.com/nat-n/poethepoet
2020-07-25 19:54:40 +02:00
boukeversteegh
2585a07fcf
Improve poetry install speed by first upgrading pip
2020-07-12 15:42:31 +02:00
Arun Babu Neelicattu
03211604bc
Replace dependency on protoc with grpcio-tools
...
This change removes the dependency on platform provided protobuf tools
in favour of `grpcio-tools` dependency. This makes both development and
compiler use independent from platform dependencies.
2020-07-10 13:16:40 +02:00
Nat Noordanus
4f820b4a6a
Include python 3.8 i ci test runs & optimise CI and make config
2020-06-22 19:38:41 +02:00
Nat Noordanus
75a4c230da
Add optional deps to dev-deps
...
So contributors dont have to remember to run poetry install with `-E compiler`
2020-06-22 19:35:23 +02:00
Nat Noordanus
8edec81b11
Switch from pipenv to poetry
...
- dropped dev dependency on rope, isort & flake
- poetry doesn't support dev scripts like pipenv, so create a makefile instead
- Add pytest-cov
- Use tox for testing multiple python versions in CI
- Update README
Update ci workflow
2020-06-12 21:13:55 +02:00
Nat Noordanus
3860c0ab11
Add task to run black --check in ci & update README
2020-05-27 11:52:10 +02:00
Nat Noordanus
9b990ee1bd
Make pipenv play nice with the setup-python ci workflow
2020-04-05 15:58:12 +02:00
Nat Noordanus
203105f048
Add support for python 3.6
...
Changes:
- Update config and docs to reference 3.6
- Add backports of dataclasses and datetime.fromisoformat for python_version<"3.7"
- Support both 3.7 and 3.6 usages of undocumented __origin__ attribute on typing objects
- Make github ci run tests for python 3.6 as well
2020-04-03 19:52:19 +02:00
Daniel G. Taylor
ba520f88a4
Install Protobuf include files on CI host
2019-10-27 15:40:33 -07:00
Daniel G. Taylor
b0b64fcbaf
Fix tests attempt 3
2019-10-27 15:29:04 -07:00
Daniel G. Taylor
7900c7c9db
Fix tests
2019-10-27 15:21:20 -07:00
Daniel G. Taylor
fcc273e294
Fix tests
2019-10-27 15:18:10 -07:00
Daniel G. Taylor
ef0a1bf50c
Use specific version of pypi publish image
2019-10-23 15:03:13 -07:00
Daniel G. Taylor
0e389abbef
Add Python package long description
2019-10-22 21:31:42 -07:00
Daniel G. Taylor
45a6da0fad
CI updates
2019-10-20 23:46:50 -07:00
Daniel G. Taylor
972ed4635a
Try pip user install and path update
2019-10-20 23:36:47 -07:00
Daniel G. Taylor
487bdf9f16
Update CI build
2019-10-20 23:32:09 -07:00
Daniel G. Taylor
1fd24f74fc
Fix CI dependency install
2019-10-20 23:26:48 -07:00
Daniel G. Taylor
f4389a29ec
Add GitHub action build for CI
2019-10-20 23:25:18 -07:00