Metadata-Version: 2.1
Name: postfinancex
Version: 0.0.1
Summary: 🤖 PostFinance LLM agent powered by IBM watsonx.ai ✨ PostFinance X IBM watsonx.ai
Home-page: https://pypi.org/project/postfinancex
License: BSD-3-Clause
Author: Yi ZHANG
Author-email: yizhang.dev@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: ibm-watsonx-ai (>=0.2.4,<0.3.0)
Project-URL: Repository, https://github.com/imyizhang/postfinancex
Description-Content-Type: text/markdown

# PostFinanceX

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]

**PostFinanceX** is a Python library allows you to call PostFinance LLM agent powered by IBM watsonx.ai



## Installation

```bash
pip install postfinancex
```



## Quickstart

```python
from postfinance import Agent

agent = Agent("your_api_key_here")
```



## License

**PostFinanceX** has a BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/postfinancex/blob/main/LICENSE) file.



## Contributing

Thanks for your interest in contributing to **PostFinanceX**! Please feel free to create a pull request.



## Changelog



[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/imyizhang/postfinancex



[pypi_badge]: https://badgen.net/pypi/v/postfinancex?icon=pypi&color=black&label
[pypi_link]: https://www.pypi.org/project/postfinancex
