cznic/public/: fred-verifier-0.7.1 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.8.3)
  • fred-regal (~=1.0)
  • fred-types (~=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.7.1.tar.gz
Size
24 KB
Type
Source
fred_verifier-0.7.1-py3-none-any.whl
Size
25 KB
Type
Python Wheel
Python
3

A client library for FRED verification service

ChangeLog

Unreleased

0.7.1 (2023-06-30)

  • Add verification reason URL (#38)

  • Add verification status paused and manual (#39)

  • Add approve_manual method (#40)

0.7.0 (2023-06-19)

  • [BREAKING] Add required check kwarg to verify token (#37)

  • [BREAKING] Drop get_contact_representative method (#34)

  • Add VerificationAlreadyExists exception (#33)

  • Add contact representative name, telephone and email (#35)

  • Return verification from approve futile method (#36)

0.6.1 (2023-05-16)

  • Add verification reason (#31)

  • Return verification info from delay status (#32)

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