Metadata-Version: 2.1
Name: logpyle
Version: 2021.0
Summary: Time series logging for Python
Home-page: https://github.com/illinois-ceesd/logpyle
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: # 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/)
        
Platform: UNKNOWN
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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.6
Description-Content-Type: text/markdown
