Metadata-Version: 1.1
Name: ssan
Version: 0.0.1
Summary: ssan is a simple boto3 S3 wrapper that provide very basic put, get, delete conventional method
Home-page: https://github.com/MacHu-GWU/ssan-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/ssan-project/tarball/2016-03-22
Description: Welcome to the ssan Documentation

        =================================

        

        ``ssan`` is a simple boto3 S3 wrapper that provide very basic put, get, delete conventional method.

        

        **Quick links**:

        

        - `GitHub Homepage <https://github.com/MacHu-GWU/ssan-project>`_

        - `Online Documentation <https://github.com/MacHu-GWU/ssan-project>`_

        - `PyPI download <https://pypi.python.org/pypi/ssan>`_

        - `Install <install_>`_

        - `Issue submit and feature request <https://github.com/MacHu-GWU/ssan-project/issues>`_

        

        

        .. _install:

        

        Install

        -------

        ``ssan`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install ssan

        

        To upgrade to latest version:

        

        .. code-block:: console

        	

        	$ pip install --upgrade ssan
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
