Metadata-Version: 2.4
Name: nexus-library
Version: 0.1.2
Summary: AI tracing and instrumentation library for LangChain and manual tracing
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/nexus-library
Project-URL: Repository, https://github.com/yourusername/nexus-library
Project-URL: Issues, https://github.com/yourusername/nexus-library/issues
Keywords: ai,tracing,instrumentation,langchain,observability
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: psycopg[binary]>=3.0.0
Requires-Dist: langchain-core>=0.1.0
Requires-Dist: requests>=2.31.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"

# Nexus Library

AI tracing and instrumentation library for LangChain and manual tracing.

## Installation

```bash
pip install nexus-library
```

## Usage

```python
from nexus_core import NexusClient

client = NexusClient()
```

## Development

```bash
pip install -e ".[dev]"
```

## License

MIT
