pypi-name

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i pypi-name

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • cage1016