{"id":15911319,"url":"https://github.com/sdpython/td3a_cpp","last_synced_at":"2026-01-31T13:05:22.379Z","repository":{"id":36473399,"uuid":"226640683","full_name":"sdpython/td3a_cpp","owner":"sdpython","description":"Example of a python module using Cython and openmp","archived":false,"fork":false,"pushed_at":"2023-04-30T09:15:16.000Z","size":159,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T17:13:28.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Cython","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdpython.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-12-08T09:05:21.000Z","updated_at":"2025-01-06T07:18:12.000Z","dependencies_parsed_at":"2024-10-06T15:41:24.019Z","dependency_job_id":"d68ad273-9f0c-4318-bbde-ddee953cfd0e","html_url":"https://github.com/sdpython/td3a_cpp","commit_stats":{"total_commits":83,"total_committers":2,"mean_commits":41.5,"dds":0.02409638554216864,"last_synced_commit":"7c92e0e4839e595dbe672d7546fa2539f189089b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdpython/td3a_cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdpython","download_url":"https://codeload.github.com/sdpython/td3a_cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260463865,"owners_count":23013388,"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":"2024-10-06T15:41:15.208Z","updated_at":"2026-01-31T13:05:17.311Z","avatar_url":"https://github.com/sdpython.png","language":"Cython","readme":"\n.. image:: https://circleci.com/gh/sdpython/td3a_cpp/tree/master.svg?style=svg\n    :target: https://circleci.com/gh/sdpython/td3a_cpp/tree/master\n\n.. image:: https://travis-ci.com/sdpython/td3a_cpp.svg?branch=master\n    :target: https://app.travis-ci.com/github/sdpython/td3a_cpp\n    :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/wvo6ovlaxi8ypua4?svg=true\n    :target: https://ci.appveyor.com/project/sdpython/td3a-cpp\n    :alt: Build Status Windows\n\n.. image:: https://dev.azure.com/xavierdupre3/td3a_cpp/_apis/build/status/sdpython.td3a_cpp\n    :target: https://dev.azure.com/xavierdupre3/td3a_cpp/\n\n.. image:: https://badge.fury.io/py/td3a_cpp.svg\n    :target: http://badge.fury.io/py/td3a_cpp\n\n.. image:: http://img.shields.io/github/issues/sdpython/td3a_cpp.png\n    :alt: GitHub Issues\n    :target: https://github.com/sdpython/td3a_cpp/issues\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :alt: MIT License\n    :target: http://opensource.org/licenses/MIT\n\n.. image:: https://img.shields.io/github/repo-size/sdpython/td3a_cpp\n    :target: https://github.com/sdpython/td3a_cpp/\n    :alt: size\n\ntd3a_cpp: template to use cython and C++ with python\n====================================================\n\n.. image:: https://raw.githubusercontent.com/sdpython/td3a_cpp/master/doc/_static/logo.png\n    :width: 50\n\n`documentation \u003chttp://www.xavierdupre.fr/app/td3a_cpp/helpsphinx/index.html\u003e`_\n\nSimple template to implement an algorithm with *cython* and *openmp*.\nIt implements simple examples to demonstrate the speed up\nobtained by using *cython*. The module must be compiled\nto be used inplace:\n\n::\n\n    python setup.py build_ext --inplace\n\nGenerate the setup in subfolder ``dist``:\n\n::\n\n    python setup.py sdist\n\nGenerate the documentation in folder ``dist/html``:\n\n::\n\n    python -m sphinx -T -b html doc dist/html\n\nRun the unit tests:\n\n::\n\n    python -m unittest discover tests\n\nOr:\n\n::\n\n    python -m pytest\n\nTo check style:\n\n::\n\n    python -m flake8 td3a_cpp tests examples\n\nThe function *check* or the command line ``python -m td3a_cpp check``\nchecks the module is properly installed and returns processing\ntime for a couple of functions or simply:\n\n::\n\n    import td3a_cpp\n    td3a_cpp.check()\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Ftd3a_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdpython%2Ftd3a_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Ftd3a_cpp/lists"}