Skip to content

BayCEER/bayeos-python-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayeos python logo

  • A simple python client to access a BayEOS Server
  • Runs on Python3
  • Basic access functionality to read and write observation data

Installation

You can use pip or the setup.py script to install the package.

PIP

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

Setup.py

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

API Documentation

  • bayeos.cli: Command line client for python console

Example Usage