Skip to main content

Unibox is a tool that aims to provide a unified interface for various common daily operations

Project description

Unibox

Python PyPI Version Code style: black License: MIT

Unibox is a tool that aims to provide a unified interface for various common daily operations.

Features

CLI:

  • unibox resize <dir>: resizes a directory of images using either pillow or libvips
    • customizable size / quality / encoding (png / webp / jpeg)
  • unibox copy <dir>: an awscli-like tool for copying files with certain suffix to a new dir, keeping the same directory structure.
    • bypasses windows explorer so it's much faster.
  • unibox move <dir>: like copy, but moves instead

utils:

  • UniLogger: uniformed logger class (logger = unibox.UniLogger(), and use logger.info(...))
  • UniLoader: uniformed data loader class (unibox.loads(<any file>))
  • UniSaver: uniformed data saver class (unibox.saves(<any file>))
  • UniTraverser: uniformed directory traverser class, with callbacks in multiple stages

Install

install from pypi:

pip install unibox

build from source:

git clone https://github.com/trojblue/unibox

# pip install poetry
poetry install
poetry build
pip install dist/unibox-<version number>.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unibox-0.2.7.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

unibox-0.2.7-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file unibox-0.2.7.tar.gz.

File metadata

  • Download URL: unibox-0.2.7.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for unibox-0.2.7.tar.gz
Algorithm Hash digest
SHA256 8efd7851c39e7d37e9cc0dda75b631d318961cded6ddca067e0d56ebfea5152c
MD5 815937d626f0a1bde686c59c1e7e922a
BLAKE2b-256 69d663b3306957f4abd5c4127e661d521b0d64804857e2813e2c62441f1a7653

See more details on using hashes here.

File details

Details for the file unibox-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: unibox-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for unibox-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ce65edbf046dbfcc57f4f66d3a9da8784bfa472c46a2773d676cfb7f1eccc298
MD5 f5a8a48e0f428a3bbd200222b467a9df
BLAKE2b-256 749bbbe3efc4be74c50e375e4fa52f8450b96c9d7bc2d066db0c831afd067388

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page