OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
README
PyPI

pyheavydb

A python DB API compliant interface for HeavyDB (formerly OmniSci and MapD).

Regenerate thrift files

You need to install thrift compiler. Then you can do:

``` make thrift ```

Release

Update first the version numbers and make sure thrift files are up-to-date. Releasing on PyPi assume you have a PyPi token in your environment.

```

this will generate thrift files, make a distribution and upload on PyPi

make publish ```