{"id":19936192,"url":"https://github.com/havocesp/pathext","last_synced_at":"2026-02-27T01:01:26.666Z","repository":{"id":184575026,"uuid":"672133918","full_name":"havocesp/pathext","owner":"havocesp","description":"Just an enhanced version of Python built-in \"pathlib.Path\" class.","archived":false,"fork":false,"pushed_at":"2025-01-17T03:19:30.000Z","size":75,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T10:43:52.851Z","etag":null,"topics":["filesystem","path","pathlib","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/havocesp.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-07-29T03:20:16.000Z","updated_at":"2023-09-29T14:10:07.000Z","dependencies_parsed_at":"2024-11-12T23:26:47.529Z","dependency_job_id":"167858af-a70d-40ed-87c1-e3868c5c7468","html_url":"https://github.com/havocesp/pathext","commit_stats":null,"previous_names":["havocesp/pathext"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/havocesp/pathext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fpathext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fpathext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fpathext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fpathext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/havocesp","download_url":"https://codeload.github.com/havocesp/pathext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fpathext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167691,"owners_count":23721495,"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":["filesystem","path","pathlib","python","python3"],"created_at":"2024-11-12T23:24:11.124Z","updated_at":"2026-02-27T01:01:17.595Z","avatar_url":"https://github.com/havocesp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PathExt\n\n## Description\n\nJust an enhanced version of Python built-in pathlib.Path class.\n\n### Features\n\n**TODO**\n\n## Installation\n\n### With `pip` from official repository:\n\n```shell\n$ pip install git+https://github.com/havocesp/pathext\n```\n\n## usage\n\n```python\nfrom pathext import PathExt\n\nfile_path = PathExt.home().joinpath('.bashrc')\n\nprint(file_path.size)  # 54353 bytes\nprint(file_path.is_video)  # False\nprint(file_path.is_binary)  # False\nprint(file_path.num_lines)  # 96\n```\n\n## Changelog\n\n### 0.1.0\n\n- Initial vesion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fpathext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhavocesp%2Fpathext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fpathext/lists"}