Metadata-Version: 2.5
Name: sharkit
Version: 0.1.0
Summary: OSINT / HUMINT / GEOINT research framework
Project-URL: Homepage, https://github.com/sshtmp/sharkit
Project-URL: Repository, https://github.com/sshtmp/sharkit
Project-URL: Issues, https://github.com/sshtmp/sharkit/issues
Author: Sharkit Contributors
License-Expression: MIT
License-File: LICENSE
Keywords: cli,framework,geoint,humint,osint,research
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: httpx<1.0.0,>=0.27.0
Requires-Dist: prompt-toolkit<4.0.0,>=3.0.0
Description-Content-Type: text/markdown

# Sharkit

OSINT / HUMINT / GEOINT research framework

## Installation

```bash
uv tool install sharkit
```

## Usage

```bash
sharkit
```

## Development

```bash
uv sync
uv run sharkit
```

## Testing

```bash
uv run pytest
```

## Privacy

Sharkit does not include telemetry, analytics, tracking, or background network requests. Network activity only happens as a result of explicit user action.

## Disclaimer

Sharkit is intended for lawful OSINT research, authorized security testing, education, and legitimate investigations. Users are responsible for complying with applicable laws, permissions, and terms of service. Sharkit does not guarantee anonymity.

## License

MIT
