a2aclient


Namea2aclient JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple A2A client library
upload_time2025-08-05 06:54:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords client a2a api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A2A Client

A simple A2A client library.

## Installation

```bash
pip install a2aclient
```

## Usage

```python
from a2aclient import hello_world

# Basic usage
print(hello_world())  # Output: Hello, World! Welcome to a2aclient!

# With custom name
print(hello_world("Alice"))  # Output: Hello, Alice! Welcome to a2aclient!
```

## Command Line Usage

After installation, you can also use the command line interface:

```bash
a2aclient
```

## Development

To install in development mode:

```bash
pip install -e .[dev]
```

## Building and Publishing

To build the package:

```bash
python -m build
```

To upload to PyPI:

```bash
twine upload dist/*
```

## License

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "a2aclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "whillhill <ooooofish@126.com>",
    "keywords": "client, a2a, api",
    "author": null,
    "author_email": "whillhill <ooooofish@126.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/dd/ac4e8e3a5279ead48f1d096d4d53c73d7c5ad95184e826290b9f7998d37e/a2aclient-0.1.0.tar.gz",
    "platform": null,
    "description": "# A2A Client\r\n\r\nA simple A2A client library.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install a2aclient\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom a2aclient import hello_world\r\n\r\n# Basic usage\r\nprint(hello_world())  # Output: Hello, World! Welcome to a2aclient!\r\n\r\n# With custom name\r\nprint(hello_world(\"Alice\"))  # Output: Hello, Alice! Welcome to a2aclient!\r\n```\r\n\r\n## Command Line Usage\r\n\r\nAfter installation, you can also use the command line interface:\r\n\r\n```bash\r\na2aclient\r\n```\r\n\r\n## Development\r\n\r\nTo install in development mode:\r\n\r\n```bash\r\npip install -e .[dev]\r\n```\r\n\r\n## Building and Publishing\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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple A2A client library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/whillhill/a2aclient",
        "Issues": "https://github.com/whillhill/a2aclient/issues",
        "Repository": "https://github.com/whillhill/a2aclient"
    },
    "split_keywords": [
        "client",
        " a2a",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4540cec84137a1ef5448c4d60dfb41b4b9d5b1595f20ed7984176e1fa7412cd",
                "md5": "7cd48fd2e0da84f8f6def3a05a5a4798",
                "sha256": "710fb9a0708bf1179086e6d12744285c61792ecbef24dc7d9138e98966cd50af"
            },
            "downloads": -1,
            "filename": "a2aclient-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7cd48fd2e0da84f8f6def3a05a5a4798",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3487,
            "upload_time": "2025-08-05T06:54:28",
            "upload_time_iso_8601": "2025-08-05T06:54:28.335142Z",
            "url": "https://files.pythonhosted.org/packages/f4/54/0cec84137a1ef5448c4d60dfb41b4b9d5b1595f20ed7984176e1fa7412cd/a2aclient-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ceddac4e8e3a5279ead48f1d096d4d53c73d7c5ad95184e826290b9f7998d37e",
                "md5": "77f75b2f67f64bb424ee10ff635163d2",
                "sha256": "aa7626b5b8d104d12d6f52f84353e3127a7e2f93637de5798d46104b69a0efa4"
            },
            "downloads": -1,
            "filename": "a2aclient-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77f75b2f67f64bb424ee10ff635163d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3208,
            "upload_time": "2025-08-05T06:54:29",
            "upload_time_iso_8601": "2025-08-05T06:54:29.914688Z",
            "url": "https://files.pythonhosted.org/packages/ce/dd/ac4e8e3a5279ead48f1d096d4d53c73d7c5ad95184e826290b9f7998d37e/a2aclient-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 06:54:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whillhill",
    "github_project": "a2aclient",
    "github_not_found": true,
    "lcname": "a2aclient"
}
        
Elapsed time: 1.44351s