Metadata-Version: 2.1
Name: pody
Version: 0.2.4
Summary: Pod manager for docker, give limited access to docker for clients.
Author: Li, Mengxun
Author-email: mengxunli@whu.edu.cn
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: server
Requires-Dist: docker ; extra == "server"
Requires-Dist: fastapi (==0.*) ; extra == "server"
Requires-Dist: nvidia-ml-py ; extra == "server"
Requires-Dist: psutil ; extra == "server"
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: toml ; extra == "server"
Requires-Dist: typer (==0.*)
Requires-Dist: uvicorn (==0.*) ; extra == "server"
Description-Content-Type: text/markdown

# PODY
[![PyPI](https://img.shields.io/pypi/v/pody)](https://pypi.org/project/pody/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pody)](https://pypi.org/project/pody/)
[![intro-en](https://img.shields.io/badge/Introduction-Click_to_view-8A2BE2?style=social)](https://menxli.github.io/pody)

A simple pod manager.   
It allows client user to manage pod with limited access to the host system.

More information can be found in the [documentation](https://menxli.github.io/pody/index.html).
