Metadata-Version: 2.4
Name: chadsly-knit
Version: 0.1.4
Summary: Install and run the local Knit daemon from bundled release artifacts.
Author: Chad Sylvester
License: MIT
Project-URL: Homepage, https://github.com/chadsly/knit
Project-URL: Repository, https://github.com/chadsly/knit.git
Project-URL: Issues, https://github.com/chadsly/knit/issues
Keywords: knit,daemon,developer-tools,desktop,review
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# `chadsly-knit`

`chadsly-knit` installs the host-specific Knit daemon from bundled release artifacts and exposes it through the `knit` command.

## Install

```bash
python3 -m pip install chadsly-knit
```

## Run

```bash
knit start
```

## Commands

- `knit start`
  Ensures the packaged daemon is installed for the current host and starts it.
- `knit path`
  Prints the installed daemon binary path for the current host.
- `knit version`
  Prints the wrapper package version.

## How It Works

- The package bundles the released Knit archives for each supported target.
- On first use, the Python wrapper verifies the packaged archive checksum against the bundled release manifest.
- It extracts the host-specific daemon into the local user application-data directory and then runs it.

The daemon still prints the local UI URL at startup. Knit's browser extension and main review UI remain separate from this PyPI wrapper; this package is only the daemon/runtime install path.
