Metadata-Version: 2.4
Name: pyulog
Version: 1.2.2
Summary: Python log parser for ULog
Maintainer-email: James Goppert <james.goppert@gmail.com>, Beat Kueng <beat-kueng@gmx.net>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/PX4/pyulog
Project-URL: Repository, https://github.com/PX4/pyulog
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Other
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: numpy<1.25; python_version < "3.9"
Requires-Dist: numpy>=1.25; python_version >= "3.9"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: ddt; extra == "test"
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: platform


This module allows you to parse ULog files, which are used within the PX4
autopilot middleware.

The file format is documented on https://docs.px4.io/main/en/dev_log/ulog_file_format.html

