Skip to main content

A tiny collection of reusable helper utilities.

Project description

hkit

Helper KIT

🧰 A tiny collection of reusable helper utilities for Python projects.

hkit provides a lightweight set of functions and helpers to simplify repetitive tasks in everyday Python development.


📦 Installation

From PyPI (once released):

pip install ebhkit

🚀 Quick Start

Example usage:

from ebhkit import slugify, chunks

print(slugify("Hello World!"))
# hello-world

for part in chunks(range(10), size=3):
    print(part)
# [0, 1, 2]
# [3, 4, 5]
# [6, 7, 8]
# [9]

✨ Features

  • 🔠 Text utilities (slugify, truncate, …)
  • 🗂️ List and iterable helpers (chunks, flatten, …)
  • ⏱️ Date and time utilities
  • ⚡ Zero heavy dependencies

📜 License

This project is licensed under the MIT License.

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

ebhkit-0.2.1.dev0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

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

ebhkit-0.2.1.dev0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file ebhkit-0.2.1.dev0.tar.gz.

File metadata

  • Download URL: ebhkit-0.2.1.dev0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for ebhkit-0.2.1.dev0.tar.gz
Algorithm Hash digest
SHA256 093cee37d330cc3866cad088709df1669619d88a7bfad2b3bbc011b69d9e111a
MD5 af3ecc54446e9a1a774330303da27939
BLAKE2b-256 ce70f93416871673c8a4b4ae1b5e3c3c2a01054b7a4e6a9d56a76a942dd402e3

See more details on using hashes here.

File details

Details for the file ebhkit-0.2.1.dev0-py3-none-any.whl.

File metadata

  • Download URL: ebhkit-0.2.1.dev0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for ebhkit-0.2.1.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 32cebb35921afb726bcd83ebe02e54fa23b762fcc2c24c256d9bf91cfb851fa2
MD5 77bfaba590dbc526618f6ad247e1f024
BLAKE2b-256 8b4215fe4fa8cd4efb17033e1c5b5b9b35de6f6c26152f11ef5b5d61f1d63e0e

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