Metadata-Version: 2.1
Name: async-function-calling
Version: 0.0.1
Summary: Python implementation of the Asynchronous Function Calling
Author-email: Kael Zhang <i+pypi@kael.me>
License: Copyright (c) 2013 kaelzhang <>, contributors
        
        Permission is hereby granted, free of charge, to any person obtaining
        a copy of this software and associated documentation files (the
        "Software"), to deal in the Software without restriction, including
        without limitation the rights to use, copy, modify, merge, publish,
        distribute, sublicense, and/or sell copies of the Software, and to
        permit persons to whom the Software is furnished to do so, subject to
        the following conditions:
        
        The above copyright notice and this permission notice shall be
        included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
        LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
        OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
        WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/kaelzhang/async-function-calling
Keywords: async-function-calling,function-calling
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: codecov; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: build; extra == "dev"

[![](https://github.com/kaelzhang/async-function-calling/actions/workflows/python.yml/badge.svg)](https://github.com/kaelzhang/async-function-calling/actions/workflows/python.yml)
[![](https://codecov.io/gh/kaelzhang/async-function-calling/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/async-function-calling)
[![](https://img.shields.io/pypi/v/async-function-calling.svg)](https://pypi.org/project/async-function-calling/)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/async-function-calling)](https://anaconda.org/conda-forge/async-function-calling)
[![](https://img.shields.io/pypi/l/async-function-calling.svg)](https://github.com/kaelzhang/async-function-calling)

# async-function-calling

Python implementation of the Asynchronous Function Calling

## Install

```sh
$ pip install async-function-calling
```

## Usage

```py
import async_function_calling
```

## License

[MIT](LICENSE)
