Metadata-Version: 2.1
Name: comma-cli
Version: 1.3.2
Summary: Multi-Tool
Home-page: https://github.com/FlavioAmurrioCS/comma
Author: Flavio Amurrio
Author-email: 25621374+FlavioAmurrioCS@users.noreply.github.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyfunctional
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: typer
Requires-Dist: typing-extensions
Provides-Extra: personal
Requires-Dist: fastapi ; extra == 'personal'
Requires-Dist: polyfactory ; extra == 'personal'
Requires-Dist: pydantic ; extra == 'personal'
Requires-Dist: selenium ; extra == 'personal'
Requires-Dist: twilio ; extra == 'personal'
Requires-Dist: uvicorn[standard] ; extra == 'personal'

# comma-cli

[![PyPI - Version](https://img.shields.io/pypi/v/comma-cli.svg)](https://pypi.org/project/comma-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/comma-cli.svg)](https://pypi.org/project/comma-cli)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FlavioAmurrioCS/comma-cli/main.svg)](https://results.pre-commit.ci/latest/github/FlavioAmurrioCS/comma-cli/main)

-----

**Table of Contents**

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

## Installation

```console
pip install comma-cli
```

## License

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