Metadata-Version: 2.1
Name: mypypisearch
Version: 1.3.5
Summary: Replacement of temporarily deprecated pip search command
Home-page: https://github.com/shidenko97/pypisearch
Author: tct123
Author-email: tct1234@protonmail.com
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
License-File: LICENSE
Requires-Dist: certifi
Requires-Dist: chardet
Requires-Dist: idna
Requires-Dist: requests
Requires-Dist: tabulate

# 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)
A fork of https://github.com/shidenko97/pypisearch

One more replacement of temporarily deprecated pip search command implemented on regular expressions and uses [pypi site](https://pypi.org/) search line.
You are able to query multiple pages providing range to page argument (e.g. 1-5).

## Install and run
- Clone this repo and run `python pypisearch <query>`
- Install it by pip `pip install pypisearch` and run `python -m pypisearch <query>`

### This fork provides `pypisearch` as a shell command

- Clone this repo, cd inside and run `pip install .`
- Run from anywhere `pypisearch <query>`.
