Metadata-Version: 2.1
Name: opep
Version: 0.2.1
Summary: Open PEPs on your terminal.
Home-page: https://github.com/vinayak-mehta/opep
Author: Vinayak Mehta
Author-email: vmehta94@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.0)
Requires-Dist: rich (==7.0.0)
Provides-Extra: dev
Requires-Dist: Click (>=7.0) ; extra == 'dev'
Requires-Dist: Sphinx (>=2.2.1) ; extra == 'dev'
Requires-Dist: rich (==7.0.0) ; extra == 'dev'

# 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.png)

You can also stumble upon a PEP using:

```
$ opep random
```

## Versioning

`opep` uses [Semantic Versioning](https://semver.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.


