{"id":18626345,"url":"https://github.com/leejeonghun/py2exe-signable","last_synced_at":"2025-10-14T13:13:07.410Z","repository":{"id":93333250,"uuid":"81716439","full_name":"leejeonghun/py2exe-signable","owner":"leejeonghun","description":"Modified py2exe 0.6.9 to support producing a standalone executable file which is enable digital signing.","archived":false,"fork":false,"pushed_at":"2017-02-12T10:10:03.000Z","size":133,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T07:40:33.847Z","etag":null,"topics":["py2exe","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/leejeonghun.png","metadata":{"files":{"readme":"README.txt","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":"2017-02-12T09:47:22.000Z","updated_at":"2021-01-29T08:57:54.000Z","dependencies_parsed_at":"2023-03-10T09:31:30.234Z","dependency_job_id":null,"html_url":"https://github.com/leejeonghun/py2exe-signable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leejeonghun/py2exe-signable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejeonghun%2Fpy2exe-signable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejeonghun%2Fpy2exe-signable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejeonghun%2Fpy2exe-signable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejeonghun%2Fpy2exe-signable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leejeonghun","download_url":"https://codeload.github.com/leejeonghun/py2exe-signable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejeonghun%2Fpy2exe-signable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018706,"owners_count":26086605,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["py2exe","python"],"created_at":"2024-11-07T04:37:46.067Z","updated_at":"2025-10-14T13:13:07.392Z","avatar_url":"https://github.com/leejeonghun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Modified py2exe 0.6.9 to support producing a standalone executable file\nwhich is enable digital signing. (It's tested on EXE file only)\n\n\nA new and improved py2exe for Python 2.3\n========================================\n\nUses the zipimport mechanism, so it requires Python 2.3 or later.  The\nzipimport mechanism is able to handle the early imports of the\nwarnings and also the encodings module which is done by Python.\n\nCreates a single directory, which must be deployed completely.\n\n(Most of this is based on ideas of Mark Hammond, he also implemented\nmost if the code:) Can create any number of console and gui\nexecutables in this directory, plus optionally windows service exes,\nplus optionally exe and dll com servers.  The com servers can expose\none or more com object classes.\n\nAll pure Python files are contained in a single zip archive, which is\nshared by all the executables.  The zip archive may also be used by\nprograms embedding Python.  Since extension modules cannot be imported\nfrom zipfiles, a simple pure Python loader is included in the zipfile\nwhich loads the extension from the file system (without requiring that\nthe directory is in sys.path).\n\nThe executables run with only a single sys.path entry containing the\nabsolute filename of the zipfile archive. Absolute filenames are\nconstructed at runtime from the directory containing the executable,\nand the zipfile name specified at build time.\n\nThe way has changed how build targets are specified in the setup\nscript. py2exe installs it own Distribution subclass, which enables\nadditional keyword arguments to the setup function:\n\nconsole = [...] # list of scripts to convert into console executables\nwindows = [...] # list of scripts to convert into gui executables\ncom_servers = [...] # list of fully qualified class names to build into the exe com server\nservice = [...] # list of fully qualified class names to build into a service executable\nisapi = [...], # list of script names to build into an ISAPI extension.\nzipfile = \"xxx.zip\" # filename of the zipfile containing the pure Python modules\n\nAll of the above arguments are optional. The zipfile name defaults to\n'library.zip'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleejeonghun%2Fpy2exe-signable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleejeonghun%2Fpy2exe-signable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleejeonghun%2Fpy2exe-signable/lists"}