An open API service indexing awesome lists of open source software.

https://github.com/mapnik/python-mapnik

Python bindings for mapnik
https://github.com/mapnik/python-mapnik

Last synced: 10 months ago
JSON representation

Python bindings for mapnik

Awesome Lists containing this project

README

          

**New** Python bindings for Mapnik **[WIP]**

https://github.com/pybind/pybind11

## Installation

### Building from Source

Make sure 'mapnik-config' is present and accessible via $PATH env variable

```
pip install . -v
```

## Testing

Once you have installed you can test the package by running:

```
pytest test/python_tests/
```