grackle-project / grackle

The Grackle chemistry and cooling library for astrophysical simulations and models.
Other
26 stars 50 forks source link

Auto File Management Part 3: Install data-management tool as command line program #246

Open mabruzzo opened 1 month ago

mabruzzo commented 1 month ago

This PR is the 3rd in the sequence of PRs introducing automatic data-management. (Following #235 and #237). This is the last one in the sequence

To Recap:

  1. PR #235 introduced all of the logic for the grdata cli tool. The tool was only invocable through pygrackle (via python -m pygrackle <args>…). The tool was only useful for testing pygrackle testing
  2. PR #237 introduced logic to the core grackle library to make it possible to access files that are fetched and managed by the tool.

This PR: