Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danishprakash/pip-name

Check whether a package name is available on pip
https://github.com/danishprakash/pip-name

cli command-line pip pypi python terminal

Last synced: about 7 hours ago
JSON representation

Check whether a package name is available on pip

Awesome Lists containing this project

README

        

pip-name


Check whether a package name is available on PyPi




[![Downloads](https://pepy.tech/badge/pip-name)](https://pepy.tech/project/pip-name)
[![License](https://img.shields.io/pypi/l/pysendfile.svg)](https://pepy.tech/project/pip-name)

## Install

```console
$ pip install pip-name
```

## Usage

```sh
$ pip-name
```

#### Examples

```sh
$ pip-name flake8
flake8 is unavailable

$ pip-name blake201
blake201 is available

$ pip-name chromatic
chromatic is unavailable
```

## Why?
Let's see, It's a pain in the ass to finally upload that module you've been writing for a while only to realize that a package with that same name already exists up there.

## Contributing
Do you want to make this better? Open an issue and/or a PR on Github. Thanks!

## Links
- Pycoder's Weekly [#332](https://us4.campaign-archive.com/?u=9735795484d2e4c204da82a29&id=840b4a9e90)

## License
MIT License

Copyright (c) 2018 [Danish Prakash](https://github.com/danishprakash)