| Name | mineru-api JSON |
| Version |
0.1.0
JSON |
| download |
| home_page | None |
| Summary | A simple Python package for |
| upload_time | 2025-09-03 06:39:40 |
| 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": "mineru-api",
"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/e8/56/8f145eab9be214e555d7794f90c7025bfd0de9f52e910e9d21ad3b9a3a31/mineru_api-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/fastacp",
"Issues": "https://github.com/whillhill/fastacp/issues",
"Repository": "https://github.com/whillhill/fastacp"
},
"split_keywords": [
"a2a",
" store",
" hello",
" example"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8ced8561a7f00a82d920070daf6b444223f78acd7b61184878ba31b127340d94",
"md5": "e9189e875cade9cddfabf0bd5cb34200",
"sha256": "6076b5547fbdb4046aa6a8253954caa191ffe992d5d90bfd8a3012b6e903d414"
},
"downloads": -1,
"filename": "mineru_api-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e9189e875cade9cddfabf0bd5cb34200",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3469,
"upload_time": "2025-09-03T06:39:38",
"upload_time_iso_8601": "2025-09-03T06:39:38.904481Z",
"url": "https://files.pythonhosted.org/packages/8c/ed/8561a7f00a82d920070daf6b444223f78acd7b61184878ba31b127340d94/mineru_api-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e8568f145eab9be214e555d7794f90c7025bfd0de9f52e910e9d21ad3b9a3a31",
"md5": "7bbe918dad59e91700cb7cf1012d6ecd",
"sha256": "024d38211f62323eb8beeaf6ae22aaa1d2ffd4a337f94c85947dbb3cd818e323"
},
"downloads": -1,
"filename": "mineru_api-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7bbe918dad59e91700cb7cf1012d6ecd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2995,
"upload_time": "2025-09-03T06:39:40",
"upload_time_iso_8601": "2025-09-03T06:39:40.040745Z",
"url": "https://files.pythonhosted.org/packages/e8/56/8f145eab9be214e555d7794f90c7025bfd0de9f52e910e9d21ad3b9a3a31/mineru_api-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-03 06:39:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "whillhill",
"github_project": "fastacp",
"github_not_found": true,
"lcname": "mineru-api"
}