Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

## 0.1.0 (TMB)
## 0.1.0 - 2026-02-10

Initial release.
20 changes: 6 additions & 14 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@

Issues and pull requests are more than welcome.

**dev install**
First install `uv`. Then set up with:

```bash
$ git clone https://github.com/developmentseed/aiopmtiles.git
$ cd aiopmtiles
$ python -m pip install -e .["test","dev","aws","gcp"]
git clone https://github.com/developmentseed/async-pmtiles
cd async-pmtiles
uv sync
```

You can then run the tests with the following command:
## Running tests

```sh
python -m pytest --cov aiopmtiles --cov-report term-missing
```

**pre-commit**

This repo is set to use `pre-commit` to run *isort*, *flake8*, *pydocstring*, *black* ("uncompromising Python code formatter") and mypy when committing new code.

```bash
$ pre-commit install
uv run pytest
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: GIS",
]
requires-python = ">=3.11"
dependencies = ["pmtiles>=3.4.1"]
dependencies = ["pmtiles>=3.7.0"]

[project.urls]
Source = "https://github.com/developmentseed/async-pmtiles"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.