Metadata-Version: 2.4
Name: fabric-launcher
Version: 0.1.0
Summary: A simple hello world package
Author-email: Slava Trofimov <Slava.Trofimov@microsoft.com>, Tonio Lora <Tonio.Lora@microsoft.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# fabric-launcher

A simple hello world Python package.

## Installation

```bash
pip install fabric-launcher
```

## Usage

```python
from fabric_launcher import hello_world

hello_world()
```

Or use the command-line interface:

```bash
fabric-launcher
```

## License

MIT
