Skip to main content

Funcio is a versatile utility library that provides ease-of-use, flexibility, and extensibility tools to simplify common programming tasks and enhance the reliability and performance of the Python code.

Project description

Funcio

Funcio is a versatile utility library that provides ease-of-use, flexibility, and extensibility tools to simplify common programming tasks and enhance the reliability and performance of the Python code.

Warning: This library is still in development and is not ready for production use.

Installation

pip install funcio

Usage

Retry a function call until it succeeds:

from funcio import retry

@retry(3)
def foo():
    # do something
    pass

foo()

Retry code block with context manager:

from funcio import retry

with retry(3):
    # do something
    pass

License

MIT

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

funcio-0.0.1a1.tar.gz (27.2 kB view hashes)

Uploaded Source

Built Distribution

funcio-0.0.1a1-py3-none-any.whl (6.6 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