pangeo-forge / roadmap

Pangeo Forge public roadmap
Creative Commons Attribution 4.0 International
19 stars 4 forks source link

ADR: Use meta.yaml to track feedstock metadata #11

Closed rabernat closed 3 years ago

rabernat commented 3 years ago

ping @pangeo-forge/dev-team for review

rabernat commented 3 years ago

I merged #12 and reformatted this as an ADR. I used the linked adr tools CLI like this

adr new Use meta.yaml to track feedstock metadata  

to generate the ADR. This brought up some inconsistencies with the existing ADR from #12.

I would propose to harmonize these by moving the other ADR to doc/adr and numbering it 001 (this one becomes 002).

martindurant commented 3 years ago

@danielballan , do you know where a concise and authoritative description of the entrypoint syntax can be found? I am hoping for something without reference to console_script

danielballan commented 3 years ago

I would look to https://docs.python.org/3/library/importlib.metadata.html and the source backing it.