Files
PMTiles/python/pmtiles/README.md
Brandon Liu 46b5e9c716 python v3.7 (#639)
* add unit test for mbtiles missing center/bounds
* code and file cleanup
* more details in python README.md
2026-02-10 10:48:57 -05:00

23 lines
288 B
Markdown

# pmtiles
```sh
pip install pmtiles
```
## Running Tests
```sh
python -m unittest test/test_*
```
## Uploading build
```sh
python -m build
twine upload dist/*
```
## Status
For asynchronous I/O, see [aiopmtiles](https://github.com/developmentseed/aiopmtiles)