Metadata-Version: 1.1
Name: bigstash
Version: 1.0
Summary: The BigStash Python SDK

Home-page: http://github.com/longaccess/bigstash-python/
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache
Description: ===================
        BigStash Python SDK
        ===================
        ---------------------------------
        A Python SDK for the BigStash API
        ---------------------------------
        
        Overview
        --------
        
        This is a Python SDK for interacting with the BigStash_ service.
        
        .. _BigStash: http://www.bigstash.co/ 
        
        Installation
        ------------
        
        To get the latest stable release from PyPi
        
        .. code-block:: bash
        
            pip install bigstash
        
        To get the latest commit from GitHub
        
        .. code-block:: bash
        
            pip install -e git+git://github.com/longaccess/bigstash-python.git#egg=bigstash
        
        
        Usage
        -----
        
        To be documented.
        
        
        Contribute
        ----------
        
        If you want to contribute to this project, please perform the following steps
        
        .. code-block:: bash
        
            # Fork this repository
            # Clone your fork
            mkvirtualenv -p python2.7 bigstash
            make develop
        
            git co -b feature_branch master
            # Implement your feature and tests
            git add . && git commit
            git push -u origin feature_branch
            # Send us a pull request for your feature branch
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Archiving
Classifier: Topic :: Utilities
