Metadata-Version: 2.1
Name: baboons
Version: 0.1.0
Summary: Build LLM Powered Applications.
Home-page: https://github.com/Clivern/Baboons/
Author: Clivern
Author-email: hello@clivern.com
License: MIT
Project-URL: Documentation, https://github.com/Clivern/Baboons/
Project-URL: Source, https://github.com/Clivern/Baboons/
Project-URL: Changelog, https://github.com/Clivern/Baboons/blob/main/CHANGELOG.rst
Project-URL: Tracker, https://github.com/Clivern/Baboons/issues
Project-URL: Download, https://pypi.org/project/Baboons/#files
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: langchain <=0.0.323
Requires-Dist: openai <=0.28.1
Requires-Dist: cryptography <=41.0.2
Requires-Dist: importlib-metadata <=6.8.0 ; python_version < "3.8"

.. image:: https://img.shields.io/pypi/v/baboons.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/baboons/
.. image:: https://github.com/clivern/baboons/actions/workflows/ci.yml/badge.svg
    :alt: Build Status
    :target: https://github.com/clivern/baboons/actions/workflows/ci.yml

|

=======
Baboons
=======

To use baboons, follow the following steps:

1. Create a python virtual environment or use system wide environment

.. code-block::

    $ python3 -m venv venv
    $ source venv/bin/activate


2. Install baboons package with pip.

.. code-block::

    $ pip install baboons
