Skip to main content

Status indicator inline

Project description

About

Sil helps keep track of an iterative functions status inline.

from sil import Sil

status = Sil(total=num_el)
for i, el in elements:
  sil.update(i)


status = Sil(total=num_el)
for el in elements:
  status.tick()

How to install with conda

pip install sil

# remove old copies
rm -rf /anaconda3/lib/python3.6/site-packages/sil*

conda skeleton pypi sil
conda build sil
conda install --use-local sil

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

sil-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

sil-0.1.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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