Metadata-Version: 2.1
Name: proscan-log-api
Version: 1.2.1
Summary: Log API for PSI's PROSCAN
Author: Niklas Laufkoetter
Author-email: niklas.laufkoetter@psi.ch
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# log_API - PROSCAN LOG API

#### Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Quick-start Guid](#quick-start-guide)
- [Documentation](#documentation)
- [Dependencies](#dependencies)
- [Contribute](#contribute)
- [Project Changes and Tagged Releases](#project-changes-and-tagged-releases)
- [Developer Notes](#developer-notes)
- [Contact](#contact)

# Introduction
This project/package aims to provide a simple way to get PASS, TDS and TCS Logs.

# Installation
Install with pip
```bash
pip install proscan_log_api
```
# Quick-start Guide
Here are some simple examples to get you started:
```python


```


# Documentation
Current Features:


Check out the wiki for more info!

# Dependencies
None!


# Contribute
To contribute, simply clone the project.
You can uses ``` pip -r requirements.txt ``` or the Makefile to set up the project.
After that you can make changes and create a pull request or if allowed merge your changes.


# Project Changes and Tagged Releases
* See the Changelog file for further information
* Project releases are available in pypi

# Developer Notes
Currently None

# Contact
If you have any questions pleas contract 'niklas.laufkoetter@psi.ch'

