Skip to content

Releases: brandonxiang/pyMap

Release list

pymap-tile 0.1.1

Choose a tag to compare

@brandonxiang brandonxiang released this 10 May 17:05

What's Changed

  • Update README with PyPI install badges and clearer installation guidance.
  • Publish pymap-tile 0.1.1 to PyPI.
  • Keep CLI commands available as pymap and pyMap.

Install

pip install pymap-tile

Verification

  • python3 -m build
  • twine check dist/*
  • python3 -m unittest discover -s tests -v (13 passed)
  • check script / pytest (13 passed)