Source: python-someipy
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Keinath <carl.keinath@gmail.com>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
 python3-pytest,
 python3-pytest-asyncio,
Build-Depends-Indep:
 dh-sequence-sphinxdoc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.4
Homepage: https://github.com/chrizog/someipy
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-someipy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-someipy.git
Description: Python Library implementing the SOME/IP Protocol
 someipy is a Python library implementing the automotive SOME/IP protocol,
 including SOME/IP Service Discovery (SD). It is aimed at fast prototyping of
 applications that provide (server) or consume (client) SOME/IP services from
 other ECUs, in cases where a full AUTOSAR Classic or Adaptive integration
 would be excessive.
 .
 In addition to the wire protocol and service discovery, someipy supports
 serialization and deserialization of SOME/IP payloads, allowing message and
 parameter layouts to be defined directly in Python.
 .
 The implementation follows the AUTOSAR R22-11 SOME/IP and SOME/IP Service
 Discovery protocol specifications.

Package: python3-someipy
Architecture: all
Depends:
 ${python3:Depends},
Suggests:
 python-someipy-doc,
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}
 .
 This package installs the library for Python 3.

Package: python-someipy-doc
Section: doc
Architecture: all
Depends:
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Build-Profiles: <!nodoc>
Description: ${source:Synopsis} (Documentation)
 ${source:Extended-Description}
 .
 This is the common documentation package.
