cdev-cli


Namecdev-cli JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/matteospanio/cdev-cli
SummaryCLI interface to run a C development environment through docker.
upload_time2024-03-07 21:29:36
maintainer
docs_urlNone
authorMatteo Spanio
requires_python>=3.8,<4.0
licenseMIT
keywords cdev cli docker unipd teaching
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/matteospanio/cdev-cli",
    "name": "cdev-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "cdev,cli,docker,unipd,teaching",
    "author": "Matteo Spanio",
    "author_email": "spanio@dei.unipd.it",
    "download_url": "https://files.pythonhosted.org/packages/b9/b7/6b6b474ddf2e3984877198ac0a811eb469c714b313d89362d0460bc023eb/cdev_cli-0.1.0.tar.gz",
    "platform": null,
    "description": "# cdev-cli\n\n![Hello C](https://img.shields.io/badge/Course-Introduction%20to%20C-blue)\n![MIT License](https://img.shields.io/badge/License-MIT-green)\n\nA command-line script that facilitates using a docker container to learn C development.\n\n## Requirements\n\n- [Docker](https://www.docker.com/)\n\n## Getting Started\n\n### Installation\n\nThe easiest way to install `cdev-cli` is to use `pip`:\n\n```bash\npip install cdev-cli\n```\n\n### Usage\n\n```bash\ncdev-cli --help\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI interface to run a C development environment through docker.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/matteospanio/cdev-cli",
        "Repository": "https://github.com/matteospanio/cdev-cli"
    },
    "split_keywords": [
        "cdev",
        "cli",
        "docker",
        "unipd",
        "teaching"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5aec6c1b36212c188ac7e049eda4bad02d4671cf9c4f416c5e1f7ea80dc83a71",
                "md5": "257a837a1c6fd68e669eec3b7ae0825b",
                "sha256": "fc0945beb7f2b8f89c0554e7d1cd4cc577c1b85d785f4fda061293eda8199c3b"
            },
            "downloads": -1,
            "filename": "cdev_cli-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "257a837a1c6fd68e669eec3b7ae0825b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4678,
            "upload_time": "2024-03-07T21:29:35",
            "upload_time_iso_8601": "2024-03-07T21:29:35.216125Z",
            "url": "https://files.pythonhosted.org/packages/5a/ec/6c1b36212c188ac7e049eda4bad02d4671cf9c4f416c5e1f7ea80dc83a71/cdev_cli-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9b76b6b474ddf2e3984877198ac0a811eb469c714b313d89362d0460bc023eb",
                "md5": "6eb320efbaf414af7f0de59d436f21f9",
                "sha256": "d13670a1489eca32707448b103e8edddf2ee090a23ea7b9071e5b22b7da625b7"
            },
            "downloads": -1,
            "filename": "cdev_cli-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6eb320efbaf414af7f0de59d436f21f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4102,
            "upload_time": "2024-03-07T21:29:36",
            "upload_time_iso_8601": "2024-03-07T21:29:36.930760Z",
            "url": "https://files.pythonhosted.org/packages/b9/b7/6b6b474ddf2e3984877198ac0a811eb469c714b313d89362d0460bc023eb/cdev_cli-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 21:29:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matteospanio",
    "github_project": "cdev-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cdev-cli"
}
        
Elapsed time: 0.20597s