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
- Host: GitHub
- URL: https://github.com/bergercookie/bubop
- Owner: bergercookie
- License: mit
- Created: 2021-11-28T21:50:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T12:23:09.000Z (about 1 year ago)
- Last Synced: 2025-08-20T10:33:35.303Z (10 months ago)
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# bubop - Bergercookie's Useful Bits Of Python
## 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
```