Metadata-Version: 2.4
Name: pname
Version: 1.0.2
Summary: Check whether a package name is available on PyPI
Home-page: https://yoginth.gitlab.io
Author: Yoginth
Author-email: yoginth@zoho.com
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/pname
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

## PyPI Package Name

> Check whether a package name is available on PyPI

## Screenshot

<img src="https://gitlab.com/yoginth/pname/raw/master/Screenshot.png" width="550">

## Install

```
$ pip install pname
```

## Usage

```python
import pname

pname.check('standard')
#=> ✔ standard is available

pname.check('standardbucks')
#=> ✘ standardbucks is unavailable
```

## Get Help

There are few ways to get help:

 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.

 2. For bug reports and feature requests, open issues.

 3. For direct and quick help, you can [email me](mailto://yoginth@zoho.com).

## How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

Thanks!

## License

[MIT][license]

[LICENSE]: https://yoginth.mit-license.org/
[contributing]: /CONTRIBUTING.md
