fastuv


Namefastuv JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple Python package for
upload_time2025-09-08 03:31:36
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": "fastuv",
    "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/07/37/fca8b6a6831ea90afa98a3d63a7c407a9a6a05b02ba485c8647fd8801567/fastuv-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/fastuv",
        "Issues": "https://github.com/whillhill/fastuv/issues",
        "Repository": "https://github.com/whillhill/fastuv"
    },
    "split_keywords": [
        "a2a",
        " store",
        " hello",
        " example"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccee8b62d10502ff2684eaffcfc763982847b21403ef4a1482d691519a49aea7",
                "md5": "01a00ef871d40355a5f5bf472ff953d6",
                "sha256": "86b680b2de1303e2dd9c0b401c594be37ee36bb465c2f04252ea5fce0992657c"
            },
            "downloads": -1,
            "filename": "fastuv-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01a00ef871d40355a5f5bf472ff953d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10085,
            "upload_time": "2025-09-08T03:31:35",
            "upload_time_iso_8601": "2025-09-08T03:31:35.556996Z",
            "url": "https://files.pythonhosted.org/packages/cc/ee/8b62d10502ff2684eaffcfc763982847b21403ef4a1482d691519a49aea7/fastuv-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0737fca8b6a6831ea90afa98a3d63a7c407a9a6a05b02ba485c8647fd8801567",
                "md5": "d5874717c1df014c675c85d1dd299fdb",
                "sha256": "8217229826ee169e00b1af293bc053d9a6a8512ded07621b014b639d6115a564"
            },
            "downloads": -1,
            "filename": "fastuv-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d5874717c1df014c675c85d1dd299fdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9731,
            "upload_time": "2025-09-08T03:31:36",
            "upload_time_iso_8601": "2025-09-08T03:31:36.986816Z",
            "url": "https://files.pythonhosted.org/packages/07/37/fca8b6a6831ea90afa98a3d63a7c407a9a6a05b02ba485c8647fd8801567/fastuv-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 03:31:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whillhill",
    "github_project": "fastuv",
    "github_not_found": true,
    "lcname": "fastuv"
}
        
Elapsed time: 1.42605s