Metadata-Version: 2.4
Name: wirefit
Version: 0.0.0
Summary: Language-agnostic contract checking. Placeholder — the packaged Python extractor is coming soon.
Author: wirefit
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/wirefit/wirefit
Project-URL: Repository, https://github.com/wirefit/wirefit
Project-URL: Issues, https://github.com/wirefit/wirefit/issues
Keywords: contract-testing,contract-checking,schema,api,breaking-changes,ci
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# wirefit

**Language-agnostic contract checking.**

This PyPI package is a **placeholder** reserving the `wirefit` name. The tool currently
ships as a Go binary and GitHub Action. A packaged Python extractor (pydantic v2, via the
public extractor protocol) is planned.

- Project & docs: https://github.com/wirefit/wirefit
- License: Apache-2.0

Install the CLI today (Go):

```sh
go install github.com/wirefit/wirefit/cmd/wirefit@latest
```
