https://github.com/schneiderfelipe/isavailable
Can I haz this Python package on PyPI? 😻
https://github.com/schneiderfelipe/isavailable
development name package pypi python tool
Last synced: 6 months ago
JSON representation
Can I haz this Python package on PyPI? 😻
- Host: GitHub
- URL: https://github.com/schneiderfelipe/isavailable
- Owner: schneiderfelipe
- License: mit
- Created: 2021-11-01T18:39:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T15:58:17.000Z (about 1 year ago)
- Last Synced: 2024-12-27T16:05:01.097Z (7 months ago)
- Topics: development, name, package, pypi, python, tool
- Language: Python
- Homepage: https://pypi.org/project/isavailable/
- Size: 240 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 😻 isavailable
> Can I haz this Python package on [PyPI][pypi]?

Check if Python package names are available on [PyPI][pypi].
[pypi]: https://pypi.org/
## Usage
```bash
$ isavailable checks whether your desired package name is available on pypi
is is… not available 😠on PyPI.
on is… not available 😠on PyPI.
your is… not available 😠on PyPI.
name is… available 🎉 on PyPI.
pypi is… not available 😠on PyPI.
checks is… not available 😠on PyPI.
whether is… available 🎉 on PyPI.
desired is… available 🎉 on PyPI.
package is… not available 😠on PyPI.
available is… available 🎉 on PyPI.
```## Installation
```bash
$ pip install isavailable
```## Help
```bash
$ isavailable --help
Usage: isavailable [OPTIONS] NAMES...Check if a list of package names are available on PyPI.
Arguments:
NAMES... [required]Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
```