PostgreSQL Plugin for Intake
This repo depends upon postgresdapter
, which is currently unmaintained. We therefore suggest you use intake-sql
instead.
Note: the following command does not work yet, and the developer installation is recommended.
conda install -c intake intake-postgres
-
Create a development environment with
conda create
. Then install the dependencies:conda install -c intake intake conda install -n root conda-build git clone https://github.com/ContinuumIO/PostgresAdapter.git conda build PostgresAdapter/buildscripts/condarecipe conda install --use-local postgresadapter conda install pandas psycopg2 sqlalchemy postgresql pytest shapely
-
Development installation:
python setup.py develop --no-deps
-
Running tests:
pytest -v tests