Metadata-Version: 2.1
Name: OpenTamPy
Version: 0.3.1
Summary: OpenTamPy - A Python library to interface with https://intranet.tam.ch/
Home-page: https://github.com/neonfighter28/OpenTamPy/
Author: neonfighter28
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/neonfighter28/OpenTamPy/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenTamPy

[![Documentation Status](https://readthedocs.org/projects/opentampy/badge/?version=latest)](https://opentampy.readthedocs.io/en/latest/?badge=latest)

## A Python Library to simplify the access to the [Intranet](https://intranet.tam.ch/) website

[Full Documentation](https://opentampy.readthedocs.io/)

## Development

### Installing with pip

`python3 -m pip install OpenTamPy`

### Installing from source

1. Clone the repo from [https://github.com/neonfighter28/OpenTamPy](https://github.com/neonfighter28/OpenTamPy)
2. Install dependencies from requirements.txt with `pip install -r requirements.txt`

### Pushing to GitHub

1. Fork the project
2. Commit your changes
3. Create a PR


