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.1.2.tar.gz (5.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: stepizer-0.1.2.tar.gz
  • Upload date:
  • Size: 5.4 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.1.2.tar.gz
Algorithm Hash digest
SHA256 d464d5ef61aea117b728c2b0b042f30d346afbb7bc588edeadbe585ad0b5912a
MD5 963795c91148f30efd2ac2a21c66d1f3
BLAKE2b-256 2bacd1ab73680970233287537810a68ef759bd560691625d5de643257217d5f2

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