Metadata-Version: 2.4
Name: cbxy
Version: 0.1.0
Summary: Comic panel sidecar format — install all cbxy tools
Project-URL: Homepage, https://github.com/ngafar/cbxy
Project-URL: Repository, https://github.com/ngafar/cbxy
Project-URL: Issues, https://github.com/ngafar/cbxy/issues
Author: ngafar
License-Expression: MIT
License-File: LICENSE
Keywords: cbr,cbxy,cbz,comics,guided-view,panels
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.10
Requires-Dist: cbxy-editor==0.1.0
Requires-Dist: cbxy-generator==0.1.0
Requires-Dist: cbxy-reader==0.1.0
Description-Content-Type: text/markdown

# cbxy

Meta-package that installs all cbxy reference tools:

- **cbxy-generator** — detect panels and write `.cbxy` sidecars
- **cbxy-reader** — guided browser reader
- **cbxy-editor** — manual panel box editor

```bash
pip install cbxy
```

Or install tools individually:

```bash
pip install cbxy-generator
pip install cbxy-reader
pip install cbxy-editor
```

See the [repo root README](../README.md) for the `.cbxy` format spec.
