Metadata-Version: 2.1
Name: tsclust
Version: 0.1.0
Summary: Streaming Time-series Clustering
Home-page: https://github.com/imartinezl/tsclust
Author: Iñigo Martinez
Author-email: inigomlap@gmail.com
License: MIT license
Project-URL: Bug Reports, https://github.com/imartinezl/tsclust/issues
Project-URL: Documentation, https://tslearn.readthedocs.io
Project-URL: Source Code, https://github.com/imartinezl/tsclust
Keywords: time series,clustering,streaming,average
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5, <4
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: matplotlib
Requires-Dist: tabulate

=======
tsclust
=======


.. image:: https://img.shields.io/pypi/v/tsclust.svg
        :target: https://pypi.python.org/pypi/tsclust

.. image:: https://readthedocs.org/projects/tsclust/badge/?version=latest
        :target: https://tsclust.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/github/license/imartinezl/tsclust
        :target: https://github.com/imartinezl/tsclust/blob/master/LICENSE
        :alt: License

.. image:: https://github.com/imartinezl/tsclust/workflows/CI/badge.svg
    :target: https://github.com/imartinezl/tsclust/actions
    :alt: Actions

.. image:: https://img.shields.io/pypi/dd/tsclust
    :target: https://pypi.python.org/pypi/tsclust


Python Boilerplate contains all the boilerplate you need to create a Python package.


* Free software: MIT license
* Documentation: https://tsclust.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


