python v3.7 (#639)

* add unit test for mbtiles missing center/bounds
* code and file cleanup
* more details in python README.md
This commit is contained in:
Brandon Liu
2026-02-10 10:48:57 -05:00
committed by GitHub
parent 3afa38bfd1
commit 46b5e9c716
4 changed files with 59 additions and 18 deletions

View File

@@ -1,6 +1,21 @@
# pmtiles
`pip install pmtiles`
```sh
pip install pmtiles
```
## Running Tests
```sh
python -m unittest test/test_*
```
## Uploading build
```sh
python -m build
twine upload dist/*
```
## Status