.gitignore
.readthedocs.yml
LICENSE
README.md
generate_enums.py
pyproject.toml
questions.txt
setup.py
swagger.json
.github/workflows/pr-tests.yml
.github/workflows/python-publish.yml
.vscode/settings.json
docs/Makefile
docs/api_reference.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/quickstart.rst
examples/billing_cycles.py
examples/credential_load.py
examples/credential_set.py
examples/multiple_rentals.py
examples/quickstart.py
examples/verification.py
examples/wake_rental.py
tests/__init__.py
tests/fixtures.py
tests/test_accounts.py
tests/test_billing_cycles.py
tests/test_paginated_list.py
tests/test_reservations.py
tests/test_sales.py
tests/test_services.py
tests/test_sms.py
tests/test_textverified.py
tests/test_verifications.py
tests/test_wake_requests.py
tests/mock_endpoints/api.pub.v2.auth.json
tests/mock_endpoints/api.pub.v2.fake-endpoint.json
tests/mock_endpoints/api.pub.v2.list.page1.json
tests/mock_endpoints/api.pub.v2.list.page2.json
tests/mock_endpoints_generated/api.pub.v2.account.me.json
tests/mock_endpoints_generated/api.pub.v2.area-codes.json
tests/mock_endpoints_generated/api.pub.v2.auth.json
tests/mock_endpoints_generated/api.pub.v2.backorders.{id}.json
tests/mock_endpoints_generated/api.pub.v2.billing-cycles.json
tests/mock_endpoints_generated/api.pub.v2.billing-cycles.{id}.invoices.json
tests/mock_endpoints_generated/api.pub.v2.billing-cycles.{id}.json
tests/mock_endpoints_generated/api.pub.v2.billing-cycles.{id}.next-invoice.json
tests/mock_endpoints_generated/api.pub.v2.billing-cycles.{id}.renew.json
tests/mock_endpoints_generated/api.pub.v2.legacy.reservation-id-lookup.json
tests/mock_endpoints_generated/api.pub.v2.pricing.rentals.json
tests/mock_endpoints_generated/api.pub.v2.pricing.verifications.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.nonrenewable.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.nonrenewable.{id}.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.nonrenewable.{id}.refund.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.renewable.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.renewable.{id}.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.renewable.{id}.refund.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rental.renewable.{id}.renew.json
tests/mock_endpoints_generated/api.pub.v2.reservations.rentals.extensions.json
tests/mock_endpoints_generated/api.pub.v2.reservations.{id}.health.json
tests/mock_endpoints_generated/api.pub.v2.reservations.{id}.json
tests/mock_endpoints_generated/api.pub.v2.sales.json
tests/mock_endpoints_generated/api.pub.v2.sales.{id}.json
tests/mock_endpoints_generated/api.pub.v2.services.json
tests/mock_endpoints_generated/api.pub.v2.sms.json
tests/mock_endpoints_generated/api.pub.v2.verifications.json
tests/mock_endpoints_generated/api.pub.v2.verifications.{id}.cancel.json
tests/mock_endpoints_generated/api.pub.v2.verifications.{id}.json
tests/mock_endpoints_generated/api.pub.v2.verifications.{id}.reactivate.json
tests/mock_endpoints_generated/api.pub.v2.verifications.{id}.report.json
tests/mock_endpoints_generated/api.pub.v2.verifications.{id}.reuse.json
tests/mock_endpoints_generated/api.pub.v2.wake-requests.estimate.json
tests/mock_endpoints_generated/api.pub.v2.wake-requests.json
tests/mock_endpoints_generated/api.pub.v2.wake-requests.{id}.json
tests/mock_endpoints_generated/api.pub.v2.webhook-events.json
textverified/__init__.py
textverified/account_api.py
textverified/action.py
textverified/billing_cycle_api.py
textverified/exceptions.py
textverified/paginated_list.py
textverified/reservations_api.py
textverified/sales_api.py
textverified/services_api.py
textverified/sms_api.py
textverified/textverified.py
textverified/verifications_api.py
textverified/wake_api.py
textverified.egg-info/PKG-INFO
textverified.egg-info/SOURCES.txt
textverified.egg-info/dependency_links.txt
textverified.egg-info/requires.txt
textverified.egg-info/top_level.txt
textverified/data/__init__.py
textverified/data/dtypes.py