aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2021-08-07Use cibuildwheel to build wheels (#70)...The cibuildwheel infra seems to be mature enough, so use it for the wheel-building step instead of the homegrown setup. This gives us 32-bit and ARM wheels for free. Fixes: #44 Fixes: #63Elvis Pranskevichus
2021-08-03Refactor typings...* Improve typing of `__init__()` * Update typing of `Map`-producing functions to produce the correct type * Update typing of other methods to more closely align with `Mapping` * Add protocol classes for unexposed data structures * Export protocol classes for ease of use in typed code * Update stub file to pass in mypy strict mode Bryan Forbes
2020-04-22Add Github release workflowv0.12Elvis Pranskevichus
2019-11-02Add Python 3.8 support (#16)...Fix #15Bruno Oliveira
2018-04-03Coverage: 100%Yury Selivanov
2018-03-30Initial commitYury Selivanov