Metadata-Version: 2.1
Name: pypisearch
Version: 1.3.1
Summary: Replacement of temporarily deprecated pip search command
Home-page: https://github.com/shidenko97/pypisearch
Author: Serhii Hidenko
Author-email: shidenko97@gmail.com
License: UNKNOWN
Description: # PyPiSearch
        [![Latest Release](https://img.shields.io/github/v/release/shidenko97/pypisearch)](https://github.com/shidenko97/pypisearch/releases/latest)
        [![Downloads](https://pepy.tech/badge/pypisearch)](https://pepy.tech/project/pypisearch)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![License](https://img.shields.io/github/license/shidenko97/pypisearch)](https://github.com/shidenko97/pypisearch/blob/master/LICENSE)
        
        One more replacement of temporarily deprecated pip search command implemented on regular expressions and uses [pypi site](https://pypi.org/) search line.
        
        ## Install and run
        - Clone this repo and run `python pypisearch <query>`
        - Install it by pip `pip install pypisearch` and run `python -m pypisearch <query>`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
