0.1.0 • Published 8 years ago

pypi-name v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

pypi-name

NPM version Build Status

Check whether a package name is available on Pypi

Installation

$ npm install --save pypi-name

Usage

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