Metadata-Version: 2.1
Name: cdev-cli
Version: 0.1.1
Summary: CLI interface to run a C development environment through docker.
Home-page: https://github.com/matteospanio/cdev-cli
License: MIT
Keywords: cdev,cli,docker,unipd,teaching
Author: Matteo Spanio
Author-email: spanio@dei.unipd.it
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Project-URL: Repository, https://github.com/matteospanio/cdev-cli
Description-Content-Type: text/markdown

# cdev-cli

![Hello C](https://img.shields.io/badge/Course-Introduction%20to%20C-blue)
![MIT License](https://img.shields.io/badge/License-MIT-green)

A command-line script that facilitates using a docker container to learn C development.

## Requirements

- [Docker](https://www.docker.com/)

## Getting Started

### Installation

The easiest way to install `cdev-cli` is to use `pip`:

```bash
pip install cdev-cli
```

### Usage

```bash
cdev-cli --help
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

