check whether a package name has been used on PyPI.
Project description
Can I use this name for my python package on PyPI?
check whether a package name has been used on PyPI.
Install
$ pip install caniuse
Usage
API
>>> from caniuse.main import check >>> check('requests') u'Sorry, this package name has been registered :(\nHave a look at it: http://pypi.python.org/pypi/requests' >>> >>> check('you_will_never_use_this_name') u'Congratulations! You can use it :)'
CLI
$ caniuse requests Sorry, this package name has been registered :( Have a look at it: http://pypi.python.org/pypi/requests $ caniuse you_will_never_use_this_name Congratulations! You can use it :)
Tests
$ pip install -r dev-requirements.txt $ make test
License
MIT.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
caniuse-0.3.1.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file caniuse-0.3.1.tar.gz
.
File metadata
- Download URL: caniuse-0.3.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85fa82495f2d82879d0ac12bf80f181d1bad9241688194fbea94737a42174677 |
|
MD5 | b30b96e32327d52ff1721177e2e6d40a |
|
BLAKE2b-256 | 0b63748f77ba9e6e99a519a68f330f2578804e35537ebba0fac46394d0ce0c11 |
File details
Details for the file caniuse-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: caniuse-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa9edd670f88d2885e08edc60e64acb21abdfa4ddf17e60be87f64c2cee0eac1 |
|
MD5 | 304714f05689bdb8566e5f1484778659 |
|
BLAKE2b-256 | 2a91e5889e49446396fe69c74ee0c43c8a63c92b14b6780a2f877e94ac150e86 |