{"id":44957920,"url":"https://github.com/weijarz/oxyry-python-obfuscator","last_synced_at":"2026-02-18T12:30:31.572Z","repository":{"id":91533970,"uuid":"130000435","full_name":"weijarz/oxyry-python-obfuscator","owner":"weijarz","description":"Python Source Code Obfuscator","archived":false,"fork":false,"pushed_at":"2025-11-21T23:59:08.000Z","size":16,"stargazers_count":15,"open_issues_count":11,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T01:20:21.782Z","etag":null,"topics":["compile","obfuscator","protect","python"],"latest_commit_sha":null,"homepage":"","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/weijarz.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":"2018-04-18T03:46:23.000Z","updated_at":"2025-11-21T23:59:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd0e43dd-fc9a-471a-ae54-ba4c50d1a4b1","html_url":"https://github.com/weijarz/oxyry-python-obfuscator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weijarz/oxyry-python-obfuscator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijarz%2Foxyry-python-obfuscator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijarz%2Foxyry-python-obfuscator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijarz%2Foxyry-python-obfuscator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijarz%2Foxyry-python-obfuscator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weijarz","download_url":"https://codeload.github.com/weijarz/oxyry-python-obfuscator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijarz%2Foxyry-python-obfuscator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":["compile","obfuscator","protect","python"],"created_at":"2026-02-18T12:30:31.070Z","updated_at":"2026-02-18T12:30:31.564Z","avatar_url":"https://github.com/weijarz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oxyry Python Obfuscator\n\nThe most reliable python obfuscator in the world.\n\n# Features\n\n- Rename symbol names, includes variables, functions, classes, arguments,\n  class private methods. The name replacer avoids a 1:1 mapping of cleartext names\n  to obfuscated names, the same name may be converted to several different names\n  within different scopes. \n- Remove documentation strings.\n- Remove comments.\n- Python 3.3 - 3.7 are supported.\n\n# Unsupported python language features\n\nFunctions that access runtime namespace ( [exec](https://docs.python.org/3/library/functions.html#exec), [dir](https://docs.python.org/3/library/functions.html#dir), [locals](https://docs.python.org/3/library/functions.html#locals), [globals](https://docs.python.org/3/library/functions.html#globals) ) may go wrong because of accessing objects that has been renamed. \n\n# Recommendations to achieve best results\n\n- Define export list (a variable named __all__) for each module.\n- Use positional arguments as much as possible.\n- Add double underscore prefix (e.g. __private) to class private attributes/methods.\n\n# Module level names\n\nEvery name except the names listed in module variable __all__ are all considered private and will be renamed. If __all__ is not defined, the set of private names includes all names found in the module’s namespace which begin with underscore character ('_'). \n\n# It's safe to rename function parameters?\n\nIf you open options for rename parameters, you need to make sure that do not use them as keyword arguments in function call.\n\n# Submitting bugs and feedback\n\nAccess [Issue List](https://github.com/weijarz/oxyry-python-obfuscator/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijarz%2Foxyry-python-obfuscator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweijarz%2Foxyry-python-obfuscator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijarz%2Foxyry-python-obfuscator/lists"}