netunicorn-director-infrastructure


Namenetunicorn-director-infrastructure JSON
Version 0.4.0 PyPI version JSON
download
home_page
Summarynetunicorn infrastructure module
upload_time2023-12-23 02:05:35
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords netunicorn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # netunicorn infrastructure module
This module is responsible for connection to deployment systems
via system-specific connectors.

## Installation
```bash
pip install netunicorn-director-infrastructure
```

Then, install all required connectors (specific to your infrastructure)

## Usage
Start the infrastructure module with the following command:
```bash
python -m netunicorn.director.infrastructure -f /path/to/config.yml
```

See confiuration-example.yml for configuration example.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "netunicorn-director-infrastructure",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "netunicorn",
    "author": "",
    "author_email": "Roman Beltiukov <rbeltiukov@ucsb.edu>",
    "download_url": "https://files.pythonhosted.org/packages/37/f5/739b937acd662e9a616363988b379db9c387872ca661e82011eea2f43fd6/netunicorn-director-infrastructure-0.4.0.tar.gz",
    "platform": null,
    "description": "# netunicorn infrastructure module\nThis module is responsible for connection to deployment systems\nvia system-specific connectors.\n\n## Installation\n```bash\npip install netunicorn-director-infrastructure\n```\n\nThen, install all required connectors (specific to your infrastructure)\n\n## Usage\nStart the infrastructure module with the following command:\n```bash\npython -m netunicorn.director.infrastructure -f /path/to/config.yml\n```\n\nSee confiuration-example.yml for configuration example.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "netunicorn infrastructure module",
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [
        "netunicorn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9002910f4d51be0f8ac077b1e5de21aa8e8f60d37b424395e466342e4a5a8053",
                "md5": "cbc72510c53700b904c981de1d6fc710",
                "sha256": "fd5c3584c9be005a9334d3e427d31eb659412b7b43942202ea23ceee429aa9eb"
            },
            "downloads": -1,
            "filename": "netunicorn_director_infrastructure-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbc72510c53700b904c981de1d6fc710",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13699,
            "upload_time": "2023-12-23T02:05:33",
            "upload_time_iso_8601": "2023-12-23T02:05:33.843204Z",
            "url": "https://files.pythonhosted.org/packages/90/02/910f4d51be0f8ac077b1e5de21aa8e8f60d37b424395e466342e4a5a8053/netunicorn_director_infrastructure-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37f5739b937acd662e9a616363988b379db9c387872ca661e82011eea2f43fd6",
                "md5": "60b9bebb8797f9fe393c4ba215908a32",
                "sha256": "e1eb1b51dd27366d44ef593fc8d90fae6568a0b37b55d871123d93069b106ef7"
            },
            "downloads": -1,
            "filename": "netunicorn-director-infrastructure-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "60b9bebb8797f9fe393c4ba215908a32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 10786,
            "upload_time": "2023-12-23T02:05:35",
            "upload_time_iso_8601": "2023-12-23T02:05:35.641747Z",
            "url": "https://files.pythonhosted.org/packages/37/f5/739b937acd662e9a616363988b379db9c387872ca661e82011eea2f43fd6/netunicorn-director-infrastructure-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 02:05:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "netunicorn-director-infrastructure"
}
        
Elapsed time: 0.16440s