Skip to content

Commit

Permalink
new readme and setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafon committed Aug 15, 2021
1 parent 66963a7 commit cc1ce9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pysqoop
A python package that lets you sqoop into HDFS/Hive/HBase data from RDBMS using sqoop.

[![PyPI](https://img.shields.io/badge/pip-v.0.0.15-blue.svg)](https://pypi.org/project/pysqoop)
[![PyPI](https://img.shields.io/badge/pip-v.0.0.16-blue.svg)](https://pypi.org/project/pysqoop)
![Python](https://img.shields.io/badge/python-3.5+-green.svg)
[![Tests](https://img.shields.io/badge/tests-6%20%2F%206-brightgreen.svg)](https://github.com/lucafon/pysqoop/blob/master/unittests/unintary_tests.py)
[![MIT license](http://img.shields.io/badge/license-MIT-orange.svg)](http://opensource.org/licenses/MIT)
Expand Down
4 changes: 2 additions & 2 deletions pysqoop/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pysqoop
A python package that lets you sqoop into HDFS/Hive/HBase data from RDBMS using sqoop.

[![PyPI](https://img.shields.io/badge/pip-v.0.0.15-blue.svg)](https://pypi.org/project/pysqoop)
![Python](https://img.shields.io/badge/python-3.5+,2.7-green.svg)
[![PyPI](https://img.shields.io/badge/pip-v.0.0.16-blue.svg)](https://pypi.org/project/pysqoop)
![Python](https://img.shields.io/badge/python-3.5+-green.svg)
[![Tests](https://img.shields.io/badge/tests-6%20%2F%206-brightgreen.svg)](https://github.com/lucafon/pysqoop/blob/master/unittests/unintary_tests.py)
[![MIT license](http://img.shields.io/badge/license-MIT-orange.svg)](http://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion pysqoop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pysqoop",
version="0.0.15",
version="0.0.16",
author="Luca Fontanili",
author_email="[email protected]",
description="A simple package to let you Sqoop into HDFS/Hive/HBase with python",
Expand Down

0 comments on commit cc1ce9f

Please sign in to comment.