Metadata-Version: 2.5
Name: mlcp
Version: 0.1.0
Summary: Placeholder package for mlcp.
Author: Alberto Rota
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mlcp

Placeholder package reserving the `mlcp` name on PyPI.

```bash
pip install mlcp
```

```python
import mlcp
mlcp.hello()  # prints "this is mlcp"
```

Or from the shell:

```bash
mlcp
```
