Skip to content

Commit

Permalink
* Added pURL types for NIPKG (NI Package Format) and VIP (VIPM VI Pac…
Browse files Browse the repository at this point in the history
…kage) for common LabVIEW package formats for [package-url#202 package-url#202]
  • Loading branch information
samsharp99 committed Aug 7, 2024
1 parent b33dda1 commit ae062d4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,19 @@ mlflow
pkg:mlflow/creditfraud@3?repository_url=https://westus2.api.azureml.ms/mlflow/v1.0/subscriptions/a50f2011-fab8-4164-af23-c62881ef8c95/resourceGroups/TestResourceGroup/providers/Microsoft.MachineLearningServices/workspaces/TestWorkspace
pkg:mlflow/trafficsigns@10?model_uuid=36233173b22f4c89b451f1228d700d49&run_id=410a3121-2709-4f88-98dd-dba0ef056b0a&repository_url=https://adb-5245952564735461.0.azuredatabricks.net/api/2.0/mlflow

nipkg
-----
``nipkg`` for NI Package format packages:

- The ``namespace`` is the maintainer from the package attributes (optional).
- The ``name`` is the package name from from the package attributes.
- The ``version`` is the full version from the package attributes - not the display version.
- Examples::

pkg:nipkg/[email protected]
pkg:nipkg/ni-visa-17.5-dotnet-runtime
pkg:nipkg/National%20Instruments/[email protected]+f0
npm
---
``npm`` for Node NPM packages:
Expand Down Expand Up @@ -577,6 +589,20 @@ swift

pkg:swift/github.com/Alamofire/[email protected]
pkg:swift/github.com/RxSwiftCommunity/[email protected]
vip
---
``vip`` for VI Package Manager (VIPM) format packages (LabVIEW):

- The ``namespace`` is the company name from the package attributes (optional).
- The ``name`` is the package name from from the package attributes with the -version removed.
- The ``version`` is the version string from the package attributes.
- The qualifier ``repository_name`` is the repository name from the package attributes (optional).
- Examples::

pkg:vip/MGI/[email protected]
pkg:vip/OpenG.org/[email protected]
pkg:vip/JDP%20Science/[email protected]?repository_name=NI%20LabVIEW%20Tools%20Network

Other candidate types to define:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ae062d4

Please sign in to comment.