Skip to content

zero-3rdparty

PyPI GitHub codecov Docs

Python utilities with zero third-party dependencies.

Installation

pip install zero-3rdparty

Documentation

Full documentation: espenalbert.github.io/zero-3rdparty

Modules

  • sections - Parse and manipulate section-marked content in files

Why zero-3rdparty?

Keep your dependency tree minimal. These utilities have no runtime dependencies, making them ideal for:

  • CLI tools where startup time matters
  • Libraries that want to minimize transitive dependencies
  • Projects with strict dependency policies