cznic/public/: fred-api-messenger-1.3.0 metadata and description

Simple index

Protocol buffers for FRED messenger service

author Vlastimil ZĂ­ma
author_email vlastimil.zima@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.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Communications
  • Topic :: Communications :: Email
  • Topic :: Internet
  • Topic :: Office/Business
license GPLv3+
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-messenger-1.3.0.tar.gz
Size
31 KB
Type
Source
fred_api_messenger-1.3.0-py3-none-any.whl
Size
48 KB
Type
Python Wheel
Python
3

Protocol buffers interface of messenger service for FRED registry.

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.3.0 (2022-05-24)

  • Update reference type (#3). Deprecate ReferenceType enum.

1.2.4 (2022-04-11)

  • Add a batch send for emails (#8).

1.2.3 (2022-04-05)

  • Add multi_send method for emails (#7).
  • Update project setup.
  • Fix CHANGELOG.

1.2.2 (2022-03-30)

  • Replace setup_requires with pyproject.toml.

1.2.1 (2022-03-01)

  • Fix cmake build for C++.

1.2.0 (2022-02-14)

  • Rename country_code to country (#2).
  • Expand letters API with templates (#1).
  • Fix and improve template comments.
  • Update project setup.
  • Add cmake build for C++.

1.1.1 (2022-03-30)

  • Replace setup_requires with pyproject.toml.

1.1.0 (2020-12-10)

  • Change ListLetterRequest.recipients from Address to string.

1.0.1 (2020-11-02)

  • Add references to list requests.
  • Add canceled status.
  • Rename ChangeLog.rst to CHANGELOG.rst.

1.0.0 (2020-10-12)

  • Add the letter service.
  • Improve comments of API.
  • Add references and message types to API.

0.4.1 (2020-08-14)

  • Fix broken import in SMS API.

0.4.0 (2020-08-11)

  • Split common types to a separate file.
  • Add the SMS service.

0.3.0 (2020-07-10)

  • Add templates’ UUID to Email message.

0.2.0 (2020-06-17)

  • Add method to list emails.

0.1.0 (2020-06-16)

Initial version.

  • Email sending and retrieving.