Skip to main content

findent: powerful Fortran formatter

Project description

PyPI Latest Release PyPi release

findent: powerful Fortran formatter

alt

What is it?

findent indents/beautifies/converts and can optionally generate the dependencies of Fortran sources.

Features

  • Supports Fortran-66 up to Fortran-2018
  • Converts from Fixed Form to Free Form and vice-versa
  • Honours cpp and coco preprocess statements
  • Honours OpenMP conditionals
  • Validated against all constructs in 'Modern Fortran explained, Incorporating Fortran 2018, Metcalf e.a.'
  • Supported platformrs: Unix and Windows
  • High speed: 50K - 100K lines per second
  • vim, gedit, emacs: findent optionally emits configuration files for these editors to use findent as a plugin.

Installation

Normal installation using pip

pip install findent

Supported platforms

OS Architecture
Linux x64, arm64, i686, aarch64, ppc64, s390x
MacOS x64, arm64
Windows x64

Examples

Format file in.f90 to out.f90

findent < in.f90 > out.f90

Format with 4-space indentation and convert Fixed Form in.f to Free Form out.f90

findent -i4 -ofree < in.f > out.f90

Format and refactor all files with .f extension in the current directory

wfindent -i4 -Rr *.f

Generating Fortran source dependencies for use in Makefile

findent will generate a dependency list for:

  • definitions and uses of modules and submodules
  • include, #include and ??include statements

In your Makefile add something similar to:

findent --makefdeps > makefdeps
chmod +x makefdeps

include deps
dep deps:
  ./makefdeps *.f90 > deps

The flag --makefdeps generates a script in the standard output. Depending on your usecase the script might not suffice and you will need to write your own version.

Editor incorporation

(G) VIM users

Installation instructions:

findent --vim_help

Documentation:

:help equalprg

:help indentexpr

GEDIT users

Installation instructions:

findent --gedit_help

EMACS users

Installation instructions:

findent --emacs_help

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

findent-4.2.6-py3-none-win_amd64.whl (4.3 MB view details)

Uploaded Python 3Windows x86-64

findent-4.2.6-py3-none-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded Python 3musllinux: musl 1.1+ x86-64

findent-4.2.6-py3-none-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded Python 3musllinux: musl 1.1+ i686

findent-4.2.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

findent-4.2.6-py3-none-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl (2.9 MB view details)

Uploaded Python 3manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-py3-none-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

findent-4.2.6-py3-none-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded Python 3macOS 10.9+ x86-64

findent-4.2.6-pp39-pypy39_pp73-win_amd64.whl (4.3 MB view details)

Uploaded PyPyWindows x86-64

findent-4.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

findent-4.2.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

findent-4.2.6-pp38-pypy38_pp73-win_amd64.whl (4.3 MB view details)

Uploaded PyPyWindows x86-64

findent-4.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

findent-4.2.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

findent-4.2.6-pp37-pypy37_pp73-win_amd64.whl (4.3 MB view details)

Uploaded PyPyWindows x86-64

findent-4.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

findent-4.2.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

findent-4.2.6-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86-64

findent-4.2.6-cp311-cp311-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

findent-4.2.6-cp311-cp311-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

findent-4.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

findent-4.2.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-cp311-cp311-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

findent-4.2.6-cp311-cp311-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

findent-4.2.6-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10Windows x86-64

findent-4.2.6-cp310-cp310-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

findent-4.2.6-cp310-cp310-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

findent-4.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

findent-4.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-cp310-cp310-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

findent-4.2.6-cp310-cp310-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

findent-4.2.6-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9Windows x86-64

findent-4.2.6-cp39-cp39-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

findent-4.2.6-cp39-cp39-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

findent-4.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

findent-4.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-cp39-cp39-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

findent-4.2.6-cp39-cp39-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

findent-4.2.6-cp38-cp38-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.8Windows x86-64

findent-4.2.6-cp38-cp38-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

findent-4.2.6-cp38-cp38-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

findent-4.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

findent-4.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-cp38-cp38-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

findent-4.2.6-cp38-cp38-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

findent-4.2.6-cp37-cp37m-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

findent-4.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

