Skip to content

Releases: mattmakesmaps/pgsql2gist

Constructor Interface Refactor and Documentation

08 Dec 19:29
Compare
Choose a tag to compare

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

08 Dec 08:20
Compare
Choose a tag to compare
Working PyPi Package Pre-release
Pre-release

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