Metadata-Version: 2.1
Name: no2foryou
Version: 3.0.0
Summary: Replaces your Python 2 commands with error messages
Home-page: https://github.com/nvllsvm/python-no2foryou
Author: Andrew Rabert
Author-email: ar@nullsum.net
License: WTFPL
Description: # no2foryou
        Replaces all `python2*` and `pip2*` commands with error messages.
        
        Why? Because it's 2020 - stop using Python 2!
        
        ## Installation
        **Requires Python 3 (duh)**
        
        ```
        $ pip install no2foryou
        ```
        
        ## Usage
        ```
        $ python2
        error: this version of python has expired. shame on you!
        
        $ pip2
        error: this version of python has expired. shame on you!
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
