oxfmt 0.57.0__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: oxfmt
|
|
3
|
+
Version: 0.57.0
|
|
4
|
+
Summary: The oxc formatter, oxfmt, distributed as a PyPI package.
|
|
5
|
+
License: MIT
|
|
6
|
+
Project-URL: Homepage, https://oxc.rs
|
|
7
|
+
Project-URL: Source, https://github.com/oxc-project/oxc
|
|
8
|
+
Project-URL: Packaging, https://github.com/dhruvkb/oxc-py
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Rust
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# oxfmt
|
|
15
|
+
|
|
16
|
+
`oxfmt` is a fast JavaScript and TypeScript formatter from the
|
|
17
|
+
[oxc](https://oxc.rs) project, written in Rust.
|
|
18
|
+
|
|
19
|
+
This package ships the official prebuilt `oxfmt` binary as a PyPI wheel, so you
|
|
20
|
+
can install it with any Python package manager:
|
|
21
|
+
|
|
22
|
+
```console
|
|
23
|
+
pip install oxfmt
|
|
24
|
+
# or: pipx install oxfmt
|
|
25
|
+
# or: uv tool install oxfmt
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Then run it:
|
|
29
|
+
|
|
30
|
+
```console
|
|
31
|
+
oxfmt --help
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Notes
|
|
35
|
+
|
|
36
|
+
- This is an **unofficial** repackaging of the official oxfmt binaries. See
|
|
37
|
+
[dhruvkb/oxc-py](https://github.com/dhruvkb/oxc-py) for the packaging automation.
|
|
38
|
+
- Version numbers track upstream oxfmt releases exactly.
|
|
39
|
+
- Supported: macOS (x86_64/arm64), Linux glibc & musl (x86_64/arm64),
|
|
40
|
+
Windows (x86_64).
|
|
41
|
+
|
|
42
|
+
For documentation and issues about oxfmt itself, see the
|
|
43
|
+
[oxc project](https://github.com/oxc-project/oxc).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
oxfmt-0.57.0.data/scripts/oxfmt.exe,sha256=F4iYSQWzEv78lChotEUORJzQxgOFwjUJ_joVoNpSHiI,5619200
|
|
2
|
+
oxfmt-0.57.0.dist-info/METADATA,sha256=kUr6dYjnaJPhgriYomHieaA3w_n2P-ZogdPYehdpPCw,1264
|
|
3
|
+
oxfmt-0.57.0.dist-info/WHEEL,sha256=oXOif9arMShpJ2Gq1UqVchr1b5N71UgGyv97W4xnrjQ,84
|
|
4
|
+
oxfmt-0.57.0.dist-info/RECORD,,
|