Metadata-Version: 2.4
Name: dinkleberg
Version: 2.2.0
Summary: Your friendly neighbour when it comes to dependency management.
Project-URL: Homepage, https://github.com/DavidVollmers/dinkleberg
Project-URL: Documentation, https://github.com/DavidVollmers/dinkleberg/blob/main/README.md
Project-URL: Repository, https://github.com/DavidVollmers/dinkleberg.git
Project-URL: Issues, https://github.com/DavidVollmers/dinkleberg/issues
Project-URL: Changelog, https://github.com/DavidVollmers/dinkleberg/blob/main/CHANGELOG.md
Keywords: dependency,package-management,automation,fastapi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.128.0; extra == "fastapi"
Dynamic: license-file

# dinkleberg

> "And this is where I'd put my working dependencies... IF I HAD ANY!"

**dinkleberg** is a lightweight Python utility designed to make dependency management less of a neighborhood feud. Built
to work seamlessly in any project, it ensures your environment stays green—unlike the guy's next door.

## Installation

```bash
pip install dinkleberg

uv add dinkleberg
```

## Documentation

Visit the GitHub repository for detailed documentation and
examples: [dinkleberg on GitHub](https://github.com/DavidVollmers/dinkleberg/blob/main/README.md)
