Skip to main content

No project description provided

Project description

ruff-format

A fast Python code formatter powered by Ruff's formatting engine.

Overview

ruff-format is a Python package that provides Python bindings to Ruff's Python formatter.

Installation

pip install ruff-format

Usage

from ruff_format import format_string

code = """
def hello(  x,y,   z  ):
    print( x+y+z )
"""

formatted = format_string(code)
print(formatted)

Development

Prerequisites

  • Rust (latest stable)
  • Python 3.8+
  • maturin

Building from source

# Install maturin
pip install maturin

# Build the package
maturin develop

# Or build a release version
maturin build --release

License

MIT

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruff_format-0.3.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ruff_format-0.3.0-cp314-abi3-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.14+Windows x86-64

ruff_format-0.3.0-cp314-abi3-win32.whl (1.8 MB view details)

Uploaded CPython 3.14+Windows x86

ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ruff_format-0.3.0-cp311-abi3-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

ruff_format-0.3.0-cp311-abi3-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

ruff_format-0.3.0-cp38-abi3-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ x86-64

ruff_format-0.3.0-cp38-abi3-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

ruff_format-0.3.0-cp38-abi3-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

ruff_format-0.3.0-cp38-abi3-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

ruff_format-0.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ x86-64

ruff_format-0.3.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

ruff_format-0.3.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

ruff_format-0.3.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

ruff_format-0.3.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARM64

ruff_format-0.3.0-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.5+ i686

File details

Details for the file ruff_format-0.3.0.tar.gz.

File metadata

  • Download URL: ruff_format-0.3.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ruff_format-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f579b32b9dd041b0fe7b04da9ba932ff5d108f7ce4c763bd58e659a03f1d408a
