Skip to main content

A pragmatic, resilient Python linter and formatter

Project description

Drace – The Pragmatic Linter & Formatter

Drace is a resilient, opinionated, and user-centric linter + formatter for Python. It doesn't just enforce convention — it encourages better code thinking, inspired by The Pragmatic Programmer and real-world software philosophies.


Features

  • Resilient Parsing: Drace won't crash on fatal syntax errors — it continues linting and shows where things broke
  • Custom Linting Rules: Includes pragmatic and aesthetic rules like:
    • Z200: Suggests one-liners where appropriate
    • Z202: Suggests refactoring for DRY-ness
    • Z221: Warns about bloated functions
    • Z222: Flags high external dependency usage
  • AST-based & Rule-based Checks: Deep analysis where needed, quick rules where not
  • Formatter Included: Drace has a formatter with opinionated but readable output
  • User-Friendly Config System:
    • Supports CLI and interactive (USSD-like) editing
    • Temporary overrides and persistent defaults
  • Readable Output:
    • Colored, well-padded output for clarity
    • Aligns messages visually for fast scanning

Installation

pip install drace

Usage

Linting & Formatting

drace lint path/to/file.py       # Lint a file
drace format path/to/file.py     # Format a file
drace                            # Defaults to linting current directory

Scoring Code Quality

drace score path/to/dir

Calculates a "Darkian Standard" score based on lines vs issues.

Configuration

drace config                    # Launch interactive (USSD-style) config
drace config line_len 100       # Set line length limit
drace config list               # View current config
drace config reset              # Reset all defaults
drace config reset line_len     # Reset a key

Drace allows multiple separator styles: =, :, ::, etc:

drace config line_len = 100

Philosophy

Drace is pragmatic-first. It values readability, clarity, and real-world coding sensibilities over strict adherence to PEP8. It helps you write code that's both clean and thoughtful.

Unlike tools like flake8 or black, Drace:

  • Handles broken files gracefully
  • Suggests deeper improvements (e.g., cohesion, function size)
  • Doesn't treat aesthetics and logic as separate

Limitations

  • Slower than others: Due to deep AST analysis and graceful error handling, Drace may take its time (about 2 seconds longer) on large, nested files
  • Currently Python-only: But support for other languages might arrive as I learn them (Go will probably be supported soon)
  • Opinionated: May conflict with pure PEP8 setups

License

Drace is free to use, modify, and distribute. See LICENSE


Contributing

Have suggestions or want to add new rules?
Pull requests and ideas welcome — Drace is built to grow.

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

drace-2.0.5.tar.gz (112.8 kB view details)

Uploaded Source

Built Distribution

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

drace-2.0.5-py3-none-any.whl (124.5 kB view details)

Uploaded Python 3

File details

Details for the file drace-2.0.5.tar.gz.

File metadata

  • Download URL: drace-2.0.5.tar.gz
  • Upload date:
  • Size: 112.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for drace-2.0.5.tar.gz
Algorithm Hash digest
SHA256 0f749233bab1b411f6d2d9d6c72232e61b284be7283b44a4dcd377940ab59af3
MD5 227142a6b6d5e1db9c9a1a5b56fd8ee9
BLAKE2b-256 993fe2a455c0a360ccd4cdae2c855d8e59c282f4a832f636328067fd27cfb351

See more details on using hashes here.

Provenance

The following attestation bundles were made for drace-2.0.5.tar.gz:

Publisher: publish.yml on 2kDarki/drace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file drace-2.0.5-py3-none-any.whl.

File metadata

  • Download URL: drace-2.0.5-py3-none-any.whl
  • Upload date:
  • Size: 124.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for drace-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0d0d2e4f123a5d38fa14f0016111e2a5f975b226e934d2220b919e4d19675265
MD5 0656e35bd6d9df93327459be55ff7ffc
BLAKE2b-256 c2b93ee277c8b243c9077e76fa72548e6a93c497ad9c4d4fc004a4cab626c115

See more details on using hashes here.

Provenance

The following attestation bundles were made for drace-2.0.5-py3-none-any.whl:

Publisher: publish.yml on 2kDarki/drace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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