cznic/public/: fred-api-verification-0.3.0 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.3.0.tar.gz
|
|
|
fred_api_verification-0.3.0-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.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