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 >
2
2
![ help_screen] ( data/help.gif )
3
3
4
4
Enhanced command line SQL interpreter client for astronomical databases.
@@ -7,10 +7,8 @@ Python Command Line Interpreter to access Oracle DES DB
7
7
using cx_Oracle
8
8
9
9
For a short tutorial check [ here] ( http://matias-ck.com/easyaccess )
10
- (Using des credentials)
11
10
12
-
13
- ** Current version = 1.4.2**
11
+ ** Current version = 1.4.3**
14
12
15
13
## Requirements
16
14
@@ -39,7 +37,7 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
39
37
- write output results to csv, tab, fits files or HDF5 files
40
38
- load tables from csv, fits or hdf5 directly into DB (memory friendly by using number of rows or memory limit)
41
39
- 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
43
41
- Can run command directly from command line
44
42
- Load sql query from file and/or from editor
45
43
- Show the execution plan of a query if required
@@ -49,12 +47,12 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
49
47
## Conda installation
50
48
Now easyaccess can be installed using [ conda] ( http://conda.pydata.org/docs/install/quick.html ) out of the box!
51
49
52
- conda install easyaccess==1.4.2 -c mgckind
50
+ conda install easyaccess==1.4.3 -c mgckind
53
51
54
52
## Pip installation
55
53
easyaccess can also be installed using ` pip ` but it'd require the installation of the oracle instant client first
56
54
57
- pip install easyaccess==1.4.2
55
+ pip install easyaccess==1.4.3
58
56
59
57
## Interactive interpreter
60
58
0 commit comments