rlizzo / cf-graph-countyfair

Working files for the @cf-regro-autotick-bot

Home Page:https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+author%3Aregro-cf-autotick-bot+archived%3Afalse+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-graph

Repo for holding the conda-forge dependency graph and its introspection.

Note that this repos is mostly bot managed and operated.

Please open issues in cf-scripts.

code snippets to test building the graph

from conda_forge_tick.make_graph import make_graph
from conda_forge_tick.all_feedstocks import get_all_feedstocks
from conda_forge_tick.utils import load_graph

names = get_all_feedstocks(cached=True)[0:10]
gx = load_graph()
make_graph(names, gx)