MD5 b731d6e40ad98e74a447c3abe56d17ca
BLAKE2b-256 3b3c71dfce0e8269271969381b1a629772aeeb62c693f8aca8560bf145e413ca

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f875a6f11cb4fe3120ab9cd39e7a7791b57099ef464f631a71c3be8aeca511f
MD5 9ac0f8f452c308cf42cf63087c05792f
BLAKE2b-256 1d3e355cd6f09b93a0d10fd508e3dcbd6a8a248873fe85a7434e632aac59ff8d

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ccbc32553f2ec99524c0af68741214e84b02e71cedf5c86ab865715d8f6fa79f
MD5 67f3b19d3298e520e863fba8f080f32c
BLAKE2b-256 767aa30af6538014e494c577b5123d1fa040f15056338f2aa8b2dcf5fbdd16f9

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ce43d8324d61a7fb7e79764043c5a1a3841c3105dfdb4244f27ecb3f0f1c6126
MD5 4df43a5f436f389ba66a277a77885391
BLAKE2b-256 2a271ae79550e7a839fa6e5c65e7a421c8c3f2396a4965acb809b78cc09dde52

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ca7a90b29e3f4823e6002483c231a6d0d07db6d957d047859432eef5e8e66ad
MD5 8c83246744e9aea08bec09717505a4c6
BLAKE2b-256 aa3f629d99cedeba22274daa7613a2c9543c901c51db2c6460d43d4978e5beac

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 248ed3f4cf3348cddf217a14bd67a3ea277b95bcfa0a7a3fd5f69fd6ac649cc4
MD5 b16a731da802f6ea062ff3ed00254096
BLAKE2b-256 dbda473d3ef220c170cced62717ff879dab87cb4e37cd440475670608d247e62

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6c5a366dccf5c9f4e7a09872299a77ffc55639dedbd913ba62af6dd657e36708
MD5 581ec2bb1d01e7977b7e3ca356107095
BLAKE2b-256 e73a449135ec7337ea9ca93b84b13572fd84a180e4f9226bd5498c400e62d010

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55ede05d64cae1bdf1f164ea37f3ef3d44eca8ba05253fce13e3621c331c3003
MD5 b8183e77cd5538777da478264ccd6fa6
BLAKE2b-256 f00aec19134050ea5be42219645d62cd0332b4fa962b4ac669f61db0ec74bc96

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58186dc52f666ac1b3cbdc502c1dd36c9fcbf2e3337f169a22afa830bd916c83
MD5 08df0a3e339fa7056a86d15f624f2a33
BLAKE2b-256 e3dc2ef17a2c5e2a10be89d5acd048a2de64b4bbe9c697645a95b43ad850b8e7

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c677d25cce42e1c1bc370b552b9048165d1005ed1ee15355990a50d52ba6e8b
MD5 89c697a5e0e12eeef95cc68c03bfe064
BLAKE2b-256 ad8efc8e1bf82e15a2e4aa9f7c195e6a618e8444089ac920db582e7e3a010ccb

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6359061dcd336907fbffa508771a30663387985589e3890f665d36283330ab4d
MD5 6c0ce9aa6ed75d7ef8b101c313279024
BLAKE2b-256 7c24a77ced3a73c51a53359a874d0ad58761b989f42510b5ed39cff7ba390e34

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 207060da47a0b7eab4d393d556bb6846ecebb6e1bfb2c8cb98c5c58dbef1ec1b
MD5 be66d4c46f30cb4350bc15f3e76604db
BLAKE2b-256 dd31e8958bed8bb506a12f48ae9a2e0af8515b35bde4c1ab968def78c859eb5e

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc37eb01044e3116909d33adad6f4d7bff454a332d0f72ce923be6b08dd26dd0
MD5 09a412fdefb199cad3372ddf1c348be4
BLAKE2b-256 80a329babb0f4ee3e5319db8209c143e47e404f9c8393c82214bed96b74353a5

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 968ad9c1f6c9fd639f5ef479972c27605b934b64ba8180c59a2b16865ba2d359
MD5 d1400b0af91baac312f24dd57b23d1d0
BLAKE2b-256 c442f9ef85a0cab31c57de0dc0a34149f9f2e378f651ed06eefd1acdf6c04c17

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23d9ceb2d8d0b772307d478a33edba4bc40f0f45ba268d1b9a1584d94bba426d
MD5 7ffb910332ab7ba6e4eeacf19a633631
BLAKE2b-256 5c7f8716887cff27d7fac0848fcdc20b518c31805eb888c7fe7c5e74477cf30f

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b50659719b233d854b7d48e568fd945cf550e5b1a4d6a0d96114adfb9d2a282a
MD5 1d812781f16e99de8384c3baafc88675
BLAKE2b-256 e534173166f6824134e7429116aa7b6b077792a9de66df1826384e6ddcf22655

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 89cc3c080858d82390a8bb4b850fdc6453f897fbe4766971b253ed3f8f9ef231
MD5 74696359f17bfac9130e15f6516c052d
BLAKE2b-256 0da8886cc0154557b5062d3dbf295af57ff4e0285359acaba89355b0cc1a7202

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34f14656b80b44264dd09a353a0ac51381ac6e7145d99a50d67bc8539af42c2e
MD5 eec572be31b836d37f5919996aa25e7f
BLAKE2b-256 5074090fc03d238e791ae9935ba3e5d6fa96424da8dc4236220936acf7f53f88

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 158470017920c4cc634ccf4d9625fd9eac0e7effe8e499f9f922db308f4c116b
MD5 1479d04e24b638bbdf9779f8818858a7
BLAKE2b-256 74bf012e4bf6e7b918b1c76a16ac2764354590f79295c1770b4059917d3f16c0

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63cded436e63a8fc5c0612cc86fb79b4a2858a1562c715859fbe938d932bd4ca
MD5 d9acc84758ae20d2be04d48ec06b389e
BLAKE2b-256 660cd468a0414d24a8cddf316ecbe193846d00750b040ec341c8b47f7cb9968e

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c70f95563a74c5c155dcd332b424637270b5eae85d1662e6fa3a5e4c6cefb0b2
MD5 c531bc19eb43928cde619b76a277d1ac
BLAKE2b-256 97cfc5cf9a450a4a6040f0232b376721587183ca1c2d2d7f0491c58a55229f20

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 230c156d16b9ca3dc0ac5cf197694936d3478bcf150ee96666b6f1a467ba25c1
MD5 9aa4befaf744ab171b22f43327fa4eb3
BLAKE2b-256 a62783b5163100a371510c147297a90900aed6a06ed0159d840090b5cad115f7

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2917663f33d5ffe6bfdd16c97b37405bff5492da5d7f4b78cf9b3936452d5190
MD5 b1afd6455b087b024462f3451e2d1730
BLAKE2b-256 96b56b4f10fa3d86ca7c358e3c2584c9a53dc95c896bcabbeaa4d4f1e1a596eb

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c5f7d603086baf060882c13748e7866f85f2462950f10dc847074a4b4d8d4651
MD5 88cd7737ab7c51ff2872a8ce382ce8ab
BLAKE2b-256 316403524f4ecf23b9ae5873760211e10ad5152859311d921be155d372c14214

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 94f162d9daef939bb9928d4d798e26fc01869aa1b5f086eee9667dbf1e39e6e5
MD5 311dd1fd02524b757db6aba07fc49f35
BLAKE2b-256 a6b711dd66042bd39999afad8849782b7a8537a4a652a54d020889f3b2a40cfe

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 46e7e421a7d3e6312c34e2872978ddaafa8a5041ff0f5c7667a4c61bf8c13bc9
MD5 df7e07f710a1f8c4cc726664db83b213
BLAKE2b-256 88919aedf818e07979001148e763da7207e072021fcbe37053e5ff13298f1024

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 603c392b9f9416310e94aad8ddf6fccac48ee803828b92724342a37d0ff0e23b
MD5 2e7a08a43bb2ac9be8b7a3ceb0805519
BLAKE2b-256 e8e379eb91d4415d87c08ddceefcb4e749a1b319a4f14855f8eff12f8c1899cd

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp314-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp314-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 52d47afcf18cd070e9ea8eb7701b6942a28323089fdd4a7a8934c68e57228475
MD5 76c3b649426cc3bd2027c982e2f723a4
BLAKE2b-256 644981c0ebc86540f856e0f1ffa6d47a95111328306650f63d6a453d34f05295

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp314-abi3-win32.whl.

