Metadata-Version: 2.1
Name: legolm_commons_genai
Version: 0.0.1
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

# legolm_commons_genai


[![PyPI version](https://badge.fury.io/py/legolm_commons_ai.svg)](https://badge.fury.io/py/legolm_commons_ai)

legolm_commons_genai is a Python package that provides helpers and common utils for gen ai and conversational apps

## Installation

To install `legolm_commons_genai`, use pip:

```bash
pip install legolm_commons_genai
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

## License

This project is licensed under the Apache License, Version 2.0, January 2004. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This ensures that the license is clearly stated and provides the necessary information for users to understand their rights and obligations under the Apache License, Version 2.0.
