# Canaveral CLI
This Project uses [Typer](https://typer.tiangolo.com/) for the CLI functionality and [InquirerPy](https://inquirerpy.readthedocs.io/en/latest/index.html#) for the parameter selection
## Run it
Working with virtual envs in Python:
- https://realpython.com/python-virtual-environments-a-primer
- https://aaronlelevier.github.io/virtualenv-cheatsheet/
```bash
$ python3 -m venv venv --prompt="canaveral-env"
$ source venv/bin/activate
(canaveral-env) $
(canaveral-env) $ deactivate
$
$ pip install -r requirements.txt
$ OR
$ python -m pip install -r requirements.txt
```
## How to contribuite
Project layout to adhere to:
- https://realpython.com/python-application-layouts/#command-line-application-layouts
## Internal Notes
Devscope Internal notes and documentation avaible at [Canaveral](https://devscope365.sharepoint.com/sites/academy/_layouts/OneNote.aspx?id=%2Fsites%2Facademy%2FSiteAssets%2FAcademy%20Notebook&wd=target%282023.one%7C1069493A-33E1-4F4C-8D77-28AA9AE54494%2FCanaveral%20CLI%7CF359B855-A8C4-4DB9-B416-CA0D700F2904%2F%29)
Raw data
{
"_id": null,
"home_page": "https://github.com/DevScope/canaveral-cli",
"name": "canaveral-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Andr\u00e9 Gomes",
"author_email": "andre.gomes@devscope.net",
"download_url": "https://files.pythonhosted.org/packages/95/a3/dd8be896580937452206d446b0e961a3328c1c4fc88ad36a41000448f820/canaveral_cli-0.1.7.tar.gz",
"platform": null,
"description": "# Canaveral CLI\n\nThis Project uses [Typer](https://typer.tiangolo.com/) for the CLI functionality and [InquirerPy](https://inquirerpy.readthedocs.io/en/latest/index.html#) for the parameter selection\n\n## Run it\nWorking with virtual envs in Python:\n- https://realpython.com/python-virtual-environments-a-primer\n- https://aaronlelevier.github.io/virtualenv-cheatsheet/\n\n```bash\n$ python3 -m venv venv --prompt=\"canaveral-env\"\n$ source venv/bin/activate\n(canaveral-env) $ \n(canaveral-env) $ deactivate\n$ \n$ pip install -r requirements.txt\n$ OR\n$ python -m pip install -r requirements.txt\n```\n\n## How to contribuite\nProject layout to adhere to:\n- https://realpython.com/python-application-layouts/#command-line-application-layouts\n\n## Internal Notes\n\nDevscope Internal notes and documentation avaible at [Canaveral](https://devscope365.sharepoint.com/sites/academy/_layouts/OneNote.aspx?id=%2Fsites%2Facademy%2FSiteAssets%2FAcademy%20Notebook&wd=target%282023.one%7C1069493A-33E1-4F4C-8D77-28AA9AE54494%2FCanaveral%20CLI%7CF359B855-A8C4-4DB9-B416-CA0D700F2904%2F%29)\n",
"bugtrack_url": null,
"license": "",
"summary": "Helper CLI to interact with Devscope's internal platform codename Canaveral",
"version": "0.1.7",
"project_urls": {
"Homepage": "https://github.com/DevScope/canaveral-cli",
"Repository": "https://github.com/DevScope/canaveral-cli"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "116591b21b74d8938bd3e60d2c3af2aacbf785df6df6bcb4d8e837d3523d1a6d",
"md5": "77cd0a9a01ba8364497803c4b4bda529",
"sha256": "097ef147e2c946992cc89fa14367ed84300012c12f7e401a78cac4ee54664257"
},
"downloads": -1,
"filename": "canaveral_cli-0.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "77cd0a9a01ba8364497803c4b4bda529",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 51595,
"upload_time": "2023-05-26T10:53:56",
"upload_time_iso_8601": "2023-05-26T10:53:56.923212Z",
"url": "https://files.pythonhosted.org/packages/11/65/91b21b74d8938bd3e60d2c3af2aacbf785df6df6bcb4d8e837d3523d1a6d/canaveral_cli-0.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "95a3dd8be896580937452206d446b0e961a3328c1c4fc88ad36a41000448f820",
"md5": "c7b879895dcc3ac144a9cbcd5a1535bc",
"sha256": "d897e3874c0d7992aa6dd4d5ebfb27bac0c242659db763a33bd783f63d8645b6"
},
"downloads": -1,
"filename": "canaveral_cli-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "c7b879895dcc3ac144a9cbcd5a1535bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 26839,
"upload_time": "2023-05-26T10:53:58",
"upload_time_iso_8601": "2023-05-26T10:53:58.907293Z",
"url": "https://files.pythonhosted.org/packages/95/a3/dd8be896580937452206d446b0e961a3328c1c4fc88ad36a41000448f820/canaveral_cli-0.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-26 10:53:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DevScope",
"github_project": "canaveral-cli",
"github_not_found": true,
"lcname": "canaveral-cli"
}