# ArgEasy - Create amazing CLI programs
ArgEasy is a *command line* formatter made so that you can create CLI (command-line interface) Python programs **quickly and extremely easily**. In addition to being customizable, ArgEasy is optimized and can be used for large projects without any problems.
- [PyPI project](https://pypi.org/project/argeasy)
- [GitHub releases](https://github.com/jaedsonpys/argeasy/releases)
- [Learn how to use ArgEasy (documentation)](https://github.com/jaedsonpys/argeasy/blob/master/docs/LATEST.md)
## Starting with ArgEasy
First, let's install the latest version of the project using the PIP package manager with the command below:
```bash
pip install argeasy
```
If you prefer, you can install the project directly from the official GitHub repository using Git:
```bash
git clone https://github.com/jaedsonpys/argeasy
cd argeasy/
python3 setup.py install
```
After installation, you are ready to use all the features of the latest version of ArgEasy!
## License
```
MIT License
Copyright (c) 2023 Jaedson Silva
```
Please visit the [LICENSE](https://github.com/jaedsonpys/argeasy/blob/master/LICENSE) file for more details about the license used in this project.
Raw data
{
"_id": null,
"home_page": "https://github.com/jaedsonpys/argeasy",
"name": "argeasy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "cli,command,argument,parser,command-line,interface",
"author": "Jaedson Silva",
"author_email": "jaedson.dev@proton.me",
"download_url": "https://files.pythonhosted.org/packages/c1/33/181991a973545a39e162fd6725d485a24908e3641be037443fc89c11e8d9/argeasy-3.1.0.tar.gz",
"platform": null,
"description": "# ArgEasy - Create amazing CLI programs\n\nArgEasy is a *command line* formatter made so that you can create CLI (command-line interface) Python programs **quickly and extremely easily**. In addition to being customizable, ArgEasy is optimized and can be used for large projects without any problems.\n\n- [PyPI project](https://pypi.org/project/argeasy)\n- [GitHub releases](https://github.com/jaedsonpys/argeasy/releases)\n- [Learn how to use ArgEasy (documentation)](https://github.com/jaedsonpys/argeasy/blob/master/docs/LATEST.md)\n\n## Starting with ArgEasy\n\nFirst, let's install the latest version of the project using the PIP package manager with the command below:\n\n```bash\npip install argeasy\n```\n\nIf you prefer, you can install the project directly from the official GitHub repository using Git:\n\n```bash\ngit clone https://github.com/jaedsonpys/argeasy\ncd argeasy/\npython3 setup.py install\n```\n\nAfter installation, you are ready to use all the features of the latest version of ArgEasy!\n\n## License\n\n```\nMIT License\nCopyright (c) 2023 Jaedson Silva\n```\n\nPlease visit the [LICENSE](https://github.com/jaedsonpys/argeasy/blob/master/LICENSE) file for more details about the license used in this project.",
"bugtrack_url": null,
"license": "MIT",
"summary": "ArgEasy: Create amazing CLI programs.",
"version": "3.1.0",
"project_urls": {
"Homepage": "https://github.com/jaedsonpys/argeasy",
"License": "https://github.com/jaedsonpys/argeasy/blob/master/LICENSE"
},
"split_keywords": [
"cli",
"command",
"argument",
"parser",
"command-line",
"interface"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c133181991a973545a39e162fd6725d485a24908e3641be037443fc89c11e8d9",
"md5": "c11dad30c673cc10b2acba5e4081fa5a",
"sha256": "a0c38ee12ba45872746b2bd7f1c306770a167ca81eb89a55f3b5bd0d36d12dc3"
},
"downloads": -1,
"filename": "argeasy-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c11dad30c673cc10b2acba5e4081fa5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4007,
"upload_time": "2023-06-08T17:17:47",
"upload_time_iso_8601": "2023-06-08T17:17:47.538175Z",
"url": "https://files.pythonhosted.org/packages/c1/33/181991a973545a39e162fd6725d485a24908e3641be037443fc89c11e8d9/argeasy-3.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-08 17:17:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jaedsonpys",
"github_project": "argeasy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "argeasy"
}