Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add packaging files for python hypertable client #73

Closed
wants to merge 1 commit into from
Closed

add packaging files for python hypertable client #73

wants to merge 1 commit into from

Conversation

ediskandarov
Copy link

I adopt existing hypertable python client sources for python packaging.

After merge please register hypertable at python package index(https://pypi.python.org/pypi) and upload hypertable python package.

cd src/py/ThriftClient
# Create python source distribution and upload it to python package index
python setup.py sdist upload

This should be done on every release of hypertable(if there are any change in python package).

After that there will be no necessary to install hypertable distribution instead install python package.

As simple as:

pip install hypertable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant