Metadata-Version: 2.1
Name: psycopgr
Version: 1.0.5
Summary: A Python wrapper of pgRouting for routing from nodes to nodes on real map.
Home-page: https://github.com/herrkaefer/psycopgr
Author: Yang Liu
Author-email: gloolar@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: psycopg2


`psycopgr` is a Python wrapper of [pgRouting](http://pgrouting.org/) with one purpose:

**Computing routes on real map for humans.**

Tested with

- Python 3.6.5
- PostgreSQL 11.2
- PostGIS 2.5.2
- pgRouting 2.6.2
- osm2pgrouting 2.3.6

## Installation

```sh
pip install psycopgr
```

or

```sh
pipenv install psycopgr
```

## Tutorial

Here is a [tutorial](https://herrkaefer.com/2016/09/01/psycopgr-tutorial/).



