Metadata-Version: 2.1
Name: ommlx
Version: 0.0.0.dev19
Summary: ommlx
Author: wrmsr
License: BSD-3-Clause
Project-URL: source, https://github.com/wrmsr/omlish
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Requires-Python: ~=3.12
License-File: LICENSE
Requires-Dist: omlish==0.0.0.dev19
Provides-Extra: all
Requires-Dist: llama-cpp-python~=0.2; extra == "all"
Requires-Dist: tinygrad~=0.9; extra == "all"
Requires-Dist: torch~=2.4; extra == "all"
Requires-Dist: mwparserfromhell~=0.6; extra == "all"
Requires-Dist: wikitextparser~=0.56; extra == "all"
Requires-Dist: lxml~=5.3; python_version < "3.13" and extra == "all"
Provides-Extra: llamacpp
Requires-Dist: llama-cpp-python~=0.2; extra == "llamacpp"
Provides-Extra: tinygrad
Requires-Dist: tinygrad~=0.9; extra == "tinygrad"
Provides-Extra: torch
Requires-Dist: torch~=2.4; extra == "torch"
Provides-Extra: wiki
Requires-Dist: mwparserfromhell~=0.6; extra == "wiki"
Requires-Dist: wikitextparser~=0.56; extra == "wiki"
Provides-Extra: xml
Requires-Dist: lxml~=5.3; python_version < "3.13" and extra == "xml"
