Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafpyprog/pymaps
Google Maps API for Humans
https://github.com/rafpyprog/pymaps
google-maps google-maps-api maps python
Last synced: about 2 months ago
JSON representation
Google Maps API for Humans
- Host: GitHub
- URL: https://github.com/rafpyprog/pymaps
- Owner: rafpyprog
- License: mit
- Created: 2018-01-31T10:28:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T20:34:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T14:45:35.767Z (3 months ago)
- Topics: google-maps, google-maps-api, maps, python
- Language: Python
- Size: 642 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|pic 1| **PyMaps**
==================.. |pic 1| image:: https://raw.githubusercontent.com/rafpyprog/pymaps/master/images/pymaps-logo-36x36.png
.. image:: https://img.shields.io/pypi/v/pymaps.svg
:target: https://pypi.python.org/pypi/pymaps.. image:: https://img.shields.io/pypi/l/pymaps.svg
:target: https://pypi.python.org/pypi/pymaps.. image:: https://img.shields.io/pypi/pyversions/pymaps.svg
:target: https://pypi.python.org/pypi/pymaps.. image:: https://img.shields.io/travis/rafpyprog/pymaps.svg
:target: https://travis-ci.org/rafpyprog/pymaps.. image:: https://img.shields.io/codecov/c/github/rafpyprog/pymaps.svg
:target: https://codecov.io/gh/rafpyprog/pymapsPyMaps is a Python wrapper that allows you to create Goole Maps visualizations using Python only. The maps can be viewed on Jupyter notebooks or exported as HTML file.
Installation
------------.. code-block:: bash
pip install pymaps
Examples
--------
* `Map styles
`_
* `Markers
`_