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: 5 months ago
JSON representation
Check whether a package name is available on pip
- Host: GitHub
- URL: https://github.com/danishprakash/pip-name
- Owner: danishprakash
- License: mit
- Created: 2018-08-16T11:37:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T05:26:27.000Z (over 1 year ago)
- Last Synced: 2025-03-25T12:53:34.648Z (9 months ago)
- Topics: cli, command-line, pip, pypi, python, terminal
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pip-name
Check whether a package name is available on PyPi
[](https://pepy.tech/project/pip-name)
[](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)