Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timkpaine/ta-lib
TA-lib built with CMake
https://github.com/timkpaine/ta-lib
cmake pip python python3 ta-lib technical-analysis
Last synced: about 2 months ago
JSON representation
TA-lib built with CMake
- Host: GitHub
- URL: https://github.com/timkpaine/ta-lib
- Owner: timkpaine
- License: other
- Created: 2020-11-01T20:42:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T12:37:13.000Z (about 1 year ago)
- Last Synced: 2024-10-17T22:10:40.030Z (2 months ago)
- Topics: cmake, pip, python, python3, ta-lib, technical-analysis
- Language: CMake
- Homepage:
- Size: 32.2 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ta-lib
[![Build Status](https://github.com/timkpaine/ta-lib/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/ta-lib/actions?query=workflow%3A%22Build+Status%22)
[![License](https://img.shields.io/badge/License-BSD--3-green)](https://github.com/timkpaine/ta-lib/)This repo checks TA-lib out from SVN and builds it with cmake, for better cross-platform compatibility.
By default, it will generate two assets:
- ta_lib shared library
- ta_regtest: regression tests## Python
This library is also pip-installable, in case you want to use TA-lib but do not use conda.
[![PyPI](https://img.shields.io/pypi/v/libta_lib.svg)](https://pypi.python.org/pypi/libta_lib/)