Metadata-Version: 2.1
Name: timecast
Version: 0.2.6
Summary: Performant, composable online learning
Home-page: https://github.com/MinRegret/timecast
Author: Google AI Princeton
Author-email: dsuo@google.com
License: UNKNOWN
Description: # timecast
        
        Performant, composable online learning
        
        [![pypi](https://badgen.net/pypi/v/timecast)](https://pypi.org/project/timecast/)
        [![pyversions](https://raw.githubusercontent.com/MinRegret/timecast/master/.github/badges/python_versions.svg?sanitize=true)](https://pypi.org/project/timecast)
        [![security: bandit](https://raw.githubusercontent.com/MinRegret/timecast/master/.github/badges/bandit.svg?sanitize=true)](https://github.com/PyCQA/bandit)
        [![Code style: black](https://raw.githubusercontent.com/MinRegret/timecast/master/.github/badges/black.svg?sanitize=true)](https://github.com/psf/black)
        [![License: MIT](https://raw.githubusercontent.com/MinRegret/timecast/master/.github/badges/mit.svg?sanitize=true)](https://github.com/MinRegret/timecast/blob/master/LICENSE)
        
        [![build](https://github.com/MinRegret/timecast/workflows/build/badge.svg)](https://github.com/MinRegret/timecast/actions)
        [![coverage](https://badgen.net/codecov/c/github/MinRegret/timecast)](https://codecov.io/github/MinRegret/timecast)
        [![Documentation Status](https://readthedocs.org/projects/timecast/badge/?version=latest)](https://timecast.readthedocs.io/en/latest/?badge=latest)
        [![doc coverage](https://raw.githubusercontent.com/MinRegret/timecast/master/.github/badges/docstring_coverage.svg?sanitize=true)](https://readthedocs.org/projects/timecast/)
        [![tests](https://img.shields.io/azure-devops/tests/MinRegret/timecast/2?compact_message)](https://dev.azure.com/MinRegret/timecast/_build?definitionId=2&_a=summary)
        
        ## Getting started
        
        ```bash
        pip install timecast
        ```
        
        Please see documentation [here](https://timecast.readthedocs.io/en/latest).
        
        ## For developers
        
        Please see
        [CONTRIBUTING.md](https://github.com/MinRegret/timecast/blob/master/CONTRIBUTING.md)
        for instructions.
        
Keywords: timeseries,time,series,analysis,online,learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
