nome

A Python CLI to check if a package name is available in PyPI or npm.


Keywords
nome, cli, pypi, npm, name, availability
License
MIT
Install
pip install nome==0.1.0

Documentation

nome

PyPI

A Python CLI to check if a package name is available in PyPI or npm.

References

Development

Current version of Python used for development: Python 3.6.13.

To set up the environment

  • python -m venv env.
  • source ./env/bin/activate.
    • Run which pip to see if it worked. The path must end in env/bin/pip.
    • Note: Whenever you install a new package with pip in this environment, activate it again.
  • pip install flit==3.2.0.
  • flit install --deps develop --symlink.
    • To install all dependencies and nome in the local environment.
    • For Windows, replace --symlink with --pth-file.

To activate the environment

  • source ./env/bin/activate.

Deployment

  • Bump version (nome/__init__.py file).
  • flit publish.

Notes

.pypirc file

[distutils]
index-servers =
   pypi

[pypi]
username = joaopalmeiro