{"id":22097997,"url":"https://github.com/4thel00z/dwnld","last_synced_at":"2025-10-19T06:54:52.344Z","repository":{"id":57424728,"uuid":"389647402","full_name":"4thel00z/dwnld","owner":"4thel00z","description":"A small download helper library for Python.","archived":false,"fork":false,"pushed_at":"2021-10-10T19:06:22.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T23:21:40.944Z","etag":null,"topics":["download","dwnld","file","ftp","http","https","python","python3","sftp","ssh","torrent"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4thel00z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-26T13:44:07.000Z","updated_at":"2021-10-10T19:06:21.000Z","dependencies_parsed_at":"2022-09-10T03:21:49.736Z","dependency_job_id":null,"html_url":"https://github.com/4thel00z/dwnld","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/4thel00z/dwnld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fdwnld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fdwnld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fdwnld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fdwnld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4thel00z","download_url":"https://codeload.github.com/4thel00z/dwnld/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Fdwnld/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267327534,"owners_count":24069442,"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-07-27T02:00:11.917Z","response_time":82,"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":["download","dwnld","file","ftp","http","https","python","python3","sftp","ssh","torrent"],"created_at":"2024-12-01T04:17:39.735Z","updated_at":"2025-10-19T06:54:52.224Z","avatar_url":"https://github.com/4thel00z.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dwnld\n\n![dwnld.png](https://raw.githubusercontent.com/4thel00z/logos/master/dwnld.png)\n\n## Motivation\n\nA library to download stuff given urls with different protocols, like `ftp://...` or `ssh://...`.\n\n## Usage\n\nThere is only one interesting module level function in this repo, it can download (or move) stuff from A to B:\n\n```python\nfrom dwnld import download\n\ndownload(\"file://stuff.txt\", \"somewhere_else.txt\")\ndownload(\"ssh://some-remote-server:/home/reptile/stuff.txt\", \"here.txt\")\ndownload(\"https://cool.com/nice.pdf\", \"here.pdf\")\ndownload(\"http://cool.com/nice.pdf\", \"here.pdf\")\n# supports tor via\ndownload(\"onion://cool.onion/here.pdf\", \"here.pdf\", proto=\"https\")\n```\n\n## Todos\n\n- Support ftp/sftp\n- Support torrent\n- Support non-default ports for tor/socks4/socks5 server\n\n## License\n\nThis project is licensed under the GPL-3 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Fdwnld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4thel00z%2Fdwnld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Fdwnld/lists"}