Metadata-Version: 2.4
Name: sightline
Version: 0.0.1a3
Summary: A simple package for parametrizable, procedural generation of VLM test workflows.
Project-URL: Homepage, https://github.com/christineiym/sightline
Project-URL: Issues, https://github.com/christineiym/sightline/issues
Author-email: Christine Mendoza <christineiymendoza@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: ollama
Requires-Dist: ollama; extra == 'ollama'
Provides-Extra: openai
Requires-Dist: openai; extra == 'openai'
Description-Content-Type: text/markdown

# sightline
A simple package for parametrizable, procedural generation of VLM test workflows. 

Install from PyPI: `pip install sightline`