Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Last active December 21, 2022 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsyencken/8a0b399e88646337cc6e37f9531a7fff to your computer and use it in GitHub Desktop.
Save larsyencken/8a0b399e88646337cc6e37f9531a7fff to your computer and use it in GitHub Desktop.
OWID: dependencies between libraries

Current dependencies

graph LR

etl --> owid-catalog-py
etl --> walden --> owid-datautils-py
walden --> owid-catalog-py
etl --> owid-datautils-py

Ideal dependencies

graph LR
etl --> owid-catalog-py
etl --> walden
etl --> owid-datautils-py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment