Metadata-Version: 2.4
Name: rkr
Version: 0.0.1
Summary: reekeer - universal OSINT toolkit.
Author: reekeer
License-Expression: MIT
License-File: LICENSE
Keywords: intelligence,osint,recon,security,toolkit
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# rkr — reekeer

**Stage 1 - name reservation.**

This release does not contain the toolkit yet. We published it to reserve the
name `rkr` on PyPI so that nobody else takes it while we build the project.

`reekeer` is planned as a universal OSINT toolkit: one CLI and one Python API
for open-source intelligence collection instead of a pile of unrelated scripts.
`rkr` is its short distribution name, command name, and import name.

## Roadmap

- **Stage 1 (current)** - name reserved, package skeleton published.
- **Stage 2** - core engine and the first data-source modules.
- **Stage 3** - full CLI, structured reports, plugin API.

## Usage

Run without installing:

```bash
uvx rkr
```

Or install it:

```bash
pip install rkr
rkr
```

Prints the current version and stage. Real functionality lands in stage 2.

---

## О проекте (RU)

**Стадия 1 - занятие имени.**

Функционала здесь пока нет: мы опубликовали пакет, чтобы закрепить имя `rkr` на
PyPI и никто другой его не занял. Дальше здесь будет `reekeer` - универсальная
OSINT-тулса, один CLI и один Python API вместо набора разрозненных скриптов.
`rkr` - её короткое имя пакета и команды: `uvx rkr`.

## License

MIT
