motionless icon indicating copy to clipboard operation
motionless copied to clipboard

motionless is a Python library that takes the pain out of generating Google Static Map URLs.

Results 8 motionless issues
Sort by recently updated
recently updated
newest added

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/

/projects/moremaps
enhancement

Details: http://msdn.microsoft.com/en-us/library/ff701724.aspx

/projects/moremaps
enhancement

Details: https://github.com/benbacardi/tyler

/projects/moremaps
enhancement

Details: https://www.mapbox.com/blog/mapbox-static-api/

/projects/moremaps
enhancement

## 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...

codex

* 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...