Bootstrap pyvarint package

This commit is contained in:
Luke Murphy
2020-06-26 17:19:34 +02:00
commit b552a2d3e4
16 changed files with 927 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.egg-info/
*.pyc
.coverage
.eggs/
.mypy_cache/
.tox/
__pycache__
build/
dist/
pip-wheel-metadata/