findent-4.2.6-cp37-cp37m-musllinux_1_1_i686.whl (4.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

findent-4.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

findent-4.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

findent-4.2.6-cp37-cp37m-macosx_10_9_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file findent-4.2.6-py3-none-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-py3-none-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for findent-4.2.6-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 670931af918504c7aa9a3b182d01dfea97d21b65178189fbdb5b954b77ca80bc
MD5 3193708d295b7576c79597c996702372
BLAKE2b-256 41075868e8923d466fcc909de6c56573ea4a09950c886e750bb13698cde3ebf4

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5e590839221871ebbddfa19105e514adb7e52ff95fabff855bb734e6b8f6ca38
MD5 83a41c0647565a41c0374dcfcf86b875
BLAKE2b-256 ff863d5adcf77c8de9dd8af9878aa079ae5821f4e6f3a8251e44ce11866eedec

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 896267266381d26a1402445a83c9b77994010cc6a6355257e0039ec117183aed
MD5 00073c02a023ef6b40d04f64710c8f0d
BLAKE2b-256 514035dc0a74eafbcaa7f15d9114493f435505b69624e08528f404584536f1b3

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 dcdb5466ac038793de4452c57ef7b825f40289b105df46f423fe26744a1d9bc8
MD5 5ee6b2cf965d51bf1f3167b9ffd0a053
BLAKE2b-256 1f46f686520cb87b1279c615d7bdef1e61b7e8355336c9400ea62aaac4ba06cc

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 47fc88336daaba78405df15f1f6ec0b9eda4242ff01b06d2b6fdeafeb6dd98b5
MD5 cf56dccfa25c36c13a2e7e80b1e873c2
BLAKE2b-256 975c0341c3f0d73a2831f52397f1100ddc32d145a0f7bc059140d009806f8a91

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f10ef826f42f40a1261f42c3c90bb89a190266d63b7d2a73db917ee677a384b
MD5 cc5fe6eeb872276aef6768b7b9791d1d
BLAKE2b-256 6932c6682f96dc935f5d4c1954f0250a275e9687a70ba994a301eba8bb3e2675

See more details on using hashes here.

File details

Details for the file findent-4.2.6-py3-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9908bb8aa26556a787d44dc96a4b82b0b4757581d4b19fff0fdd7090d0643b79
MD5 dbe95045f7466db83be01fad4356ba71
BLAKE2b-256 a0a76c1669dd0eaa43cce7e529be01410328ad6ffb7c49cfb12c72704ebedc44

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d30883c30d0246bca4ede0a1167922feaf8467603aab68b102b5654a27495131
MD5 2e845c8c89d0c4a31e8e8f266143cf9d
BLAKE2b-256 7802ce4001d549c5e2ff2971ac203d1c47f116f3dff89eb895f2a0c401d22294

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33208fc5f55002dbc30c98bf7944177833dfcb1575852dd1cac070589e031fc0
MD5 92c3d249b01b27627a7c0227f8bb98b8
BLAKE2b-256 a6cabf52fd7bbda8405f93f11fd9bfd3aeeb15de9b9587dca4913f28173df369

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0dcd2766d0c4949119ef60d75e9f1f2e36105038115f5839da423416385953c
MD5 b6ae5e51dfa01e9e9555e0ab5a243d11
BLAKE2b-256 315af24c33ea09ea6b58681273e184e80ab6ef4ead979bc925a43bfc158ee8be

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49bd4a2c575c4347eca4d9d5f61f1681da01efd999c5e0544aea46e97dc44098
MD5 2a48e755878b368ce0dddfa8156834e8
BLAKE2b-256 7ac307580bce7aec5c3bbe626ff3007ca88eae8b2b03d45af7a487fc018ff251

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c5539d96ec2c8557d29d4e263d87fe3c2765f5082224bf194b4e856f9ed15f8e
MD5 757a0752e4a40c4785d91129c00881c4
BLAKE2b-256 c830393be88943dcc61fa2e0a1f73694a83c729694f33e72cc43d51162473503

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbb9d87ec1e271e88b429e811135f00f34ac47e57cf43c240432e8d13c85822b
MD5 37f467301899029702607b79bf0e9c7f
BLAKE2b-256 2293684e699bfa86fdedd9eeec1d298dc3d81af291b6e06aceaa0b532193130c

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27171281cc78e5fad9761b8e06c5cac455d7cf194eaa73049505b752eaaeca2e
MD5 a3dc12dcebb176cf724d75f311380d7a
BLAKE2b-256 63855c1b41b0be6bba92e2e30500403595d9396db8be8a8a5af455c0cb37020d

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 169f4ac2af3b2f90684d4aa5a726b77b7c9ff69e4cd6fb9de643fcdd0bd4eb4f
MD5 2addc47753af7ab8e86c40d90a262c99
BLAKE2b-256 eb65d4be18f53c24c5b4f040058114b6062936578d50467f9d0af7006dbfb903

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 49a0ed560cb4d7f3c63c48e811aab53d4ab58abcbcb005e492a377a78761bc0a
MD5 848a105666a6fdb8356897f129172c16
BLAKE2b-256 0836f7846621196c91a7a04ce637f55961049a65273f88111789bc15083e3637

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b17ea98149946324a5b046e2151096882f06c88b6d6a862d902d344afc116d8
MD5 2e829c377ef9de0478a1481f9e3fcd44
BLAKE2b-256 d9aebe76a02a8a94fbb5c4d6ea9c9e752a26fdc20e807841397ec05a489b2090

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25eb704b4c060f0eb3b463f9f35e3224dd97a6e41a7e8d37dc54c3fee8590a17
MD5 d0dd1e1324ee22716ea277238be01f4b
BLAKE2b-256 05f82d8df4c923f23662414a08ea79e72477c8abaf775acc89a6953d2c282e8a

See more details on using hashes here.

File details

Details for the file findent-4.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b05c62e4254897fa7edbe8c9fdfe840a318169c33c4910e673131fc812321867
MD5 cd247016c8912a44eba3eee0de39ec6d
BLAKE2b-256 3c536fc2f5ec95b15f0fd380d8120734835f6ebc9ed88668fa012755c23732f3

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for findent-4.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3453d1d4b9fab74685ddaf83cb8f6a5837ae81b5466eba02860291b83a1eb55
MD5 30ea2030bb7d9588715f86f30e6aa22e
BLAKE2b-256 7264ced6b3cfdc6f1b68e252fc4be4329cbcc6289d7496ffa84a8e5612a345a5

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7407e289532bc736067bd4797ab4a86357a52dfc810f21cf336c82699cd9bda0
MD5 d784888f75b803ab9506cbf1acc33a12
BLAKE2b-256 b7cbb8e064867688f19ef43e8013afb6edf16fac8aee10accfb6a29d18382e2e

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 472620d2c7730d0640444e4fb88aa778eb895abbfc9d5da690d4ef1c6761251c
MD5 44394ac5e624989cdf5ad533fd58ab02
BLAKE2b-256 cca95158e348e0a019648618c8139b1a4345ceac441420460e22b08a1d3e3e73

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7b473b69c064983564b92a023ac0e144b2f328d0d00743f5f52a8304d520a04
MD5 c7f14a9685796d34d51efcf97f6aee4c
BLAKE2b-256 808a3c3b8abecb007868984173e0f7787fb9db9f5a65f1137967d62106117526

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7322bc53d39ce999cb1973d264a8d526134c49b1d89b0cd426ca098b0a2fb8c4
MD5 5a1cd6ea4c23b5ec63100ed56d44d30e
BLAKE2b-256 3d7ca03b3ab3a98315f3a777c6b266367319a02bc22412c59c638f217ead7e90

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 133a5a4ea443d54488b8ed7c87f79ded389a73aad3bf204f5cd6bd92ee752e23
MD5 d9997ba8ce80b6605b93cd3eeb05a14f
BLAKE2b-256 73c14998202efa92a888a9a12087c2d123f36528c2a447988ac43c9473a8b444

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 914a4a51ab397b835743c1092f52048840d548147da75db552ca4413381c876d
MD5 cf67c10855fe2d7cbdb3c024a885ab33
BLAKE2b-256 0f7b0406d4c5ca389f4f46b10a6d83fb0e7ff63178421bcc7b6e991d84b692b3

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for findent-4.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d596971cda28c8577cc39a66a631b8c2e9f5d3f7cb49bbad1b28b1d40ef272c
MD5 e2be5763040d350cca990a501308b4e4
BLAKE2b-256 53990571c49000795d8699e9763eb7a0fff6806405cda9538fb6da0910b58b6e

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8965b8d40a13c3baa2741bf9fa353ec46ef2ad26bd460d276cd66056a1630e2
MD5 0f38b4dc6ff55249e1861b8b6f82cb81
BLAKE2b-256 3ddd38abf6394bd44a74a8ffee2fbc8d82e1c99fa7ec105943495fd503316d77

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c5fa0fc144025cec69a54114e4ba6c10ee1011368b7b9b5bd086ce64f18dff46
MD5 ab379eae77bd7ca7ce2b05b9a07bdfa4
BLAKE2b-256 4b16b12dbaeac0573c6d83c59065d474af340595348085b14942fb9e9ce255be

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 796e725087262865844c1e83144ef26a173309153caaedb8cf481c771df510b8
MD5 6c41c884ea7cc8bb34dd2410c3a19823
BLAKE2b-256 5590b32cef2759ee002032bc12c322add47752b912274f95bf186edf73c8f273

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9401bfad43b92856abe0a93377097f59fe0f3e735314bb9eb924733d6994abb3
MD5 671eb0066302ace1026f356186ae410d
BLAKE2b-256 50e1d790734deba4681fbfdecac2318cf160642d97ca79c25f3474aecd539523

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2210a16affba12cbe9d65d95faeee7fa08a48154c74368ca68816fd3ed44edf
MD5 ab78fe158e126eb48d9f5778fccbbc13
BLAKE2b-256 ad2573a8ac965515b605b117f7229465c493c3cf5f6630ae50c59a87d3e8320b

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88587b1aa9341487bd25feee2cf271ecbd687c4f3aea1ab214209234c282e163
MD5 ecdeb5df002af8dd2de4bdc6dc0cbd30
BLAKE2b-256 cdea5221fb0bb8305e8b39d3ff6e119e77bb5a1ea2ef1012c02b016adc13399b

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for findent-4.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 22c610a522eb224b8ce8b74431f996c74c5e5c94c28468c0a32c466e94bf4b74
MD5 ef760b8c223bb299bb01d97b24267429
BLAKE2b-256 dae20fef26fdb32e4217bfb83b51edd0b733dded636e349f9e3b7f07ff82bdf3

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad4bc8bdf9ee591184434d238ee63efc2621f7039d2f63a9a7c8e3f429519c4e
MD5 91bb31d6943a2223f13094684532c429
BLAKE2b-256 e3d77b6d1a2ba98c291d5e0e2fe8d3ecd66f615e68c6e60f84fcb9b4d57dbf82

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ae2431d8c46cce9a609a88d6c2ca9c9bd2e6b91b8930157d3db48f86dcc939f4
MD5 9ed2c21dc0f732f08d38705e5cefa6d3
BLAKE2b-256 fbe513a6f87aae6f03bc24c386cdc50390fc7a261d011d19d58050e715663159

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbfd319d9aa5bee7a5dad325d66f32c40cce38c141c4b1b4efc082b2ab69ad97
MD5 3f3280b1732744d7da3bec2233f19e35
BLAKE2b-256 74c4715e9d9376e4122e3ab7796c43c075348209ebf1e88438cee8181428290c

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae50fbf57ab1eb3d12ecedaf2764154b761f18d34f3ca51ac94dc6b9afd21004
MD5 dcb8c319f360462ba3f9a2b5d0e3a037
BLAKE2b-256 3a2e7ab6a8e0203a171312c5bbfd03981e68ebde1e062aceab403f3ac45f7a9a

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085573c8d0dd1e5e703d489ad622e0b03695c7211c4dc614d8fbc92c3b9af04c
MD5 a9b781ffeb55f839c8039da5aee36ba1
BLAKE2b-256 1785e965453e7853fd266936aa83e67ed679fadf33599811e8e83eed5a63ce00

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a33c0ee01458958395cdb2cbf2c01869dd2368d0d0ddf52319f499f2f7de7d5
MD5 7284ca27a6c7d590a371a9336c0a7d33
BLAKE2b-256 f3314a150eb7981a4a8ce606678501e7ccc9f594786e304569e13117e1ebce11

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for findent-4.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 897c84acb4dba85f9374e9cc962a8f6b7005d0b8d698bb7f6ae6a9bdfed3f921
MD5 43e5da14ab92831b4b07c4355856e469
BLAKE2b-256 7f023d7f995982a3f6eb33c1e812bf52ad97e32eb71ac58c7aba1a66c5dba101

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 977c12736718c6c2f9aa9321b7d9d801b4257f48f0f08245a21df377a6867d86
MD5 d6cb7a2365c67819f8fb49cf40211bc9
BLAKE2b-256 e3a707d11142af748b54f8aa4b6637f29a751e4898d0e98db9ffdd8682a5c9c1

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 444c2c33b1fa449f9d812ebd08f011281963c317a8f26bc42d1fe8d6a789426c
MD5 ea2a5ab0a198a39ba89c307540531f20
BLAKE2b-256 5e04491f110e6294a9334c39f6316558565b2461e3d2b452040d1c6a5bdfbebf

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b33aa69a1190d1a35c02c53c9aae640185250ac3478f1761b8218d35623405c
MD5 b4d9931dd724755cfcd71ce544d16dd2
BLAKE2b-256 e2e21cbf9decda38d8136602d20f0b7f5d8369b1f749864b4f2c5e770d4fc590

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 995d0b3b5d515a14413fe010a8809ff5a8579e1e689a393cd9f6a3bc51fc920b
MD5 a4db89bdd5e5d52b615e94f3855396ba
BLAKE2b-256 36749701cd108ade6dd0f9bd4b0405d25d71d3934f6fa22f6c91b0fec187709b

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d41955623d1de95338bb1d3a76acfc92f91ea55d770db866786b9121063e91b4
MD5 51e092afd2c9adc5fafb74095a123c31
BLAKE2b-256 2f68454bacf0e69e6760aeb84cdf5a819b9ddcc3739d41f9d13a7670c8b8b7a9

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f241294bd8d8402bf4478a609ab7c77e03c16aeacc2915fe24bf392bee8aae19
MD5 e9de1bb981584245c7404027371ac259
BLAKE2b-256 b9cd9c1883195e39dcf85a3a70dd9a40ac14eef53849b2b5f539c29716be78ab

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: findent-4.2.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for findent-4.2.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f051a61512b6512f0525327aa2cf7482b3b179f647fa50b38bfe61f0a0966321
MD5 75115e5d2d910d7c9e2c7e02fe63bda2
BLAKE2b-256 accbdbb2d2e96b08ac435265edbbc2b289dc24299485afe7d02a6a6ba8f68fb7

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e67922e2f65ae17abbb39a5bf3297a8557d1978888a88a041dec690e5276687d
MD5 baad3e6ac5f486248ba7217ba23c8b6f
BLAKE2b-256 969bae032b6082cdab4b0573dc086d18df6d0b48302d6fb143e3906eaf7c7467

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a31f75f5bab121a0ca5630e7973500146b63222c237ef92fa09bb0c2caaea272
MD5 201b579d186585b24909e385bbb51360
BLAKE2b-256 9d30d95e4e1f085e03e843299275dd4fb0ea3ba5f7848b2500cb220ec5933045

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a4ff7cf0483b57da6bc58639467cf6a534ab606682d776effe70270666047f7
MD5 f01511c2bcb468f09fa40626d6e5d58c
BLAKE2b-256 5565ec37c4689a20b6d8ac5bcd22a425d49254638a8ce7f4a370b87ef252e1cc

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 000ef5a98e68d05d675679e5a31bdffa199a449319f630cf3e55aa9a04051eca
MD5 e3d5e42b2948e9a92dc904e1916979ad
BLAKE2b-256 42c18c8e39ad7bbf76ed6951240b55d33f493a936ead9b2c028230be68e71035

See more details on using hashes here.

File details

Details for the file findent-4.2.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for findent-4.2.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9cc623290367e8dab36478adaca9a5d71cafe04ceb7aa67982ac16253e2b1cd
MD5 906555e91d4c974c2ae9c6fbef7423e9
BLAKE2b-256 a8f78a0ed828b4aff32a75f82c807ba26cceeab59cccb69261bf5126cc8bd9b2

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