Metadata-Version: 2.4
Name: thonnycontrib-blvdiff
Version: 0.1.0
Summary: BLVDIFF integration plugin for Thonny
Author: Rylan Sedlacek
License-Expression: MIT
Project-URL: Homepage, https://example.com/thonnycontrib-blvdiff
Project-URL: Source, https://example.com/thonnycontrib-blvdiff/source
Keywords: thonny,plugin,blvdiff
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# thonnycontrib-blvdiff

BLVDIFF integration plugin for Thonny.

Install from PyPI:

	pip install thonnycontrib-blvdiff

Then open Thonny — the plugin will be discovered automatically. Use the Tools menu to access BLVDIFF actions (Setup, Run Script, --explain, --diff, --revert).

Packaging notes:
- The package includes the `thonnycontrib.blvdiff` package and the `bin/blvflag` binary.
- Ensure you publish with the project name `thonnycontrib-blvdiff` on PyPI.

License: MIT (see LICENSE)
