- A simple python client to access a BayEOS Server
- Runs on Python3
- Basic access functionality to read and write observation data
You can use pip or the setup.py script to install the package.
Get the source from git via a git pull request and install the package:
pip install git+https://github.com/BayCEER/bayeos-python-cli.git#egg=bayeos
Install the package by a git clone request followed by a run of setup.py:
git clone https://github.com/BayCEER/bayeos-python-cli.git
cd bayeos-python-cli
python setup.py install
- bayeos.cli: Command line client for python console