Metadata-Version: 2.1
Name: opep
Version: 2020.10.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
Description: # 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.
        
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
Provides-Extra: dev
