{"id":15616369,"url":"https://github.com/amykyta3/git-me-the-url","last_synced_at":"2025-04-28T18:55:18.592Z","repository":{"id":57434719,"uuid":"218447446","full_name":"amykyta3/git-me-the-url","owner":"amykyta3","description":"Create shareable URLs to your Git files","archived":false,"fork":false,"pushed_at":"2024-09-03T22:18:11.000Z","size":448,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-28T18:55:12.995Z","etag":null,"topics":["bitbucket","converter","git","github","gitlab","link","origin","remote","share","url"],"latest_commit_sha":null,"homepage":null,"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/amykyta3.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}},"created_at":"2019-10-30T05:06:46.000Z","updated_at":"2024-01-21T13:51:58.000Z","dependencies_parsed_at":"2023-02-14T05:16:49.655Z","dependency_job_id":"7c74889a-633a-4317-be53-e434e6c174fe","html_url":"https://github.com/amykyta3/git-me-the-url","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"203db9068f2dbef2e79dfe0ab2c8790a17b4bbd6"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amykyta3%2Fgit-me-the-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amykyta3%2Fgit-me-the-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amykyta3%2Fgit-me-the-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amykyta3%2Fgit-me-the-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amykyta3","download_url":"https://codeload.github.com/amykyta3/git-me-the-url/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251372466,"owners_count":21578964,"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":["bitbucket","converter","git","github","gitlab","link","origin","remote","share","url"],"created_at":"2024-10-03T07:07:20.050Z","updated_at":"2025-04-28T18:55:18.529Z","avatar_url":"https://github.com/amykyta3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/git-me-the-url.svg)](https://pypi.org/project/git-me-the-url)\n[![build](https://github.com/amykyta3/git-me-the-url/actions/workflows/build.yml/badge.svg)](https://github.com/amykyta3/git-me-the-url/actions?query=workflow%3Abuild+branch%3Amain)\n\n# Git me the URL!\n\nA python package that translates references in a local git repository into\nshareable URLs for popular Git hosting sites.\n\nCurrently supports:\n* GitHub\n* GitLab\n* Bitbucket\n\nTo add your own URL translator, see this example project: https://github.com/amykyta3/gmtu-plugin-example\n\n## Installing\nInstall from [PyPi](https://pypi.org/project/git-me-the-url) using pip:\n\n    python3 -m pip install git-me-the-url\n\n## Command line application\n\nUse it for everyday link sharing with friends:\n\n![cmd-example](docs/cmd-example.gif)\n\n## Python API\n\nEmbed in your Python application:\n\n```python\nfrom gitmetheurl import GitMeTheURL\n\ngmtu = GitMeTheURL()\nurl = gmtu.get_source_url(\"my_git_repo/my_file.txt\")\nprint(url)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famykyta3%2Fgit-me-the-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famykyta3%2Fgit-me-the-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famykyta3%2Fgit-me-the-url/lists"}