Skip to content

viniciusdc/cf-graph-countyfair

 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%