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

https://github.com/vinayak-mehta/opep

Open PEPs on your terminal.
https://github.com/vinayak-mehta/opep

cli pep terminal

Last synced: about 2 months ago
JSON representation

Open PEPs on your terminal.

Awesome Lists containing this project

README

        

# opep

[![image](https://img.shields.io/pypi/v/opep.svg)](https://pypi.org/project/opep/) [![image](https://img.shields.io/pypi/pyversions/opep.svg)](https://pypi.org/project/opep/) [![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

Open PEPs on your terminal.

## Installation

You can simply use `pip` to install `opep`:

```
$ pip install opep
```

## Usage

> You’d be surprised how many numbers are out there! — [Hynek Schlawack](https://twitter.com/hynek/status/704236819651624960) (out of context)

```
$ opep 8
```

![image](https://raw.githubusercontent.com/vinayak-mehta/opep/master/opep.gif)

You can also stumble upon a PEP using:

```
$ opep random
```

## Versioning

`opep` uses [Calendar Versioning](https://calver.org/). For the available versions, see the tags on the GitHub repository.

## License

This project is licensed under the Apache License, see the [LICENSE](https://github.com/vinayak-mehta/opep/blob/master/LICENSE) file for details.