Metadata-Version: 2.2
Name: logpyle
Version: 2025.0
Summary: Time series logging for Python
Author-email: Andreas Kloeckner <inform@tiker.net>
License: logpyle is licensed to you under the MIT/Expat/X-Consortium license.
        
        Copyright (c) 2009-16 Andreas Klöckner and Contributors.
        Copyright (c) 2020 University of Illinois Board of Trustees
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/illinois-ceesd/logpyle/
Project-URL: Bug Tracker, 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: License :: OSI Approved :: MIT License
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>=2011.1
Requires-Dist: pymbolic

# 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/)
