Metadata-Version: 2.1
Name: jexia_cli
Version: 0.0.1.dev3
Summary: Official CLI tool for Jexia platform
Home-page: https://github.com/jexia/jexia-cli
Author: Jexia
Author-email: sdk-team@jexia.com
License: MIT
Project-URL: Bug Reports, https://github.com/jexia/jexia-cli/issues
Project-URL: Source, https://github.com/jexia/jexia-cli/
Description: =========
        Jexia CLI
        =========
        
        .. image:: https://circleci.com/gh/jexia/jexia-cli/tree/master.svg?style=svg
            :target: https://circleci.com/gh/jexia/jexia-cli/tree/master
            :alt: Build status
        .. image:: https://coveralls.io/repos/jexia/jexia-cli/badge.svg?branch=master
            :target: https://coveralls.io/r/jexia/jexia-cli?branch=master
            :alt: Code coverage
        .. image:: https://img.shields.io/pypi/l/jexia-cli.svg
            :target: https://pypi.org/project/jexia-cli
            :alt: License
        .. image:: https://img.shields.io/pypi/pyversions/jexia-cli.svg
            :target: https://pypi.org/project/jexia-cli
            :alt: Supported Python versions
        
        This is the official Jexia CLI for interacting with Jexia platform.
        
        .. image:: https://user-images.githubusercontent.com/3440116/73827173-5ebe8c00-47ff-11ea-865b-7ff68dc78d6e.jpg
            :target: https://github.com/jexia/jexia-cli
            :alt: Jexia CLI
        
        
        Compatibility
        =============
        
        Jexia-CLI requires Python 2.7.15+.
        
        
        Installation
        ============
        
        You can install jexia-cli with pip:
        
        .. code-block:: console
        
            $ pip install jexia-cli
        
        or with easy_install:
        
        .. code-block:: console
        
            $ easy_install jexia-cli
        
        
        Quick start
        ===========
        
        .. code-block:: console
        
            $ jexia login
            $ jexia help
        
        
        Contributors
        ============
        
        Jexia-CLI is brought to you by @velp.
        
        Of course, everyone is welcome to contribute and we will be happy to review your
        PR's or answer to your issues.
        
        
        Documentation
        =============
        
        The documentation is hosted `on Read the Docs <http://jexia-cli.readthedocs.io/en/latest/>`__
        
        
        Contribution
        ============
        Want to contribute! That's awesome! Check out `CONTRIBUTING.rst! <https://github.com/jexia/jexia-cli/blob/master/CONTRIBUTING.rst>`__
        
        Changelog
        =========
        
        
        
        Current
        -------
        
        
Keywords: jexia cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7.15, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Provides-Extra: test
Provides-Extra: doc
Provides-Extra: dev
