1- # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.2 " > <img src =" https://img.shields.io/badge/release-v1.4.2 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.4.2 " ><img src =" https://img.shields.io/badge/pypi-v1.4.2 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.2 -blue.svg " /> </a >
1+ # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.3 " > <img src =" https://img.shields.io/badge/release-v1.4.3 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.4.3 " ><img src =" https://img.shields.io/badge/pypi-v1.4.3 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.3 -blue.svg " /> </a >
22![ help_screen] ( data/help.gif )
33
44Enhanced command line SQL interpreter client for astronomical databases.
@@ -7,10 +7,8 @@ Python Command Line Interpreter to access Oracle DES DB
77using cx_Oracle
88
99For a short tutorial check [ here] ( http://matias-ck.com/easyaccess )
10- (Using des credentials)
1110
12-
13- ** Current version = 1.4.2**
11+ ** Current version = 1.4.3**
1412
1513## Requirements
1614
@@ -39,7 +37,7 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
3937- write output results to csv, tab, fits files or HDF5 files
4038- load tables from csv, fits or hdf5 directly into DB (memory friendly by using number of rows or memory limit)
4139- intrinsic db commands to describe tables, own schema, quota and more
42- - It can be imported as module from python, extense python API
40+ - It can be imported as module from python, complete python API
4341- Can run command directly from command line
4442- Load sql query from file and/or from editor
4543- Show the execution plan of a query if required
@@ -49,12 +47,12 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
4947## Conda installation
5048Now easyaccess can be installed using [ conda] ( http://conda.pydata.org/docs/install/quick.html ) out of the box!
5149
52- conda install easyaccess==1.4.2 -c mgckind
50+ conda install easyaccess==1.4.3 -c mgckind
5351
5452## Pip installation
5553easyaccess can also be installed using ` pip ` but it'd require the installation of the oracle instant client first
5654
57- pip install easyaccess==1.4.2
55+ pip install easyaccess==1.4.3
5856
5957## Interactive interpreter
6058
0 commit comments