Name | whohot JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | A simple Python package for |
upload_time | 2025-09-10 02:05:00 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
a2a
store
hello
example
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# A2A Store
A simple Python package for A2A Store functionality.
## Installation
```bash
pip install a2astore
```
## Usage
```python
from fastacp import hello_world
# Basic usage
print(hello_world()) # Output: Hello, World! Welcome to A2A Store!
# With custom name
print(hello_world("Alice")) # Output: Hello, Alice! Welcome to A2A Store!
```
### Command Line Usage
After installation, you can also use the command line tool:
```bash
a2astore-hello
```
## Development
To build the package:
```bash
python -m build
```
To upload to PyPI:
```bash
twine upload dist/*
```
## License
MIT License
## Author
- **whillhill** - [GitHub](https://github.com/whillhill)
- Email: ooooofish@126.com
Raw data
{
"_id": null,
"home_page": null,
"name": "whohot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "whillhill <ooooofish@126.com>",
"keywords": "a2a, store, hello, example",
"author": null,
"author_email": "whillhill <ooooofish@126.com>",
"download_url": "https://files.pythonhosted.org/packages/82/b2/f122f0ad2d2cca95132d3c9f5fba7e74e5a7a8b7e0d701dc8ae353e1402f/whohot-0.1.0.tar.gz",
"platform": null,
"description": "# A2A Store\r\n\r\nA simple Python package for A2A Store functionality.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install a2astore\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom fastacp import hello_world\r\n\r\n# Basic usage\r\nprint(hello_world()) # Output: Hello, World! Welcome to A2A Store!\r\n\r\n# With custom name\r\nprint(hello_world(\"Alice\")) # Output: Hello, Alice! Welcome to A2A Store!\r\n```\r\n\r\n### Command Line Usage\r\n\r\nAfter installation, you can also use the command line tool:\r\n\r\n```bash\r\na2astore-hello\r\n```\r\n\r\n## Development\r\n\r\nTo build the package:\r\n\r\n```bash\r\npython -m build\r\n```\r\n\r\nTo upload to PyPI:\r\n\r\n```bash\r\ntwine upload dist/*\r\n```\r\n\r\n## License\r\n\r\nMIT License\r\n\r\n## Author\r\n\r\n- **whillhill** - [GitHub](https://github.com/whillhill)\r\n- Email: ooooofish@126.com\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple Python package for",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/whillhill/whohot",
"Issues": "https://github.com/whillhill/whohot/issues",
"Repository": "https://github.com/whillhill/whohot"
},
"split_keywords": [
"a2a",
" store",
" hello",
" example"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "237fc885594ff4b89a0f70c7cedb95ecc062072735c2aec952be6a62e3ce6079",
"md5": "78d94a27f95d77229027d0138b9dc2d1",
"sha256": "28ffa0f1fe87353d15523c8b52972c6af3149cc54e239bd1ad22d86c009919a8"
},
"downloads": -1,
"filename": "whohot-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "78d94a27f95d77229027d0138b9dc2d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10084,
"upload_time": "2025-09-10T02:04:58",
"upload_time_iso_8601": "2025-09-10T02:04:58.584795Z",
"url": "https://files.pythonhosted.org/packages/23/7f/c885594ff4b89a0f70c7cedb95ecc062072735c2aec952be6a62e3ce6079/whohot-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "82b2f122f0ad2d2cca95132d3c9f5fba7e74e5a7a8b7e0d701dc8ae353e1402f",
"md5": "6c87b918a5b0421a90e5edf1a0a52ea4",
"sha256": "2f8e177527c0e694d8dd7746b120edc2f58c0a7b6586abf2bae6b5ada53e959f"
},
"downloads": -1,
"filename": "whohot-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6c87b918a5b0421a90e5edf1a0a52ea4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9744,
"upload_time": "2025-09-10T02:05:00",
"upload_time_iso_8601": "2025-09-10T02:05:00.030838Z",
"url": "https://files.pythonhosted.org/packages/82/b2/f122f0ad2d2cca95132d3c9f5fba7e74e5a7a8b7e0d701dc8ae353e1402f/whohot-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 02:05:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "whillhill",
"github_project": "whohot",
"github_not_found": true,
"lcname": "whohot"
}