Metadata-Version: 2.4
Name: namespaxe
Version: 0.2.2
Summary: CLI tool for managing Namespaxe namespaces and Kubernetes resources.
Home-page: https://github.com/pyincorporation-com/namespaxe-cli
Author: Gabriel Nzilantuzu
Author-email: gabrielnzilantuzu@tridelight.com
License: MIT
Project-URL: Documentation, https://github.com/pyincorporation-com/namespaxe-cli#readme
Project-URL: Source Code, https://github.com/pyincorporation-com/namespaxe-cli
Project-URL: Bug Tracker, https://github.com/pyincorporation-com/namespaxe-cli/issues
Keywords: kubernetes cli devops namespace cloud container infrastructure
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: requests>=2.25.0
Requires-Dist: click>=8.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: tabulate>=0.9.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Namespaxe CLI

A powerful command-line tool for managing Kubernetes namespaces and cloud resources through the Tridelight platform.

## Features

- **🔐 Secure Authentication**: Login to Tridelight platform with credentials stored securely
- **📋 Namespace Management**: List and describe your Kubernetes namespaces
- **⚙️ Kubernetes Integration**: Auto-configure kubectl for namespace access
- **📊 Resource Monitoring**: View detailed resource quotas and limits
- **🖥️ Flexible Output**: Human-readable tables or machine-friendly JSON

## Installation

```bash
pip install namespaxe
```
