An open API service indexing awesome lists of open source software.

https://github.com/toabctl/oxcli

Command line client for Open-Xchange
https://github.com/toabctl/oxcli

Last synced: about 1 year ago
JSON representation

Command line client for Open-Xchange

Awesome Lists containing this project

README

          

oxcli - a command line client for Open-Xchange
==============================================

.. image:: https://travis-ci.org/toabctl/oxcli.png?branch=master
:target: https://travis-ci.org/toabctl/oxcli

Installation
------------
To install oxcli from the `Python Package Index`_, simply:

.. code-block:: bash

$ pip install oxcli

Usage
-----
To get the help, do:

.. code-block:: bash

$ oxcli -h

Hacking and contributing
------------------------
Fork `the repository`_ on Github to start making your changes to the **master**
branch (or branch off of it). Don't forget to write a test for fixed issues or
implemented features whenever appropriate. You can invoke the testsuite from
the repository root directory via `tox`_:

.. code-block:: bash

$ tox

.. _`Python Package Index`: https://pypi.python.org/
.. _`the repository`: https://github.com/toabctl/oxcli
.. _`tox`: http://testrun.org/tox