Metadata-Version: 2.4
Name: ooda
Version: 0.1.0
License-File: LICENSE
Summary: Minimal Python package scaffold for ooda
Home-Page: https://github.com/lostmygithubaccount/ooda
Author-email: Cody <cody@dkdc.io>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ooda

Minimal Rust and Python package scaffold for the `ooda` name.

## Install

### Rust

```sh
cargo add ooda
```

### Python

```sh
uv add ooda
```

## Status

The package intentionally exposes a tiny placeholder API for now so the crate
and package names can be reserved before the real functionality lands.


