{"id":17062579,"url":"https://github.com/wardbrian/dllist","last_synced_at":"2025-04-12T18:35:19.505Z","repository":{"id":199978671,"uuid":"704234622","full_name":"WardBrian/dllist","owner":"WardBrian","description":"List DLLs loaded by the current process","archived":false,"fork":false,"pushed_at":"2025-02-10T15:38:30.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T18:52:17.737Z","etag":null,"topics":["ctypes","python","shared-libraries","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WardBrian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","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":"2023-10-12T20:33:57.000Z","updated_at":"2025-02-10T15:32:26.000Z","dependencies_parsed_at":"2024-08-16T19:59:43.830Z","dependency_job_id":null,"html_url":"https://github.com/WardBrian/dllist","commit_stats":null,"previous_names":["wardbrian/listdll"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardBrian%2Fdllist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardBrian%2Fdllist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardBrian%2Fdllist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardBrian%2Fdllist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WardBrian","download_url":"https://codeload.github.com/WardBrian/dllist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248615341,"owners_count":21133870,"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":["ctypes","python","shared-libraries","utility"],"created_at":"2024-10-14T10:50:17.678Z","updated_at":"2025-04-12T18:35:19.484Z","avatar_url":"https://github.com/WardBrian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dllist\n\n\u003e [!NOTE]\n\u003e This functionality is available [in the standard library](https://github.com/python/cpython/pull/122946) starting in Python 3.14\n\nA very small Python library to list the DLLs loaded by the current process.\nThis is equivalent to the [`dllist`](https://docs.julialang.org/en/v1/stdlib/Libdl/#Base.Libc.Libdl.dllist) function in Julia.\n\n*Note*: This library is tested on macOS, Linux, and Windows.\nSome platforms which provide the same API as Linux (e.g. FreeBSD) also work.\n\n## Installation\n\n`dllist` is [available on PyPI](https://pypi.org/project/dllist/):\n\n```\npip install dllist\n```\n\n## Usage\nThe single function this library provides is `dllist()`, which returns a list of the shared\nibraries loaded by the current process.\nThe first element is usually a representation of the current process itself (often, the empty string),\nand the rest are the shared libraries loaded by the process.\n```python\nimport dllist\nprint(dllist.dllist())\n# ['', 'linux-vdso.so.1', '/lib/x86_64-linux-gnu/libpthread.so.0', '/lib/x86_64-linux-gnu/libdl.so.2', ... ]\n```\n\n*Note*: The library paths are not postprocessed by this library. Depending on your usage, you may need to convert them to absolute paths and/or perform case-normalization (Windows).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbrian%2Fdllist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwardbrian%2Fdllist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbrian%2Fdllist/lists"}