OpenAstronomy / packaging-guide

A generic Python packaging guide and template. Slightly focused more towards scientific packages.
https://packaging-guide.openastronomy.org
45 stars 24 forks source link

Extend page on including data in your package #7

Open namurphy opened 4 years ago

namurphy commented 4 years ago

The page on how to include data in a package still needs to be written. Just to brainstorm, some of the topics could be:

I'm also curious if there's a way to store data files on, say, the Zenodo online archive so that they can be downloaded during package setup or installation.

Cadair commented 6 months ago

This has also recently been written if you have any feedback.

Cadair commented 6 months ago

I think it would be good to at least cover accessing data from within your code.