mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-03-21 22:39:39 +00:00
* add unit test for mbtiles missing center/bounds * code and file cleanup * more details in python README.md
23 lines
288 B
Markdown
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)
|