LibreSelery icon indicating copy to clipboard operation
LibreSelery copied to clipboard

Bibliothecary alternative in python

Open cornerman opened this issue 3 years ago • 1 comments

To drop ruby dependency.

cornerman avatar Jul 28 '20 17:07 cornerman

We could use the Github API to gather all dependency information:

https://docs.github.com/en/github/visualizing-repository-data-with-graphs/about-the-dependency-graph

Pro:

  • Pure Python enables PIP package creation
  • Simpler project structure
  • Less accounts needed / Less API needed since Libraries.io is not needed

Contra:

  • Much more difficult to use OpenSelery with other Git platforms like Gitlab

Ly0n avatar Jul 31 '20 12:07 Ly0n