cznic/public/: fred-verifier-1.1.0 metadata and description

Simple index

A client library for FRED verification service

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPL-3.0-or-later
provides_extras types
requires_dist
  • fred-api-verification~=0.8.5
  • fred-frgal~=4.0
  • fred-regal~=3.0
  • fred-types~=2.0
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
  • aioitertools~=0.10.0; extra == "test"
  • types-protobuf; extra == "types"
requires_python ~=3.9

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fred_verifier-1.1.0-py3-none-any.whl
Size
25 KB
Type
Python Wheel
Python
3
fred_verifier-1.1.0.tar.gz
Size
25 KB
Type
Source

A client library for FRED verification service

ChangeLog

Unreleased

1.1.0 (2025-06-04)

  • Remove pytz (#46)
  • Upgrade fred-regal and fred-frgal (#47)
  • Drop Python 3.8
  • Add Python 3.13

1.0.0 (2024-09-24)

  • [BREAKING] Upgrade to pydantic 2 (#45)

0.9.0 (2024-09-19)

  • Upgrade to fred-frgal ~= 3.15 (#43)
  • Add Pydantic v1/v2 compatibility (#44)

0.8.0 (2023-07-19)

  • Allow filtering of verification list by affected domain (#41)
  • Add resume method (#42)

0.7.1 (2023-06-30)

  • Add verification reason URL (#38)
  • Add verification status paused and manual (#39)
  • Add approve_manual method (#40)

0.7.0 (2023-06-19)

  • [BREAKING] Add required check kwarg to verify token (#37)
  • [BREAKING] Drop get_contact_representative method (#34)
  • Add VerificationAlreadyExists exception (#33)
  • Add contact representative name, telephone and email (#35)
  • Return verification from approve futile method (#36)

0.6.1 (2023-05-16)

  • Add verification reason (#31)
  • Return verification info from delay status (#32)

0.6.0 (2023-04-19)

  • [BREAKING] Remove VerificationStatus.UNKNOWN
  • [BREAKING] Remove default value for Verification.status field

0.5.2 (2023-03-13)

  • Add compatibility with fred-api-verification ~= 0.6.0

0.5.1 (2023-03-09)

  • Fix mypy
  • Add missing exception exports

0.5.0 (2023-03-01)

  • Update list filters (#27)
  • Drop recipient from resend message (#28)
  • Use fred-types (#26)

0.4.2 (2023-02-20)

  • Fix list_verification_results when server returns empty response (#13)

0.4.1 (2023-02-17)

  • Expose common classes Pagination, PaginatedList and VerificationResult (#25)

0.4.0 (2023-02-15)

  • Add approve futile method (#20)
  • Add resolve manual check method (#21)
  • Add delay_status method (#18)
  • Add verification states futile and constrained (#16)
  • Add manual check request (#17)
  • Add resend message method (#19)
  • Make event datetime optional (#23)
  • Add incorrect status exception (#22)
  • Bump regal to ~= 1.0 (#24)

0.3.0 (2023-02-09)

  • [BREAKING] Upgrade fred-verification-api to 0.3 (#15)

0.2.0 (2022-10-06)

  • Add verify_contact_data method
  • Add list_contact_data_verifications method
  • Remove mark_verified method
  • Replace set_method with use_method
  • Change next_event to next_events repeated field
  • Move method field from VerificationInfo to Event message

0.1.0 (2022-06-22)

  • Initial version of VerificationClient