Skip to main content

File based cache for resources and metadata

Project description

Project generated with PyScaffold PyPI-Server Unit tests

pyBiocFileCache

File system based cache for resources & metadata. Compatible with BiocFileCache R package

Note: Package is in development. Use with caution!!

Installation

Package is published to PyPI

pip install pybiocfilecache

Initialize a cache directory

from pybiocfilecache import BiocFileCache
import os

bfc = BiocFileCache(cache_dir = os.getcwd() + "/cache")

Once the cache directory is created, the library provides methods to

  • add: Add a resource or artifact to cache
  • get: Get the resource from cache
  • remove: Remove a resource from cache
  • update: update the resource in cache
  • purge: purge the entire cache, removes all files in the cache directory

Add a resource to cache

(for testing use the temp files in the tests/data directory)

rec = bfc.add("test1", os.getcwd() + "/test1.txt")
print(rec)

Get resource from cache

rec = bfc.get("test1")
print(rec)

Remove resource from cache

rec = bfc.remove("test1")
print(rec)

Update resource in cache

rec = bfc.get("test1"m os.getcwd() + "test2.txt")
print(rec)

purge the cache

bfc.purge()

Note

This project has been set up using PyScaffold 4.1. For details and usage information on PyScaffold see https://pyscaffold.org/.

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

pybiocfilecache-0.4.0.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

pyBiocFileCache-0.4.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file pybiocfilecache-0.4.0.tar.gz.

File metadata

  • Download URL: pybiocfilecache-0.4.0.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pybiocfilecache-0.4.0.tar.gz
Algorithm Hash digest
SHA256 82633e014f9cc41676daeb6b2053c4cfb47b4f54695b9bdd052ac8cec7de9713
MD5 824c9b2fea7fce3c6afb5151471a10d7
BLAKE2b-256 feb8d2168bd58f579ec1507bf9d2f6f28b7f537991ce095d2d27f07d7264f48b

See more details on using hashes here.

File details

Details for the file pyBiocFileCache-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyBiocFileCache-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43e14b693ed17aec51b7c0a5b2a75f8972e012371c4f4a813eb888cba7df0021
MD5 0b4c21fd470a65d475cd1fdfd910d3b0
BLAKE2b-256 03cc81677693aa5af06e96db52dd529d804097416d3291bc9bc5da6249348257

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