lxd-tools


Namelxd-tools JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://bitbucket.org/p-app/lxd_tools
SummarySome useful LXD console tools.
upload_time2023-01-17 15:05:24
maintainer
docs_urlNone
authorVladimir V. Pivovarov
requires_python>=3.7,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Some useful LXD tools.

Package provides cli tools for [LXD](https://linuxcontainers.org/lxd/introduction/) container virtualization manager. 


### Purpose
LXD has a powerful cli abilities. But, some of common operations, that you
 may want to execute, are not available throught it`s cli. So, this package
  extends LXD cli abilities.


### Installation (standalone usage)
```bash
sudo -H python3 -m pip install -U pip
sudo -H python3 -m pip install lxd_tools
```
*Updating pip is required for correct `cryptography` requirement installation.*


### Usage
There will be those scripts available after package installation:
 - `lxd_print_resources`
 
In order to display help message, you should use `--help` flag with any
 script, that you needed. For example:
```bash
lxd_print_resources --help
```


### Compatibility

This package is python 3.7 and higher compatible.

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/p-app/lxd_tools",
    "name": "lxd-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vladimir V. Pivovarov",
    "author_email": "admin@p-app.ru",
    "download_url": "",
    "platform": null,
    "description": "## Some useful LXD tools.\n\nPackage provides cli tools for [LXD](https://linuxcontainers.org/lxd/introduction/) container virtualization manager. \n\n\n### Purpose\nLXD has a powerful cli abilities. But, some of common operations, that you\n may want to execute, are not available throught it`s cli. So, this package\n  extends LXD cli abilities.\n\n\n### Installation (standalone usage)\n```bash\nsudo -H python3 -m pip install -U pip\nsudo -H python3 -m pip install lxd_tools\n```\n*Updating pip is required for correct `cryptography` requirement installation.*\n\n\n### Usage\nThere will be those scripts available after package installation:\n - `lxd_print_resources`\n \nIn order to display help message, you should use `--help` flag with any\n script, that you needed. For example:\n```bash\nlxd_print_resources --help\n```\n\n\n### Compatibility\n\nThis package is python 3.7 and higher compatible.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Some useful LXD console tools.",
    "version": "0.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8139db50d4ff7d88d12f8edc6f310b6befbcfefec98f6a9e88e58f52b9de1bde",
                "md5": "54892846dc7c45357bcfc12a59dd5584",
                "sha256": "56bcb3558f1b218890314a5b527917c8c12712ac504ccceb4432424915167205"
            },
            "downloads": -1,
            "filename": "lxd_tools-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54892846dc7c45357bcfc12a59dd5584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 6603,
            "upload_time": "2023-01-17T15:05:24",
            "upload_time_iso_8601": "2023-01-17T15:05:24.650726Z",
            "url": "https://files.pythonhosted.org/packages/81/39/db50d4ff7d88d12f8edc6f310b6befbcfefec98f6a9e88e58f52b9de1bde/lxd_tools-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 15:05:24",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "bitbucket_user": "p-app",
    "bitbucket_project": "lxd_tools",
    "lcname": "lxd-tools"
}
        
Elapsed time: 0.06077s