Manage python published release for packages that you owns on PyPI.
Project description
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
--helpoption
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file releases-manager-0.0.6.tar.gz.
File metadata
- Download URL: releases-manager-0.0.6.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16b3d73b17161ca4769bd364afb9ce5b35d02881a974c98a4b6794bb751a3763
|
|
| MD5 |
6e3bea631e17d977797a9d20bc12dbca
|
|
| BLAKE2b-256 |
ae756a600d6df8d405eed0dd1df19034bacddcfe0a0f8aa29bd0621f3da45cbe
|
File details
Details for the file releases_manager-0.0.6-py3-none-any.whl.
File metadata
- Download URL: releases_manager-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b9dd319b876d6b624d5292c6adcd68aafd6021aeaf9b8a936edc16e06505cf
|
|
| MD5 |
8555dccda1171fd8968391067be6f558
|
|
| BLAKE2b-256 |
3112db5d9b84e445b945998e3f05ad5dee36d32ce39a749787628449b1b396f3
|