VersionEye plugins for other languages - Maven/Gradle/SBT versioneye plugin equivalent for Python etc. CLI runner?

Issue #268 new
Hari Sekhon created an issue

Feature request for an equivalent of the Maven/Gradle/SBT versioneye plugins for other languages.

How about a generic CLI runner, something like sonar-runner does for SonarQube, that re-parses the Python requirements.txt or similar?

It could call the VersionEye website to re-parse the requirements.txt or it could do the analysis locally and just send the results (I think this is what the Maven/Gradle/SBT plugins do?).

Comments (3)

  1. Robert Reiz

    Hi @timgluz The Veye CLI tool is not a replacement for a native plugin. Build tools and package managers have their own ways to resolve transitive dependencies for example. That's why a native plugin which integrates with the native build tool is always the better choice.

  2. Log in to comment