{"id":16735125,"url":"https://github.com/mamba413/scikit-inference","last_synced_at":"2025-03-15T20:45:10.470Z","repository":{"id":36966296,"uuid":"486017017","full_name":"Mamba413/scikit-inference","owner":"Mamba413","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-17T06:05:08.000Z","size":923,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T09:52:24.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mamba413.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}},"created_at":"2022-04-27T02:25:27.000Z","updated_at":"2022-04-27T02:25:33.000Z","dependencies_parsed_at":"2023-01-17T09:15:52.461Z","dependency_job_id":null,"html_url":"https://github.com/Mamba413/scikit-inference","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Mamba413/python_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mamba413%2Fscikit-inference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mamba413%2Fscikit-inference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mamba413%2Fscikit-inference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mamba413%2Fscikit-inference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mamba413","download_url":"https://codeload.github.com/Mamba413/scikit-inference/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790944,"owners_count":20348378,"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-13T00:05:01.365Z","updated_at":"2025-03-15T20:45:10.450Z","avatar_url":"https://github.com/Mamba413.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"python_example\n==============\n\n[![Gitter][gitter-badge]][gitter-link]\n\n|      CI              | status |\n|----------------------|--------|\n| Linux/macOS Travis   | [![Travis-CI][travis-badge]][travis-link] |\n| MSVC 2015            | [![AppVeyor][appveyor-badge]][appveyor-link] |\n| conda.recipe         | [![Conda Actions Status][actions-conda-badge]][actions-conda-link] |\n| pip builds           | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |\n| [`cibuildwheel`][]   | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |\n\n[gitter-badge]:            https://badges.gitter.im/pybind/Lobby.svg\n[gitter-link]:             https://gitter.im/pybind/Lobby\n[actions-badge]:           https://github.com/pybind/python_example/workflows/Tests/badge.svg\n[actions-conda-link]:      https://github.com/pybind/python_example/actions?query=workflow%3A%22Conda\n[actions-conda-badge]:     https://github.com/pybind/python_example/workflows/Conda/badge.svg\n[actions-pip-link]:        https://github.com/pybind/python_example/actions?query=workflow%3A%22Pip\n[actions-pip-badge]:       https://github.com/pybind/python_example/workflows/Pip/badge.svg\n[actions-wheels-link]:     https://github.com/pybind/python_example/actions?query=workflow%3AWheels\n[actions-wheels-badge]:    https://github.com/pybind/python_example/workflows/Wheels/badge.svg\n[travis-link]:             https://travis-ci.org/pybind/python_example\n[travis-badge]:            https://travis-ci.org/pybind/python_example.svg?branch=master\u0026status=passed\n[appveyor-link]:           https://ci.appveyor.com/project/wjakob/python-example\n\u003c!-- TODO: get a real badge link for appveyor --\u003e\n[appveyor-badge]:          https://travis-ci.org/pybind/python_example.svg?branch=master\u0026status=passed\n\nAn example project built with [pybind11](https://github.com/pybind/pybind11).\nThis requires Python 3.6+; for older versions of Python, check the commit\nhistory.\n\nInstallation\n------------\n\n - clone this repository\n - `pip install ./python_example`\n\nCI Examples\n-----------\n\nThere are examples for CI in `.github/workflows`. A simple way to produces\nbinary \"wheels\" for all platforms is illustrated in the \"wheels.yml\" file,\nusing [`cibuildwheel`][]. You can also see a basic recipe for building and\ntesting in `pip.yml`, and `conda.yml` has an example of a conda recipe build.\n\n\nBuilding the documentation\n--------------------------\n\nDocumentation for the example project is generated using Sphinx. Sphinx has the\nability to automatically inspect the signatures and documentation strings in\nthe extension module to generate beautiful documentation in a variety formats.\nThe following command generates HTML-based reference documentation; for other\nformats please refer to the Sphinx manual:\n\n - `cd python_example/docs`\n - `make html`\n\nLicense\n-------\n\npybind11 is provided under a BSD-style license that can be found in the LICENSE\nfile. By using, distributing, or contributing to this project, you agree to the\nterms and conditions of this license.\n\nTest call\n---------\n\n```python\nimport python_example\npython_example.add(1, 2)\n```\n\n[`cibuildwheel`]:          https://cibuildwheel.readthedocs.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamba413%2Fscikit-inference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamba413%2Fscikit-inference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamba413%2Fscikit-inference/lists"}