Metadata-Version: 2.1
Name: oxfmt
Version: 0.59.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

# <img src="https://github.com/dhruvkb/oxc-py/raw/main/readme_assets/logo.png" alt="" align="left" width="40" height="40"> oxfmt

[Oxfmt](https://oxc.rs/docs/guide/usage/formatter) (`/oʊ-ɛks-fɔːr-mæt/`) is a high-performance
formatter for the JavaScript ecosystem.

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

```bash
uv tool install oxfmt
oxfmt --help
```

## Supported platforms

| OS            | Architectures |
| ------------- | ------------- |
| macOS         | x86_64, arm64 |
| Linux (glibc) | x86_64, arm64 |
| Linux (musl)  | x86_64, arm64 |
| Windows       | x86_64        |

## Notes

This is not an official distribution. But the process is completely automated and the automation
code is open-source and auditable at [dhruvkb/oxc-py](https://github.com/dhruvkb/oxc-py).

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