Metadata-Version: 2.1
Name: moss-emspy
Version: 1.2.1
Summary: Package to interact with MOSS WEGA-EMS
Home-page: https://www.moss.de/
License: MIT
Keywords: wegaems
Author: M.O.S.S.Computer Grafik Systeme GmbH
Author-email: develop@moss.de
Maintainer: M.O.S.S.Computer Grafik Systeme GmbH
Maintainer-email: develop@moss.de
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: anytree (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.18.0,<3.0.0)
Requires-Dist: tqdm (>=4.58.0,<5.0.0)
Requires-Dist: typing (>=3.7.4,<4.0.0); python_version < "3.5"
Description-Content-Type: text/markdown

# MOSS emspy

## Description

This is the Python SDK to interact with [M.O.S.S. Computer Grafik Systeme GmbH](https://www.moss.de/wega/) WEGA-EMS

## Installation

This package kann be installed using pip

```shell
python -m pip install moss_emspy
```

## Usage

```python
my_service = Service("http://localhost:8080/wega-ems/",
            username="Test",
            password="Test")
my_service.projects
```

