hikaru-model-27


Namehikaru-model-27 JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/haxsaw/hikaru
SummaryHikaru allows you to smoothly move between Kubernetes YAML, Python objects, and Python source, in any direction
upload_time2023-10-06 21:01:38
maintainer
docs_urlNone
authorTom Carroll
requires_python
licenseMIT
keywords kubernetes modelling yaml json modeling translate translator reformatter transform
VCS
bugtrack_url
requirements hikaru-model-25 hikaru-model-26 hikaru-model-27 hikaru-model-28 hikaru-codegen
Travis-CI
coveralls test coverage No coveralls.
            
.. |travis| image:: https://travis-ci.com/haxsaw/hikaru.svg?branch=dev
    :target: https://app.travis-ci.com/github/haxsaw/hikaru

.. |license| image:: https://img.shields.io/github/license/haxsaw/hikaru
   :alt: GitHub license   :target: https://github.com/haxsaw/hikaru/blob/main/LICENSE

.. |versions| image:: https://img.shields.io/pypi/pyversions/hikaru
   :alt: PyPI - Python Version

.. |coverage| image:: https://codecov.io/gh/haxsaw/hikaru/branch/dev/graph/badge.svg?token=QOFGNVHGNP
   :target: https://codecov.io/gh/haxsaw/hikaru
   
.. |logo| image:: hikaru-model-27-logo.png
   :alt: Hikaru

|logo|


Version 1.1.1

|travis|   |license|   |versions|   |coverage|

`Try it: see Hikaru convert your K8s YAML <http://www.incisivetech.co.uk/try-hikaru.html>`_

`Release notes <https://github.com/haxsaw/hikaru/blob/main/release_notes.rst>`_

`Full documentation at Read the Docs <https://hikaru.readthedocs.io/en/latest/index.html>`_

Hikaru is a collection of tools that allow you to work with Kubernetes resources from within Python in
a variety of ways:

- Hikaru provides type-annotated classes that model all of the Kubernetes resources in Python
  and supports CRUD operations on those classes to manage their lifecycle in your Kubernetes cluster.
- Hikaru also provides tooling to shift formats for these objects, allowing you to turn K8s YAML
  into Python objects, JSON, or Python dicts, and vice-versa. It can also generate Python source code for K8s
  objects loaded from non-Python sources.
- Hikaru also supports a number of features that aid in the management of
  your objects such as searching for specific fields or diffing two instances of a K8s resource.
- Hikaru includes support for creating 'watches' on your objects, providing a means to monitor events
  on your provisioned K8s resources.
- Hikaru provides support for creation of CRDs which support all the above features such as CRUD operations
  and watches.
- Finally, Hikaru includes a facility to specify a collection of
  resources as an 'application', similar in spirit to a Helm chart, and provides the same CRUD,
  watch, and management capabilities on the entire application as it does on single resource objects
  (full format shifting support to come).

**This package provides model classes to create resources through the Kubernetes Python client version 27.x**.
It depends on the
``hikaru-core`` package which will be installed automatically when this packages is installed. This package
will work with any version of the Kubernetes Python client >= 27.x; if you need to constrain which release
is installed then you should establish your own requirement limts on the Kubernetes Python client package.

About
~~~~~

