2020-09-20T22:36:46,107 Created temporary directory: /tmp/pip-ephem-wheel-cache-ucfy78lb 2020-09-20T22:36:46,110 Created temporary directory: /tmp/pip-req-tracker-yrw067_8 2020-09-20T22:36:46,110 Initialized build tracking at /tmp/pip-req-tracker-yrw067_8 2020-09-20T22:36:46,110 Created build tracker: /tmp/pip-req-tracker-yrw067_8 2020-09-20T22:36:46,111 Entered build tracker: /tmp/pip-req-tracker-yrw067_8 2020-09-20T22:36:46,111 Created temporary directory: /tmp/pip-wheel-g5uyioc9 2020-09-20T22:36:46,120 1 location(s) to search for versions of py-staticmaps: 2020-09-20T22:36:46,120 * https://pypi.org/simple/py-staticmaps/ 2020-09-20T22:36:46,121 Fetching project page and analyzing links: https://pypi.org/simple/py-staticmaps/ 2020-09-20T22:36:46,121 Getting page https://pypi.org/simple/py-staticmaps/ 2020-09-20T22:36:46,123 Found index url https://pypi.org/simple 2020-09-20T22:36:46,211 Found link https://files.pythonhosted.org/packages/c1/37/92e15225fa11747d61ad303391a6f4a37f24ef272cfee63e712b0cf080e7/py-staticmaps-0.0.1.tar.gz#sha256=71d68975dd0443f6b925eb55f4203671bd84e565e4e8cba3ee1afb94efb46a98 (from https://pypi.org/simple/py-staticmaps/), version: 0.0.1 2020-09-20T22:36:46,211 Found link https://files.pythonhosted.org/packages/a1/98/00d2f6057cf2f541ccf796f5a3847713e9dc51251d7d4554f9caad338d47/py-staticmaps-0.0.2.tar.gz#sha256=cfed70f9b0a2c8130ad4ee73c709763dbae570f75ca038aec8d0242778c7be4f (from https://pypi.org/simple/py-staticmaps/), version: 0.0.2 2020-09-20T22:36:46,211 Found link https://files.pythonhosted.org/packages/e0/53/00551e1cfb8612c4dc0b6e76c7ed776513155245586799d789e4379c3f35/py-staticmaps-0.1.0.tar.gz#sha256=a500406520db2a2754d71824b1b14da5d5eac3731d6059108c686ca9fbf08568 (from https://pypi.org/simple/py-staticmaps/), version: 0.1.0 2020-09-20T22:36:46,212 Found link https://files.pythonhosted.org/packages/c8/cf/d25eb225616779dcec60a5f57f858e0437ac67e8dab8bb97635e02407167/py-staticmaps-0.1.1.tar.gz#sha256=0efe19b1f3bf35283d9aaa0f485bf5f56d9c97c71e5a8ae9190f3ef452bd7bc6 (from https://pypi.org/simple/py-staticmaps/), version: 0.1.1 2020-09-20T22:36:46,216 Given no hashes to check 1 links for project 'py-staticmaps': discarding no candidates 2020-09-20T22:36:46,217 Using version 0.1.1 (newest of versions: 0.1.1) 2020-09-20T22:36:46,220 Collecting py-staticmaps==0.1.1 2020-09-20T22:36:46,222 Created temporary directory: /tmp/pip-unpack-_wd32tv0 2020-09-20T22:36:46,260 Downloading py-staticmaps-0.1.1.tar.gz (15 kB) 2020-09-20T22:36:46,343 Added py-staticmaps==0.1.1 from https://files.pythonhosted.org/packages/c8/cf/d25eb225616779dcec60a5f57f858e0437ac67e8dab8bb97635e02407167/py-staticmaps-0.1.1.tar.gz#sha256=0efe19b1f3bf35283d9aaa0f485bf5f56d9c97c71e5a8ae9190f3ef452bd7bc6 to build tracker '/tmp/pip-req-tracker-yrw067_8' 2020-09-20T22:36:46,344 Running setup.py (path:/tmp/pip-wheel-g5uyioc9/py-staticmaps/setup.py) egg_info for package py-staticmaps 2020-09-20T22:36:46,345 Created temporary directory: /tmp/pip-pip-egg-info-y2nl3ryz 2020-09-20T22:36:46,346 Running command python setup.py egg_info 2020-09-20T22:36:47,323 # py-staticmaps 2020-09-20T22:36:47,323 A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc. 2020-09-20T22:36:47,324 ## Features 2020-09-20T22:36:47,324 - Map objects: pin-style markers, polylines, polygons 2020-09-20T22:36:47,325 - Automatic computation of best center + zoom from the added map objects 2020-09-20T22:36:47,325 - Several pre-configured map tile providers 2020-09-20T22:36:47,325 - Proper attributions display 2020-09-20T22:36:47,325 - On disc caching of map tile images for faster drawing and reduced load on the tle servers 2020-09-20T22:36:47,325 - Anti-aliased drawing via `pycairo` 2020-09-20T22:36:47,326 - SVG creating viaa `svgwrite` 2020-09-20T22:36:47,326 ## Installation 2020-09-20T22:36:47,327 ```shell 2020-09-20T22:36:47,327 pip install py-staticmaps 2020-09-20T22:36:47,327 ``` 2020-09-20T22:36:47,327 `py-staticmaps` uses `pycairo` for creating antialiased raster-graphics, so make sure `libcairo2` is installed on your system (on Ubuntu just install the `libcairo2-dev` package, i.e. `sudo apt install ibcairo2-dev`). 2020-09-20T22:36:47,328 ## Examples 2020-09-20T22:36:47,329 ### Markers and Geodesic Lines 2020-09-20T22:36:47,329 ```python 2020-09-20T22:36:47,329 import staticmaps 2020-09-20T22:36:47,330 context = staticmaps.Context() 2020-09-20T22:36:47,330 context.set_tile_provider(staticmaps.tile_provider_StamenToner) 2020-09-20T22:36:47,330 frankfurt = staticmaps.create_latlng(50.110644, 8.682092) 2020-09-20T22:36:47,331 newyork = staticmaps.create_latlng(40.712728, -74.006015) 2020-09-20T22:36:47,331 context.add_object(staticmaps.Line([frankfurt, newyork], color=staticmaps.BLUE, width=4)) 2020-09-20T22:36:47,331 context.add_object(staticmaps.Marker(frankfurt, color=staticmaps.GREEN, size=12)) 2020-09-20T22:36:47,331 context.add_object(staticmaps.Marker(newyork, color=staticmaps.RED, size=12)) 2020-09-20T22:36:47,332 # render png 2020-09-20T22:36:47,332 image = context.render_cairo(800, 500) 2020-09-20T22:36:47,332 image.write_to_png("frankfurt_newyork.png") 2020-09-20T22:36:47,332 # render svg 2020-09-20T22:36:47,333 svg_image = context.render_svg(800, 500) 2020-09-20T22:36:47,333 with open("frankfurt_newyork.svg", "w", encoding="utf-8") as f: 2020-09-20T22:36:47,333 svg_image.write(f, pretty=True) 2020-09-20T22:36:47,333 ``` 2020-09-20T22:36:47,334 ### Transparent Polygons 2020-09-20T22:36:47,334 ```python 2020-09-20T22:36:47,334 import staticmaps 2020-09-20T22:36:47,335 context = staticmaps.Context() 2020-09-20T22:36:47,335 context.set_tile_provider(staticmaps.tile_provider_OSM) 2020-09-20T22:36:47,335 freiburg_polygon = [ 2020-09-20T22:36:47,336 (47.96881, 7.79045), 2020-09-20T22:36:47,336 (47.96866, 7.78610), 2020-09-20T22:36:47,336 (47.97134, 7.77874), 2020-09-20T22:36:47,336 ... 2020-09-20T22:36:47,336 ] 2020-09-20T22:36:47,337 context.add_object( 2020-09-20T22:36:47,337 staticmaps.Area( 2020-09-20T22:36:47,337 [staticmaps.create_latlng(lat, lng) for lat, lng in freiburg_polygon], 2020-09-20T22:36:47,337 fill_color=staticmaps.parse_color("#00FF003F"), 2020-09-20T22:36:47,337 width=2, 2020-09-20T22:36:47,338 color=staticmaps.BLUE, 2020-09-20T22:36:47,338 ) 2020-09-20T22:36:47,338 ) 2020-09-20T22:36:47,338 # render png 2020-09-20T22:36:47,339 image = context.render_cairo(800, 500) 2020-09-20T22:36:47,339 image.write_to_png("freiburg_area.png") 2020-09-20T22:36:47,339 # render svg 2020-09-20T22:36:47,339 svg_image = context.render_svg(800, 500) 2020-09-20T22:36:47,339 with open("freiburg_area.svg", "w", encoding="utf-8") as f: 2020-09-20T22:36:47,340 svg_image.write(f, pretty=True) 2020-09-20T22:36:47,340 ``` 2020-09-20T22:36:47,341 ### Drawing a GPX Track 2020-09-20T22:36:47,341 ```python 2020-09-20T22:36:47,341 import sys 2020-09-20T22:36:47,342 import gpxpy 2020-09-20T22:36:47,342 import staticmaps 2020-09-20T22:36:47,342 context = staticmaps.Context() 2020-09-20T22:36:47,342 context.set_tile_provider(staticmaps.tile_provider_ArcGISWorldImagery) 2020-09-20T22:36:47,343 with open(sys.argv[1], "r") as file: 2020-09-20T22:36:47,343 gpx = gpxpy.parse(file) 2020-09-20T22:36:47,343 for track in gpx.tracks: 2020-09-20T22:36:47,343 for segment in track.segments: 2020-09-20T22:36:47,344 line = [staticmaps.create_latlng(p.latitude, p.longitude) for p in segment.points] 2020-09-20T22:36:47,344 context.add_object(staticmaps.Line(line)) 2020-09-20T22:36:47,344 image = context.render_cairo(800, 500) 2020-09-20T22:36:47,344 image.write_to_png("draw_gpx.png") 2020-09-20T22:36:47,345 ``` 2020-09-20T22:36:47,345 ### US State Capitals 2020-09-20T22:36:47,346 ```python 2020-09-20T22:36:47,346 import json 2020-09-20T22:36:47,346 import requests 2020-09-20T22:36:47,346 import staticmaps 2020-09-20T22:36:47,347 context = staticmaps.Context() 2020-09-20T22:36:47,347 context.set_tile_provider(staticmaps.tile_provider_OSM) 2020-09-20T22:36:47,347 URL = ( 2020-09-20T22:36:47,347 "https://gist.githubusercontent.com/jpriebe/d62a45e29f24e843c974/" 2020-09-20T22:36:47,348 "raw/b1d3066d245e742018bce56e41788ac7afa60e29/us_state_capitals.json" 2020-09-20T22:36:47,348 ) 2020-09-20T22:36:47,348 response = requests.get(URL) 2020-09-20T22:36:47,348 for _, data in json.loads(response.text).items(): 2020-09-20T22:36:47,348 capital = staticmaps.create_latlng(float(data["lat"]), float(data["long"])) 2020-09-20T22:36:47,349 context.add_object(staticmaps.Marker(capital, size=5)) 2020-09-20T22:36:47,349 image = context.render_cairo(800, 500) 2020-09-20T22:36:47,349 image.write_to_png("us_capitals.png") 2020-09-20T22:36:47,349 ``` 2020-09-20T22:36:47,350 ### Other Examples 2020-09-20T22:36:47,350 Please take a look at the command line program which uses the `staticmaps` package: `staticmaps/cli.py` 2020-09-20T22:36:47,351 ### Dependencies 2020-09-20T22:36:47,351 `py-staticmaps` uses 2020-09-20T22:36:47,352 - `pycairo` for rendering antialiased raster-graphics 2020-09-20T22:36:47,352 - `svgwrite` for writing SVG files 2020-09-20T22:36:47,352 - `s2sphere` for geo coordinates handling 2020-09-20T22:36:47,352 - `geographiclib` for geodesic computations 2020-09-20T22:36:47,352 - `appdirs` for finding the user's default cache directory 2020-09-20T22:36:47,353 - `requests` for downloading tile files 2020-09-20T22:36:47,353 ## License 2020-09-20T22:36:47,353 [MIT](LICENSE) © 2020 Florian Pigorsch 2020-09-20T22:36:47,354 running egg_info 2020-09-20T22:36:47,354 creating /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info 2020-09-20T22:36:47,354 writing /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/PKG-INFO 2020-09-20T22:36:47,354 writing dependency_links to /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/dependency_links.txt 2020-09-20T22:36:47,355 writing entry points to /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/entry_points.txt 2020-09-20T22:36:47,355 writing requirements to /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/requires.txt 2020-09-20T22:36:47,355 writing top-level names to /tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/top_level.txt 2020-09-20T22:36:47,355 writing manifest file '/tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/SOURCES.txt' 2020-09-20T22:36:47,475 reading manifest file '/tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/SOURCES.txt' 2020-09-20T22:36:47,477 reading manifest template 'MANIFEST.in' 2020-09-20T22:36:47,479 warning: no previously-included files matching '__pycache__' found under directory '*' 2020-09-20T22:36:47,480 warning: no previously-included files matching '*.py[co]' found under directory '*' 2020-09-20T22:36:47,482 writing manifest file '/tmp/pip-pip-egg-info-y2nl3ryz/py_staticmaps.egg-info/SOURCES.txt' 2020-09-20T22:36:47,545 Source in /tmp/pip-wheel-g5uyioc9/py-staticmaps has version 0.1.1, which satisfies requirement py-staticmaps==0.1.1 from https://files.pythonhosted.org/packages/c8/cf/d25eb225616779dcec60a5f57f858e0437ac67e8dab8bb97635e02407167/py-staticmaps-0.1.1.tar.gz#sha256=0efe19b1f3bf35283d9aaa0f485bf5f56d9c97c71e5a8ae9190f3ef452bd7bc6 2020-09-20T22:36:47,546 Removed py-staticmaps==0.1.1 from https://files.pythonhosted.org/packages/c8/cf/d25eb225616779dcec60a5f57f858e0437ac67e8dab8bb97635e02407167/py-staticmaps-0.1.1.tar.gz#sha256=0efe19b1f3bf35283d9aaa0f485bf5f56d9c97c71e5a8ae9190f3ef452bd7bc6 from build tracker '/tmp/pip-req-tracker-yrw067_8' 2020-09-20T22:36:47,549 Building wheels for collected packages: py-staticmaps 2020-09-20T22:36:47,554 Created temporary directory: /tmp/pip-wheel-xgdrt6pw 2020-09-20T22:36:47,554 Building wheel for py-staticmaps (setup.py): started 2020-09-20T22:36:47,554 Destination directory: /tmp/pip-wheel-xgdrt6pw 2020-09-20T22:36:47,555 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-g5uyioc9/py-staticmaps/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-g5uyioc9/py-staticmaps/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xgdrt6pw 2020-09-20T22:36:48,349 # py-staticmaps 2020-09-20T22:36:48,349 A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc. 2020-09-20T22:36:48,350 ## Features 2020-09-20T22:36:48,350 - Map objects: pin-style markers, polylines, polygons 2020-09-20T22:36:48,350 - Automatic computation of best center + zoom from the added map objects 2020-09-20T22:36:48,351 - Several pre-configured map tile providers 2020-09-20T22:36:48,351 - Proper attributions display 2020-09-20T22:36:48,351 - On disc caching of map tile images for faster drawing and reduced load on the tle servers 2020-09-20T22:36:48,351 - Anti-aliased drawing via `pycairo` 2020-09-20T22:36:48,351 - SVG creating viaa `svgwrite` 2020-09-20T22:36:48,352 ## Installation 2020-09-20T22:36:48,352 ```shell 2020-09-20T22:36:48,352 pip install py-staticmaps 2020-09-20T22:36:48,353 ``` 2020-09-20T22:36:48,353 `py-staticmaps` uses `pycairo` for creating antialiased raster-graphics, so make sure `libcairo2` is installed on your system (on Ubuntu just install the `libcairo2-dev` package, i.e. `sudo apt install ibcairo2-dev`). 2020-09-20T22:36:48,353 ## Examples 2020-09-20T22:36:48,354 ### Markers and Geodesic Lines 2020-09-20T22:36:48,354 ```python 2020-09-20T22:36:48,355 import staticmaps 2020-09-20T22:36:48,355 context = staticmaps.Context() 2020-09-20T22:36:48,355 context.set_tile_provider(staticmaps.tile_provider_StamenToner) 2020-09-20T22:36:48,356 frankfurt = staticmaps.create_latlng(50.110644, 8.682092) 2020-09-20T22:36:48,356 newyork = staticmaps.create_latlng(40.712728, -74.006015) 2020-09-20T22:36:48,356 context.add_object(staticmaps.Line([frankfurt, newyork], color=staticmaps.BLUE, width=4)) 2020-09-20T22:36:48,356 context.add_object(staticmaps.Marker(frankfurt, color=staticmaps.GREEN, size=12)) 2020-09-20T22:36:48,356 context.add_object(staticmaps.Marker(newyork, color=staticmaps.RED, size=12)) 2020-09-20T22:36:48,357 # render png 2020-09-20T22:36:48,357 image = context.render_cairo(800, 500) 2020-09-20T22:36:48,357 image.write_to_png("frankfurt_newyork.png") 2020-09-20T22:36:48,358 # render svg 2020-09-20T22:36:48,358 svg_image = context.render_svg(800, 500) 2020-09-20T22:36:48,358 with open("frankfurt_newyork.svg", "w", encoding="utf-8") as f: 2020-09-20T22:36:48,358 svg_image.write(f, pretty=True) 2020-09-20T22:36:48,358 ``` 2020-09-20T22:36:48,359 ### Transparent Polygons 2020-09-20T22:36:48,359 ```python 2020-09-20T22:36:48,359 import staticmaps 2020-09-20T22:36:48,360 context = staticmaps.Context() 2020-09-20T22:36:48,360 context.set_tile_provider(staticmaps.tile_provider_OSM) 2020-09-20T22:36:48,360 freiburg_polygon = [ 2020-09-20T22:36:48,360 (47.96881, 7.79045), 2020-09-20T22:36:48,361 (47.96866, 7.78610), 2020-09-20T22:36:48,361 (47.97134, 7.77874), 2020-09-20T22:36:48,361 ... 2020-09-20T22:36:48,361 ] 2020-09-20T22:36:48,362 context.add_object( 2020-09-20T22:36:48,362 staticmaps.Area( 2020-09-20T22:36:48,362 [staticmaps.create_latlng(lat, lng) for lat, lng in freiburg_polygon], 2020-09-20T22:36:48,362 fill_color=staticmaps.parse_color("#00FF003F"), 2020-09-20T22:36:48,362 width=2, 2020-09-20T22:36:48,362 color=staticmaps.BLUE, 2020-09-20T22:36:48,363 ) 2020-09-20T22:36:48,363 ) 2020-09-20T22:36:48,363 # render png 2020-09-20T22:36:48,363 image = context.render_cairo(800, 500) 2020-09-20T22:36:48,364 image.write_to_png("freiburg_area.png") 2020-09-20T22:36:48,364 # render svg 2020-09-20T22:36:48,364 svg_image = context.render_svg(800, 500) 2020-09-20T22:36:48,364 with open("freiburg_area.svg", "w", encoding="utf-8") as f: 2020-09-20T22:36:48,365 svg_image.write(f, pretty=True) 2020-09-20T22:36:48,365 ``` 2020-09-20T22:36:48,366 ### Drawing a GPX Track 2020-09-20T22:36:48,366 ```python 2020-09-20T22:36:48,366 import sys 2020-09-20T22:36:48,366 import gpxpy 2020-09-20T22:36:48,367 import staticmaps 2020-09-20T22:36:48,367 context = staticmaps.Context() 2020-09-20T22:36:48,367 context.set_tile_provider(staticmaps.tile_provider_ArcGISWorldImagery) 2020-09-20T22:36:48,368 with open(sys.argv[1], "r") as file: 2020-09-20T22:36:48,368 gpx = gpxpy.parse(file) 2020-09-20T22:36:48,368 for track in gpx.tracks: 2020-09-20T22:36:48,368 for segment in track.segments: 2020-09-20T22:36:48,368 line = [staticmaps.create_latlng(p.latitude, p.longitude) for p in segment.points] 2020-09-20T22:36:48,369 context.add_object(staticmaps.Line(line)) 2020-09-20T22:36:48,369 image = context.render_cairo(800, 500) 2020-09-20T22:36:48,369 image.write_to_png("draw_gpx.png") 2020-09-20T22:36:48,369 ``` 2020-09-20T22:36:48,370 ### US State Capitals 2020-09-20T22:36:48,370 ```python 2020-09-20T22:36:48,371 import json 2020-09-20T22:36:48,371 import requests 2020-09-20T22:36:48,371 import staticmaps 2020-09-20T22:36:48,371 context = staticmaps.Context() 2020-09-20T22:36:48,371 context.set_tile_provider(staticmaps.tile_provider_OSM) 2020-09-20T22:36:48,372 URL = ( 2020-09-20T22:36:48,372 "https://gist.githubusercontent.com/jpriebe/d62a45e29f24e843c974/" 2020-09-20T22:36:48,372 "raw/b1d3066d245e742018bce56e41788ac7afa60e29/us_state_capitals.json" 2020-09-20T22:36:48,372 ) 2020-09-20T22:36:48,373 response = requests.get(URL) 2020-09-20T22:36:48,373 for _, data in json.loads(response.text).items(): 2020-09-20T22:36:48,373 capital = staticmaps.create_latlng(float(data["lat"]), float(data["long"])) 2020-09-20T22:36:48,373 context.add_object(staticmaps.Marker(capital, size=5)) 2020-09-20T22:36:48,373 image = context.render_cairo(800, 500) 2020-09-20T22:36:48,374 image.write_to_png("us_capitals.png") 2020-09-20T22:36:48,374 ``` 2020-09-20T22:36:48,375 ### Other Examples 2020-09-20T22:36:48,375 Please take a look at the command line program which uses the `staticmaps` package: `staticmaps/cli.py` 2020-09-20T22:36:48,375 ### Dependencies 2020-09-20T22:36:48,376 `py-staticmaps` uses 2020-09-20T22:36:48,376 - `pycairo` for rendering antialiased raster-graphics 2020-09-20T22:36:48,376 - `svgwrite` for writing SVG files 2020-09-20T22:36:48,377 - `s2sphere` for geo coordinates handling 2020-09-20T22:36:48,377 - `geographiclib` for geodesic computations 2020-09-20T22:36:48,377 - `appdirs` for finding the user's default cache directory 2020-09-20T22:36:48,377 - `requests` for downloading tile files 2020-09-20T22:36:48,378 ## License 2020-09-20T22:36:48,378 [MIT](LICENSE) © 2020 Florian Pigorsch 2020-09-20T22:36:48,520 running bdist_wheel 2020-09-20T22:36:48,526 running build 2020-09-20T22:36:48,527 running build_py 2020-09-20T22:36:48,655 creating build 2020-09-20T22:36:48,655 creating build/lib 2020-09-20T22:36:48,656 creating build/lib/staticmaps 2020-09-20T22:36:48,657 copying staticmaps/__init__.py -> build/lib/staticmaps 2020-09-20T22:36:48,659 copying staticmaps/transformer.py -> build/lib/staticmaps 2020-09-20T22:36:48,661 copying staticmaps/svg_renderer.py -> build/lib/staticmaps 2020-09-20T22:36:48,663 copying staticmaps/coordinates.py -> build/lib/staticmaps 2020-09-20T22:36:48,665 copying staticmaps/cairo_renderer.py -> build/lib/staticmaps 2020-09-20T22:36:48,668 copying staticmaps/tile_downloader.py -> build/lib/staticmaps 2020-09-20T22:36:48,670 copying staticmaps/tile_provider.py -> build/lib/staticmaps 2020-09-20T22:36:48,672 copying staticmaps/context.py -> build/lib/staticmaps 2020-09-20T22:36:48,675 copying staticmaps/area.py -> build/lib/staticmaps 2020-09-20T22:36:48,677 copying staticmaps/cli.py -> build/lib/staticmaps 2020-09-20T22:36:48,679 copying staticmaps/line.py -> build/lib/staticmaps 2020-09-20T22:36:48,707 copying staticmaps/marker.py -> build/lib/staticmaps 2020-09-20T22:36:48,710 copying staticmaps/color.py -> build/lib/staticmaps 2020-09-20T22:36:48,713 copying staticmaps/renderer.py -> build/lib/staticmaps 2020-09-20T22:36:48,716 copying staticmaps/meta.py -> build/lib/staticmaps 2020-09-20T22:36:48,719 copying staticmaps/object.py -> build/lib/staticmaps 2020-09-20T22:36:48,730 installing to build/bdist.linux-armv7l/wheel 2020-09-20T22:36:48,731 running install 2020-09-20T22:36:48,732 running install_lib 2020-09-20T22:36:48,737 creating build/bdist.linux-armv7l 2020-09-20T22:36:48,738 creating build/bdist.linux-armv7l/wheel 2020-09-20T22:36:48,740 creating build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,741 copying build/lib/staticmaps/__init__.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,744 copying build/lib/staticmaps/transformer.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,746 copying build/lib/staticmaps/svg_renderer.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,749 copying build/lib/staticmaps/coordinates.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,751 copying build/lib/staticmaps/cairo_renderer.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,754 copying build/lib/staticmaps/tile_downloader.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,757 copying build/lib/staticmaps/tile_provider.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,759 copying build/lib/staticmaps/context.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,762 copying build/lib/staticmaps/area.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,764 copying build/lib/staticmaps/cli.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,767 copying build/lib/staticmaps/line.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,769 copying build/lib/staticmaps/marker.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,771 copying build/lib/staticmaps/color.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,774 copying build/lib/staticmaps/renderer.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,776 copying build/lib/staticmaps/meta.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,779 copying build/lib/staticmaps/object.py -> build/bdist.linux-armv7l/wheel/staticmaps 2020-09-20T22:36:48,780 running install_egg_info 2020-09-20T22:36:48,808 running egg_info 2020-09-20T22:36:48,809 writing py_staticmaps.egg-info/PKG-INFO 2020-09-20T22:36:48,812 writing dependency_links to py_staticmaps.egg-info/dependency_links.txt 2020-09-20T22:36:48,814 writing entry points to py_staticmaps.egg-info/entry_points.txt 2020-09-20T22:36:48,815 writing requirements to py_staticmaps.egg-info/requires.txt 2020-09-20T22:36:48,816 writing top-level names to py_staticmaps.egg-info/top_level.txt 2020-09-20T22:36:48,821 reading manifest file 'py_staticmaps.egg-info/SOURCES.txt' 2020-09-20T22:36:48,823 reading manifest template 'MANIFEST.in' 2020-09-20T22:36:48,825 warning: no previously-included files matching '__pycache__' found under directory '*' 2020-09-20T22:36:48,826 warning: no previously-included files matching '*.py[co]' found under directory '*' 2020-09-20T22:36:48,829 writing manifest file 'py_staticmaps.egg-info/SOURCES.txt' 2020-09-20T22:36:48,830 Copying py_staticmaps.egg-info to build/bdist.linux-armv7l/wheel/py_staticmaps-0.1.1-py3.7.egg-info 2020-09-20T22:36:48,847 running install_scripts 2020-09-20T22:36:48,941 adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2020-09-20T22:36:48,949 creating build/bdist.linux-armv7l/wheel/py_staticmaps-0.1.1.dist-info/WHEEL 2020-09-20T22:36:48,952 creating '/tmp/pip-wheel-xgdrt6pw/py_staticmaps-0.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2020-09-20T22:36:48,957 adding 'staticmaps/__init__.py' 2020-09-20T22:36:48,959 adding 'staticmaps/area.py' 2020-09-20T22:36:48,960 adding 'staticmaps/cairo_renderer.py' 2020-09-20T22:36:48,962 adding 'staticmaps/cli.py' 2020-09-20T22:36:48,964 adding 'staticmaps/color.py' 2020-09-20T22:36:48,966 adding 'staticmaps/context.py' 2020-09-20T22:36:48,968 adding 'staticmaps/coordinates.py' 2020-09-20T22:36:48,969 adding 'staticmaps/line.py' 2020-09-20T22:36:48,971 adding 'staticmaps/marker.py' 2020-09-20T22:36:48,972 adding 'staticmaps/meta.py' 2020-09-20T22:36:48,974 adding 'staticmaps/object.py' 2020-09-20T22:36:48,975 adding 'staticmaps/renderer.py' 2020-09-20T22:36:48,977 adding 'staticmaps/svg_renderer.py' 2020-09-20T22:36:48,978 adding 'staticmaps/tile_downloader.py' 2020-09-20T22:36:48,980 adding 'staticmaps/tile_provider.py' 2020-09-20T22:36:48,981 adding 'staticmaps/transformer.py' 2020-09-20T22:36:48,982 adding 'py_staticmaps-0.1.1.dist-info/LICENSE' 2020-09-20T22:36:48,983 adding 'py_staticmaps-0.1.1.dist-info/METADATA' 2020-09-20T22:36:48,984 adding 'py_staticmaps-0.1.1.dist-info/WHEEL' 2020-09-20T22:36:48,985 adding 'py_staticmaps-0.1.1.dist-info/entry_points.txt' 2020-09-20T22:36:48,986 adding 'py_staticmaps-0.1.1.dist-info/top_level.txt' 2020-09-20T22:36:48,986 adding 'py_staticmaps-0.1.1.dist-info/RECORD' 2020-09-20T22:36:48,988 removing build/bdist.linux-armv7l/wheel 2020-09-20T22:36:49,064 Building wheel for py-staticmaps (setup.py): finished with status 'done' 2020-09-20T22:36:49,066 Created wheel for py-staticmaps: filename=py_staticmaps-0.1.1-py3-none-any.whl size=19661 sha256=17c998ff6e233557b026f1be675899a19d052af1e901c7b67754cf7a0f78aa03 2020-09-20T22:36:49,067 Stored in directory: /tmp/pip-ephem-wheel-cache-ucfy78lb/wheels/71/ed/71/ca62dd26d38ddc4ab78d3580610b81ef8a578ef20d9fa247fd 2020-09-20T22:36:49,069 Successfully built py-staticmaps 2020-09-20T22:36:49,073 Removed build tracker: '/tmp/pip-req-tracker-yrw067_8'