Metadata-Version: 2.1
Name: cmdbox
Version: 0.1.0
Summary: cmdbox: An application that executes AI model files in onnx or mmlab format.
Home-page: https://github.com/hamacom2004jp/cmdbox
Download-URL: https://github.com/hamacom2004jp/cmdbox
Author: hamacom2004jp
Author-email: hamacom2004jp@gmail.com
Maintainer: hamacom2004jp
Maintainer-email: hamacom2004jp@gmail.com
License: MIT
Keywords: cli restapi redis fastapi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# cmdbox

- プラグイン機構を備えたコマンドラインアプリケーションです。
- ドキュメントは[こちら](https://hamacom2004jp.github.io/cmdbox/)。
- cmdboxを使用することで、複雑なオプションを持つコマンドを簡単に実装できます。
- 実装したコマンドは、RESTAPIとしても呼び出せるようになります。
- 実装したコマンドは、redisを介してリモートサーバーで実行することが出来ます。
- 実装したコマンドは、Webコンソールから実行できます。
- リモートサーバーでコマンドを実行するために、必要なファイルをwebファイラーを使って転送できます。


## Lisence

This project is licensed under the MIT License, see the LICENSE file for details
