Metadata-Version: 2.1
Name: oxfmt
Version: 0.58.0
Summary: The oxc formatter, oxfmt, 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

# oxfmt

`oxfmt` is a fast JavaScript and TypeScript formatter from the
[oxc](https://oxc.rs) project, written in Rust.

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

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

Then run it:

```console
oxfmt --help
```

## Notes

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

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