Skip to main content

A module tree explorer for humans and LLMs

Project description

pretty-mod

a module tree explorer for LLMs (and humans)

[!IMPORTANT] for all versions >=0.1.0, wheels for different operating systems are built via maturin and published to pypi, install <0.1.0 for a pure python version

ยป uvx pretty-mod tree json
๐Ÿ“ฆ json
โ”œโ”€โ”€ ๐Ÿ“œ __all__: dump, dumps, load, loads, JSONDecoder, JSONDecodeError, JSONEncoder
โ”œโ”€โ”€ โšก functions: dump, dumps, load, loads
โ”œโ”€โ”€ ๐Ÿ“ฆ decoder
โ”‚   โ”œโ”€โ”€ ๐Ÿ“œ __all__: JSONDecoder, JSONDecodeError
โ”‚   โ””โ”€โ”€ ๐Ÿ”ท classes: JSONDecodeError, JSONDecoder
โ”œโ”€โ”€ ๐Ÿ“ฆ encoder
โ”‚   โ”œโ”€โ”€ ๐Ÿ”ท classes: JSONEncoder
โ”‚   โ””โ”€โ”€ โšก functions: py_encode_basestring, py_encode_basestring_ascii
โ”œโ”€โ”€ ๐Ÿ“ฆ scanner
โ”‚   โ””โ”€โ”€ ๐Ÿ“œ __all__: make_scanner
โ””โ”€โ”€ ๐Ÿ“ฆ tool
    โ””โ”€โ”€ โšก functions: main

ยป uvx pretty-mod sig json:dumps
๐Ÿ“Ž dumps
โ”œโ”€โ”€ Parameters:
โ”œโ”€โ”€ obj
โ”œโ”€โ”€ *
โ”œโ”€โ”€ skipkeys=False
โ”œโ”€โ”€ ensure_ascii=True
โ”œโ”€โ”€ check_circular=True
โ”œโ”€โ”€ allow_nan=True
โ”œโ”€โ”€ cls=None
โ”œโ”€โ”€ indent=None
โ”œโ”€โ”€ separators=None
โ”œโ”€โ”€ default=None
โ”œโ”€โ”€ sort_keys=False
โ””โ”€โ”€ **kw

Installation

uv add pretty-mod

Usage

from pretty_mod import display_tree

# Explore a module structure  
display_tree("collections", max_depth=2)
Example output
display_tree("collections", max_depth=2)

๐Ÿ“ฆ collections
โ”œโ”€โ”€ ๐Ÿ“œ __all__: ChainMap, Counter, OrderedDict, UserDict, UserList, UserString, defaultdict, deque, namedtuple
โ”œโ”€โ”€ ๐Ÿ”ท classes: ChainMap, Counter, OrderedDict, UserDict, UserList, UserString, defaultdict, deque
โ”œโ”€โ”€ โšก functions: namedtuple
โ””โ”€โ”€ ๐Ÿ“ฆ abc
    โ”œโ”€โ”€ ๐Ÿ“œ __all__: Awaitable, Coroutine, AsyncIterable, AsyncIterator, AsyncGenerator, Hashable, Iterable, Iterator, Generator, Reversible, Sized, Container, Callable, Collection, Set, MutableSet, Mapping, MutableMapping, MappingView, KeysView, ItemsView, ValuesView, Sequence, MutableSequence, ByteString, Buffer
    โ””โ”€โ”€ ๐Ÿ”ท classes: AsyncGenerator, AsyncIterable, AsyncIterator, Awaitable, Buffer, ByteString, Callable, Collection, Container, Coroutine, Generator, Hashable, ItemsView, Iterable, Iterator, KeysView, Mapping, MappingView, MutableMapping, MutableSequence, MutableSet, Reversible, Sequence, Set, Sized, ValuesView
from pretty_mod import display_signature

# Display the signature of a callable (function or class constructor)
print(display_signature("json:loads"))
Example output
๐Ÿ“Ž loads
โ”œโ”€โ”€ Parameters:
โ”œโ”€โ”€ s
โ”œโ”€โ”€ *
โ”œโ”€โ”€ cls=None
โ”œโ”€โ”€ object_hook=None
โ”œโ”€โ”€ parse_float=None
โ”œโ”€โ”€ parse_int=None
โ”œโ”€โ”€ parse_constant=None
โ”œโ”€โ”€ object_pairs_hook=None
โ””โ”€โ”€ **kw

CLI

Pretty-mod includes a command-line interface for quick exploration:

# Explore module structure
pretty-mod tree json
pretty-mod tree requests --depth 3

# Display function signatures  
pretty-mod sig json:loads
pretty-mod sig os.path:join

# inspect libraries you don't have installed
uvx --with fastapi pretty-mod tree fastapi.routing

