An open API service indexing awesome lists of open source software.

https://github.com/bergercookie/bubop

Bergercookie's Useful Bits Of Python
https://github.com/bergercookie/bubop

Last synced: 10 months ago
JSON representation

Bergercookie's Useful Bits Of Python

Awesome Lists containing this project

README

          

# bubop - Bergercookie's Useful Bits Of Python




pre-commit


Coverage Status






PyPI version


Downloads


Code style: black

## Description

This is a collection of python utilities that I seem to be re-writing again and
again in all new python projects of mine.

## Installation

Just install this with pip:

```sh
pip install --user bubop

# Or via poetry as a dependency
poetry add bubop
```