cznic/public/: fred-api-verification-0.7.1 metadata and description
Protocol buffers for FRED Verification
author | Jan Musílek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
requires_dist |
|
requires_python | ~=3.7 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred-api-verification-0.7.1.tar.gz
|
|
|
fred_api_verification-0.7.1-py3-none-any.whl
|
|
FRED Servers Verification API
Python package
Despite not having any Python modules, this repository contains setup.py, that takes care of generating Python modules from protocol buffers files during the build. Therefore, this repository can be used as any other Python package.
ChangeLog
Unreleased
0.7.1 (2023-05-15)
Add verification reason (#32).
0.7.0 (2023-04-04)
Add verification info to delay_status reply (#30).
0.6.0 (2023-02-28)
Document cancel policy (#1).
Add InvalidData to ResendMessageReply (#29).
Drop recipient from ResendMessageRequest (#28).
0.5.0 (2023-02-27)
Remove InvalidData exception from approve futile (#26).
Update list filters (#27).
0.4.0 (2023-02-09)
Add new statuses constrained and futile (#19).
Add manual check request and flag (#20).
Add delay status method (#21).
Add method to resend message (#22).
Add approve futile method (#23).
Add method to resolve manual check (#24).
Add incorrect status exception (#25).
0.3.0 (2023-01-11)
Rename “available” to “applicable” (#15).
Rename verification results (#16).
Add email to contact data (#14).
Add access_token to get method (#17).
Add last_access_datetime to verification info (#17).
Add InvalidData exception (#18).
Update project setup.
0.2.0 (2022-09-27)
Change next_event to next_events in VerificationInfo (#10).
Remove method field from VerificationInfo (#11).
Add method field to Event (#11).
Rename set_method to use_method (#11).
[BREAKING] Verify data on backend (#12). * Replace mark_verified with verify_contact_data. * Add list_contact_data_verifications.
0.1.3 (2022-07-29)
Move response pagination to the last chunk (#6).
Add contact history id to mark_verified (#7).
Add gitlab CI (#4).
Use setuptools-grpc (#5).
0.1.2 (2022-06-20)
Fix repeated field name typo: ListReply.Data.verification → ListReply.Data.verifications
0.1.1 (2022-06-15)
Drop access token
0.1.0 (2022-06-14)
Initial version