{"id":39965129,"url":"https://github.com/qoretechnologies/module-python","last_synced_at":"2026-01-18T21:35:23.683Z","repository":{"id":44881655,"uuid":"259046660","full_name":"qoretechnologies/module-python","owner":"qoretechnologies","description":"module for providing bidirectional API support for Qore APIs in Python and vice-versa","archived":false,"fork":false,"pushed_at":"2025-12-29T14:36:22.000Z","size":539,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2026-01-01T03:59:44.327Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qoretechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-26T14:09:33.000Z","updated_at":"2025-12-29T14:36:26.000Z","dependencies_parsed_at":"2026-01-01T11:01:20.506Z","dependency_job_id":null,"html_url":"https://github.com/qoretechnologies/module-python","commit_stats":null,"previous_names":["qoretechnologies/module-python"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/qoretechnologies/module-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoretechnologies","download_url":"https://codeload.github.com/qoretechnologies/module-python/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28551202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-18T21:35:23.617Z","updated_at":"2026-01-18T21:35:23.678Z","avatar_url":"https://github.com/qoretechnologies.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qore Python Module\n\nThis module provides bidirectional integration between Qore and Python, allowing:\n\n- **Qore code to call Python**: Import Python modules, classes, and functions into Qore programs\n- **Python code to call Qore**: Use the `qoreloader` module to import Qore APIs into Python programs\n- **Cross-language inheritance**: Qore classes can inherit Python classes and vice-versa\n\n## Requirements\n\n- Qore 1.0+\n- Python 3.7 - 3.11\n- CMake 3.5+\n- C++11 compatible compiler\n\n## Building\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\nmake install\n```\n\n## Quick Start\n\n### Using Python from Qore\n\n```qore\n%requires python\n\n# Import Python's math module\n%module-cmd(python) import math\n\n# Use Python functions in Qore\nfloat result = math::sin(1.0);\n```\n\n### Using Qore from Python\n\n```python\nimport qoreloader\nfrom qore.SqlUtil import Table\n\n# Use Qore classes in Python\nt = Table(\"pgsql:user/pass@db\", \"my_table\")\n```\n\n## Documentation\n\nFull documentation is available in the module's Doxygen documentation, generated during the build process.\n\n## License\n\nMIT License - see COPYING.MIT for details.\n\n## Links\n\n- [Qore Programming Language](https://qore.org)\n- [Issue Tracker](https://github.com/qorelanguage/qore/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoretechnologies%2Fmodule-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-python/lists"}