Skip to main content

Vanilla python utilities, for humans.

Project description

Yumako Yumako

Vanilla python utilities, for humans.

PyPI version Python Versions License: MIT Code style: black Ruff Checked with mypy Imports: isort Typed Downloads pre-commit security: bandit Sourcery pylint: errors-only

What Yumako should include

  • Human-friendly utilities.
  • Utilities that are for generic use cases, not domain-specific.
  • High performance utilities.
  • Utilities based on vanilla python, no external dependencies.

Install:

pip install yumako

# Yumako utilities are based on vanilla python: no other dependencies.

Usage:

import yumako
# Yumako submodules are loaded only when needed.

# ---------------------------------------
# Yumako utilities are designed for human
# ---------------------------------------
print(yumako.time.of("2025-01-17H23:00:00.000-05:00"))  # most popular time formats
print(yumako.time.of("-3d"))  # most intuitive human-friendly formats

seconds = yumako.time.duration("3m4s")  # 3m4s -> 184 seconds
delta = timedelta(seconds=seconds)
print(yumako.time.display(delta))  # 3m4s

# ---------------------------------------
# Yumako utilities are highly performant
# ---------------------------------------
lru = yumako.lru.LRUDict()
lru[1] = True
lru["hello"] = "mortal"
print(lru)

lru_set = yumako.lru.LRUSet()
lru_set.add("ユマ果")
print(lru_set)

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

yumako-0.1.26.tar.gz (19.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yumako-0.1.26-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file yumako-0.1.26.tar.gz.

File metadata

  • Download URL: yumako-0.1.26.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.11.12 Darwin/23.6.0

File hashes

Hashes for yumako-0.1.26.tar.gz
Algorithm Hash digest
SHA256 1772aff7ed5fe16a3dcb755b5cc96e8a7877aa355168fd8213c6d732b5abae7a
MD5 c66d5950608900e673d5bdb17e090c23
BLAKE2b-256 19db249b4f0bb171c6f0a1dfe9b75313f54c421c6a850fd5f8c4b27ffc410c1f

See more details on using hashes here.

File details

Details for the file yumako-0.1.26-py3-none-any.whl.

File metadata

  • Download URL: yumako-0.1.26-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.11.12 Darwin/23.6.0

File hashes

Hashes for yumako-0.1.26-py3-none-any.whl
Algorithm Hash digest
SHA256 331a1a9d18051e693f7a366e3bb519d35c53ac76a662019b4e3a76349277e778
MD5 9b80eda652a68aa66070a88083e554d8
BLAKE2b-256 a3e1a48e34afec18d379c076f222a5c06ab26f887b6b7607f3aa574de8491b80

See more details on using hashes here.

Supported by

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