uvx --with fastapi pretty-mod sig fastapi.routing:run_endpoint_function

Examples

See the examples/ directory for more detailed usage patterns and advanced features.

Development

gh repo clone zzstoatzz/pretty-mod && cd pretty-mod
just --list # see https://github.com/casey/just

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

pretty_mod-0.1.0a0.tar.gz (59.3 kB view details)

Uploaded Source

Built Distributions

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

pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pretty_mod-0.1.0a0-cp313-cp313-win32.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86

pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pretty_mod-0.1.0a0-cp313-cp313-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pretty_mod-0.1.0a0-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pretty_mod-0.1.0a0-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86

pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pretty_mod-0.1.0a0-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pretty_mod-0.1.0a0-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pretty_mod-0.1.0a0-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86

pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pretty_mod-0.1.0a0-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pretty_mod-0.1.0a0-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pretty_mod-0.1.0a0-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86

pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pretty_mod-0.1.0a0-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pretty_mod-0.1.0a0-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86

pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file pretty_mod-0.1.0a0.tar.gz.

File metadata

  • Download URL: pretty_mod-0.1.0a0.tar.gz
  • Upload date:
  • Size: 59.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for pretty_mod-0.1.0a0.tar.gz
Algorithm Hash digest
SHA256 518fdbc07ff02271c596a6e32cfe28d8d9bc2f3c8972519ad22288c8bb9d4fa2
MD5 2d02f6924312e7cbc0253eb86d58ff0a
BLAKE2b-256 dd2cc4048c74bd3afdab0e6cd297c41eba2977db56f29fcef937fc41f5c5a04c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e6a667db911e69ad626c85fb833a5c826ff532dca41f7d12a21fc58f7941a37
MD5 778b64c94de44a53615ced67453bfda5
BLAKE2b-256 7daf1cfb2115bde1f6f6b0063dda63166a60654a58772caec7c5206a998b3604

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 74ec688d725190d58f46b3fdb272ce5c1145ff11f8e24f5ba0a05aed0a669cee
MD5 2b9b303f4756a676eb7c5aff1ab04a09
BLAKE2b-256 7e879608acd35e08030ed4bc0410ae99586ee24d239738ac44f00041e5e8565b

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a7eba1699b411318ab5ea189d80bd666f8525efa69cca7e5e15b2695d1e48e2
MD5 61c5993f9a4d768ce50b8fb03a294f39
BLAKE2b-256 4bf2089a186c8d075516343e32539f97f5e60925d17dc0b53068358cebabd8aa

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 185202f62884ab8d474b84d9cb0b68f4ce31a79647f50243df4f847e8c2bfd07
MD5 e7a69d6ad6246fed8b1951cebb5515b4
BLAKE2b-256 f58a8a50f57e2174066b2644896ae26997d818bcf3459342a3472c76777855c4

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3254e077578ee063c91b4be13ca29eff15f84b158927dd472af3d8274645b0f
MD5 9e38e091f4fa768ae3d0e95ac2d4ace2
BLAKE2b-256 b3c4cf6cbea714ce13c3af60656d201e64ef11733c779a9023d5c91cbdde0310

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ec17800a8d1dd07c6edb9624e062a26918c2407de6339348259b64543cc1713
MD5 64dc46493021d4fb4559b05f61c185a4
BLAKE2b-256 ea2ab66df1a4c1b492029ae5785e3b2cb5e8ff00bcbc773b35c3a0f037eae8cb

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1dd0bd7682e7c2c815919be26a2806bea3db86a994e46df8dc869d685e4e40bc
MD5 c04a0cff8e5aea4f6e2457f37805c1b7
BLAKE2b-256 3e38213bf8fed3776c4359288eb5a5e255f050e3501ab2c1ba55163c8a8ab1ca

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 838099b81aea675086a11c276beaa65c6f5c26d6d436e500544211fc7df7576b
MD5 bfe8ba35480099a8449da2db509b399b
BLAKE2b-256 56ff03c37ba3ee8b0c9ed4d5571a526b157c8a57f95ef84140a211b10964a835

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81a0b82140b533b406f22ded4a242a308f75d1049e052813060ef33193866def
MD5 892e3500a20d2d9f0ee2da020498ada2
BLAKE2b-256 0c16c657e2b212ebf6168f4ff98cd722f43d8baecf44db2266cdc99edace95fe

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9f78ef246527be8337b826817eafeac7113a8135fb71bdf9888ac3e0e4addb51
MD5 1cfb9527cb9b27fd1c0a3f337a96afd5
BLAKE2b-256 72a5d951912153a2a298f94fc1c4ecbd4e45e18f1ee72f9fecd2f5b27b0fc7f9

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2fae348c960223d5ecab31de27fbadeecabfd08eeb617070b9d5f47779860d3c
MD5 c7c5cfdb4ee9ce0429ec0b71a9d70849
BLAKE2b-256 37680b40295abeea6f71c0d5825c0d7fc0754c71f4522c4fefb3b818161c9ffa

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6c4302b56da6f597696fd3cd3319a5e8ce9ceb1b62bdb53cbad6dde84d35882
MD5 4263683ad57d9db72e5a344986bec131
BLAKE2b-256 64dbf6bbca551aefd4c913fd68affd2366a8472880c789e033cc55f89b016d92

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 81a009130183cae4535ce252570477b45e768dd7eb9e8869b7ed1e374116e4be
MD5 243571df69439b5fc76e6111e3a9cb80
BLAKE2b-256 c38fd9631f2aff4fbe094b9c793b14858aca3be4b9eed5e0fd296a5406337403

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 731586713f01a7f35fa085c6dd15d2ac1c201aa724acd8924df2f216d108e8d4
MD5 69d7bf74109ea0b675e4ed22ccadc33a
BLAKE2b-256 09d494f6fb24932995dc9cde3a7c2478de765cb5cf5b23347c9fb952a642046e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 138d15fa45caafe3ab2192518a0888eec14169ea83693ed9df05a7c88a7fbcb5
MD5 ba174a7ff0ca2e263fa006d033573a87
BLAKE2b-256 12d052a6c2678afff4047ca419b3c173cee893cc437b83ce98e26c38b9bc202c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3cedd16c03cf8aee958849091d9e7560b3ef110e008771d3822462267c7d000
MD5 f02ac369352112bd4d33dfcbaa5db6d4
BLAKE2b-256 788bf4ad28a67584ac65c212916d2f5439083b77b7b05a9f1e5de26c1e238582

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3c84fc842e636b4057f7c95fbb60a9aece5a411e3d6f8c80f6c153312b2d5f3
MD5 45cb93627a118cd9abf048d5e76926fc
BLAKE2b-256 2f4ea89d3453b46fbfc64fcd078952083428ed129ab3ab49f0e30b46b8218173

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 69ba34b9642b31c78d595109a5226fefdcf66e609aa7e38af3bacdfd85cab23d
MD5 c33adfe1269d757d432168f437561756
BLAKE2b-256 c2b95737ffdf2aa57db3b90dc3defe3a4c54f241d909577a659b851e973f4159

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ddb00865dab1e48833ee131b0c0eaac1a96beaddad7506dfd7a0ac0b7b27ab3
MD5 08f28ca55b99d946fc912369f0cb49d1
BLAKE2b-256 3e2e95973a86c72c03a9d92eb51f6e377da3cd617ac2d1cd5a1590a218119901

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97f8eada6b13a235a577a84b91b4d908c65e693326337a4594d3030f7630542e
MD5 40566d83b0093262c3ddb55e8760191a
BLAKE2b-256 fa56833c11c0c95465eacfdaa176c08771793fdb544ff0f871e2ea89b498d46e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcd57c36203a364460ef5518918dba38605415d700f3aaf46a7c79a4b14cadf3
MD5 2df9d1b619498a363c76385b25321aa0
BLAKE2b-256 fc2b41c861b02ce6664257c022fc33f4aa202d09bbb7288ca26a9bd93d7ee8b7

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc53f5a7de161e2b1ae05c0949e2ae77465b8d18b48a738d3d71087c48e36f0f
MD5 acc9e81a05f9fd33cde7a3e3ad31d68b
BLAKE2b-256 22425d7eb10040825a837b4973f7fe0d60914699e73efd0c326df80d8c187ddc

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 faf7b4b16c8e030a87a0275aeb0ccceb2059c153185f2ecd423ffa987472fe28
MD5 8e589856a7066cea8a460aca056827b1
BLAKE2b-256 e59fba6b44f43fd87e8dbfee2a8975ca5a6f65e2a748e9145ab70fef82c8e71c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c62411f858e17211e76ce6de235af23f36fed91da85b860cd68b690eb6b752e8
MD5 082a44953d709c2ef7a522b4eaf12650
BLAKE2b-256 ee6354c8b2ab97fa13424c858bb72b7d6e5fd2a73912456590f20f2bd5a79b64

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fa3faedd0438c51a08e52c3bfc9d9577f047eea0e990965183f38ef638192cdc
MD5 396ad8f94c982e3acb4280e85bd37d6f
BLAKE2b-256 b8fb48c27db8afe7f08087bb40e1addd209da11ac23fbf9651a2dd20b4c02997

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5c3971306c6ef46157a0a01ed7cb8d81a6d6e28a5197f0aa2526d90564d9068
MD5 af0295049262c5bec4e74f431abc11dc
BLAKE2b-256 789100e88d4e39c8479af7351daa2d9d6a6485c1ee8db95e88bbd49699df1623

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be9b3ac4b74fa02a92c2bb04e4430e114f185db3940dd8b2d1a86017f9cbc7fc
MD5 d75e75f6143d774c19aab3747bd99fb2
BLAKE2b-256 4e6f4de231e1d73c41b5c0bc16523843f978b85b9d1b45a6722fc5d1eda4fdeb

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4c180922aa433a8671e8cc2694df763ea9ef7d1f9681dab346297f616f3e0cf
MD5 69bbdec8759f9bb392e1716cc272afc8
BLAKE2b-256 81171c3461ef222503bca9bf79a69bf077723d46c93a4aa588a6027a076d35b0

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81256e17910583004a31937039d7bdb2d12e2b6537d59fe152369da874af6d93
MD5 64ce676c869c41a4dd601e3579683cf4
BLAKE2b-256 4e3ff2a5dcad9ec8ac7eb282f5eb22597c0df8309b00204dc057bc56df138506

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab0c68083b50bd7b3591a9392ef54a62aec2abcfe36a9cded609cb8cf24118ab
MD5 e82862b82e8a8b36fd15feac6f0dce3e
BLAKE2b-256 5466186060a6b872b2d980b633b5e30c17915515b36d495797d4a1fd1162070c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d01a8c1344bc19a27f02382844da9fddcf21867061a4b1bf19d7768629413aef
MD5 a0aaba60404b098e0f5ebb3661af5b3b
BLAKE2b-256 0a0580850455a6061ee1d3eb120d1b02bf5ace955af4c0fc4e9e2563c276ead5

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36bba2aefeec9f0cfb68ca5122005e2c8f0cd7fdc93e138f69f179253a2c185a
MD5 e21dae111f49c57ab0af7fb0e9171045
BLAKE2b-256 df39dc9783235a5c9c661368222b797150a28bf1aa923da5825109c06dfb6273

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cac0d39d5acf1e75c3247f11ec4a966bd4fed0cb727734a38d5ca0e80c73463b
MD5 e5f9b262e887a815f9080c01d42f21a6
BLAKE2b-256 fc20fff85a3f47b93bd810aa130580c630a898d078d1f7adf72068e8357f94e8

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2dcc56e8366c7016a10f0713f32ac56669dab5e24f421e18f1b6b486bc60072c
MD5 8536fa9107894f0ac0ef6cd95ee36179
BLAKE2b-256 cb08ad29f0c920a5c60c5c290c1d41eb7a80daf7b62b1bbbee91ee6efba5bf26

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 557252a89a01a026b0f3e2b5d9b8a5b7ee49cbc973c1be3518b799952c71c624
MD5 4f51a45d461e0392a1e33a1194040fbb
BLAKE2b-256 31436f036694078bc0864e99f687f21930e650b91aa24d03cd671f2628de557d

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2969144af8700eb4e33f11611e27ea81a1f6ae8df624d1bbb97b46d88738c483
MD5 5b05592278ae520a1ecc5b3a95da9f3d
BLAKE2b-256 3a3eaa82c781a28e0bef7aeb8047e7089a73a681369f7b9a0f6fe0b57ae831ae

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 639f3c78f3949495f3ca06a5d90edb10d27f783c80a722feee7f4582a100839a
MD5 424a54ab93031baeb763d7f462eb22ce
BLAKE2b-256 2e1100dd7068765e0f5f6bd64eb711e1ac98a1f2e3af18f9b0cdcd198549266b

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 60125b151c4405b464457a55c299c4497699192ca9df954736451d377844478c
MD5 dfd109f863d4616c5e928ebfd52ed833
BLAKE2b-256 4f04693e03f6a8f69de4bcc95420fac12fb2bada84de4880097f2345f40126bd

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce1b44c2088769c72221e142dc4f4f596c3cd04d6e61687f13b9d520a2c67071
MD5 e2569118d67f4608a15ccec86fb80058
BLAKE2b-256 45bc7e5b6666055a953a3f8b59b1a5aaf2de9c761d52db7727fdcbd88dd0ea7d

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 201e13ff6b5d8c4deec37e49e54e2d577be3067485916abb18500a223a3f1bc6
MD5 d2f0b8a47554d85858c84b1e99dc5a70
BLAKE2b-256 29a69f5851d5e0e82cc440e6b7166ae2787150b330c2b4ca4b5b7460e6b04388

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d3f7f73a3d808c0953c9ae5f24a85f0eca9e2c34fdbee01ac271bba9d25644db
MD5 9e109faa001b0ab9c25158b8a3b7e498
BLAKE2b-256 4c8768ab03181b7b3068d6906f5980bad57da076f2edc3c50029f4d9934d4ad8

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8436ba87fc70bb67493f895a2c442ca27f0e09ed03a9d849d08ccafa4de479c
MD5 1801ff3ff604b8b8ab4028673b2d4e3a
BLAKE2b-256 40bea7a922a0e3d28f9fc727774f6c4ad710e9b70aff4983c42141ba7ca0679c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7065d86103acfa7200bb9b8da292aea16f1c36b42e9a2f94f0cb382721d357a3
MD5 f49e34257bacf8833016ee009d2778f5
BLAKE2b-256 d8d8f76e918e5c58f9a46a2ef141381daadac87f24c1bc97b8e1aa2b18abeda2

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f39c0ccef0a341db2761037d52ce9ae6341069a211b13c024046dc83d49b542
MD5 8026f5753ec213b3250b627f4ff8e609
BLAKE2b-256 5c2b0a0c70f26e9f8fe7338edba9f9928e6112b33a12aaa1b2ef15ae8f2e9690

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad5c058f78f2b6e02e1f3587a0e4f513b24abbfb5d7fbfc413761a97f1b9c651
MD5 ad2ab82d396477f2f70f1714b8775a3d
BLAKE2b-256 454e1e901f6c4731d39b63f043c636aa729849bd89779b748457e68498116db3

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30c1472a5c460160dc042e80f3b98653bbd5c1b8357573c22abe9cd057707d7e
MD5 5c97b55f453ca3a62a277b0c18155995
BLAKE2b-256 54de0be9e7cb2eeca68f1a68ecc4cd4c07f1c2c6fea3d1c5e4dbc11a692fbef8

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b61f30c920381f3baaa2151f01bbcbd8d491203a3d3c756cd90521935572e3b7
MD5 2fda81585db243188fdb7b3143aacfdb
BLAKE2b-256 382b699e95917a091c60050fd5ea32f1e46b1ac5c31146deb5f58cfbf3283c30

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 14d937b0562d2ecf2c9a78d5bf3f38fac6337cd7c2d8d6f6f3a0ff4256e9df4a
MD5 668c0db83f6024445811c5dfaae3c04c
BLAKE2b-256 9f98e7bb4ebcd447e667ea3edc803e60ae791d9a35e30b6f5444567aa1c4e017

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8ee9106bc3b48da4db01c699e6efb355ed10ef121650f29241223dbd83bba77
MD5 ec91e1cb4f3b2762871efd72c71be852
BLAKE2b-256 13876807d6c3fdd82fecc6f39f5621a7337d0a0986e1dd584421e8503565365c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 660beddf9f0d2b6b7f4af99b90a24d276b5c9de131c4ae47981dd4f3e84983a3
MD5 1ca70f3c3c1de1d95f6d0114f47c42c1
BLAKE2b-256 596b207fefc15d98519bfa98bed21d71d11051e057522f2a614e9d47b16156e2

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9902e8bca550a4f75257aeca72ec34d02fdc2c38ef812be0a80e4b40cdcf83c9
MD5 10ce0159a055d2476e87a71540852e97
BLAKE2b-256 beffad1e9a4d2bc3688b2b873381e98a5bfb8f18fc0417fd9c547fbaf97a70b2

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8cae161b390f1fe49c8685bdaed0e7a433bd85530a04fcbf9fb7be74cd421b5f
MD5 e7ccf392ea2016f0093d05b794bc8ac7
BLAKE2b-256 7bab652b867091191869aaacb2857cc859f1151f377e150a8bb710813e87a1a7

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e75b5c7dfea9f478649a884a4b8b7fafc9b2abe49cea13506c6b34c86f31c73
MD5 68736ca8488d1928e03409be4afcdedb
BLAKE2b-256 9aef6197fd24e01a4cfd472ab3ee0269460d22738afa58e0933d5c30a3be63f4

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09959d712a34f56967406e91c0bc0437365889ee83d7a9c6338f536592bae964
MD5 55e933e2e66d42bd398ae186ea33f4e9
BLAKE2b-256 f1dc50efa26c7bce1ff771debe833ef550cc258dcf2f5392bb7d9138bc1c453e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8f2bf58f26a1ee5e720ff8a3b6183834270f0023e2e9e28c9afdd63309a2818
MD5 337cc2a5708d784325e204633e671e30
BLAKE2b-256 7244a60a984009b248a85f9fff3664b7256c6a8ed0d52ae12700a0b552cd1fa4

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90ddfc6958175ff60929a32afac1b40eb0becaf0c9be77a007dc1370e91fdfbb
MD5 057d50eff05e95d681f952facb6e77ca
BLAKE2b-256 eec9bf2caca876b953a4c5608b68a994fa540fb319d47931602c1673111fa158

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dfd5cf2afd9b08406675f7242364d35b8d4746af1105d6bb4728dc61e38c198
MD5 24f0f89fcc660700542320b6966e5eec
BLAKE2b-256 758b0abd41e8cf43764e7fe94cbe1c3914cb13d1eeab4ed23d15c42feec734ad

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 75294121300c6a5c71a7ed18fecb01c0916fe9187cd61173e367a96f83f2cafb
MD5 76ba9bc107b0fe2c54954609ece921fb
BLAKE2b-256 29be6d27954222cc720050c5d679be46e1f568954f629ef0a483d0b4860bb516

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d501e3fb84361019842be6507f765d085cf81347cfcde9e0417132cf0d8fd6d6
MD5 b0c068f45c016a518640df701c7145d9
BLAKE2b-256 86c011aa969a8d6bc0c9def4b4ed9554755735868e8c40428d482065dd7ef796

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b9d39f45c748bf6f7da5e1dadec058cedb4637ca07d942aee72843070bdc47c
MD5 38b2cf54b6af53f397e881379ee54393
BLAKE2b-256 59a3f429e56c14d133ee7e818b4d943743bbad52210facfe9e7b9ea04608a2d7

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3708440be5edd7bd76e4538b247dbe5f6461a50fffb840a758ffa13ecb6a79fc
MD5 3db16c5f669397e77e1463a211872909
BLAKE2b-256 7813ef3cde1e62f25b17f7fc03c543a60bbbb0d42db028e497b34753b342a5dd

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9bb8026dbd52abffb779c2355f11535d71e77a74e7507e7e7227978a0bf1cce7
MD5 c9a5fc3f6fbc084beb46ad6d3ac0609e
BLAKE2b-256 0e894c6fb3380746d61b6d1f7fc6f525df4eddeee6ceb4aa8afd548659c0f861

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34be7d0b0fbf31ddd572644a4c4eaa45a1e3a72efe86f9ab42c2d1be6d185ccd
MD5 0a817e87b82bedaa6bb71a4cf8b61245
BLAKE2b-256 58c6c9efee493e120e67af3928f9d4b433c437ba2c243791ad009d581b4939d7

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1badbfff27ac293b87c66254f3fceafee77561f6da07d67d1309e72877d437a
MD5 bf40cac5626ea7b14b7f468e026b5c46
BLAKE2b-256 b165ca98542b83657e3c7633dbbadeee48d7157bec44e4e638fae3c49eb7295c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1227ca18219bb9f53027da41ff8be331a5cb9d30f47cba1c90275adb976e8f05
MD5 18832115235f229f5f0acb5334abb9db
BLAKE2b-256 f8158494ac00a29d2a6d49b6b4628e1f2d215e7845cc8faa37e78e1661a75805

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4c51f6b36391817f09779c09bba840ed928d4aa7b42633fbd57b6cc2ba082bde
MD5 6d5c501cf5e5b7d16472b7212d30c24c
BLAKE2b-256 49511fe888ea3a92dd6b9d5f21355a6068eeea92d532831d7fc89903092af075

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d79452dc3b5ddc2a9d2851dd5715810e026f73cf58e2953e8d1f865f87dcad08
MD5 bb8302959653c2b7a205fed628865980
BLAKE2b-256 697770909284103473ee68c731dee2b163fc3ef11d9189044d6c0f665966e2c2

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41a1cdd48448faad0afdfa5239c5b5d76a96160ecf1d30048c9c78f24af855d0
MD5 35c72a1b00d70eacce41bf95b96e35ba
BLAKE2b-256 9e67a8ca2b3aea207a83864557cb52d8d40a583abd783f426c278fd0fd5a9a52

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cc317ca4a27dccd2dfb5e3945ea93abd70fb44d87908ea8e0cd80c1c754fad18
MD5 eca977c9ab23a5655232ce2d4d39204c
BLAKE2b-256 69437a92465a32697c8c76b50768cdb4f0255037d171c89c619b312db27279a0

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2572d38ad9d9d67574bbb440991491fc9fab6be99a52850c1487df0a147d506c
MD5 4a10c33a30b53799153c49b7aef2a3e6
BLAKE2b-256 7c9393d2d1c3786c240181ce17ef777609aae0ba0d67cf9c3688ab5591337ed5

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dde0df0070aa3d43f42b224ddeabe437536d6a2480a7ca2ffce19bc5f20ad4c
MD5 1e484c3fcd4bc68ee9371a7dea0cfaf7
BLAKE2b-256 80854fac3390754b421430d93ccce815d0ccf7e6a25818612aef2aa76d060d70

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37e385c915f6fc0e7a8044c7884f820401fbc782f6c4ab62005376394e392213
MD5 3eb344d37bc5e922bf984b33564a689e
BLAKE2b-256 117b631c45e93c73ad7ad7ffdc61ffab0a7d8f497fda48145c0f2b467ebc2fbd

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 95b7c2c12bd63d6086e4c894038db2aa52fa1120756bd6aaff0649757a7e94f9
MD5 4905d7de364d60239d4f175896f67c92
BLAKE2b-256 82921e3b4d6471d892f7fed167bbcc972ae455743f1966c1134d7d8cc266df54

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22d6ea1a1ad4824485f232115c1893cf280963ad24f6cf00be052fef93c00fdd
MD5 2ce8cd69e69d2917ffe76f3fda6c4c08
BLAKE2b-256 593ff19d301d7ce942b70333ba571c8ab6b8d7bccbce133cd3eb80bcdd44e00e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a75dbcfd196c081c50f0a932ef759755da1b7daadf28f0838d7ddb804e0053f
MD5 48a15b7f18b854ef96312af558504b03
BLAKE2b-256 d47a212943fa7efde5cf52e114c7b223dead0ba88340e1d6ae65db7de300fbfc

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 67ae5b336ac812390179934a6f5fed1dc0f11ea85b55d5bfd3e05cb80ebb8f69
MD5 e4a397f5f7853f5563a33e49cdf3c7ca
BLAKE2b-256 a69542f060ae6e4924d83d7b0dc013f935fba0c643ef78796e0fb313c5cbb1a0

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3d4e09338f83d7fbcf19c6eddc36d68c788bccf0aa31401590548c16a78c12a
MD5 adce56c4e33da944284a980dd63a3793
BLAKE2b-256 12be7e17ea672d4aa325dfa6106a449a84b99cb6675900cc53f42b781f1b4072

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d65271829862edca8d2bbb3f2d0c7f1c00c6174e9f475e2545c45de348b8f05
MD5 c49bb214e8ee3d809cfcc071e5520507
BLAKE2b-256 df6bb9086b1a7dc2ffa04cc680deb0f8d72d19e081a4119f88fb4eb1105f2174

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ba337e32a496c18249b2e641eddb2c6d5141d3bd0246ac4036a9759cdbb1c0cd
MD5 b87df25b2cfb651939aa02fc9a0f58e8
BLAKE2b-256 4a0a77a0677a5ab3cea3a0ee1fa3ae549cd7c95978e09ce82baabfccd2422fc7

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 37ffc0259e59b139dfae11344edbcbbfb6407a7580a6aeead573e1ed4ca353d4
MD5 c50f5e02856442e2f61497d54dccb843
BLAKE2b-256 dcff22950575e54eeac8a340c6be12ee5d9d5c1e69887fe5ac88451acebd3a35

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1244963a6f9e8c37234a43172397734d9381a192d641fc2bee5eeabb61df6cfe
MD5 2060fc312d426bc82e8c63e3e90e2be1
BLAKE2b-256 abd386f1376ff1e15ff6ccafe95dfd5a29d76ff01b3aece2f342d13dc293bc07

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4879c84f05a0b7d9e3fe391eb3d91f86320662d1aa4cb9c981882b05a29d23b
MD5 f140f35e9e82eba34cb8403564076323
BLAKE2b-256 32d932c3fc1f393ddff12e1dc95ff498fbfc5264aa0541a1227667db287bc97b

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2f05c68c0b7f8a70c3e1eab96b721363aecc044179eca07ef7896963856243a8
MD5 e6a86fba2d99e170186ca051c83e70aa
BLAKE2b-256 8c4b8c28acc8226a80658b5fb72e39069cb7af05ec98aac8c3ee78bea66df87e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 234f65c93d879431db21de470f9e0476022c514ff0fe95a04e074048d31d241d
MD5 0d9864eb5fb576cd537f4ed79aaf48d3
BLAKE2b-256 5d5aa447ca0573acf15226860b68d5c4eb1ab79a15e74337ba52f99cd49c92be

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0ac86ea73825d0241bbaf34b04ef9e87dd07f081bc476a435b41344e3a98524
MD5 7ce8592c209663896d25c54944ee03b1
BLAKE2b-256 40c7ece3f96228d8823e7c16a4f3f5108526bee4ae79ea9ff5dcd4f7d4eb6560

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77289fc682119965eeb590ea570ad07aa7db28ec8b5a0f13ae9a47dd42ac21ec
MD5 3fe69c2bdc336f0c6fd32116e29341ca
BLAKE2b-256 8b0ed05804914c3ae2b6434048da9e378e91a7fe39c61d01b39861ede2b89ec8

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4e74cafa85fa6e8af2c510502562afc7b63fd7176c838c1f9bd8295dd7ead5c
MD5 ea71f58dfdf4f313d6c215e3704268c4
BLAKE2b-256 a8bcfde0c4adcae8531f70656f96157698bc6e4a3ff883ed3c90cd9ac2584fa4

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3c8de023617ed65aea954ec6b790748835a25410e14bd04100b962077a5bfe3
MD5 63e4bf8dabeabaf1e07f6d2c4447b3e4
BLAKE2b-256 0ab168cb092fd79770e82ed023a5cc36865cdfd3014b524e2e4434978bf8bd82

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18e026b5e5548d6aa9353bbb73db8e2e422a77a2e1ea9423e5eb460ce68e514d
MD5 071a9a8263a7d2ab15bc148c721e4833
BLAKE2b-256 7f0619748d4c59841ed1ef01e7483f5769bd4d1b3488095a4f46bdfdc335727c

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d9935e24573395cff2c168941bf79c681bada39072637870ade60bf5d0645650
MD5 be8a4377c2f6edf98bf12b462437b200
BLAKE2b-256 c9a5ab851119004b3b7e275fdb2aea5576730178e3aa8751a1040e369829b03f

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 01cab93e4089e8300d3177bd3a2012cf13ed2a922a70658e6f00410b0c2b3227
MD5 4a43b4d1bbf20bfb3e5c0fed6e150bc9
BLAKE2b-256 35c34d8176bd20007115403bfccf4e74d497c1a23a7192afe20b61703ba1337e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2648d6178034e4167056b9249827b30a9b33c93ee83e5645f1496bdcc5358907
MD5 6d94ae5b0ea50c877fb1fe1d4f9ae236
BLAKE2b-256 ed9e2ad3db8fa98c9afcf0f2c527ebd1094ace9fd1e0ae95e1e813d793be4edc

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 defaef0c5fbed8688f8b121588d20aed0c4ba6aa823a589c9b8e4c61048a75a3
MD5 f74a033182602b434e16daac51add582
BLAKE2b-256 b31afa3bd38351180037fdd2bfbf3d3cdc7f36e8e370f0118e663761a6f4d706

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53965c2fd69565cc9a28e2f82d64c6877e3513f53308925493377e9eb82d2c3f
MD5 6b7a4314ae8e414ebaa4ebf033eea24d
BLAKE2b-256 a45ec8274ea231555a84ed417c534f45a43da7d8a22a4a1dd6755ee6dd96badc

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1e61b95dd3eb402d76ca15a300aa5c79497ab475312a1da0dac10c94790e91d1
MD5 ad9ddc7b9deb14597eff2440eeaf51ee
BLAKE2b-256 eee7803a8408fd9da9928a80e6564ae7c1fcaafbd41997914b39ab70469b4bb8

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e09ccb2b6d9d1fffea6d129e97f4c79190983a2b46fd6314d17cfc2d8c19ab9a
MD5 b9654c5db03fe9b89e9298932bb46e24
BLAKE2b-256 33f2a554c6a8b9208c358aca5dae876713321ff2e670680197c744299912eb69

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d80c3a22463eb17729a50c80b1449a6958cd8842d48ac32eac699349983baa6
MD5 635de9633d882662847ad36c57de15d7
BLAKE2b-256 2646edc0dd42cc2e9bef22de6089f7af34ed6b1c639fd9f56c2a5d50681387aa

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 939ec99991c58019ede828b0847f796586d3db6dc703582ba4b76e4bb1009c04
MD5 9d743415b5cb6b933ca7dfbacf3df069
BLAKE2b-256 0b0f6e0b1730cc9acf20a70cd2c72d7609681fbf892fd083cc9516c9576e1149

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f020bf3e8ccfdc21a9faa7353b6ce078181bf0d27199ecd154449d32c71817d
MD5 17f872aee50dc108401c0b28abeb167f
BLAKE2b-256 2c9018a988d01d0407aebeaa5647e7adf228f498dd14a2c3be562bfffa99d01f

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aa7fe38494fd53d693e9f8673a6c07208e0ebf0e552f91144d7cfdc15631ebc2
MD5 4dee5b681430e93180e470330ac06cf0
BLAKE2b-256 5ccc6321dc155651fc961b73d6ffaf4d6677decfb2de511a69e091e199c888c2

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf24955a9cfdf429995f69d097ec3604c49e4ae4842551b393ec509b8574f34c
MD5 e6a104e1f28fa5c248f3cb19f3cfafef
BLAKE2b-256 1ac27a1c8f2fc38e68e8154d711c038364495c284d6e780d4d226d7c3bab857e

See more details on using hashes here.

File details

Details for the file pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pretty_mod-0.1.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fcac806f0c945a9d3be29bbca2b43844f77e0f35797a87a3f1ed952144f51696
MD5 08d90e933697f98f43eace73038eec1c
BLAKE2b-256 621d22246ed5355cb97cfb86d490cfdefe81c02de5217569353c2a5b2ba812f1

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