Socket
Book a DemoInstallSign in
Socket

releases-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

releases-manager

Manage python published release for packages that you owns on PyPI.

0.0.6
pipPyPI
Maintainers
1

Python releases manager - pyrman

Python library that can be used to manage releases for packages that you owns on PyPI.

Features

  • list packages that you own
  • list releases for packages that you own
  • unpublish (remove) a specific release for one of your packages

Usage (CLI)

  • Unpublish a release
pyrman release rm <package> <version>
  • You can find out more information on how to use CLI by using --help option
pyrman --help

Usage (Python)

from pyrman.client import ReleaseManagerClient

pyrman = ReleaseManagerClient(url)
pyrman.authenticate(username, password)
releases = pyrman.list_releases("my-package")
for release in releases:
    pyrman.remove_release("my-package", release.version)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.