{"id":24995952,"url":"https://github.com/fclairamb/gha-talib-sample","last_synced_at":"2025-03-29T15:16:12.271Z","repository":{"id":38097864,"uuid":"446219879","full_name":"fclairamb/gha-talib-sample","owner":"fclairamb","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-16T18:18:08.000Z","size":85,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T22:53:24.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fclairamb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-09T22:42:54.000Z","updated_at":"2025-03-02T13:49:18.000Z","dependencies_parsed_at":"2024-02-17T00:22:22.447Z","dependency_job_id":"8a14bf1c-6400-4e0e-818d-613a1ae85127","html_url":"https://github.com/fclairamb/gha-talib-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fclairamb%2Fgha-talib-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fclairamb%2Fgha-talib-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fclairamb%2Fgha-talib-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fclairamb%2Fgha-talib-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fclairamb","download_url":"https://codeload.github.com/fclairamb/gha-talib-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246200324,"owners_count":20739567,"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":[],"created_at":"2025-02-04T15:53:06.095Z","updated_at":"2025-03-29T15:16:12.236Z","avatar_url":"https://github.com/fclairamb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TA-Lib in Github Actions\n\nThis is a quick \u0026 dirty sample repo to help you setup [TA-Lib](https://ta-lib.org/), for example if you want to use the python's [ta-lib wrapper](https://mrjbq7.github.io/ta-lib/).\n\n## How\nAdd the following lines to your github actions file:\n```yaml\n      - name: Cache talib\n        id: cache-talib\n        uses: actions/cache@v2\n        with:\n          path: ta-lib\n          key: ${{ runner.os }}-talib\n      - name: Build talib\n        if: steps.cache-talib.outputs.cache-hit != 'true'\n        run: |\n          curl http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz -L -o ta-lib-0.4.0-src.tar.gz\n          tar -xzf ta-lib-0.4.0-src.tar.gz\n          cd ta-lib\n          ./configure --prefix=/usr\n          make\n      - name: Install talib\n        run: |\n          cd ta-lib\n          sudo make install\n```\n\nYou can find a complete file [here](https://github.com/fclairamb/gha-talib-sample/blob/main/.github/workflows/tests.yaml).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffclairamb%2Fgha-talib-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffclairamb%2Fgha-talib-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffclairamb%2Fgha-talib-sample/lists"}