## cmdline_utils
<br>
A CLI tool, which can be invoked by using clu prompt
```bash
clu publish python package
Publishing a Python package to PyPI
$ python setup.py sdist
$ twine upload dist/*
```
Navigate to https://console.groq.com/keys to setup API KEY
Navigate to https://console.groq.com/docs/models to setup ModelId
### For macOS/Linux:
----------------
To set the GROQ_API_KEY environment variable for your current terminal session, execute the following command:<br>
```bash
export GROQ_API_KEY='your_api_key_here'
```
Replace 'your_api_key_here' with your actual API key.
If you wish to set this variable permanently, add the above line to your shell's startup file, such as ~/.bashrc or ~/.zshrc.
### For Windows Command Prompt:
---------------------------
To set the GROQ_API_KEY environment variable for your current session, execute the following command:
``` bash
set GROQ_API_KEY='your_api_key_here'
```
Replace 'your_api_key_here' with your actual API key.
Raw data
{
"_id": null,
"home_page": "https://github.com/aletisunil/cmdline_utils",
"name": "cmdline-utils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "python, groq, llama3 70b",
"author": "Sunil Aleti",
"author_email": "iam@sunilaleti.dev",
"download_url": "https://files.pythonhosted.org/packages/03/4e/fd6a25ba9d1a86eebd3c84a04a599070384441780757f01f2c92a839c884/cmdline_utils-0.1.tar.gz",
"platform": null,
"description": "## cmdline_utils\n<br>\nA CLI tool, which can be invoked by using clu prompt\n\n```bash\nclu publish python package\n\nPublishing a Python package to PyPI\n$ python setup.py sdist\n$ twine upload dist/*\n```\n\nNavigate to https://console.groq.com/keys to setup API KEY\n\nNavigate to https://console.groq.com/docs/models to setup ModelId\n\n### For macOS/Linux:\n----------------\nTo set the GROQ_API_KEY environment variable for your current terminal session, execute the following command:<br>\n```bash\nexport GROQ_API_KEY='your_api_key_here'\n```\n\nReplace 'your_api_key_here' with your actual API key.\n\nIf you wish to set this variable permanently, add the above line to your shell's startup file, such as ~/.bashrc or ~/.zshrc.\n\n### For Windows Command Prompt:\n---------------------------\nTo set the GROQ_API_KEY environment variable for your current session, execute the following command:\n\n``` bash\nset GROQ_API_KEY='your_api_key_here'\n```\n\nReplace 'your_api_key_here' with your actual API key.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A CLI tool for helping commands with Groq",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/aletisunil/cmdline_utils"
},
"split_keywords": [
"python",
" groq",
" llama3 70b"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "51baaba5c767b4f33cd04403a04efcd4e631273e8d9a4e53e0dc1cd8f3b02127",
"md5": "81c77a67ac47bd5a9eea86cbf0e6c541",
"sha256": "d8d817e5d3712425ce00a9edfbf61d64eabe9ebfaac1b00f272bae56c97965db"
},
"downloads": -1,
"filename": "cmdline_utils-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "81c77a67ac47bd5a9eea86cbf0e6c541",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4089,
"upload_time": "2024-04-26T07:35:27",
"upload_time_iso_8601": "2024-04-26T07:35:27.083751Z",
"url": "https://files.pythonhosted.org/packages/51/ba/aba5c767b4f33cd04403a04efcd4e631273e8d9a4e53e0dc1cd8f3b02127/cmdline_utils-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "034efd6a25ba9d1a86eebd3c84a04a599070384441780757f01f2c92a839c884",
"md5": "5235c21d617a8424f2f05d533785f1f4",
"sha256": "f2d2b2a9ab28e499c2951120487f5ddae36b43728805a03bb54d9eb4ec3af05c"
},
"downloads": -1,
"filename": "cmdline_utils-0.1.tar.gz",
"has_sig": false,
"md5_digest": "5235c21d617a8424f2f05d533785f1f4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3520,
"upload_time": "2024-04-26T07:35:28",
"upload_time_iso_8601": "2024-04-26T07:35:28.776507Z",
"url": "https://files.pythonhosted.org/packages/03/4e/fd6a25ba9d1a86eebd3c84a04a599070384441780757f01f2c92a839c884/cmdline_utils-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-26 07:35:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aletisunil",
"github_project": "cmdline_utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cmdline-utils"
}