pazuzu-io/pazuzu

Sort json from registry into logical blocks

Opened this issue · 1 comments

We should sort the json that we get with features into logical blocks, e.x. adding repositories, apt-get install, pip install, etc

This issue is about 2 topics:

  1. Identify most common groups
  2. Create a parser that will check the features (or parse initial Pazuzufile) and group them together

Most obvious cases would be:

  • apt-get install
  • adding repositories (e.x. add-apt-repository)
  • pip/pip3
  • sbt
  • npm
  • gem install