moss-emspy


Namemoss-emspy JSON
Version 2.4.1 PyPI version JSON
download
home_pagehttps://www.moss.de/
SummaryPackage to interact with MOSS WEGA-EMS
upload_time2023-06-13 07:12:42
maintainerM.O.S.S.Computer Grafik Systeme GmbH
docs_urlNone
authorM.O.S.S.Computer Grafik Systeme GmbH
requires_python>=3.7,<4
licenseMIT
keywords wegaems
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.moss.de/",
    "name": "moss-emspy",
    "maintainer": "M.O.S.S.Computer Grafik Systeme GmbH",
    "docs_url": null,
    "requires_python": ">=3.7,<4",
    "maintainer_email": "develop@moss.de",
    "keywords": "wegaems",
    "author": "M.O.S.S.Computer Grafik Systeme GmbH",
    "author_email": "develop@moss.de",
    "download_url": "https://files.pythonhosted.org/packages/f7/27/64bbad85f01ace8aad6dd5ce9d1071aff1a1a7a59167c3fd9dd8a9a0b00a/moss_emspy-2.4.1.tar.gz",
    "platform": null,
    "description": "# MOSS emspy\n\n## Description\n\nThis is the Python SDK to interact with [M.O.S.S. Computer Grafik Systeme GmbH](https://www.moss.de/wega/) WEGA-EMS\n\n## Installation\n\nThis package kann be installed using pip\n\n```shell\npython -m pip install moss_emspy\n```\n\n## Usage\n\n```python\nmy_service = Service(\"http://localhost:8080/wega-ems/\",\n            username=\"Test\",\n            password=\"Test\")\nmy_service.projects\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package to interact with MOSS WEGA-EMS",
    "version": "2.4.1",
    "project_urls": {
        "Homepage": "https://www.moss.de/"
    },
    "split_keywords": [
        "wegaems"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1d4fb4e55242514de2c6df7af10fec63707de7c5afeed002e6d2398256ad138",
                "md5": "a0819b326b99bec4a1655c8331ca66ab",
                "sha256": "9c7d1cf9cfc94af9e5a9a25775916dfeb9ab9b2a0f9295b67ac1c03f5794ea40"
            },
            "downloads": -1,
            "filename": "moss_emspy-2.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0819b326b99bec4a1655c8331ca66ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4",
            "size": 60498,
            "upload_time": "2023-06-13T07:12:41",
            "upload_time_iso_8601": "2023-06-13T07:12:41.044425Z",
            "url": "https://files.pythonhosted.org/packages/d1/d4/fb4e55242514de2c6df7af10fec63707de7c5afeed002e6d2398256ad138/moss_emspy-2.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f72764bbad85f01ace8aad6dd5ce9d1071aff1a1a7a59167c3fd9dd8a9a0b00a",
                "md5": "51020b0153623040cf9b7294eef9fa07",
                "sha256": "746a451c990153d9776a44c90abd6e478540d2846c24fab0bc1f01e332d01ec9"
            },
            "downloads": -1,
            "filename": "moss_emspy-2.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "51020b0153623040cf9b7294eef9fa07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4",
            "size": 35963,
            "upload_time": "2023-06-13T07:12:42",
            "upload_time_iso_8601": "2023-06-13T07:12:42.920335Z",
            "url": "https://files.pythonhosted.org/packages/f7/27/64bbad85f01ace8aad6dd5ce9d1071aff1a1a7a59167c3fd9dd8a9a0b00a/moss_emspy-2.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 07:12:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "moss-emspy"
}
        
Elapsed time: 0.09989s