https://github.com/random-python/pypirepo
Provide https://pypi.org repository operations: create, delete, update
https://github.com/random-python/pypirepo
pypi python repository selenium setuptools twine
Last synced: about 1 month ago
JSON representation
Provide https://pypi.org repository operations: create, delete, update
- Host: GitHub
- URL: https://github.com/random-python/pypirepo
- Owner: random-python
- License: apache-2.0
- Created: 2019-06-19T00:31:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T19:23:38.000Z (about 4 years ago)
- Last Synced: 2025-09-22T20:14:16.362Z (8 months ago)
- Topics: pypi, python, repository, selenium, setuptools, twine
- Language: Python
- Homepage: https://pypi.org/project/pypirepo/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## pypirepo
[![Travis Status][travis_icon]][travis_link]
[![Package Version][pypi_icon]][pypi_link]
[![Python Versions][python_icon]][python_link]
Provide `https://pypi.org` repository operations:
* release create
* release delete
* release update
### Install
```
pip install pypirepo
```
### Usage
Development release rotation script:
https://github.com/random-python/pypirepo/blob/master/tool/release_update.py
### Config
Default module configuration settings:
https://github.com/random-python/pypirepo/blob/master/src/main/pypirepo/config.ini
[travis_icon]: https://travis-ci.org/random-python/pypirepo.svg?branch=master
[travis_link]: https://travis-ci.org/random-python/pypirepo/builds
[pypi_icon]: https://badge.fury.io/py/pypirepo.svg
[pypi_link]: https://pypi.python.org/pypi/pypirepo
[python_icon]: https://img.shields.io/pypi/pyversions/pypirepo.svg
[python_link]: https://pypi.python.org/pypi/pypirepo