Metadata-Version: 2.4
Name: zero-3rdparty
Version: 0.104.5
Author-email: EspenAlbert <espen.albert1@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# zero-3rdparty

[![PyPI](https://img.shields.io/pypi/v/zero-3rdparty)](https://pypi.org/project/zero-3rdparty/)
[![GitHub](https://img.shields.io/github/license/EspenAlbert/zero-3rdparty)](https://github.com/EspenAlbert/zero-3rdparty)
[![codecov](https://codecov.io/gh/EspenAlbert/zero-3rdparty/graph/badge.svg?token=47B15SDYMF)](https://codecov.io/gh/EspenAlbert/zero-3rdparty)
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://espenalbert.github.io/zero-3rdparty/)

Python utilities with zero third-party dependencies.

## Installation

```bash
pip install zero-3rdparty
```

## Documentation

Full documentation: [espenalbert.github.io/zero-3rdparty](https://espenalbert.github.io/zero-3rdparty/)

## Modules

- [**sections**](docs/sections/index.md) - 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
