Skip to main content

A toolkits for replacing tqdm without additional package install!

Reason this release was yanked:

new version updated

Project description

help mi!

PyPI Downloads

This package, siba is developed to replace 'tqdm'. The name, siba derives from the Korean word ssibal(or sibal).

Install

install from PyPI.

$ pip install siba

get started!!!

simple use!!!

from siba import siba

def time_sleep(t, clb=None):
    import time
    for i in range(t):
        time.sleep(0.001)
        if clb is not None:
            clb(i+1, t) # clb(current state, total)   

    return None
    
# use as a call-back func
clb = siba(title="hello world")
time_sleep(100, clb)

return:

hello world 100%|████████████████████████|

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

siba-1.0.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file siba-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: siba-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for siba-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a6c1b47fea038344a4ed0fc331bd6c2c0623f01cac85e7f43c22ade6cc15daa
MD5 dc8d85e5808d55948fe40fe2b60924bd
BLAKE2b-256 b159f2ab7a5daaa78aea5e5aa818b83677733feeca9caa659014a7bac80de580

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