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
- Host: GitHub
- URL: https://github.com/toabctl/oxcli
- Owner: toabctl
- License: apache-2.0
- Created: 2016-07-02T06:34:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T18:28:45.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T18:12:46.553Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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