Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (7 months ago)
- Last Synced: 2024-12-27T16:05:01.097Z (about 2 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]?
![Can I haz this Python package on PyPI?](i-can-haz-please.jpg)
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.
```