Metadata-Version: 1.0
Name: qds_ops
Version: 0.2
Summary: Python SDK for operating the Qubole Data Service
Home-page: http://packages.python.org/qds_ops
Author: Qubole
Author-email: dev@qubole.com
License: UNKNOWN
Description: Development Setup
        =================
        VirtualEnv
        ----------
        1. Make sure you have [virtualenv](https://pypi.python.org/pypi/virtualenv) setup.
        2. Create a virtualenv for this project.
        3. Ignore egg-info in [git](https://help.github.com/articles/ignoring-files#global-gitignore).
        4. Activate the virtualenv everytime. (Ugh! One more thing to forget)
        5. Change to source directory
        6. Every time you make a change, run develop script
        
            mkdir ~/python-envs;
            virtualenv ~/python-envs/qds_ops;
        
            source ~/python-envs/qds_ops/bin/activate;
            cd ~/src/qds_ops/
            
            python setup.py develop;
        
Keywords: qubole ops
Platform: UNKNOWN
