MyGit

v5.8.0

pypyr/pypyr

版本发布时间: 2023-03-13 09:40:33

pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)

summary

import pypyr.cache.admin as cache_admin

cache_admin.clear_all()
from pypyr.config import config
from pypyr import pipelinerunner

# disable all caching
config.no_cache = True

# This will NOT save `my-pipe` to cache once its loaded.
context = pipelinerunner.run(pipeline_name='my-pipe')

What's Changed

Full Changelog: https://github.com/pypyr/pypyr/compare/v5.7.1...v5.8.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-03-13发行的版本