motionless
motionless copied to clipboard
motionless is a Python library that takes the pain out of generating Google Static Map URLs.
Hello, My name is Leo and I’m a CS student-- Recently, I’ve been working on a platform for editable codebase documentation. I came across this repo while browsing GitHub and...
in https://github.com/ryancox/motionless/blob/master/motionless/__init__.py#L165 (and probably other places) we should check for `is None`, otherwise `lat=0` is misinterpreted. Related: https://github.com/fmaussion/salem/issues/190
Details: http://www.mapquestapi.com/staticmap/
Details: http://msdn.microsoft.com/en-us/library/ff701724.aspx
Details: https://www.mapbox.com/blog/mapbox-static-api/
## Summary - remove legacy setup.py - add pyproject.toml with Poetry - update README for Python 3.12, Poetry and uv - ignore Poetry lock file ## Testing - `python -m...
* Migrate from setup.py to modern pyproject.toml with Poetry build system * Update Python requirements to 3.9+ (dropping 2.7, 3.4-3.8 support) * Add support for Python 3.9-3.13 * Remove deprecated...