Metadata-Version: 2.1
Name: jexia-cli
Version: 0.0.1.dev4
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/
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
Requires-Dist: jexia-sdk (==0.0.1.dev6)
Requires-Dist: cliff (==2.18.0)
Provides-Extra: dev
Requires-Dist: mock (==3.0.5) ; extra == 'dev'
Requires-Dist: pytest-profiling (==1.7.0) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.7.1) ; extra == 'dev'
Requires-Dist: flake8 (==3.7.9) ; extra == 'dev'
Requires-Dist: flake8-colors ; extra == 'dev'
Requires-Dist: docutils (==0.16) ; extra == 'dev'
Requires-Dist: tox (==3.13.2) ; extra == 'dev'
Requires-Dist: invoke (==1.3.0) ; extra == 'dev'
Requires-Dist: pygments (==2.2.0) ; extra == 'dev'
Requires-Dist: pytest (==4.6.5) ; (python_version < "3.5") and extra == 'dev'
Requires-Dist: pytest (==5.0.1) ; (python_version >= "3.5") and extra == 'dev'
Provides-Extra: doc
Requires-Dist: alabaster (==0.7.12) ; extra == 'doc'
Requires-Dist: Sphinx (==2.1.2) ; extra == 'doc'
Requires-Dist: sphinx-issues (==1.2.0) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: mock (==3.0.5) ; extra == 'test'
Requires-Dist: pytest-profiling (==1.7.0) ; extra == 'test'
Requires-Dist: pytest-cov (==2.7.1) ; extra == 'test'
Requires-Dist: flake8 (==3.7.9) ; extra == 'test'
Requires-Dist: flake8-colors ; extra == 'test'
Requires-Dist: docutils (==0.16) ; extra == 'test'
Requires-Dist: pytest (==4.6.5) ; (python_version < "3.5") and extra == 'test'
Requires-Dist: pytest (==5.0.1) ; (python_version >= "3.5") and extra == 'test'

=========
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
-------



