{"id":13528567,"url":"https://github.com/shapelets/khiva-python","last_synced_at":"2025-05-06T14:31:46.130Z","repository":{"id":48417491,"uuid":"136338816","full_name":"shapelets/khiva-python","owner":"shapelets","description":"Python binding for Khiva library.","archived":false,"fork":false,"pushed_at":"2024-05-20T22:03:01.000Z","size":4141,"stargazers_count":46,"open_issues_count":4,"forks_count":9,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-09T13:46:48.656Z","etag":null,"topics":["data-series","gpu","khiva","multicore","opencl","python"],"latest_commit_sha":null,"homepage":"https://khiva-python.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shapelets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-06T14:15:46.000Z","updated_at":"2024-01-13T10:57:04.000Z","dependencies_parsed_at":"2024-11-02T14:32:01.260Z","dependency_job_id":null,"html_url":"https://github.com/shapelets/khiva-python","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapelets%2Fkhiva-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapelets%2Fkhiva-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapelets%2Fkhiva-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapelets%2Fkhiva-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shapelets","download_url":"https://codeload.github.com/shapelets/khiva-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252703400,"owners_count":21790880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-series","gpu","khiva","multicore","opencl","python"],"created_at":"2024-08-01T07:00:21.292Z","updated_at":"2025-05-06T14:31:45.857Z","avatar_url":"https://github.com/shapelets.png","language":"Python","readme":"# Khiva-Python\n\n[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/shapelets/khiva-python/blob/master/LICENSE.txt)\n[![Gitter chat](https://badges.gitter.im/shapelets-io/Lobby.svg)](https://gitter.im/shapelets-io/khiva-python?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link)\n\n| Build Documentation                                                                                                                                           | Build Linux and Mac OS                                                                                                                   |  Build Windows                                                                                                                                                                | Code Coverage                                                                                                                                                |\n|:-------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n| [![Documentation Status](https://readthedocs.org/projects/khiva-python/badge/?version=latest)](https://khiva-python.readthedocs.io/en/master/?badge=master)   | [![Build Status](https://travis-ci.org/shapelets/khiva-python.svg?branch=master)](https://travis-ci.org/shapelets/khiva-python/branches) | [![Build status](https://ci.appveyor.com/api/projects/status/7f4n5n0iydicfd9p/branch/master?svg=true)](https://ci.appveyor.com/project/shapelets/khiva-python/branch/master)  |[![Coverage Status](https://codecov.io/gh/shapelets/khiva-python/branch/master/graph/badge.svg)](https://codecov.io/gh/shapelets/khiva-python/branch/master)  |\n\n# README #\nThis is the Khiva Python binding, it allows the usage of Khiva library from Python.\n\n## License\nThis project is licensed under [MPL-v2](https://www.mozilla.org/en-US/MPL/2.0/). \n\n## Quick Summary\nThis Python binding called 'khiva' provides all the functionalities of the KHIVA library for time series analytics.\n\n## Set up\nIn order to use this binding, you need to install Khiva library.\n\n### Prerequisites\n- [Python 64-bits](https://www.python.org/downloads/)\n\n\u003e Note: By now, only 64-bit Python versions are supported.\n\n\u003e Note **Windows' users**: Search your 64-bits version [here](https://www.python.org/downloads/windows/)\n\n### Install latest version\nInstall latest stable version of Khiva library. Follow the steps in the \"Installation\" section of the [Khiva repository](https://github.com/shapelets/khiva)\n\nTo install the Khiva Python binding, we just need to execute the following command:\n```bash\npython setup.py install\n```\n\n### Install any release\nInstall the prerequisites listed in the \"Installation\" section of the [Khiva library repository](https://github.com/shapelets/khiva). Download and install your selected Khiva release from [Khiva repository](https://github.com/shapelets/khiva/releases).\n\nInstall the Khiva python binding compatible with the Khiva library installed previously. Follow the steps to install the Khiva python binding explained in [pypi](https://pypi.org/project/khiva/).\n\n\n## Executing the tests:\nAll tests can be executed separately, please find them in \u003cproject-root-dir\u003e/tests/unit_tests.\n \n## Documentation\nThis Khiva Python binding follows the standard way of writing documentation of Python by using Sphinx.\n\nIn order to generate the documentation (in html format), run the following command under the \u003cproject-root-dir\u003e/docs folder:\n```bash\nmake html\n```\n\n## Contributing\nThe rules to contribute to this project are described [here](CONTRIBUTING.md)\n\n[![Powered by Shapelets](https://img.shields.io/badge/powered%20by-Shapelets-orange.svg?style=flat\u0026colorA=E1523D\u0026colorB=007D8A)](https://shapelets.io)\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapelets%2Fkhiva-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshapelets%2Fkhiva-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapelets%2Fkhiva-python/lists"}