cznic/public/: fred-verifier-0.4.2 metadata and description

Simple index Newer version available

A client library for FRED verification service

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • 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
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • fred-api-verification (~=0.4.0)
  • fred-regal (~=1.0)
  • frgal (~=3.12)
  • pydantic (~=1.9)
  • bandit ; extra == 'quality'
  • black ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • flake8-bugbear ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • aioitertools (~=0.10.0) ; extra == 'test'
  • types-protobuf ; extra == 'types'
  • types-pytz ; extra == 'types'
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.4.2.tar.gz
Size
23 KB
Type
Source
fred_verifier-0.4.2-py3-none-any.whl
Size
24 KB
Type
Python Wheel
Python
3

A client library for FRED verification service

ChangeLog

Unreleased

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