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.
- Host: GitHub
- URL: https://github.com/ovinc/clivo
- Owner: ovinc
- License: bsd-3-clause
- Created: 2022-02-15T15:26:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T19:10:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T12:51:22.539Z (4 months ago)
- Topics: cli, control, events, properties, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
License
-------3-Clause BSD (see *LICENSE* file).