cznic/public/: frgal-3.5.1 metadata and description

Simple index Newer version available

FRED gRPC auxiliary library

author Vlastimil Zíma
author_email vlastimil.zima@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.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
provides_extras test
requires_python >=3.5

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
frgal-3.5.1.tar.gz
Size
30 KB
Type
Source

FRED gRPC auxiliary library

This library contains the basic code for gRPC clients for FRED services.

ChangeLog

Unreleased

3.5.1 (2021-05-05)

  • Fix decoding of Struct - don’t decode empty strings as None.

3.5.0 (2021-04-08)

  • Add utilities for service methods.

  • Allow decoding to any exception.

  • Cleanup tests and CI configuration.

3.4.0 (2020-11-24)

  • Add shallow fields.

  • Update pydocstyle settings

  • Rename ChangeLog.rst to CHANGELOG.rst

3.3.1 (2020-09-15)

  • Fix decoding of nested lists from Struct.

3.3.0 (2020-08-04)

  • Rename private method for decoding messages.

  • Add decoder for Struct.

  • Update timestamp decoding. Timestamp 0 is now decoded to None.

  • Update CI & tests. Use python images for CI.

3.2.0 (2020-06-15)

  • Fix returned default values.

  • Fix decoding of oneof fields.

  • Refactor core to support various requests.

  • Split asynchronous calls to call_future.

  • Add support for streaming responses.

  • Add a test client mixin.

  • Support python 3.8 and new gRPC versions.

  • Add license

3.1.1 (2020-06-05)

  • Log requests on single line.

  • Test multiple grpcio vesions.

3.1.0 (2020-01-23)

  • Add retry if call fails.

3.0.0 (2020-01-15)

  • Fix exception management after switch to non-blocking calls.

  • Fix compatibility with grpcio > 1.24.

  • Fix docstrings.

2.2.0 (2019-12-09)

  • Add support to non-blocking calls.

2.1.0 (2019-11-20)

  • Improve logging

  • Fix type annotations

  • Update tox & CI

2.0.0 (2019-10-01)

  • Fix client destructor

  • Log reconnections

  • Install and CI updates

1.0.0 (2019-06-03)

  • Initial version