{"id":24838828,"url":"https://github.com/srounet/pyyasm","last_synced_at":"2025-10-14T13:30:36.841Z","repository":{"id":57458681,"uuid":"90518048","full_name":"srounet/PyYasm","owner":"srounet","description":"Python wrapper for Yasm","archived":false,"fork":false,"pushed_at":"2017-05-07T10:50:39.000Z","size":534,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-24T13:33:25.917Z","etag":null,"topics":["assembly","python3","yasm","yasm-assembler"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srounet.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-07T08:10:11.000Z","updated_at":"2023-06-11T19:54:11.000Z","dependencies_parsed_at":"2022-09-10T05:50:51.226Z","dependency_job_id":null,"html_url":"https://github.com/srounet/PyYasm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/srounet/PyYasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srounet%2FPyYasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srounet%2FPyYasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srounet%2FPyYasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srounet%2FPyYasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srounet","download_url":"https://codeload.github.com/srounet/PyYasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srounet%2FPyYasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018715,"owners_count":26086609,"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":["assembly","python3","yasm","yasm-assembler"],"created_at":"2025-01-31T06:35:47.381Z","updated_at":"2025-10-14T13:30:36.479Z","avatar_url":"https://github.com/srounet.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyyasm\n======\n.. image:: https://codecov.io/gh/srounet/PyYasm/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/srounet/PyYasm\n  \n.. image:: https://ci.appveyor.com/api/projects/status/y1yj33qd633a5tk5?svg=true\n  :target: https://ci.appveyor.com/project/srounet/pyyasm\n\nPython x86/x64 wrapper for Yasm\n\nUsing pyyasm\n============\n\n.. code-block:: python\n\n    import pyyasm\n    \n    # some inline asm which does nothing just to show how the library works\n    # __asm as to be bytes.\n    __asm = b\"\"\"\n\tuse32\n\torg 0\n        pushfd\n        pushad\n        popad\n        popfd\n    \"\"\"\n    bytecode = pyyasm.assemble(__asm)\n    print(bytecode)\n    \n    \u003e b'f\\x9cf`faf\\x9d'\n\n\nRunning tests\n=============\n\n.. code-block:: shell\n\n    python setup.py test\n\nChangelog\n=========\n\n0.0.1: initial release (07/05/2017)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrounet%2Fpyyasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrounet%2Fpyyasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrounet%2Fpyyasm/lists"}