https://github.com/golemfactory/golem-messages
shared module for formatting and parsing messages (Golem & Concent)
https://github.com/golemfactory/golem-messages
Last synced: 3 months ago
JSON representation
shared module for formatting and parsing messages (Golem & Concent)
- Host: GitHub
- URL: https://github.com/golemfactory/golem-messages
- Owner: golemfactory
- License: gpl-3.0
- Created: 2017-10-30T10:50:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T20:22:06.000Z (over 3 years ago)
- Last Synced: 2024-10-01T01:56:53.384Z (over 1 year ago)
- Language: Python
- Size: 772 KB
- Stars: 2
- Watchers: 25
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# golem-messages
[](https://circleci.com/gh/golemfactory/golem-messages)
[](https://codecov.io/gh/golemfactory/golem-messages)
Shared module for formatting and parsing messages for Golem and Concent.
Includes a library of all message types used by Golem client and by the Concent
Service.
* **Deprecation Warning:** using message class imports from the root `message`
module is now deprecated and will be removed soon - please use imports from
their respective modules - e.g. `base`, `tasks`, `concents`...