k8s


Namek8s JSON
Version 0.25.0 PyPI version JSON
download
home_pagehttps://github.com/fiaas/k8s
SummaryPython client library for the Kubernetes API
upload_time2024-04-15 14:44:18
maintainerNone
docs_urlNone
authorFiaaS developers
requires_pythonNone
licenseApache License
keywords kubernetes fiaas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
  Copyright 2017-2019 The FIAAS Authors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

k8s - Python client library for the Kubernetes API
--------------------------------------------------

|Semaphore Build Status Badge| |Codacy Quality Badge| |Codacy Coverage Badge|

.. |Semaphore Build Status Badge| image:: https://fiaas-svc.semaphoreci.com/badges/k8s.svg?style=shields
    :target: https://fiaas-svc.semaphoreci.com/branches/8e8fdc8c-cd55-4ba3-9dcf-38880531e601
.. |Codacy Quality Badge| image:: https://api.codacy.com/project/badge/Grade/cb51fc9f95464f22b6084379e88fad77
    :target: https://www.codacy.com/app/mortenlj/k8s?utm_source=github.com&utm_medium=referral&utm_content=fiaas/k8s&utm_campaign=badger
.. |Codacy Coverage Badge| image:: https://api.codacy.com/project/badge/Coverage/cb51fc9f95464f22b6084379e88fad77
    :target: https://www.codacy.com/app/mortenlj/k8s?utm_source=github.com&utm_medium=referral&utm_content=fiaas/k8s&utm_campaign=Badge_Coverage

Documentation
    https://k8s.readthedocs.io
Code
    https://github.com/fiaas/k8s

k8s is a python client library for Kubernetes developed as part of the FiaaS project at FINN.no, Norway's leading classifieds site. The library tries to provide an intuitive developer experience, rather than modelling the REST API directly. Our approach does not allow us to use Swagger to auto-generate a library that covers the entire API, but the parts we have implemented are (in our opinion) easier to work with than the client you get when using Swagger.

Check out the tutorial_ to find out how to use the library, or the `developer guide`_ to learn how to extend the library to cover parts of the API we haven't gotten around to yet.

.. _tutorial: http://k8s.readthedocs.io/en/latest/tutorial.html
.. _developer guide: http://k8s.readthedocs.io/en/latest/developer.html


Changes since last version
--------------------------

* `53ed811`_: Bump idna from 3.4 to 3.7 in /docs
* `7b16050`_: Revert "Set enableServiceLinks to True by default."
* `87651b4`_: Set enableServiceLinks to True by default.
* `9a07ff6`_: Add support for enableServiceLinks to PodSpec.

