Metadata-Version: 2.4
Name: dtnclient
Version: 0.2
Summary: Python client for dtn7-go
Project-URL: Homepage, https://github.com/dtn7/dtn-go-client
Project-URL: Bug Reports, https://github.com/dtn7/dtn-go-client/issues
Project-URL: Source, https://github.com/dtn7/dtn-go-client/dtnclient
Author-email: Markus Sommer <msommer@informatik.uni-marburg.de>, Leon Wimbes <wimbes@students.uni-marburg.de>
Maintainer-email: Markus Sommer <msommer@informatik.uni-marburg.de>
License-Expression: MIT
License-File: LICENSE
Keywords: dtn bundle_protocol
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: ormsgpack
Description-Content-Type: text/markdown

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Easy, straightforward interaction with [dtnd](https://github.com/dtn7/dtn7-go)

Interact with the [UNIX Application agent](https://github.com/dtn7/dtn7-go/tree/main/pkg/application_agent/unix_agent) of `dtn7`.

This package can be used as either a library or directly as a cli client.

Then main entrypoint for library usage are the functions in [client.py](dtnclient/client.py).

For cli usage, see `dtnclient --help`.
