pypi-name
v0.1.0
Published
Check whether a package name is available on Pypi
Maintainers
Readme
pypi-name
Check whether a package name is available on Pypi
Installation
$ npm install --save pypi-nameUsage
const pypiName = require('pypi-name');
pypiName('django-oscar').then(available => {
console.log(available);
//=> false
});Related
- idea from npm-name - Check whether a package name is available on npm
License
MIT © Kai-Chu Chung
