BetterLib
BetterLib is a useful collection of utilities for Python developers to use in their projects. It is licensed under the Unlicense, so you can use it in any project, commercial or otherwise, without any restrictions whatsoever. (Yes, that means you can steal any part of it and pass it off as your own. I won't judge.)
Installation
BetterLib is available on PyPI, so you can install it with pip:
pip install betterlib
Usage
BetterLib is split into several modules, each of which contains a collection of related utilities. You can import the entire library, or just the modules you need.
# Import the entire library...
import betterlib
# or import just the modules you need.
from betterlib import logging, config, ip...
Modules
See the documentation.
Contributing
See contributing
Release files for betterlib 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| betterlib-0.2.0.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| betterlib-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.2 kB
Release files / betterlib-0.2.0.tar.gz
| Download URL | betterlib-0.2.0.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8666d9fb0a9df7cff3ff39f00fb7ac42d2811ce2b27d07c117d79be14e39c2ec
|
|
BLAKE2b-256 checksum How to use checksums |
fadcb65fde90413fa6e6494e87c2b3a22fe5d8dd52e2b14f62e892b81dd68714
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / betterlib-0.2.0-py3-none-any.whl
| Download URL | betterlib-0.2.0-py3-none-any.whl |
|---|---|
| Size | 9.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
656565c45a49da2582a6c984c8bee431ca72e6fbd914b4fca78e7d8820440acc
|
|
BLAKE2b-256 checksum How to use checksums |
e459d8c8712f696335e45286f968f157a16da7a65dc9a3a4fa3640e719e8139c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|