fastdxt


Namefastdxt JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple Python package for
upload_time2025-09-03 16:08:59
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 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": "fastdxt",
    "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/e2/ba/13940d1cda04e174ccd8f4a4af5c09cc131b3a0e21652e68aef6098c660d/fastdxt-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": "32ea69fce94067b8a7cb1fb4211c0e73efb434b1366b9a70d1045623ccb32c5a",
                "md5": "c49662d3ead8fd67720fd3cc915277ae",
                "sha256": "40148a40e7d0e12895832e55d13723f5aa276c50804ece1355be8db172449cd2"
            },
            "downloads": -1,
            "filename": "fastdxt-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c49662d3ead8fd67720fd3cc915277ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10111,
            "upload_time": "2025-09-03T16:08:58",
            "upload_time_iso_8601": "2025-09-03T16:08:58.270099Z",
            "url": "https://files.pythonhosted.org/packages/32/ea/69fce94067b8a7cb1fb4211c0e73efb434b1366b9a70d1045623ccb32c5a/fastdxt-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2ba13940d1cda04e174ccd8f4a4af5c09cc131b3a0e21652e68aef6098c660d",
                "md5": "4214ed6339e5d3a29d3ff9a92743df27",
                "sha256": "4fb8a25a8a3370c0442867749ecc350205b8504fcc6f5d12cff03cae02272f6f"
            },
            "downloads": -1,
            "filename": "fastdxt-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4214ed6339e5d3a29d3ff9a92743df27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9744,
            "upload_time": "2025-09-03T16:08:59",
            "upload_time_iso_8601": "2025-09-03T16:08:59.345354Z",
            "url": "https://files.pythonhosted.org/packages/e2/ba/13940d1cda04e174ccd8f4a4af5c09cc131b3a0e21652e68aef6098c660d/fastdxt-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 16:08:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whillhill",
    "github_project": "fastacp",
    "github_not_found": true,
    "lcname": "fastdxt"
}
        
Elapsed time: 1.43275s