Metadata-Version: 2.4
Name: plainkitbin
Version: 0.1.0
Summary: An offline-first command-line entry point for PlainKitBin utilities.
Author: PlainKitBin
License: MIT
Project-URL: Homepage, https://plainkitbin.com
Project-URL: Source, https://github.com/plainkitbin
Keywords: cli,utilities,offline,developer-tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: plainkitbin-contextpack<2,>=1.0.1
Requires-Dist: plainkitbin-sqlitemd<2,>=1.0.0
Dynamic: license-file

# PlainKitBin

PlainKitBin 0.1.0 is an offline-first command-line entry point for small
developer utilities.

## Install

```bash
pip install plainkitbin
```

## Usage

```bash
plainkitbin list
plainkitbin contextpack ./myproject -o context.md
plainkitbin sqlitemd schema my.db -o schema.json
```

With no command, `plainkitbin` prints the same utility list. Arguments after
`contextpack` or `sqlitemd` are forwarded to that installed utility.

## About

PlainKitBin provides tiny, offline-first tools that each do one thing well.
The launcher itself makes no network requests and sends no telemetry; the
selected utility runs locally and its own documented behavior applies.

Built with AI assistance and released under human oversight.

## License

MIT — see [LICENSE](LICENSE).
