Metadata-Version: 2.4
Name: llm-apm
Version: 1.2.3
Summary: LLM Application Performance Monitoring - Real-time monitoring for LLM-powered applications
Home-page: https://github.com/yourusername/llm-apm
Author: Suhas O
Author-email: Suhas O <suhaso2002@gmail.com>
Maintainer-email: Suhas O <suhaso2002@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/llm-apm
Project-URL: Documentation, https://github.com/yourusername/llm-apm#readme
Project-URL: Repository, https://github.com/yourusername/llm-apm.git
Project-URL: Bug Tracker, https://github.com/yourusername/llm-apm/issues
Keywords: llm,monitoring,performance,apm,observability,prometheus,fastapi,openai,azure,metrics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: FastAPI
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.68.0
Requires-Dist: prometheus-client>=0.14.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: sqlalchemy>=1.4.0
Requires-Dist: tiktoken>=0.4.0
Requires-Dist: openai>=1.0.0
Requires-Dist: pydantic>=1.8.0
Requires-Dist: python-multipart>=0.0.5
Requires-Dist: uvicorn>=0.15.0
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary>=2.9.0; extra == "postgresql"
Requires-Dist: sqlalchemy>=1.4.0; extra == "postgresql"
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.18.0; extra == "dev"
Requires-Dist: pytest-cov>=2.12.0; extra == "dev"
Requires-Dist: black>=21.0.0; extra == "dev"
Requires-Dist: flake8>=3.9.0; extra == "dev"
Requires-Dist: mypy>=0.910; extra == "dev"
Requires-Dist: isort>=5.9.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.4.0; extra == "docs"
Requires-Dist: mkdocs-material>=8.0.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.18.0; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python
