Skip to main content

Function output cacher

Project description

PyPI version

OutCache

Function output cacher

Usage:

from outcache import Cache


@Cache(minutes=1)
def get_profile(email: str, username: str):
    my_dict = {"email": email, "username": username}

    return my_dict


profile = get_profile("example@example.com", username="example")

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

OutCache-0.0.4.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

OutCache-0.0.4-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file OutCache-0.0.4.tar.gz.

File metadata

  • Download URL: OutCache-0.0.4.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for OutCache-0.0.4.tar.gz
Algorithm Hash digest
SHA256 ba5f47b37278d5e09a8f5c988a17bed82c299f1db6f54359fc17b41270c31d52
MD5 676c83a6ea5632331cbcc2f8a7648127
BLAKE2b-256 4fcdffcc3e45b9c6e649718c43a8a5df96033c52284a824e3a95bfe4251d1c6e

See more details on using hashes here.

File details

Details for the file OutCache-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: OutCache-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for OutCache-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 288026c2e760b130a3847ce2914dbc5f60184240803f2babf26f79d2a874c154
MD5 801962fa04cbab62b76813471763b88d
BLAKE2b-256 88d20afb9b616b3b037eeb43212e2360fc6be31d20b16fa53aec57113f16dad9

See more details on using hashes here.

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