a2astore


Namea2astore JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple Python package for A2A Store
upload_time2025-08-05 06:47:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
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 a2astore 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": "a2astore",
    "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/33/8b/be8b9493a246cdcef39266c84b7a0344ea042c7cbf5f701bcfe5a17f92af/a2astore-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 a2astore 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 A2A Store",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/whillhill/a2astore",
        "Issues": "https://github.com/whillhill/a2astore/issues",
        "Repository": "https://github.com/whillhill/a2astore"
    },
    "split_keywords": [
        "a2a",
        " store",
        " hello",
        " example"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb4e80a3104c6808a4c2ed74d898ea3d061d45000221dc606a44c5dcefe39328",
                "md5": "76d237f6ae8dc5e355accb3a88fdbebf",
                "sha256": "80d31c17b174bcfe065b925731780715cc63ad0bfba23ba24fa68f5e0d343521"
            },
            "downloads": -1,
            "filename": "a2astore-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76d237f6ae8dc5e355accb3a88fdbebf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3414,
            "upload_time": "2025-08-05T06:46:58",
            "upload_time_iso_8601": "2025-08-05T06:46:58.975967Z",
            "url": "https://files.pythonhosted.org/packages/fb/4e/80a3104c6808a4c2ed74d898ea3d061d45000221dc606a44c5dcefe39328/a2astore-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "338bbe8b9493a246cdcef39266c84b7a0344ea042c7cbf5f701bcfe5a17f92af",
                "md5": "cc9a40245ca79c2754917aef211ee6c6",
                "sha256": "a13f9dac0f32a22f8c81a9adeaad6d3223d3ae02d551508d77d6a334e109f282"
            },
            "downloads": -1,
            "filename": "a2astore-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cc9a40245ca79c2754917aef211ee6c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2966,
            "upload_time": "2025-08-05T06:47:00",
            "upload_time_iso_8601": "2025-08-05T06:47:00.430035Z",
            "url": "https://files.pythonhosted.org/packages/33/8b/be8b9493a246cdcef39266c84b7a0344ea042c7cbf5f701bcfe5a17f92af/a2astore-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 06:47:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whillhill",
    "github_project": "a2astore",
    "github_not_found": true,
    "lcname": "a2astore"
}
        
Elapsed time: 1.03570s