..
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 Grade 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 Grade Badge| image:: https://app.codacy.com/project/badge/Grade/4ebbdb3f34b0452fbbf48bb337dc6465
:target: https://app.codacy.com/gh/fiaas/k8s/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
.. |Codacy Coverage Badge| image:: https://app.codacy.com/project/badge/Coverage/4ebbdb3f34b0452fbbf48bb337dc6465
:target: https://app.codacy.com/gh/fiaas/k8s/dashboard?utm_source=gh&utm_medium=referral&utm_content=&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
--------------------------
* `96d34b6`_: Update requests to 2.32.3
* `e64bc78`_: Bump certifi from 2023.7.22 to 2024.7.4 in /docs
* `4ea9117`_: Bump urllib3 from 2.0.7 to 2.2.2 in /docs
.. _96d34b6: https://github.com/fiaas/k8s/commit/96d34b6
.. _e64bc78: https://github.com/fiaas/k8s/commit/e64bc78
.. _4ea9117: https://github.com/fiaas/k8s/commit/4ea9117
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/cc/48/885e2654aa6560f8344d498a37ba82818f4c71296e625c2d8e405d882533/k8s-0.27.3.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 Grade 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 Grade Badge| image:: https://app.codacy.com/project/badge/Grade/4ebbdb3f34b0452fbbf48bb337dc6465\n :target: https://app.codacy.com/gh/fiaas/k8s/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n.. |Codacy Coverage Badge| image:: https://app.codacy.com/project/badge/Coverage/4ebbdb3f34b0452fbbf48bb337dc6465\n :target: https://app.codacy.com/gh/fiaas/k8s/dashboard?utm_source=gh&utm_medium=referral&utm_content=&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* `96d34b6`_: Update requests to 2.32.3\n* `e64bc78`_: Bump certifi from 2023.7.22 to 2024.7.4 in /docs\n* `4ea9117`_: Bump urllib3 from 2.0.7 to 2.2.2 in /docs\n\n.. _96d34b6: https://github.com/fiaas/k8s/commit/96d34b6\n.. _e64bc78: https://github.com/fiaas/k8s/commit/e64bc78\n.. _4ea9117: https://github.com/fiaas/k8s/commit/4ea9117\n",
"bugtrack_url": null,
"license": "Apache License",
"summary": "Python client library for the Kubernetes API",
"version": "0.27.3",
"project_urls": {
"Homepage": "https://github.com/fiaas/k8s"
},
"split_keywords": [
"kubernetes",
"fiaas"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e9182c1f97838ccf667188eaedcf9127d907689028e903bcc8aa278d8fb6a3f4",
"md5": "a4ee7e39445441669587ffc51db11df5",
"sha256": "c89d1bc81fc58f78e440d09d5ae8aa0e9ef8d024c6fc6036ac1f837d1cc8d7c6"
},
"downloads": -1,
"filename": "k8s-0.27.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4ee7e39445441669587ffc51db11df5",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 43777,
"upload_time": "2024-10-03T12:57:15",
"upload_time_iso_8601": "2024-10-03T12:57:15.369781Z",
"url": "https://files.pythonhosted.org/packages/e9/18/2c1f97838ccf667188eaedcf9127d907689028e903bcc8aa278d8fb6a3f4/k8s-0.27.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cc48885e2654aa6560f8344d498a37ba82818f4c71296e625c2d8e405d882533",
"md5": "5f06e273522061b37bcc2605d724f4ad",
"sha256": "362c0102f9bfb3be92dc392f5281092036eddd30266c1133e4b47cb3dee65407"
},
"downloads": -1,
"filename": "k8s-0.27.3.tar.gz",
"has_sig": false,
"md5_digest": "5f06e273522061b37bcc2605d724f4ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 56602,
"upload_time": "2024-10-03T12:57:17",
"upload_time_iso_8601": "2024-10-03T12:57:17.192138Z",
"url": "https://files.pythonhosted.org/packages/cc/48/885e2654aa6560f8344d498a37ba82818f4c71296e625c2d8e405d882533/k8s-0.27.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 12:57:17",
"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"
}