resources-example icon indicating copy to clipboard operation
resources-example copied to clipboard

An example project demonstrating how to access data files in Python package

Results 2 resources-example issues
Sort by recently updated
recently updated
newest added

Nice little demo package you've got here. I think anyone who wants to get down into the weeds of resources will be interested in a demo of discovery of subfiles...

This was a helpful example repo. I just have one request. In Python 3.12 they updated importlib.resources.files(): https://docs.python.org/3/library/importlib.resources.html#importlib.resources.files > Changed in version 3.12: package parameter was renamed to anchor. anchor...