28 lines
536 B
Markdown
28 lines
536 B
Markdown
# SYSLAB Python Interface
|
|
|
|
This project provides a Python interface to several SYSLAB components.
|
|
|
|
## Required software
|
|
|
|
- Python (>=3.7)
|
|
- python-requests (>=2.18)
|
|
- python-bs4 (>= 4.7)
|
|
|
|
## Installation
|
|
|
|
To install the package in your local path, run
|
|
|
|
```shell
|
|
python setup.py install
|
|
```
|
|
|
|
Alternatively, copy the `syslab` folder into your project directory.
|
|
|
|
# Contributors
|
|
|
|
- Anders Thavlov: Initial implementation
|
|
- Oliver Gehrke
|
|
- Daniel Esteban Morales Bondy
|
|
- Tue Vissing Jensen
|
|
- Federico Zarelli
|