============================================
Welcome to create-a-cli-tool 👋
============================================
|CI_STATUS|
A way to make simple python CLIs.
🏠 `Homepage <https://github.com/Sengolda/create-a-cli-tool>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install
======================
.. code:: sh
pip install -U create-a-cli-tool
Features
======================
- Easy-To-Use
- Maintained CLI Tool Maker
- Built-In Help Command
Quick Example
======================
.. code:: py
from cli.cli import CLI
my_cli = CLI("My Nice CLI tool!")
@my_cli.command(name="hi", description="Say hello!")
def hi():
print("Hello World!")
my_cli.run()
Author
======================
👤 **Sengolda**
* Github: `@Sengolda <https://github.com/Sengolda/create-a-cli-tool/issues>`_
🤝 Contributing
======================
Contributions, issues and feature requests are welcome!
Feel free to check `issues
page <https://github.com/Sengolda/create-a-cli-tool/issues>`__.
Show your support
======================
Give a ⭐️ if this project helped you!
.. |CI_STATUS| image:: https://github.com/Sengolda/create-a-cli-tool/workflows/CI/badge.svg
Raw data
{
"_id": null,
"home_page": "https://github.com/Sengolda/create-a-cli-tool",
"name": "create-a-cli-tool",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Sengolda",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/74/df/0f6fd1d017e32bd9e4cac816d3bceef02d6c353774377cdc86b2d62329ab/create-a-cli-tool-0.5.4.tar.gz",
"platform": null,
"description": "============================================\nWelcome to create-a-cli-tool \ud83d\udc4b\n============================================\n\n|CI_STATUS|\n\n A way to make simple python CLIs.\n\n\ud83c\udfe0 `Homepage <https://github.com/Sengolda/create-a-cli-tool>`__\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall\n======================\n\n.. code:: sh\n\n pip install -U create-a-cli-tool\n\nFeatures\n======================\n\n- Easy-To-Use\n- Maintained CLI Tool Maker\n- Built-In Help Command\n\nQuick Example\n======================\n\n.. code:: py\n\n from cli.cli import CLI\n\n my_cli = CLI(\"My Nice CLI tool!\")\n\n @my_cli.command(name=\"hi\", description=\"Say hello!\")\n def hi():\n print(\"Hello World!\")\n\n my_cli.run()\n\nAuthor\n======================\n\n\ud83d\udc64 **Sengolda**\n\n* Github: `@Sengolda <https://github.com/Sengolda/create-a-cli-tool/issues>`_\n\n\ud83e\udd1d Contributing\n======================\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check `issues\npage <https://github.com/Sengolda/create-a-cli-tool/issues>`__.\n\nShow your support\n======================\n\nGive a \u2b50\ufe0f if this project helped you!\n\n.. |CI_STATUS| image:: https://github.com/Sengolda/create-a-cli-tool/workflows/CI/badge.svg\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A way to make simple python CLIs.",
"version": "0.5.4",
"project_urls": {
"Homepage": "https://github.com/Sengolda/create-a-cli-tool"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4a4e8b53675917af6168b3c38e077bf4af88a5eeed2086940b362ea3189ba142",
"md5": "27ed84eaad52ec5a8c5062c3dcee351a",
"sha256": "3878e2ea6946c86a889ef1a32af1ad0b18885e1b8b2478ee2459156cf3c746fa"
},
"downloads": -1,
"filename": "create_a_cli_tool-0.5.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "27ed84eaad52ec5a8c5062c3dcee351a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6859,
"upload_time": "2023-06-18T20:06:25",
"upload_time_iso_8601": "2023-06-18T20:06:25.228127Z",
"url": "https://files.pythonhosted.org/packages/4a/4e/8b53675917af6168b3c38e077bf4af88a5eeed2086940b362ea3189ba142/create_a_cli_tool-0.5.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "74df0f6fd1d017e32bd9e4cac816d3bceef02d6c353774377cdc86b2d62329ab",
"md5": "19e35b0bceffb5ee2a4460f9721bcc4a",
"sha256": "dd9e39f8b2d33dd84bb8c1fd4ccbfcac58755c0f018b8ea623f902c4c0873928"
},
"downloads": -1,
"filename": "create-a-cli-tool-0.5.4.tar.gz",
"has_sig": false,
"md5_digest": "19e35b0bceffb5ee2a4460f9721bcc4a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 12844,
"upload_time": "2023-06-18T20:06:27",
"upload_time_iso_8601": "2023-06-18T20:06:27.244664Z",
"url": "https://files.pythonhosted.org/packages/74/df/0f6fd1d017e32bd9e4cac816d3bceef02d6c353774377cdc86b2d62329ab/create-a-cli-tool-0.5.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-18 20:06:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sengolda",
"github_project": "create-a-cli-tool",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "create-a-cli-tool"
}