Metadata-Version: 2.5
Name: diros
Version: 0.0.1
Summary: DIROS - DataOps, Intelligence, Routing, Orchestration, Services.
Project-URL: Homepage, https://pypi.org/project/diros/
Author: Sudhakar Sinha
License: Proprietary
Keywords: agents,dataops,orchestration,platform,routing
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# DIROS

**D**ataOps, **I**ntelligence, **R**outing, **O**rchestration, **S**ervices.

An early-stage platform for orchestrating data and agent workflows: catalogue,
routing, tool registry, and execution tracing.

## Status

Pre-release. This version reserves the package name and carries no public API.
Interfaces will change without notice until `0.1.0`.

## Installation

```bash
pip install diros
```

## Usage

```python
import diros

print(diros.__version__)
```
