skillfed

vonage-numbers

Vonage Numbers package

vonage-numbers v1.0.5 335.5K downloads/30d#7,475 on PyPI213
Permissive license Active released

What it is and what it does

vonage-numbers is a Python client library for Vonage's Numbers API, enabling programmatic management of phone numbers. It wraps HTTP calls to list owned numbers, search for available numbers, buy new numbers, cancel existing ones, and update number configurations such as SMS and voice callbacks. The package is designed as a component of the larger vonage SDK but can be used directly with appropriate credentials.

The package uses pydantic for request validation and vonage-http-client for transport, keeping dependencies minimal and focused. It supports filtering and pagination for number searches and list operations, and returns structured data (number objects, counts, and pagination tokens) rather than raw JSON. It targets modern Python versions from 3.9 onward.

Use it for:

  • List and audit phone numbers currently owned by your Vonage account.
  • Search for available phone numbers in specific countries and patterns before purchase.
  • Programmatically buy phone numbers for your application without manual portal access.
  • Configure SMS and voice callbacks on existing numbers to route inbound traffic.
  • Cancel numbers no longer needed to manage inventory and reduce costs.
  • Automate number provisioning workflows in larger telecom or contact-center applications.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to Vonage's Numbers API for managing, searching, buying, and updating phone numbers.

Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive license. Install it if you need to manage Vonage phone numbers programmatically. Verify first whether you can use it standalone or must pair it with the main vonage package, and confirm your Vonage account has API access enabled.

Install

vonage-numbers on PyPI

pip

pip install vonage-numbers

uv

uv add vonage-numbers

poetry

poetry add vonage-numbers

Installing vonage-numbers

Before you install

Low install friction with a pure-Python wheel. Actively maintained as of July 2026 with 213 repository stars. Depends on vonage-http-client, vonage-utils, and pydantic—all standard, well-established packages.

License in practice

Licensed under Apache 2.0 (permissive). No restrictions on commercial or private use; you may modify and distribute freely with license attribution.

Quickstart

pip install vonage-numbers

from vonage_numbers import ListOwnedNumbersFilter

numbers, count, next_page = vonage_client.numbers.list_owned_numbers(
    ListOwnedNumbersFilter(country='GB', size=3)
)

Requires an active Vonage account and a vonage_client instance (typically from the main vonage package). Requires Python 3.9 or later.

Verify before relying

  • Whether this package can be used standalone or requires the main vonage package to instantiate a client.
  • API rate limits and quota constraints for number search and purchase operations.
  • Whether number purchase operations incur charges and what the billing model is.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 3 — vonage-http-client, vonage-utils, pydantic
Maintenance actively maintained — 309 days since the last release
Last repo commit
First released
Downloads 335,498/month — #7,475 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: vonage_numbers-1.0.5-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

vonage numbers api pythonphone number management apibuy phone numbers programmaticallyvonage sdk numberstelecom number provisioningsearch available phone numbersnumber inventory management
telecom-apivonage-sdk

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

vonage-application

Manages Vonage applications through a Python…

permissive · top 15,000 on PyPI

vonage-subaccounts

Provides Python bindings to Vonage's Subaccount…

permissive · top 15,000 on PyPI

vonage-utils

Provides utility functions and error types for…

permissive · top 15,000 on PyPI

vonage-number-insight

Vonage Number Insight package provides methods…

permissive · top 15,000 on PyPI

vonage-identity-insights

Provides Python access to the Vonage Identity…

permissive · top 15,000 on PyPI

vonage-voice

Provides Python bindings to Vonage's Voice API…

permissive · top 15,000 on PyPI

vonage-sms

Sends SMS messages via Vonage's API and handles…

permissive · top 15,000 on PyPI

azure-communication-phonenumbers

Manages Azure Communication Services phone…

permissive · top 15,000 on PyPI

vonage-video

Python client library for Vonage's Video API,…

permissive · top 15,000 on PyPI

easypost

Python client library for the EasyPost shipping…

permissive · top 15,000 on PyPI