Python utilities with zero third-party dependencies.
pip install zero-3rdpartyFull documentation: espenalbert.github.io/zero-3rdparty
- sections - Parse and manipulate section-marked content in files
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