{"id":16233787,"url":"https://github.com/genietim/simple_setup_test_py_cpp","last_synced_at":"2025-10-05T05:05:33.455Z","repository":{"id":65879015,"uuid":"601633685","full_name":"GenieTim/simple_setup_test_py_cpp","owner":"GenieTim","description":"A public test of a setup for a C++/Python hybrid Python package with tests, codecov, CMake and libraries","archived":false,"fork":false,"pushed_at":"2025-03-25T13:52:49.000Z","size":486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T07:42:04.952Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenieTim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"GenieTim","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-02-14T13:44:39.000Z","updated_at":"2025-03-25T13:52:52.000Z","dependencies_parsed_at":"2024-09-05T23:27:05.559Z","dependency_job_id":"130ae2c6-f72d-4c06-9343-aaa50dfe7bec","html_url":"https://github.com/GenieTim/simple_setup_test_py_cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GenieTim/simple_setup_test_py_cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fsimple_setup_test_py_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fsimple_setup_test_py_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fsimple_setup_test_py_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fsimple_setup_test_py_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieTim","download_url":"https://codeload.github.com/GenieTim/simple_setup_test_py_cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fsimple_setup_test_py_cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278411261,"owners_count":25982368,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T13:13:52.969Z","updated_at":"2025-10-05T05:05:33.436Z","avatar_url":"https://github.com/GenieTim.png","language":"Python","funding_links":["https://github.com/sponsors/GenieTim"],"categories":[],"sub_categories":[],"readme":"# simple_setup_test_py_cpp\n\n\u003c!--[![Test Coverage of Python Code](https://github.com/GenieTim/simple_setup_test_py_cpp/blob/main/.github/coverage.svg?raw=true)](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/run-tests.yml)\n[![Test Coverage of C++ Code](https://github.com/GenieTim/simple_setup_test_py_cpp/blob/main/.github/cpp-coverage.svg?raw=true)](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/run-tests.yml)--\u003e\n\n[![Total Code Test Coverage](https://codecov.io/gh/GenieTim/simple_setup_test_py_cpp/branch/main/graph/badge.svg?token=5ZE1VSDXJQ)](https://codecov.io/gh/GenieTim/simple_setup_test_py_cpp)\n[![Run Tests](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/run-tests.yml/badge.svg)](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/run-tests.yml)\n[![Publish Documentation](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/publish-documentation-html.yml/badge.svg)](https://github.com/GenieTim/simple_setup_test_py_cpp/actions/workflows/publish-documentation-html.yml)[![PyPI version](https://badge.fury.io/py/simple_setup_test_py_cpp.svg)](https://badge.fury.io/py/simple_setup_test_py_cpp)\n[![PyPI download month](https://img.shields.io/pypi/dm/simple_setup_test_py_cpp.svg)](https://pypi.python.org/pypi/simple_setup_test_py_cpp/)\n[![PyPI license](https://img.shields.io/pypi/l/simple_setup_test_py_cpp.svg)](https://pypi.python.org/pypi/simple_setup_test_py_cpp/)\n\nA sample setup of Pybind11 with Catch2 and Python tests.\nIn particular, it's used as a playground to test and experiment and fix,\nsuch as\n\n- getting coverage for separate header and non-header tests\n\nThe following belongs to the bootstrap, I would not recommend to actually install this package (it has more use if you use it as a template for your pybind11 package project).\n\n## Installation\n\nUse pip:\n\n`pip install simple_setup_test_py_cpp`\n\n## Usage\n\n**NOTE**: currently, this release's API is _unstable_ and subject to change.\n\nSee the [documentation](https://genietim.github.io/simple_setup_test_py_cpp) for a current list of all available functions.\n\n### Example\n\nExample usage can be found in the [documentation](https://genietim.github.io/simple_setup_test_py_cpp), the [tests](https://github.com/GenieTim/simple_setup_test_py_cpp/tree/main/tests),\nthe [CLI application](https://github.com/GenieTim/simple_setup_test_py_cpp/tree/main//src/simple_setup_test_py/simple_setup_test_py.py) or in the following code snippet:\n\n```python\nfrom simple_setup_test_py_cpp import SampleClass\n\nsample = SampleClass()\n\nsample.set_value(12)\nassert sample.get_value() == 12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenietim%2Fsimple_setup_test_py_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenietim%2Fsimple_setup_test_py_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenietim%2Fsimple_setup_test_py_cpp/lists"}