Metadata-Version: 2.1
Name: demessaging
Version: 0.1.2
Summary: python module wrapper for the data analytics software framework DASF
Home-page: https://git.geomar.de/digital-earth/dasf/dasf-messaging-python
Author: Daniel Eggert <daniel.eggert@gfz-potsdam.de>, Philipp Sommer <philipp.sommer@hzg.de>
Author-email: daniel.eggert@gfz-potsdam.de
License: Apache-2.0
Project-URL: Source, https://git.geomar.de/digital-earth/dasf/dasf-messaging-python
Project-URL: Tracker, https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/issues
Keywords: digital-earth,dasf,pulsar,gfz,hzg,hgf,helmholtz
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: websocket-client
Requires-Dist: docstring-parser
Requires-Dist: pydantic
Requires-Dist: typing-extensions
Requires-Dist: jinja2
Provides-Extra: backend
Requires-Dist: isort (>=5.7.0) ; extra == 'backend'
Requires-Dist: black ; extra == 'backend'
Requires-Dist: autoflake ; extra == 'backend'

## dasf-messaging-python

Python module wrapper for the data analytics software framework DASF.
Developed and tested with Python 3.8

### Scope

This library is part of the Data Analytics Software Framework DASF (https://git.geomar.de/digital-earth/dasf), 
which was developed by the GFZ Potsdam (https://www.gfz-potsdam.de) 
in the Digital Earth project (https://www.digitalearth-hgf.de/).

---

### Howto use it

see: https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/blob/master/ExampleMessageConsumer.py

- generate the counterpart via `python ExampleMessageConsumer.py generate > ExampleMessageProducerGen.py`
- call the consumer module via the generated producer,
see https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/blob/master/ExampleMessageProducer.py