File metadata

  • Download URL: ruff_format-0.3.0-cp314-abi3-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ruff_format-0.3.0-cp314-abi3-win32.whl
Algorithm Hash digest
SHA256 cc9e2bf654290999a2d0bdac8dd289302dcbc8cced2db5e1600f1d1850b4066e
MD5 c628b3746fa7df740d38e27d2a6f41b7
BLAKE2b-256 132f3f53cfb6f14d2f2bfcf29fef41712ee04caa84155334e4602db1e08523d8

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3bf308531ad99a745438701df88d306a416d002a36143b23c5b5dad85965a42
MD5 18e34d5b7df814ab0840b807bdbc8eb4
BLAKE2b-256 fd0f8ffaa38f228176478ca6f1e9faf23749220f3fd97ad804559ac85e3cfc98

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebdf4a35223860e7a697ef3a2d5dc0cf1c94656b09ba9139b400c1602c18db3a
MD5 e557cf4694b210c18b7340270d661b5f
BLAKE2b-256 c8aa5c343854a1d6c74a1db7ecd345f7fa6712f7b73adabd9c6ceb5db4356a69

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 470ca14276c98eb06404c0966d3b306c63c1560fd926416fd5c6c00f24f3410c
MD5 83090be14465d6eb813076ca911eed81
BLAKE2b-256 6dae24e1bf20a13d67fd4b4629efa8c015a20de9fa09ec3767b27a5e0beec4c7

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c73eabe1f9a08ca7430f317c358bb31c3e0017b262488bac636a50cc7d7948d
MD5 74dff17b58118ad03ee63812a1582369
BLAKE2b-256 298cf55bcc419596929da754ffa59f415e498a17be1a32b2a59c472440526625

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e894da47f72e538731793953b213c80e17aeea5635067e2054c9a8ffe71331b
MD5 21c7eef91bd4344921d6e8cba08a3f18
BLAKE2b-256 df602dd758eac6f835505de4bdcf7be5c993a930e6f6c475bec21e92df1359e5

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 642e8edadbc348718ef4aaf750ffa993376338669d5bf7c085c66d1a181ea26f
MD5 c8f44bb69f2cb3f7431fc5591a0d893d
BLAKE2b-256 bd87c23b0ef5efa4624882601fbcacc8e64f4f1687387acb1873babb82413e27

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 adf38aae1b1468c55f4f8732d077bb30dd705599875cf6783bbb1808373d9fa4
MD5 5749cda5c4829732a81bc4c7646f2c97
BLAKE2b-256 6d208d1d5c63acacee481e7a92e8d5a9cfa1fa6266082bf844f66c981033b43b

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cb10f784ff0dc8f57183d7edbf33ce32d8efd8582794e9415c8a53a0e6d0e0b
MD5 c65e0914d47303b0719627f87ba6adf6
BLAKE2b-256 17bb7e09e91464291dc1f4b947d858d1206b3df618fdb96cda17fad3bc245977

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d549c4cd5e6ae1fac9c4c083b5c3d51bca5b1fdb622384bd5dd2c1d01f99dc66
MD5 9976c192b1143621ae8bafec7cd48028
BLAKE2b-256 420a311803a69bb9302749eb22b4a193cc87dfe172a5ee6940d3e4c9362418f5

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 46e543b0c6c858d963ca337ded9e37887ba6fc903caf13bd7200274faef9178c
MD5 98bd5829c20d15b517407a776a122b19
BLAKE2b-256 75b95866b53f870231f61716753b471cca1c79042678b96d25bff75ca1ee361a

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c905725e0dad3016a0c7cd16eea64edec7bc42cd60036378a4e206a56ee565fd
MD5 6c628219e9d76fd5751b64913f39cb6e
BLAKE2b-256 d3a43a09b363d5bf7c4e2b97f770b308973759dce2acdf296b4023c3239ae7a7

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c0f1c971a9eb50b7145158fd96ac29d5d5aaf4373c9d4c438113a1a09a97be03
MD5 5c68be2e2402911f41adc21abb5823a7
BLAKE2b-256 a057be709bc005ec1008773a9361b0d1dac23fc0425ea2510b3b575cb3d44865

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da2d9cc4d0c4cfd5b8180a19f0b8eda86cc2cffc0e5d01dd2b6133eb85e7e76f
MD5 cf27e4f29fd3f03700836108bb11b484
BLAKE2b-256 f7bb9ec44a9203f668974a896efc9cf26c9e332226b578f7ae6ca3449642e7cb

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81651ba409a6de07f5c6b25ac609401649a3cccdd19c7cb76e735481e6ed859a
MD5 adf201e9e2cab09b523bbfef65782f62
BLAKE2b-256 052f3efec36107cd974ed48ab63b61b15e49139575ff305daf0c52c24ea14cdb

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 451d3502ccd85ec055fdc1ce52f60f6c8d469bda3b8c7a3e9ac5fa99a64fde9c
MD5 8522647b4ea23c8d94e1548213647d48
BLAKE2b-256 ed7b08df01b8925ea4fdf7959199ccffc599314a179695fa8bc886146971b30b

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 135f1306e51198790fcf402c6574539e51dc1bcfa6d8c67e8b51c701d9ebab11
MD5 bdcaae757f92d3e94d3100b74f5134f7
BLAKE2b-256 534b791ce063a6bf17c783fe036f302bfcec8a9e1f99bf591e8b0cc73a25b719

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45e34fe85e7bc833f85e873f6cb9e3606510e678760c7128c737b009e3b9fdfd
MD5 b15d086399c1277c6877e48dffa8cc97
BLAKE2b-256 668d979b6ccde9fe4018b01a9a4215cc4c3455519465943c9862876311e239da

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 073d4be5fb2fbb6668e14fb9a3aae1b03bbb2ef6d63622979e5657d22a69fb36
MD5 34c64cfe1ece42aabd8ba2c836c264e5
BLAKE2b-256 8c01113a0e8f15dc1309b6331695a084bc36207b26fad065c26abfadbf24f5a7

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 623156d3a1e2ef8ece2b7195aa64f122c036605ce495e06e99c53a52927b7871
MD5 9a69f9e49b979f069ebd28d30486a3c8
BLAKE2b-256 e05ebfaf109bb50cc1c108d494288072419ba3acf0e9bfcf3be587b707454c50

See more details on using hashes here.

File details

Details for the file ruff_format-0.3.0-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ruff_format-0.3.0-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76e0c088e18bd23b124d225926b8d64db6419a7f86b3a123346e2bacae679940
MD5 db4c8e9f07848a301cbe3fe3e384c818
BLAKE2b-256 b40d24d3616081e283b38cf228a6765b913fd1320e780febd4ea3ec98a0db5ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page