An open API service indexing awesome lists of open source software.

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

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