cznic/public/: fred-verifier-0.6.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-0.6.0.tar.gz
|
|
|
fred_verifier-0.6.0-py3-none-any.whl
|
|
A client library for FRED verification service
ChangeLog
Unreleased
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