Metadata-Version: 2.4
Name: mapnik
Version: 4.3.0
Summary: Python bindings for Mapnik
Author-email: Artem Pavlenko <artem@mapnik.org>
Maintainer-email: Artem Pavlenko <artem@mapnik.org>
License-Expression: LGPL-2.1-or-later
Project-URL: Homepage, https://mapnik.org
Project-URL: Documentation, https://github.com/mapnik/python-mapnik/wiki
Project-URL: Repository, https://github.com/mapnik/python-mapnik
Project-URL: Issues, https://github.com/mapnik/python-mapnik/issues
Project-URL: Changelog, https://github.com/mapnik/python-mapnik/blob/master/CHANGELOG.md
Keywords: mapnik,beautiful maps,cartography,python-mapnik
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS.md
Dynamic: license-file

Python bindings for [Mapnik](https://mapnik.org) [v4.3.0](https://github.com/mapnik/mapnik/releases/tag/v4.3.0)

| Platform/(Interpreter+ABI) | cp39     | cp310 | cp311 | cp312 | cp313 | cp314 |
|----------|----------|-------|-------|-------|-------|-------|
| macosx_11_0_arm64 | ✅ | ✅  | ✅   | ✅   | ✅   | ✅ |  ✅ | ✅ |
| macosx_11_0_x86_64|  ✅ | ✅  | ✅   | ✅   | ✅   | ✅ |  ✅ | ✅ |
| manylinux_2_31_arm64 | ✅ | ✅  | ✅   | ✅   | ✅   | ✅ |  ✅ | ✅ |
| manylinux_2_31_x86_64 |  ✅ | ✅  | ✅   | ✅   | ✅   | ✅ |  ✅ | ✅ |

## Installation

```
python3 -m pip install mapnik
```

### Building from Source

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

```
python3 -m pip install . -v
```

## Testing

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

```
pytest test/python_tests/
```
