-
I've been trying to get version of my python package from the nexus repo. The problem seems to be in the 'group'. This property (for pypi) is set to null. Unfortunately but none of the nexus badges support empty value for 'group;. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello @Dzordzu, sorry we missed this question. Do you have an example of public Nexus repository that hosts Python packages? |
Beta Was this translation helpful? Give feedback.
-
The following issues may happen if anyone (including me) will be willing try to implement direct search
|
Beta Was this translation helpful? Give feedback.
-
Our Nexus badges support overriding the query options that are being sent to the server. You can get badges for your pypi repo using URLs similar to the following: Note in particular the |
Beta Was this translation helpful? Give feedback.
Our Nexus badges support overriding the query options that are being sent to the server. You can get badges for your pypi repo using URLs similar to the following:
https://img.shields.io/nexus/r/-/de2sert-pyparse?queryOpt=%3Agroup%3D&server=https%3A%2F%2Fnexus.dzordzu.pl&nexusVersion=3
Note in particular the
queryOpt=%3Agroup%3D
query parameter which basically nullifies the-
group