Skip to content

chore: prefix PyPI package name with cisco - #1

Merged
arthur-goldblatt merged 1 commit into
mainfrom
arthur/prefix-pypi-package-name
Aug 18, 2026
Merged

chore: prefix PyPI package name with cisco#1
arthur-goldblatt merged 1 commit into
mainfrom
arthur/prefix-pypi-package-name

Conversation

@arthur-goldblatt

Copy link
Copy Markdown
Collaborator

What changed

  • Rename the published Python distribution from antares-cli to cisco-antares-cli.
  • Regenerate uv.lock with the new distribution name.
  • Update PyPI install, upgrade, and wheel commands in the README.
  • Point the release environment to the prefixed PyPI project URL.

Why

The unprefixed Antares namespace is already used by multiple projects on PyPI. The agreed cisco- prefix gives the package clear organizational context and avoids naming ambiguity.

User impact

Users install and upgrade the distribution with cisco-antares-cli. The antares command and antares_cli Python module remain unchanged.

Validation

  • uv run pytest -q -p no:cacheprovider — 779 passed, 1 skipped
  • uv run ruff check src tests tools
  • uv run mypy src
  • uv build
  • uv run python tools/verify_public_wheel.py dist/cisco_antares_cli-0.1.0-py3-none-any.whl
  • Confirmed wheel metadata: Name: cisco-antares-cli, version 0.1.0

@didierRI didierRI left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@arthur-goldblatt
arthur-goldblatt merged commit 3613f2f into main Aug 18, 2026
10 checks passed
@arthur-goldblatt
arthur-goldblatt deleted the arthur/prefix-pypi-package-name branch August 18, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants