Metadata-Version: 1.0
Name: atlas_sdk
Version: 2.0.0
Summary: Python SDK to interact with atlas
Home-page: https://github.com/atlassistant/atlas-sdk
Author: Julien LEICHER
Author-email: UNKNOWN
License: GPL-3.0
Description: atlas-sdk |travis| |pypi| |license|
        ===================================
        
        .. |travis| image:: https://travis-ci.org/atlassistant/atlas-sdk.svg?branch=next
            :target: https://travis-ci.org/atlassistant/atlas-sdk
        
        .. |pypi| image:: https://badge.fury.io/py/atlas-sdk.svg
            :target: https://badge.fury.io/py/atlas-sdk
        
        .. |license| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
            :target: https://www.gnu.org/licenses/gpl-3.0
        
        Python SDK to interact with `atlas <https://github.com/atlassistant/atlas>`_. It also serves as a base for the **core** since it defines a lot of shared components.
        
        Installation
        ------------
        
        pip
        ~~~
        
        .. code-block:: bash
        
          $ pip install atlas-sdk
        
        source
        ~~~~~~
        
        .. code-block:: bash
        
          $ git clone https://github.com/atlassistant/atlas-sdk.git
          $ cd atlas-sdk
          $ python setup.py install
        
        Testing
        -------
        
        .. code-block:: bash
        
          $ cd tests/
          $ python -m unittest -v
        
Platform: UNKNOWN
