frinx-conductor-workers


Namefrinx-conductor-workers JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/FRINXio/fm-base-workers
SummaryConductor python client workers
upload_time2024-02-29 08:17:41
maintainer
docs_urlNone
authorFrinx
requires_python
licenseApache 2.0
keywords conductor
VCS
bugtrack_url
requirements jinja2 psycopg2 frinx-conductor-client requests setuptools aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fm-base-workers
Network infrastructure micro services
Base workers and workflows for Frinx-Machine workflow-manager

##### ENV variables
```
UNICONFIG_URL_BASE
ELASTICSEACRH_URL_BASE
CONDUCTOR_URL_BASE
INVENTORY_URL_BASE
INFLUXDB_URL_BASE
RESOURCE_MANAGER_URL_BASE
UNICONFIG_USER
UNICONFIG_PASSWD
X_TENANT_ID
X_FROM
X_AUTH_USER_GROUP
```
e.g.:
Uniconfig host can be configured in env.:```UNICONFIG_URL_BASE=http://uniconfig:8181/rests```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FRINXio/fm-base-workers",
    "name": "frinx-conductor-workers",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "conductor",
    "author": "Frinx",
    "author_email": "info@frinx.io",
    "download_url": "https://files.pythonhosted.org/packages/ec/5b/01fdd401eb70f4d37e4379b7e30fe826fa2ac6ad1798162b2cf4cb59785c/frinx_conductor_workers-2.0.0.tar.gz",
    "platform": null,
    "description": "# fm-base-workers\nNetwork infrastructure micro services\nBase workers and workflows for Frinx-Machine workflow-manager\n\n##### ENV variables\n```\nUNICONFIG_URL_BASE\nELASTICSEACRH_URL_BASE\nCONDUCTOR_URL_BASE\nINVENTORY_URL_BASE\nINFLUXDB_URL_BASE\nRESOURCE_MANAGER_URL_BASE\nUNICONFIG_USER\nUNICONFIG_PASSWD\nX_TENANT_ID\nX_FROM\nX_AUTH_USER_GROUP\n```\ne.g.:\nUniconfig host can be configured in env.:```UNICONFIG_URL_BASE=http://uniconfig:8181/rests```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Conductor python client workers",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/FRINXio/fm-base-workers"
    },
    "split_keywords": [
        "conductor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf6bb71e8169138194ea507d41cea52c3e2795a12fe955de1790cf49c48be48e",
                "md5": "b91681e89fd89472076530fe5f148ed6",
                "sha256": "017815f213189ec6434462c5ce220369e774dea9ae7b293cdb19a6ae1a4a1451"
            },
            "downloads": -1,
            "filename": "frinx_conductor_workers-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b91681e89fd89472076530fe5f148ed6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 54227,
            "upload_time": "2024-02-29T08:17:40",
            "upload_time_iso_8601": "2024-02-29T08:17:40.248547Z",
            "url": "https://files.pythonhosted.org/packages/bf/6b/b71e8169138194ea507d41cea52c3e2795a12fe955de1790cf49c48be48e/frinx_conductor_workers-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec5b01fdd401eb70f4d37e4379b7e30fe826fa2ac6ad1798162b2cf4cb59785c",
                "md5": "47bc3dd6d17be35f17cce0aa100377f0",
                "sha256": "fe5c811cf6d56190f3affc3f300e828c5aa95ff8174b78054f89d2f00d83a69f"
            },
            "downloads": -1,
            "filename": "frinx_conductor_workers-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47bc3dd6d17be35f17cce0aa100377f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35167,
            "upload_time": "2024-02-29T08:17:41",
            "upload_time_iso_8601": "2024-02-29T08:17:41.567464Z",
            "url": "https://files.pythonhosted.org/packages/ec/5b/01fdd401eb70f4d37e4379b7e30fe826fa2ac6ad1798162b2cf4cb59785c/frinx_conductor_workers-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 08:17:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FRINXio",
    "github_project": "fm-base-workers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "2.11.2"
                ]
            ]
        },
        {
            "name": "psycopg2",
            "specs": []
        },
        {
            "name": "frinx-conductor-client",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "~=",
                    "2.28.1"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "65.6.3"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "~=",
                    "3.8.3"
                ]
            ]
        }
    ],
    "lcname": "frinx-conductor-workers"
}
        
Elapsed time: 0.26591s