Skip to content

Commit

Permalink
version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Aug 15, 2017
1 parent 0cc30fb commit d760bfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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>
# 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>
![help_screen](data/help.gif)

Enhanced command line SQL interpreter client for astronomical databases.
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d760bfe

Please sign in to comment.