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

https://github.com/ovinc/clivo

Command Line Interface to control values of objects in trigger events with real-time user inputs.
https://github.com/ovinc/clivo

cli control events properties python

Last synced: 3 months ago
JSON representation

Command Line Interface to control values of objects in trigger events with real-time user inputs.

Awesome Lists containing this project

README

        

About
=====

**C**ommand **L**ine **I**nterface to **C**ontrol **V**alues of **O**bjects and trigger events with user inputs.

Install
-------

```bash
git clone https://github.com/ovinc/clivo
pip install -e clivo
```

Install must be done from a git repository (or from PyPI) to get version information.

Quick start
-----------

```python
from clivo import CommandLineInterface
cli = CommandLineInterface(objects, events)
```

See `Example.ipynb` and docstrings of `CommandLineInterface` on how to use.

Misc. info
==========

Testing
-------

Use the `Example.ipynb` notebook.

Python requirements
-------------------

Python >= 3.6

Author
------

Olivier Vincent

([email protected])

License
-------

3-Clause BSD (see *LICENSE* file).