Command Line Interface

The py3odb library comes with an entry point to run commands from the command-line. This should be available if you install py3odb using pip or setup.py. Doing so will allow you to run the py3odb command with one of three subcommands: dump, geopoints, or query.

Installation

$ pip3 install py3odb
$ python3 setup.py install [--user]