zabel-commons


Namezabel-commons JSON
Version 1.7.0 PyPI version JSON
download
home_pagehttps://github.com/engie-group/zabel
SummaryThe Zabel transverse **commons** library
upload_time2023-08-28 12:22:35
maintainer
docs_urlNone
authorMartin Lafaix
requires_python>= 3.8.0
licenseEclipse Public License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zabel-commons

## Overview

This is part of the Zabel platform.  The **zabel-commons** package contains
interfaces, exceptions, and helpers that are used throughout the platform.

It is not typically installed as a standalone package but comes in as a
dependency from other packages.

If you want to develop a package that offers new _elements_ for Zabel, or if
you want to create an application that will be deployed using **zabel-fabric**,
you will probably have to add this package as a dependency.

It provides five modules:

- _zabel.commons.exceptions_
- _zabel.commons.interfaces_
- _zabel.commons.sessions_
- _zabel.commons.servers_
- _zabel.commons.utils_

This package makes use of the **requests** library.  It has no other external
dependencies.

## License

```text
Copyright (c) 2019-2023 Martin Lafaix (martin.lafaix@external.engie.com) and others

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/

SPDX-License-Identifier: EPL-2.0
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/engie-group/zabel",
    "name": "zabel-commons",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.8.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Martin Lafaix",
    "author_email": "martin.lafaix@external.engie.com",
    "download_url": "",
    "platform": null,
    "description": "# zabel-commons\n\n## Overview\n\nThis is part of the Zabel platform.  The **zabel-commons** package contains\ninterfaces, exceptions, and helpers that are used throughout the platform.\n\nIt is not typically installed as a standalone package but comes in as a\ndependency from other packages.\n\nIf you want to develop a package that offers new _elements_ for Zabel, or if\nyou want to create an application that will be deployed using **zabel-fabric**,\nyou will probably have to add this package as a dependency.\n\nIt provides five modules:\n\n- _zabel.commons.exceptions_\n- _zabel.commons.interfaces_\n- _zabel.commons.sessions_\n- _zabel.commons.servers_\n- _zabel.commons.utils_\n\nThis package makes use of the **requests** library.  It has no other external\ndependencies.\n\n## License\n\n```text\nCopyright (c) 2019-2023 Martin Lafaix (martin.lafaix@external.engie.com) and others\n\nThis program and the accompanying materials are made\navailable under the terms of the Eclipse Public License 2.0\nwhich is available at https://www.eclipse.org/legal/epl-2.0/\n\nSPDX-License-Identifier: EPL-2.0\n```\n",
    "bugtrack_url": null,
    "license": "Eclipse Public License 2.0",
    "summary": "The Zabel transverse **commons** library",
    "version": "1.7.0",
    "project_urls": {
        "Homepage": "https://github.com/engie-group/zabel"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b753386b4ae6f3628d892602f09e8ad101f2ba60ef3935251f27addbde4f5d4",
                "md5": "2cc58bff37344d6491aab87e626ca706",
                "sha256": "eceac40e16056d4297cbe4550ee82c0514e2808527b36eae32e82a20365ccc93"
            },
            "downloads": -1,
            "filename": "zabel_commons-1.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cc58bff37344d6491aab87e626ca706",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.8.0",
            "size": 20544,
            "upload_time": "2023-08-28T12:22:35",
            "upload_time_iso_8601": "2023-08-28T12:22:35.397610Z",
            "url": "https://files.pythonhosted.org/packages/2b/75/3386b4ae6f3628d892602f09e8ad101f2ba60ef3935251f27addbde4f5d4/zabel_commons-1.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 12:22:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "engie-group",
    "github_project": "zabel",
    "github_not_found": true,
    "lcname": "zabel-commons"
}
        
Elapsed time: 0.11099s