{"id":20400362,"url":"https://github.com/fschutt/pythontest","last_synced_at":"2026-05-10T10:37:27.122Z","repository":{"id":90270362,"uuid":"363283109","full_name":"fschutt/pythontest","owner":"fschutt","description":"Test to bind a Rust module to Python with PyO3","archived":false,"fork":false,"pushed_at":"2021-04-30T23:34:45.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T21:11:38.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/fschutt.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}},"created_at":"2021-04-30T23:34:24.000Z","updated_at":"2021-04-30T23:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e077db3-aa3c-4bac-a48c-872720661e98","html_url":"https://github.com/fschutt/pythontest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fpythontest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fpythontest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fpythontest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fpythontest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fschutt","download_url":"https://codeload.github.com/fschutt/pythontest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241948079,"owners_count":20047324,"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-11-15T04:39:53.882Z","updated_at":"2026-05-10T10:37:27.076Z","avatar_url":"https://github.com/fschutt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pythontest\n\nTest how to build an extension module for Python\n\n## Build\n\n```sh\nRUSTFLAGS=\"-C target-feature=-crt-static\" \\\ncargo build --target=x86_64-unknown-linux-musl --release\n\n# Install systemwide\nstrip ./target/x86_64-unknown-linux-musl/release/libazul.so\nsudo cp ./target/x86_64-unknown-linux-musl/release/libazul.so /usr/lib\n\n# Create symlink with proper name\nln -s /usr/lib/libazul.so ./azul.so\n\n# Execute the script\npython3 ./test.py\n```\n\n## Note\n\nPyO3 only supports Python 3+, not Python 2.7! Make sure to\nrun your script with `python3 ./test.py`, not regular `python`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fpythontest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffschutt%2Fpythontest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fpythontest/lists"}