{"id":20741371,"url":"https://github.com/project-undefined/cpython-compile-windows-base","last_synced_at":"2026-05-08T06:02:26.044Z","repository":{"id":108622769,"uuid":"495231076","full_name":"project-undefined/cpython-compile-windows-base","owner":"project-undefined","description":"Quickly set up a cpython project that compiles pyx files to exe files","archived":false,"fork":false,"pushed_at":"2022-05-23T02:36:35.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T02:14:08.510Z","etag":null,"topics":["cython","python","python-to-exe","pyx","windows"],"latest_commit_sha":null,"homepage":"","language":"Cython","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/project-undefined.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":"2022-05-23T02:18:53.000Z","updated_at":"2024-09-18T07:58:54.000Z","dependencies_parsed_at":"2023-03-25T20:35:06.687Z","dependency_job_id":null,"html_url":"https://github.com/project-undefined/cpython-compile-windows-base","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/project-undefined%2Fcpython-compile-windows-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2Fcpython-compile-windows-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2Fcpython-compile-windows-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2Fcpython-compile-windows-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-undefined","download_url":"https://codeload.github.com/project-undefined/cpython-compile-windows-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243030816,"owners_count":20224666,"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":["cython","python","python-to-exe","pyx","windows"],"created_at":"2024-11-17T06:40:46.111Z","updated_at":"2025-12-24T07:36:08.324Z","avatar_url":"https://github.com/project-undefined.png","language":"Cython","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpython-compile-windows-base\nQuickly set up a cpython project that compiles pyx files to exe files\n\n# Instructions \n\nInstall cython via pip first\nMake sure you have MINGW for c installed\n\nNOTICE: in this projects the python installation is located at \"C:/Python39\" (you can change the location in the compile.sh file)\n\nBEFORE DOING ANYTHING ADD THIS TO YOUR PYCONFIG.h FILE IN ```/Python39/pyconfig.h```\n(search for the comment ```/* Compiler specific defines */``` and put this below it)\n\n```\n#ifdef __MINGW32__\n#ifdef _WIN64\n#define MS_WIN64\n#endif\n#endif\n\n#ifdef __MINGW64__\n#ifdef _WIN64\n#define MS_WIN64\n#endif\n#endif\n```\n\nAll you have to do now is run ```compile.sh```!\n\n(It will compile ```lib.pyx``` to ```lib.c```, ```lib.h```, etc. Then it will use gcc to compile ```lib.c``` to ```lib.exe```)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-undefined%2Fcpython-compile-windows-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-undefined%2Fcpython-compile-windows-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-undefined%2Fcpython-compile-windows-base/lists"}