Hikaru is Mr. Sulu’s first name, a famed fictional helmsman.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/haxsaw/hikaru",
    "name": "hikaru-model-27",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Kubernetes,modelling,YAML,JSON,modeling,translate,translator,reformatter,transform",
    "author": "Tom Carroll",
    "author_email": "tcarroll@incisivetech.co.uk",
    "download_url": "https://github.com/haxsaw/hikaru/archive/1.1.1.tar.gz",
    "platform": null,
    "description": "\n.. |travis| image:: https://travis-ci.com/haxsaw/hikaru.svg?branch=dev\n    :target: https://app.travis-ci.com/github/haxsaw/hikaru\n\n.. |license| image:: https://img.shields.io/github/license/haxsaw/hikaru\n   :alt: GitHub license   :target: https://github.com/haxsaw/hikaru/blob/main/LICENSE\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/hikaru\n   :alt: PyPI - Python Version\n\n.. |coverage| image:: https://codecov.io/gh/haxsaw/hikaru/branch/dev/graph/badge.svg?token=QOFGNVHGNP\n   :target: https://codecov.io/gh/haxsaw/hikaru\n   \n.. |logo| image:: hikaru-model-27-logo.png\n   :alt: Hikaru\n\n|logo|\n\n\nVersion 1.1.1\n\n|travis|   |license|   |versions|   |coverage|\n\n`Try it: see Hikaru convert your K8s YAML <http://www.incisivetech.co.uk/try-hikaru.html>`_\n\n`Release notes <https://github.com/haxsaw/hikaru/blob/main/release_notes.rst>`_\n\n`Full documentation at Read the Docs <https://hikaru.readthedocs.io/en/latest/index.html>`_\n\nHikaru is a collection of tools that allow you to work with Kubernetes resources from within Python in\na variety of ways:\n\n- Hikaru provides type-annotated classes that model all of the Kubernetes resources in Python\n  and supports CRUD operations on those classes to manage their lifecycle in your Kubernetes cluster.\n- Hikaru also provides tooling to shift formats for these objects, allowing you to turn K8s YAML\n  into Python objects, JSON, or Python dicts, and vice-versa. It can also generate Python source code for K8s\n  objects loaded from non-Python sources.\n- Hikaru also supports a number of features that aid in the management of\n  your objects such as searching for specific fields or diffing two instances of a K8s resource.\n- Hikaru includes support for creating 'watches' on your objects, providing a means to monitor events\n  on your provisioned K8s resources.\n- Hikaru provides support for creation of CRDs which support all the above features such as CRUD operations\n  and watches.\n- Finally, Hikaru includes a facility to specify a collection of\n  resources as an 'application', similar in spirit to a Helm chart, and provides the same CRUD,\n  watch, and management capabilities on the entire application as it does on single resource objects\n  (full format shifting support to come).\n\n**This package provides model classes to create resources through the Kubernetes Python client version 27.x**.\nIt depends on the\n``hikaru-core`` package which will be installed automatically when this packages is installed. This package\nwill work with any version of the Kubernetes Python client >= 27.x; if you need to constrain which release\nis installed then you should establish your own requirement limts on the Kubernetes Python client package.\n\nAbout\n~~~~~\n\nHikaru is Mr. Sulu\u2019s first name, a famed fictional helmsman.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Hikaru allows you to smoothly move between Kubernetes YAML, Python objects, and Python source, in any direction",
    "version": "1.1.1",
    "project_urls": {
        "Download": "https://github.com/haxsaw/hikaru/archive/1.1.1.tar.gz",
        "Homepage": "https://github.com/haxsaw/hikaru"
    },
    "split_keywords": [
        "kubernetes",
        "modelling",
        "yaml",
        "json",
        "modeling",
        "translate",
        "translator",
        "reformatter",
        "transform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5997b986f40e791048314114b05b21abb69795109f4d1df3366250b91da5ce1",
                "md5": "496a644cdce5e67293d20d42c1bb313f",
                "sha256": "1a95d3087e047ba29900b226fb344e80dacb35574565dfb98483c020ab5d69cd"
            },
            "downloads": -1,
            "filename": "hikaru_model_27-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "496a644cdce5e67293d20d42c1bb313f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 591009,
            "upload_time": "2023-10-06T21:01:38",
            "upload_time_iso_8601": "2023-10-06T21:01:38.527716Z",
            "url": "https://files.pythonhosted.org/packages/a5/99/7b986f40e791048314114b05b21abb69795109f4d1df3366250b91da5ce1/hikaru_model_27-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 21:01:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "haxsaw",
    "github_project": "hikaru",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "hikaru-model-25",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "hikaru-model-26",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "hikaru-model-27",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "hikaru-model-28",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "hikaru-codegen",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        }
    ],
    "lcname": "hikaru-model-27"
}
        
Elapsed time: 0.13935s