Metadata-Version: 2.1
Name: callbackin
Version: 0.2.0
Summary: 
Author: ibrahim4529
Author-email: ibrahim.hanif4529@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: paho-mqtt (>=1.6.1,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.4.2,<14.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# `callbackin`

**Usage**:

```console
$ callbackin [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `create`
* `delete`
* `edit`
* `init`
* `list`
* `login`
* `run`

## `callbackin create`

**Usage**:

```console
$ callbackin create [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `callbackin delete`

**Usage**:

```console
$ callbackin delete [OPTIONS] ID
```

**Arguments**:

* `ID`: ID of the callback to delete  [required]

**Options**:

* `--help`: Show this message and exit.

## `callbackin edit`

**Usage**:

```console
$ callbackin edit [OPTIONS] ID
```

**Arguments**:

* `ID`: ID of the callback to edit  [required]

**Options**:

* `--help`: Show this message and exit.

## `callbackin init`

**Usage**:

```console
$ callbackin init [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `callbackin list`

**Usage**:

```console
$ callbackin list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `callbackin login`

**Usage**:

```console
$ callbackin login [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `callbackin run`

**Usage**:

```console
$ callbackin run [OPTIONS] ID
```

**Arguments**:

* `ID`: ID of the callback to run  [required]

**Options**:

* `--help`: Show this message and exit.

