Name | hello-greetings JSON |
Version |
1.4.1
JSON |
| download |
home_page | https://github.com/AaronOET/hello-greetings |
Summary | A simple command line tool that greets the user |
upload_time | 2025-08-02 20:33:13 |
maintainer | None |
docs_url | None |
author | Aaron Hsu |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2025 Your Name
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
greeting
cli
tool
|
VCS |
 |
bugtrack_url |
|
requirements |
build
twine
pytest
pytest-cov
black
isort
flake8
mypy
pylint
safety
bandit
sphinx
sphinx-rtd-theme
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Hello Greetings
A simple command line tool that greets the user.
## Description
Hello Greetings is a lightweight CLI tool that provides interactive greetings. It can accept names as command line arguments or prompt for input interactively.
## Installation
```bash
pip install hello-greetings
```
## Usage
### Command Line Arguments
```bash
# Greet a specific name
hello-greetings world
# Interactive mode (prompts for input)
hello-greetings
# Show version
hello-greetings --version
# Show help
hello-greetings --help
```
### Examples
```bash
$ hello-greetings Python
hello Python
$ hello-greetings
Enter something: Universe
hello Universe
```
## Features
- Simple command-line interface
- Interactive input mode
- Version information
- Cross-platform compatibility
## Requirements
- Python 3.9+
## Development
### Installation for Development
```bash
# Clone the repository
git clone https://github.com/AaronOET/hello-greetings.git
cd hello-greetings
# Install in development mode
pip install -e .
```
### Running Tests
```bash
python -m pytest tests/
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for a list of changes and version history.
Raw data
{
"_id": null,
"home_page": "https://github.com/AaronOET/hello-greetings",
"name": "hello-greetings",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Aaron Hsu <aaronhsu@mail.ntou.edu.tw>",
"keywords": "greeting, cli, tool",
"author": "Aaron Hsu",
"author_email": "Aaron Hsu <aaronhsu@mail.ntou.edu.tw>",
"download_url": "https://files.pythonhosted.org/packages/9a/5f/277ec2dfc5405a14b8f4619efe808ec5254af0bd33e1f5de7dd6ab0ffbf5/hello_greetings-1.4.1.tar.gz",
"platform": null,
"description": "# Hello Greetings\n\nA simple command line tool that greets the user.\n\n## Description\n\nHello Greetings is a lightweight CLI tool that provides interactive greetings. It can accept names as command line arguments or prompt for input interactively.\n\n## Installation\n\n```bash\npip install hello-greetings\n```\n\n## Usage\n\n### Command Line Arguments\n\n```bash\n# Greet a specific name\nhello-greetings world\n\n# Interactive mode (prompts for input)\nhello-greetings\n\n# Show version\nhello-greetings --version\n\n# Show help\nhello-greetings --help\n```\n\n### Examples\n\n```bash\n$ hello-greetings Python\nhello Python\n\n$ hello-greetings\nEnter something: Universe\nhello Universe\n```\n\n## Features\n\n- Simple command-line interface\n- Interactive input mode\n- Version information\n- Cross-platform compatibility\n\n## Requirements\n\n- Python 3.9+\n\n## Development\n\n### Installation for Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/AaronOET/hello-greetings.git\ncd hello-greetings\n\n# Install in development mode\npip install -e .\n```\n\n### Running Tests\n\n```bash\npython -m pytest tests/\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for a list of changes and version history.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 Your Name\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A simple command line tool that greets the user",
"version": "1.4.1",
"project_urls": {
"Changelog": "https://github.com/AaronOET/hello-greetings/blob/main/CHANGELOG.md",
"Homepage": "https://github.com/AaronOET/hello-greetings",
"Issues": "https://github.com/AaronOET/hello-greetings/issues",
"Repository": "https://github.com/AaronOET/hello-greetings"
},
"split_keywords": [
"greeting",
" cli",
" tool"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "601773f5ef5af4062518bb43cbf16a2ad4a0e1d352ecdcca87275fb0b83d5203",
"md5": "b31012a53a5de376bb8cb10253f4196f",
"sha256": "e3b02882fbd3142f692bc480113869714e7182ea95def48d5910c8444713bc57"
},
"downloads": -1,
"filename": "hello_greetings-1.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b31012a53a5de376bb8cb10253f4196f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4731,
"upload_time": "2025-08-02T20:33:12",
"upload_time_iso_8601": "2025-08-02T20:33:12.014365Z",
"url": "https://files.pythonhosted.org/packages/60/17/73f5ef5af4062518bb43cbf16a2ad4a0e1d352ecdcca87275fb0b83d5203/hello_greetings-1.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9a5f277ec2dfc5405a14b8f4619efe808ec5254af0bd33e1f5de7dd6ab0ffbf5",
"md5": "9d2d3d133e7c9ab6f5e32374ca1712f7",
"sha256": "421266b08176a80b8b903a65eea324118ef1bd5980ff508d219def54b452013f"
},
"downloads": -1,
"filename": "hello_greetings-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "9d2d3d133e7c9ab6f5e32374ca1712f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5949,
"upload_time": "2025-08-02T20:33:13",
"upload_time_iso_8601": "2025-08-02T20:33:13.051483Z",
"url": "https://files.pythonhosted.org/packages/9a/5f/277ec2dfc5405a14b8f4619efe808ec5254af0bd33e1f5de7dd6ab0ffbf5/hello_greetings-1.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-02 20:33:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AaronOET",
"github_project": "hello-greetings",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "build",
"specs": [
[
">=",
"0.10.0"
]
]
},
{
"name": "twine",
"specs": [
[
">=",
"4.0.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"7.0.0"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
">=",
"4.0.0"
]
]
},
{
"name": "black",
"specs": [
[
">=",
"23.0.0"
]
]
},
{
"name": "isort",
"specs": [
[
">=",
"5.12.0"
]
]
},
{
"name": "flake8",
"specs": [
[
">=",
"6.0.0"
]
]
},
{
"name": "mypy",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "pylint",
"specs": [
[
">=",
"2.17.0"
]
]
},
{
"name": "safety",
"specs": [
[
">=",
"2.3.0"
]
]
},
{
"name": "bandit",
"specs": [
[
">=",
"1.7.0"
]
]
},
{
"name": "sphinx",
"specs": [
[
">=",
"5.0.0"
]
]
},
{
"name": "sphinx-rtd-theme",
"specs": [
[
">=",
"1.2.0"
]
]
}
],
"lcname": "hello-greetings"
}