Metadata-Version: 2.4
Name: motoko-cli
Version: 0.0.1rc0.dev0
Project-URL: Documentation, https://github.com/motOko/motoko-cli#readme
Project-URL: Issues, https://github.com/motOko/motoko-cli/issues
Project-URL: Source, https://github.com/motOko/motoko-cli
Author-email: motOko <dourval.clement@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Python module for CLIs

This module serves as a CLI framework to create CLIs in an easier way for python applications.

# motoko_cli

[![PyPI - Version](https://img.shields.io/pypi/v/motoko-cli.svg)](https://pypi.org/project/motoko-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/motoko-cli.svg)](https://pypi.org/project/motoko-cli)

-----

## 🚀 Quick Start (Docker)

```bash
docker build --no-cache -f .github/actions/Dockerfile -t motoko-cli-builder .github/actions/
docker run -v "$(pwd)":/app -w /app -it motoko-cli-builder:latest
```

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install motoko-cli
```

## License

`motoko-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.