python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Investigate ways to support data

Open drewoldag opened this issue 1 year ago • 0 comments

There are few places where data really becomes important. Tests, notebooks, and generally for the package.

We've seen many instances where a package requires a large amount of data to run. But it's impractical to include that data in the distribution. We've come up a few specific ways to address that, but let's consider if there's a way that we can include a best practice approach in the template as well.

drewoldag avatar Mar 19 '24 23:03 drewoldag