bigboat


Namebigboat JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/grip-on-software/bigboat-python-api
SummaryBigBoat docker dashboard API
upload_time2023-06-08 11:22:00
maintainer
docs_urlNone
authorLeon Helwerda
requires_python>=3
licenseApache License, Version 2.0
keywords docker dashboard bigboat api
VCS
bugtrack_url
requirements requests pyyaml
Travis-CI No Travis.
coveralls test coverage
            Python wrapper library for the BigBoat API.
Support for v2 and the deprecated v1 is included.
This API can create, retrieve, update and delete application definitions,
do similar operations for instances and poll for status

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/grip-on-software/bigboat-python-api",
    "name": "bigboat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "docker dashboard bigboat api",
    "author": "Leon Helwerda",
    "author_email": "l.s.helwerda@liacs.leidenuniv.nl",
    "download_url": "https://files.pythonhosted.org/packages/6c/92/2d1814a2c3becc32161c546603c70a3c7532887572ee7d02d01f43486121/bigboat-0.3.0.tar.gz",
    "platform": null,
    "description": "Python wrapper library for the BigBoat API.\nSupport for v2 and the deprecated v1 is included.\nThis API can create, retrieve, update and delete application definitions,\ndo similar operations for instances and poll for status\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "BigBoat docker dashboard API",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/grip-on-software/bigboat-python-api"
    },
    "split_keywords": [
        "docker",
        "dashboard",
        "bigboat",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef0fa967b4d8eca16f761c09317966474e654a5a4dd7ab9afa5307cd1250ebd2",
                "md5": "4b2bcba810fdff3d975fff77e7fe82f4",
                "sha256": "ac95688825f68f4c95e556d9d9146d03104c31b7dc1794c01c360add966548ce"
            },
            "downloads": -1,
            "filename": "bigboat-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b2bcba810fdff3d975fff77e7fe82f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 14118,
            "upload_time": "2023-06-08T11:21:58",
            "upload_time_iso_8601": "2023-06-08T11:21:58.959225Z",
            "url": "https://files.pythonhosted.org/packages/ef/0f/a967b4d8eca16f761c09317966474e654a5a4dd7ab9afa5307cd1250ebd2/bigboat-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c922d1814a2c3becc32161c546603c70a3c7532887572ee7d02d01f43486121",
                "md5": "7eef91344e411fb294d5eadb4a5585c3",
                "sha256": "0652d1a847b25b28a2b800b14f4c2f6c5e51f50830fd08484460841569de8334"
            },
            "downloads": -1,
            "filename": "bigboat-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7eef91344e411fb294d5eadb4a5585c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 11944,
            "upload_time": "2023-06-08T11:22:00",
            "upload_time_iso_8601": "2023-06-08T11:22:00.772512Z",
            "url": "https://files.pythonhosted.org/packages/6c/92/2d1814a2c3becc32161c546603c70a3c7532887572ee7d02d01f43486121/bigboat-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-08 11:22:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grip-on-software",
    "github_project": "bigboat-python-api",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.17.3"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "3.12"
                ]
            ]
        }
    ],
    "lcname": "bigboat"
}
        
Elapsed time: 0.08486s