stites / py-sentenai

Python client library for sentenai.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-sentenai

Build Status

Python client library for sentenai.

Development

It's recommended you use pyenv and pyenv-virtualenv to manage your python versions and locally installed pip dependencies. pyenv-virtualenv also allows you to manage your anaconda installations. This repository should be compatible with python 2.7+ and 3.5+, however development happens in python-3.6.0.

This library depends shapely, which in turn depends on the static Geos C library:

  • ubuntu: sudo apt install libgeos-c1v5
  • freebsd: sudo pkg install geos
  • archlinux: sudo pacman -S geos
  • MacOS: brew install geos

About

Python client library for sentenai.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Makefile 0.2%