Metadata-Version: 2.4
Name: llm-cost-profiler
Version: 0.1.0
Summary: A tiny Python library for tracking LLM token usage, latency, and estimated cost.
Author-email: Boniface Alexander <you@example.com>
License: MIT
Keywords: llm,cost,profiler,openai,langchain
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# llm-cost-profiler

Complete version with dynamic pricing, adjustment, tests, LangChain wrapper, and CI workflow.
