Metadata-Version: 2.4
Name: logpyle
Version: 2025.1
Summary: Time series logging for Python
Author-email: Andreas Kloeckner <inform@tiker.net>, Matthias Diener <matthias.diener@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/illinois-ceesd/logpyle/
Project-URL: Documentation, https://logpyle.rtfd.io/en/latest
Project-URL: Issues, https://github.com/illinois-ceesd/logpyle/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytools>=2025.1.2
Requires-Dist: pymbolic
Dynamic: license-file

# logpyle: Time Series Logging (not just) for Simulation

[![CI](https://github.com/illinois-ceesd/logpyle/workflows/CI/badge.svg)](https://github.com/illinois-ceesd/logpyle/actions?query=workflow%3ACI+branch%3Amain)
[![Documentation Status](https://readthedocs.org/projects/logpyle/badge/?version=latest)](https://logpyle.readthedocs.io/en/latest/?badge=latest)

`logpyle` is a Python package for time series logging (formerly part of the `pytools.log` and `datapyle` packages)
that uses SQLite under the hood and makes it easy to compare multiple runs.

* [Documentation](https://logpyle.readthedocs.io/en/latest/)
