pulp / pulp/pulpcore

Nuget Support

Open
#1,990 11 comments 11 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Author: gripson (gripson)

Redmine Issue: 8707, https://pulp.plan.io/issues/8707


As a user, I would love to have a pulp_nuget plugin to manage .nupkg package in pulp3.

It will be greatful if the plugin can support both of Nuget API v2 and v3. Although v3 is the latest API version and widely used, there are still some popular Windows software package manager clients do not support the V3 API and only support the older V2 API, such as Chocolatey.

Reference:

  1. Nuget API v3 official: https://docs.microsoft.com/en-us/nuget/api/overview
  2. Nuget API v2 unofficial : https://joelverhagen.github.io/NuGetUndocs/#package-entity
  3. Chocolatey: https://docs.chocolatey.org/en-us/
  4. Nuget plugin planning: https://pulp.plan.io/projects/pulp/wiki/NuGet_Packages

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the NuGet plugin planning page and the linked NuGet API v2 and v3 references. Compare the requirements with pulpcore's existing plugin architecture and package-management entry points. Done means a defined pulp_nuget plugin scope that manages .nupkg packages and accounts for both API versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.