warreclient


Namewarreclient JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/NeCTAR-RC/python-warreclient
SummaryNectar Reservation Service - Client
upload_time2024-10-07 04:09:37
maintainerNone
docs_urlNone
authorARDC Nectar Cloud Services
requires_pythonNone
licenseApache-2.0
keywords warre
VCS
bugtrack_url
requirements oslo.utils keystoneauth1 osc-lib nectarclient-lib pbr
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Warre Client

Client for Nectar Reservation System Warre
https://github.com/NeCTAR-RC/warre/

## Common openstack CLI Commands

* `openstack warre flavor list`

* `openstack warre flavor show <Flavor-ID>`

* `openstack warre reservation create --start  '2021-04-23 05:10' --end '2021-04-23 06:00' <Flavor-ID>`

* `openstack warre reservation list`

* `openstack warre reservation delete <Reservation-ID>`


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeCTAR-RC/python-warreclient",
    "name": "warreclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "warre",
    "author": "ARDC Nectar Cloud Services",
    "author_email": "coreservices@ardc.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/69/fe/15c35e35a7687173fa6b10d74e9357532ac09313ccb8ea47264b10c6e1e3/warreclient-3.1.0.tar.gz",
    "platform": null,
    "description": "# Warre Client\n\nClient for Nectar Reservation System Warre\nhttps://github.com/NeCTAR-RC/warre/\n\n## Common openstack CLI Commands\n\n* `openstack warre flavor list`\n\n* `openstack warre flavor show <Flavor-ID>`\n\n* `openstack warre reservation create --start  '2021-04-23 05:10' --end '2021-04-23 06:00' <Flavor-ID>`\n\n* `openstack warre reservation list`\n\n* `openstack warre reservation delete <Reservation-ID>`\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Nectar Reservation Service - Client",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/NeCTAR-RC/python-warreclient"
    },
    "split_keywords": [
        "warre"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791643a985e441abf266d94eac95c0d68fb8e41fbf382e5b04c0087768955dc3",
                "md5": "e313942a14c435a2e4f6d0de5ab4471a",
                "sha256": "e43e5d6db01c63963b86db171f26232cb79779a7535b22d380ef7d03adeef33f"
            },
            "downloads": -1,
            "filename": "warreclient-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e313942a14c435a2e4f6d0de5ab4471a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27383,
            "upload_time": "2024-10-07T04:09:35",
            "upload_time_iso_8601": "2024-10-07T04:09:35.440203Z",
            "url": "https://files.pythonhosted.org/packages/79/16/43a985e441abf266d94eac95c0d68fb8e41fbf382e5b04c0087768955dc3/warreclient-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69fe15c35e35a7687173fa6b10d74e9357532ac09313ccb8ea47264b10c6e1e3",
                "md5": "1ba7e29b65e26f86946d63a642e9dd74",
                "sha256": "f4de0a32b8cb0062bba4c70cdcdb71f7006bfbbb7108ce55e08dae4e1e80a161"
            },
            "downloads": -1,
            "filename": "warreclient-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ba7e29b65e26f86946d63a642e9dd74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18036,
            "upload_time": "2024-10-07T04:09:37",
            "upload_time_iso_8601": "2024-10-07T04:09:37.238269Z",
            "url": "https://files.pythonhosted.org/packages/69/fe/15c35e35a7687173fa6b10d74e9357532ac09313ccb8ea47264b10c6e1e3/warreclient-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 04:09:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeCTAR-RC",
    "github_project": "python-warreclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "oslo.utils",
            "specs": []
        },
        {
            "name": "keystoneauth1",
            "specs": []
        },
        {
            "name": "osc-lib",
            "specs": []
        },
        {
            "name": "nectarclient-lib",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pbr",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "warreclient"
}
        
Elapsed time: 0.44229s