Skip to main content

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

Project description

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

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

nome-0.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

nome-0.1.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page