Skip to main content

The tool for better organization of the workflow.

Project description

Stepizer

Chain multiple functions or generators into one pipeline.

Basic use case:

from stepizer import Step


def add_text(string: str) -> str:
    return 'hello, ' + string + '!'


pipeline = Step.chain(
    add_text,
    str.upper,
)

pipeline.run('world')
# HELLO, WORLD!

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

stepizer-0.2.1.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file stepizer-0.2.1.tar.gz.

File metadata

  • Download URL: stepizer-0.2.1.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for stepizer-0.2.1.tar.gz
Algorithm Hash digest
SHA256 158f9ea9957df08283ef12afe23e1691d97d786b8dc2849233b695783ba08fee
MD5 1ced741cb23b985f5a667118cb73f7f5
BLAKE2b-256 4efdeb005d55056fa8573732cf1ed5a3a3132d419e36553744beaadb24c8742d

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