Skip to main content

A tool for indentation in text files

Project description

Canonicalise the leading indentation of blank lines in text files.

CI Status

Installation

The intentionally-blank package is available on the Python Package Index (PyPI):

https://badge.fury.io/py/intentionally-blank.svg

The package supports Python 3 only. To install:

$ python -m pip install intentionally-blank

Synopsis

For the purposes of this tool, a “blank line” is a line containing only whitespace characters.

Intentionally Blank can apply one or more formatters to a text file for the purposes of modifying the arrangement or representation of whitespace.

To get command-line help, use the --help option:

$ intentionally-blank --help
Usage: intentionally-blank [OPTIONS] COMMAND [ARGS]...

Options:
  --verbosity [CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET]
                                  The logging level to use.
  --version                       Show the version and exit.
  --help                          Show this message and exit.

Commands:
  describe-format
  format
  list-formats

To list the available formatters, used the list-formats command:

$ intentionally-blank list-formats
empty
identity
leading
visible

To describe the action of particular formatter, use the describe-format command:

$ intentionally-blank describe-format --format=leading
Blank lines have leading whitespace equal to that on the previous non-blank line.

To actually reformat a text file, we can use the format command. To get help on a particular command, like format, use the command and the --help option:

$ intentionally-blank format --help
Usage: intentionally-blank format [OPTIONS] INPUT OUTPUT

Options:
  --format [empty|identity|leading|visible]
  --help                          Show this message and exit.

Now, use the format command to adjust whitespace:

$ intentionally-blank format --format=leading infile.txt outfile.txt

To have blank lines be completely empty save for the terminating newline sequence, use --format=empty:

$ intentionally-blank format --format=empty infile.txt outfile.txt

Multiple --format options can be provided, and they will be applied in the order given. Here we apply the “leading” format, and then the “visible” format which makes whitespace characters visible:

$ intentionally-blank format --format=leading --format=visible infile.txt outfile.txt

Either the INPUT or OUTPUT positional arguments can be replaced with a hyphen - to cause input to be read from stdin or output to be written to stdout:

$ intentionally-blank format --format=leading --format=visible infile.txt -
"""Model␣for␣aircraft␣flights."""↵
↵
↵
class␣Flight:↵
␣␣␣␣"""A␣flight␣with␣a␣particular␣passenger␣aircraft."""↵
␣␣␣␣↵
␣␣␣␣def␣__init__(self,␣number,␣aircraft):↵
␣␣␣␣␣␣␣␣if␣not␣number[:2].isalpha():↵
␣␣␣␣␣␣␣␣␣␣␣␣raise␣ValueError(f"No␣airline␣code␣in␣'{number}'")↵
␣␣␣␣␣␣␣␣␣␣␣␣↵

MIT License

Copyright (c) 2020 Sixty North AS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

intentionally-blank-1.3.0.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

intentionally_blank-1.3.0-py3-none-any.whl (18.5 kB view details)

Uploaded Python 3

File details

Details for the file intentionally-blank-1.3.0.tar.gz.

File metadata

  • Download URL: intentionally-blank-1.3.0.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for intentionally-blank-1.3.0.tar.gz
Algorithm Hash digest
SHA256 5bfc381656df2506b05e0267360a507ee687af5b9513c6a002af2b02643c09a5
MD5 9fc5a9c666baa9e2b2914640aa3374a0
BLAKE2b-256 bab1ef4b52dec5be2e82db700e6b5cbee455cabacc476ce23c52ec3435558087

See more details on using hashes here.

File details

Details for the file intentionally_blank-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for intentionally_blank-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f4cea72552b5bf78388306f3581058c2c19a7506b730d5d20ba1a08a096fdc38
MD5 fc984be48b6569e425d21499a99b138b
BLAKE2b-256 4b97dad88bc91a79bb092609fc161c198857706707dca9f72078da4d0302937d

See more details on using hashes here.

Supported by

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