Metadata-Version: 2.1
Name: aika-utilities
Version: 1.0.0
Summary: Utilities for the aika family of projects
Home-page: https://github.com/phil20686/aika/
Author: Philip Stephens, Dominic Kennedy
Author-email: philip.stephens@sjc.oxon.org
License: GNU LGPLv3
Project-URL: Source, https://github.com/phil20686/aika/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: doc/LICENSE.rst
Requires-Dist: frozendict
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

This is part of the aika project for time series analyses. These utilities 
contain useful utilties for the project such as session consistent hash functions. It can
be installed as
``pip install aika-utilties`` but it is not really intended for standalone use.
