Metadata-Version: 2.4
Name: adulib
Version: 0.0.1
Summary: Tools and utilities developed by the Autonomy Data Unit (ADU).
Author-email: Lukas Kikuchi <lukas.kikuchi@gmail.com>
License-File: LICENSE
Requires-Python: >=3.9
Provides-Extra: llm
Requires-Dist: asynciolimiter>=1.0.0; extra == 'llm'
Requires-Dist: openai>=1.63.0; extra == 'llm'
Requires-Dist: tiktoken>=0.9.0; extra == 'llm'
Provides-Extra: rest
Requires-Dist: aiohttp>=3.11.12; extra == 'rest'
Requires-Dist: asynciolimiter>=1.0.0; extra == 'rest'
Requires-Dist: diskcache>=5.6.3; extra == 'rest'
Description-Content-Type: text/markdown

# adulib


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

The lifecycle of a shared ADU utility or tool is as follows:

1.  Implement the utility in this repo.
2.  If the utility grows in complexity, it should be moved to its own
    dedicated package, and will be included in `adulib` as a
    (potentially optional) dependency.
