Code Monkey home page Code Monkey logo

isavailable's Introduction

😻 isavailable

Can I haz this Python package on PyPI?

Can I haz this Python package on PyPI?

Check if Python package names are available on PyPI.

Usage

$ 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

$ pip install isavailable

Help

$ 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.

isavailable's People

Contributors

dependabot[bot] avatar schneiderfelipe avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

isavailable's Issues

Cant execute isvailable after installing it through pip

Tried installing it trough pip, while the installation was succesfull I received the following error upon trying to execute it:

Traceback (most recent call last):
  File "/home/vinicp/.local/bin/isavailable", line 5, in <module>
    from isavailable import main
  File "/home/vinicp/.local/lib/python3.8/site-packages/isavailable/__init__.py", line 9, in <module>
    import typer
  File "/home/vinicp/.local/lib/python3.8/site-packages/typer/__init__.py", line 12, in <module>
    from click.termui import get_terminal_size as get_terminal_size
ImportError: cannot import name 'get_terminal_size' from 'click.termui' (/home/vinicp/.local/lib/python3.8/site-packages/click/termui.py)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.