cznic/public/: fred-api-verification-1.0.0 metadata and description

Simple index

Protocol buffers for FRED Verification

author Jan Musílek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Utilities
license GPLv3+
requires_dist
  • grpcio
  • protobuf
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-api-verification-1.0.0.tar.gz
Size
20 KB
Type
Source
fred_api_verification-1.0.0-py3-none-any.whl
Size
32 KB
Type
Python Wheel
Python
3

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

1.0.0 (2024-03-14)

  • Add order_by to list (#46).

  • Update project setup.

0.8.5 (2023-07-18)

  • Rename continue to resume (#45).

0.8.4 (2023-07-18)

  • Add domain_id to ListRequest (#41).

  • Add continue method (#43).

  • Update comments (#42, #44).

0.8.3 (2023-06-26)

  • Add statuses paused and manual (#39).

  • Add approve_manual service method (#40).

0.8.2 (2023-06-21)

  • Add reason URL (#38).

0.8.1 (2023-06-15)

  • Add verify token check argument (#37).

0.8.0 (2023-06-06)

  • Add VerificationInfo to ApproveFutileReply (#33).

  • Drop get_contact_representative method (#34).

  • Update SetContactRepresentativeRequest (#35).

  • Add VerificationAlreadyExists exception (#36).

  • Drop unused import.

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