cznic/public/: fred-api-messenger-1.2.0 metadata and description
Protocol buffers for FRED messenger service
author | Vlastimil ZĂma |
author_email | vlastimil.zima@nic.cz |
classifiers |
|
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.2.0.tar.gz
|
|
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.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.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.