cznic/public/: fred-verifier-1.0.0 metadata and description
A client library for FRED verification service
author | Jan MusĂlek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | types |
requires_dist |
|
requires_python | ~=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred_verifier-1.0.0-py3-none-any.whl
|
|
|
fred_verifier-1.0.0.tar.gz
|
|
A client library for FRED verification service
ChangeLog
Unreleased
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