🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mozilla-repo-urls

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mozilla-repo-urls

Process Mozilla's repository URLs. The intent is to centralize URLs parsing.

0.2.2
PyPI
Maintainers
5

mozilla-repo-urls

Process Mozilla's repository URLs. The intent is to centralize URLs parsing.

Running tests

  • uv tool install tox --with tox-uv
  • uv tool run tox -e py313

Preparing a release

  • Change the version in pyproject.toml
  • Update the changelog file
  • Once the change is merged, uv tool run hatch build
  • Run the following:
export VERSION=$(sed -n "s/version = \"\(.*\)\"/\\1/p" pyproject.toml)
git tag -s ${VERSION} -m ${VERSION}
git push origin ${VERSION}
uv tool run twine upload dist/mozilla_repo_urls-${VERSION}.tar.gz dist/mozilla_repo_urls-${VERSION}-py3-none-any.whl

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts