Metadata-Version: 2.1
Name: kubernetes-explorer
Version: 1.0.1
Summary: Kubernetes Explorer lets you create a graph of the objects and dependencies inside your Kubernetes cluster.
Home-page: https://gitlab.com/jdonzallaz/kubernetes-explorer
Author: Jonathan Donzallaz
Author-email: jonathan.donzallaz@gmail.com
License: UNKNOWN
Description: # Kubernetes Explorer
        
        Kubernetes Explorer lets you have an overview of the applications deployed on your Kubernetes cluster.  
        It helps you create a Graphviz file showing the objects and dependencies inside your cluster.
        
        ## Creator
        
        Jonathan Donzallaz
        
        ## Deployment
        
        ```bash
        python setup.py sdist bdist_wheel
        python -m twine upload dist/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
