{"id":15579139,"url":"https://github.com/jayqi/pkgnet-python","last_synced_at":"2025-03-29T07:44:42.430Z","repository":{"id":239237715,"uuid":"798969475","full_name":"jayqi/pkgnet-python","owner":"jayqi","description":"Experimental port of pkgnet to Python","archived":false,"fork":false,"pushed_at":"2024-05-10T21:29:22.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T05:18:09.880Z","etag":null,"topics":[],"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/jayqi.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":"2024-05-10T21:20:59.000Z","updated_at":"2024-05-10T21:31:42.000Z","dependencies_parsed_at":"2024-05-10T22:33:24.784Z","dependency_job_id":"0846e5e3-ee7c-4053-b601-81e434214dc4","html_url":"https://github.com/jayqi/pkgnet-python","commit_stats":null,"previous_names":["jayqi/pkgnet-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Fpkgnet-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Fpkgnet-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Fpkgnet-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Fpkgnet-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayqi","download_url":"https://codeload.github.com/jayqi/pkgnet-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156028,"owners_count":20732359,"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":[],"created_at":"2024-10-02T19:13:57.398Z","updated_at":"2025-03-29T07:44:42.405Z","avatar_url":"https://github.com/jayqi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pkgnet for Python\n\n\u003e [!IMPORTANT]\n\u003e This is an **experimental** port of the [pkgnet](https://github.com/uptake/pkgnet) R package to Python for analysis of Python packages.\n\n**pkgnet** is a Python library designed for the analysis of Python libraries! The goal of the package is to build a graph representation of a package and its dependencies to inform a variety of activities, including:\n\n- prioritizing functions to unit test based on their centrality\n- examining the recursive dependencies you are taking on by using a given package\n- exploring the structure of a new package provided by a coworker or downloaded from the internet\n\n## How it Works\n\nThe core functionality of this package is the CreatePackageReport function.\n\n## Installation\n\nThis package is not yet available via PyPI. You will need to clone this repository and install from source:\n\n```bash\npip install .\n```\n\n## Usage Examples\n\nTry it out!\n\n```python\nfrom pkgnet import create_package_report\ncreate_package_report(\"jinja2\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayqi%2Fpkgnet-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayqi%2Fpkgnet-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayqi%2Fpkgnet-python/lists"}