Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danishprakash/pip-name
- Owner: danishprakash
- License: mit
- Created: 2018-08-16T11:37:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T05:26:27.000Z (4 months ago)
- Last Synced: 2024-11-09T05:15:41.912Z (6 days ago)
- Topics: cli, command-line, pip, pypi, python, terminal
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 27
- Watchers: 3
- 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
[![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 LicenseCopyright (c) 2018 [Danish Prakash](https://github.com/danishprakash)