diff --git a/README.md b/README.md index b0f7e2d..e5f9f75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# easyaccess latest release License pypi version +# easyaccess latest release License pypi version ![help_screen](data/help.gif) Enhanced command line SQL interpreter client for astronomical databases. @@ -7,10 +7,8 @@ Python Command Line Interpreter to access Oracle DES DB using cx_Oracle For a short tutorial check [here](http://matias-ck.com/easyaccess) -(Using des credentials) - -**Current version = 1.4.2** +**Current version = 1.4.3** ## Requirements @@ -39,7 +37,7 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess) - write output results to csv, tab, fits files or HDF5 files - load tables from csv, fits or hdf5 directly into DB (memory friendly by using number of rows or memory limit) - intrinsic db commands to describe tables, own schema, quota and more -- It can be imported as module from python, extense python API +- It can be imported as module from python, complete python API - Can run command directly from command line - Load sql query from file and/or from editor - Show the execution plan of a query if required @@ -49,12 +47,12 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess) ## Conda installation Now easyaccess can be installed using [conda](http://conda.pydata.org/docs/install/quick.html) out of the box! - conda install easyaccess==1.4.2 -c mgckind + conda install easyaccess==1.4.3 -c mgckind ## Pip installation easyaccess can also be installed using `pip` but it'd require the installation of the oracle instant client first - pip install easyaccess==1.4.2 + pip install easyaccess==1.4.3 ## Interactive interpreter diff --git a/config/conda/meta.yaml b/config/conda/meta.yaml index 935ec05..760f97f 100644 --- a/config/conda/meta.yaml +++ b/config/conda/meta.yaml @@ -1,9 +1,9 @@ package: name: easyaccess - version: "1.4.2" + version: "1.4.3" source: - git_rev: 1.4.2 + git_rev: 1.4.3 git_url: https://github.com/mgckind/easyaccess.git build: