Metadata-Version: 2.1
Name: servecmd
Version: 0.0.3
Summary: A simple tool to serve command line tools as web services.
Home-page: https://github.com/gzttech/servecmd
License: MIT
Author: Gongziting Tech Ltd.
Requires-Python: >=3.10.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.111.0,<0.112.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# servecmd

This project is a command-line tool that allows you to serve files and directories over HTTP.


## Install

```
python -m pip install -U servecmd
```

