Metadata-Version: 2.1
Name: oxlint
Version: 1.73.0
Summary: The oxc linter, oxlint, distributed as a PyPI package.
License: MIT
Project-URL: Homepage, https://oxc.rs
Project-URL: Source, https://github.com/oxc-project/oxc
Project-URL: Packaging, https://github.com/dhruvkb/oxc-py
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown

# oxlint

[oxlint](https://oxc.rs/docs/guide/usage/linter.html) is a fast JavaScript and
TypeScript linter from the [oxc](https://oxc.rs) project, written in Rust.

This package ships the official prebuilt `oxlint` binary as a PyPI wheel, so you
can install it with any Python package manager:

```console
pip install oxlint
# or: pipx install oxlint
# or: uv tool install oxlint
```

Then run it:

```console
oxlint --help
oxlint .
```

## Notes

- This is an **unofficial** repackaging of the official oxlint binaries. See
  [dhruvkb/oxc-py](https://github.com/dhruvkb/oxc-py) for the packaging automation.
- Version numbers track upstream oxlint releases exactly.
- Supported: macOS (x86_64/arm64), Linux glibc & musl (x86_64/arm64),
  Windows (x86_64).

For documentation and issues about oxlint itself, see the
[oxc project](https://github.com/oxc-project/oxc).
