{"id":15533295,"url":"https://github.com/combatopera/pyrbo","last_synced_at":"2025-04-23T14:34:01.350Z","repository":{"id":62582987,"uuid":"75540841","full_name":"combatopera/pyrbo","owner":"combatopera","description":"Python JIT compiler for near-native performance of low-level arithmetic","archived":false,"fork":false,"pushed_at":"2025-04-16T19:02:38.000Z","size":286,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2025-04-17T04:08:54.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/combatopera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2016-12-04T14:00:20.000Z","updated_at":"2025-04-16T19:02:43.000Z","dependencies_parsed_at":"2024-06-20T22:48:28.715Z","dependency_job_id":"c602bb04-c522-4ccc-b502-fd06fd206177","html_url":"https://github.com/combatopera/pyrbo","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2Fpyrbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2Fpyrbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2Fpyrbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2Fpyrbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/combatopera","download_url":"https://codeload.github.com/combatopera/pyrbo/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250452536,"owners_count":21433039,"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-02T11:35:25.454Z","updated_at":"2025-04-23T14:34:01.316Z","avatar_url":"https://github.com/combatopera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyrbo\nPython JIT compiler for near-native performance of low-level arithmetic.\n\n## Install\nThese are generic installation instructions.\n\n### To use, disposably\nInstall the current release from PyPI to a virtual environment:\n```\npython3 -m venv venvname\nvenvname/bin/pip install -U pip\nvenvname/bin/pip install pyrbo\n. venvname/bin/activate\n```\n\n### To use, permanently\n```\npip3 install --break-system-packages --user pyrbo\n```\nSee `~/.local/bin` for executables.\n\n### To develop\nFirst install venvpool to get the `motivate` command:\n```\npip3 install --break-system-packages --user venvpool\n```\nGet codebase and install executables:\n```\ngit clone git@github.com:combatopera/pyrbo.git\nmotivate pyrbo\n```\nRequirements will be satisfied just in time, using sibling projects with matching .egg-info if any.\n\n## API\n\n\u003ca id=\"pyrbo\"\u003e\u003c/a\u003e\n\n### pyrbo\n\n\u003ca id=\"pyrbo.leaf\"\u003e\u003c/a\u003e\n\n### pyrbo.leaf\n\n\u003ca id=\"pyrbo.leaf.turbo\"\u003e\u003c/a\u003e\n\n###### turbo\n\n```python\ndef turbo(**kwargs)\n```\n\nAccelerate the decorated function or method using Cython.\nThe `types` kwarg is a dict of local variables (including params) to their numpy type.\n(If `types` would be the only kwarg, its contents may be provided to `turbo` directly.)\n\n\u003ca id=\"pyrbo.model\"\u003e\u003c/a\u003e\n\n### pyrbo.model\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombatopera%2Fpyrbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcombatopera%2Fpyrbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombatopera%2Fpyrbo/lists"}