.. _53ed811: https://github.com/fiaas/k8s/commit/53ed811
.. _7b16050: https://github.com/fiaas/k8s/commit/7b16050
.. _87651b4: https://github.com/fiaas/k8s/commit/87651b4
.. _9a07ff6: https://github.com/fiaas/k8s/commit/9a07ff6

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fiaas/k8s",
    "name": "k8s",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "kubernetes fiaas",
    "author": "FiaaS developers",
    "author_email": "fiaas@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/27/e5/238fe5fa3bc246115cea7c1f6026f359546d45e74a015cb5fc08471d4738/k8s-0.25.0.tar.gz",
    "platform": null,
    "description": "..\n  Copyright 2017-2019 The FIAAS Authors\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n\nk8s - Python client library for the Kubernetes API\n--------------------------------------------------\n\n|Semaphore Build Status Badge| |Codacy Quality Badge| |Codacy Coverage Badge|\n\n.. |Semaphore Build Status Badge| image:: https://fiaas-svc.semaphoreci.com/badges/k8s.svg?style=shields\n    :target: https://fiaas-svc.semaphoreci.com/branches/8e8fdc8c-cd55-4ba3-9dcf-38880531e601\n.. |Codacy Quality Badge| image:: https://api.codacy.com/project/badge/Grade/cb51fc9f95464f22b6084379e88fad77\n    :target: https://www.codacy.com/app/mortenlj/k8s?utm_source=github.com&utm_medium=referral&utm_content=fiaas/k8s&utm_campaign=badger\n.. |Codacy Coverage Badge| image:: https://api.codacy.com/project/badge/Coverage/cb51fc9f95464f22b6084379e88fad77\n    :target: https://www.codacy.com/app/mortenlj/k8s?utm_source=github.com&utm_medium=referral&utm_content=fiaas/k8s&utm_campaign=Badge_Coverage\n\nDocumentation\n    https://k8s.readthedocs.io\nCode\n    https://github.com/fiaas/k8s\n\nk8s is a python client library for Kubernetes developed as part of the FiaaS project at FINN.no, Norway's leading classifieds site. The library tries to provide an intuitive developer experience, rather than modelling the REST API directly. Our approach does not allow us to use Swagger to auto-generate a library that covers the entire API, but the parts we have implemented are (in our opinion) easier to work with than the client you get when using Swagger.\n\nCheck out the tutorial_ to find out how to use the library, or the `developer guide`_ to learn how to extend the library to cover parts of the API we haven't gotten around to yet.\n\n.. _tutorial: http://k8s.readthedocs.io/en/latest/tutorial.html\n.. _developer guide: http://k8s.readthedocs.io/en/latest/developer.html\n\n\nChanges since last version\n--------------------------\n\n* `53ed811`_: Bump idna from 3.4 to 3.7 in /docs\n* `7b16050`_: Revert \"Set enableServiceLinks to True by default.\"\n* `87651b4`_: Set enableServiceLinks to True by default.\n* `9a07ff6`_: Add support for enableServiceLinks to PodSpec.\n\n.. _53ed811: https://github.com/fiaas/k8s/commit/53ed811\n.. _7b16050: https://github.com/fiaas/k8s/commit/7b16050\n.. _87651b4: https://github.com/fiaas/k8s/commit/87651b4\n.. _9a07ff6: https://github.com/fiaas/k8s/commit/9a07ff6\n",
    "bugtrack_url": null,
    "license": "Apache License",
    "summary": "Python client library for the Kubernetes API",
    "version": "0.25.0",
    "project_urls": {
        "Homepage": "https://github.com/fiaas/k8s"
    },
    "split_keywords": [
        "kubernetes",
        "fiaas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eae3fa24c044df1360d9b2c7118f9e963b3d16eb954d7916b5843d3a9cc4db6",
                "md5": "de0dda17ad8c2b34b302ce1f278ed95f",
                "sha256": "ed72d7a15b68c1a72fdcffc8fdb832a24a87b783ac5f6ae41da13a2e137aa696"
            },
            "downloads": -1,
            "filename": "k8s-0.25.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de0dda17ad8c2b34b302ce1f278ed95f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 43003,
            "upload_time": "2024-04-15T14:44:16",
            "upload_time_iso_8601": "2024-04-15T14:44:16.326307Z",
            "url": "https://files.pythonhosted.org/packages/4e/ae/3fa24c044df1360d9b2c7118f9e963b3d16eb954d7916b5843d3a9cc4db6/k8s-0.25.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27e5238fe5fa3bc246115cea7c1f6026f359546d45e74a015cb5fc08471d4738",
                "md5": "8064821746fe7740e56bc8dc121c3ae1",
                "sha256": "cf99bf8adfab53ba851c27114fed3befd84584f6f6e1f099f96fe6f449604c15"
            },
            "downloads": -1,
            "filename": "k8s-0.25.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8064821746fe7740e56bc8dc121c3ae1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53697,
            "upload_time": "2024-04-15T14:44:18",
            "upload_time_iso_8601": "2024-04-15T14:44:18.045872Z",
            "url": "https://files.pythonhosted.org/packages/27/e5/238fe5fa3bc246115cea7c1f6026f359546d45e74a015cb5fc08471d4738/k8s-0.25.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 14:44:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fiaas",
    "github_project": "k8s",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "k8s"
}
        
Elapsed time: 0.23601s