mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-03-21 22:39:39 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user