Conda teaching implementation

In the following repository there is an implementation of Conda. While working with Conda and conda-store I have to ask core Conda and Conda-Forge developers many questions. I thought it would be nice to write a reference implementation with the core goal of teaching the inner workings of Conda. With this goal in mind the following principles were followed:

  • only uses the python stdlib
  • understandability is key
  • correctness is important
  • performance is not important