Releases: mattmakesmaps/pgsql2gist
Releases · mattmakesmaps/pgsql2gist
Constructor Interface Refactor and Documentation
Release 0.2.2
- Refactor geojson.py --> constructors.py. This file will contain any constructor classes
(geojson, topojson, etc.). - Documented duck type interface for constructor classes within constructors.py.
- Updated README.txt to reflect new entry point 'pgsql2gist' versus old 'python pgsql2gist.py'
Working PyPi Package
Release 0.2.1
- Convert to setuptools build process.
- Converted pgsql2gist.py script to pgsql2gist entry point.
- Added nosetests to setup.py.
- Added keywords and classifiers to setup.py.
Installation
This package can be installed via PyPi.
$ pip install pgsql2gist