varroaclient


Namevarroaclient JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/NeCTAR-RC/python-varroaclient
SummaryVulnerability management for Opentack - Client
upload_time2025-01-21 04:43:11
maintainerNone
docs_urlNone
authorARDC Nectar Cloud Services
requires_pythonNone
licenseApache-2.0
keywords varroa
VCS
bugtrack_url
requirements pbr oslo.utils keystoneauth1 osc-lib nectarclient-lib python-openstackclient
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Varroa Client

Client for Varroa

For more information, see https://github.com/NeCTAR-RC/varroa/

## Installation

 pip install varroaclient

## Common openstack CLI Commands

### List the usage history of an IP address

 openstack ip history 203.0.113.1

### Security Risk Types

 openstack security risk type list
 openstack security risk type show <id>

 openstack security risk type set
 openstack security risk type create
 openstack security risk type delete <id>

### Security Risks

 openstack security risk list
 openstack security risk show <id>

 openstack security risk create
 openstack security risk delete <id>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeCTAR-RC/python-varroaclient",
    "name": "varroaclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "varroa",
    "author": "ARDC Nectar Cloud Services",
    "author_email": "coreservices@ardc.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/50/d8/4215837258e289965f15f76fe30028551ffffd21dcfa4dfc29b82824f74f/varroaclient-1.2.1.tar.gz",
    "platform": null,
    "description": "# Varroa Client\n\nClient for Varroa\n\nFor more information, see https://github.com/NeCTAR-RC/varroa/\n\n## Installation\n\n pip install varroaclient\n\n## Common openstack CLI Commands\n\n### List the usage history of an IP address\n\n openstack ip history 203.0.113.1\n\n### Security Risk Types\n\n openstack security risk type list\n openstack security risk type show <id>\n\n openstack security risk type set\n openstack security risk type create\n openstack security risk type delete <id>\n\n### Security Risks\n\n openstack security risk list\n openstack security risk show <id>\n\n openstack security risk create\n openstack security risk delete <id>\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Vulnerability management for Opentack - Client",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/NeCTAR-RC/python-varroaclient"
    },
    "split_keywords": [
        "varroa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "458db507811d93fd14aba8ea389b77c378862e0818765f35fcf92e66e93a89e5",
                "md5": "34391c8beb5fa253ec22e280b18594dd",
                "sha256": "a91d64fdb4792bc64933f3651f02488d3052793fcf65b2dad86ab9a817303c83"
            },
            "downloads": -1,
            "filename": "varroaclient-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34391c8beb5fa253ec22e280b18594dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 29849,
            "upload_time": "2025-01-21T04:43:09",
            "upload_time_iso_8601": "2025-01-21T04:43:09.558275Z",
            "url": "https://files.pythonhosted.org/packages/45/8d/b507811d93fd14aba8ea389b77c378862e0818765f35fcf92e66e93a89e5/varroaclient-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50d84215837258e289965f15f76fe30028551ffffd21dcfa4dfc29b82824f74f",
                "md5": "d767b4d2a652fa47711d27decb69a47c",
                "sha256": "a96e8566891981902fc2a8ea8067865e76e4c3a7644c6066e2bb86c53a194525"
            },
            "downloads": -1,
            "filename": "varroaclient-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d767b4d2a652fa47711d27decb69a47c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17694,
            "upload_time": "2025-01-21T04:43:11",
            "upload_time_iso_8601": "2025-01-21T04:43:11.557477Z",
            "url": "https://files.pythonhosted.org/packages/50/d8/4215837258e289965f15f76fe30028551ffffd21dcfa4dfc29b82824f74f/varroaclient-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 04:43:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeCTAR-RC",
    "github_project": "python-varroaclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pbr",
            "specs": []
        },
        {
            "name": "oslo.utils",
            "specs": []
        },
        {
            "name": "keystoneauth1",
            "specs": []
        },
        {
            "name": "osc-lib",
            "specs": []
        },
        {
            "name": "nectarclient-lib",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "python-openstackclient",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "varroaclient"
}
        
Elapsed time: 0.37796s