{"id":13474202,"url":"https://github.com/wjakob/nanobind","last_synced_at":"2025-05-15T01:00:40.317Z","repository":{"id":37094686,"uuid":"456878057","full_name":"wjakob/nanobind","owner":"wjakob","description":"nanobind: tiny and efficient C++/Python bindings","archived":false,"fork":false,"pushed_at":"2025-04-25T12:00:27.000Z","size":2976,"stargazers_count":2762,"open_issues_count":21,"forks_count":229,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-06T21:17:31.071Z","etag":null,"topics":["bindings","cpp17","pybind11","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wjakob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2022-02-08T10:07:15.000Z","updated_at":"2025-05-06T16:05:14.000Z","dependencies_parsed_at":"2024-04-16T22:02:40.284Z","dependency_job_id":"e1ddd579-b192-40a1-a51f-48b38129d6ee","html_url":"https://github.com/wjakob/nanobind","commit_stats":{"total_commits":425,"total_committers":35,"mean_commits":"12.142857142857142","dds":"0.12235294117647055","last_synced_commit":"e10e0103cd27d0d591ae38a24066b8e65f0da552"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wjakob%2Fnanobind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wjakob%2Fnanobind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wjakob%2Fnanobind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wjakob%2Fnanobind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wjakob","download_url":"https://codeload.github.com/wjakob/nanobind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252882766,"owners_count":21819152,"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":["bindings","cpp17","pybind11","python"],"created_at":"2024-07-31T16:01:10.306Z","updated_at":"2025-05-07T12:48:36.429Z","avatar_url":"https://github.com/wjakob.png","language":"C++","funding_links":[],"categories":["Scripting","C++","Recently Updated","Learning Python"],"sub_categories":["[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)"],"readme":"# nanobind: tiny and efficient C++/Python bindings\n\n[![Documentation](https://img.shields.io/readthedocs/nanobind/latest)](https://nanobind.readthedocs.io/en/latest/)\n[![Continuous Integration](https://img.shields.io/github/actions/workflow/status/wjakob/nanobind/ci.yml?label=tests)](https://github.com/wjakob/nanobind/actions/workflows/ci.yml)\n[![](https://img.shields.io/pypi/v/nanobind.svg?color=brightgreen)](https://pypi.org/pypi/nanobind/)\n![](https://img.shields.io/pypi/l/nanobind.svg?color=brightgreen)\n[![](https://img.shields.io/badge/Example-Link-brightgreen)](https://github.com/wjakob/nanobind_example)\n[![](https://img.shields.io/badge/Changelog-Link-brightgreen)](https://nanobind.readthedocs.io/en/latest/changelog.html)\n\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" width=\"800\" srcset=\"https://rgl.s3.eu-central-1.amazonaws.com/media/uploads/wjakob/2023/03/28/nanobind_logo_dark.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" width=\"800\" srcset=\"https://github.com/wjakob/nanobind/raw/master/docs/images/logo.jpg\"\u003e\n      \u003cimg alt=\"nanobind logo\" width=\"800\" src=\"https://github.com/wjakob/nanobind/raw/master/docs/images/logo.jpg\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n_nanobind_ is a small binding library that exposes C++ types in Python and vice\nversa. It is reminiscent of\n[Boost.Python](https://www.boost.org/doc/libs/1_64_0/libs/python/doc/html) and\n[pybind11](https://github.com/pybind/pybind11) and uses near-identical syntax.\nIn contrast to these existing tools, nanobind is more efficient: bindings\ncompile in a shorter amount of time, produce smaller binaries, and have better\nruntime performance.\n\nMore concretely,\n[benchmarks](https://nanobind.readthedocs.io/en/latest/benchmark.html) show up\nto **~4× faster** compile time, **~5× smaller** binaries, and **~10× lower**\nruntime overheads compared to pybind11. nanobind also outperforms Cython in\nimportant metrics (**3-12×** binary size reduction, **1.6-4×** compilation time\nreduction, similar runtime performance).\n\n## Documentation\n\nPlease see the following links for tutorial and reference documentation in\n[HTML](https://nanobind.readthedocs.io/en/latest/) and\n[PDF](https://nanobind.readthedocs.io/_/downloads/en/latest/pdf/) formats.\n\n## License and attribution\n\nAll material in this repository is licensed under a three-clause [BSD\nlicense](LICENSE).\n\nPlease use the following BibTeX template to cite nanobind in scientific\ndiscourse:\n\n```bibtex\n@misc{nanobind,\n   author = {Wenzel Jakob},\n   year = {2022},\n   note = {https://github.com/wjakob/nanobind},\n   title = {nanobind: tiny and efficient C++/Python bindings}\n}\n```\n\nThe nanobind logo was designed by [AndoTwin Studio](https://andotwinstudio.com)\n(high-resolution download:\n[light](https://rgl.s3.eu-central-1.amazonaws.com/media/uploads/wjakob/2023/03/27/nanobind_logo.jpg),\n[dark](https://rgl.s3.eu-central-1.amazonaws.com/media/uploads/wjakob/2023/03/28/nanobind_logo_dark_1.png)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwjakob%2Fnanobind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwjakob%2Fnanobind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwjakob%2Fnanobind/lists"}