Giturlgetter


NameGiturlgetter JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/PrathameshDhande22/Giturlgetter
SummaryCommand Line to Extract the git url
upload_time2023-01-01 12:30:59
maintainer
docs_urlNone
authorPrathamesh Dhande
requires_python
license
keywords git git url github api url git bash clone url
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GIT URL GETTER

![](https://img.shields.io/badge/Python-3.8_|_3.9_|_3.10-blue?logo=python&style=flat-square&logoColor=white) 
![](https://img.shields.io/badge/Github-API-red?logo=github&style=flat-square&logoColor=white)
  ![GitHub repo size](https://img.shields.io/github/repo-size/prathameshdhande22/Giturlgetter?color=brown&logo=github&style=flat-square)
  ![PyPI - Downloads](https://img.shields.io/pypi/dd/giturlgetter?color=blue&logo=pypi&logoColor=white)
  ![PyPI - License](https://img.shields.io/pypi/l/giturlgetter?color=success&logo=pypi&logoColor=white)
  ![GitHub Repo stars](https://img.shields.io/github/stars/prathameshdhande22/giturlgetter?style=social)
</br>

![](https://img.shields.io/badge/MADE_WITH_%20-Python-f02b79%20?style=for-the-badge&logo=python&labelColor=Ff00d8&color=Ff0087&logoColor=white)


Github Has Released the **Github CLI (Command Line Interface)** using we can create the Github Repo in terminal only without Browsing the Browser.
</br> </br>
But in Github CLI you cannot get the git url so using **Giturlgetter** Python Library you can get the git url using very simple steps.</br>

You Either Use the Python Library or the GUI which is in Another branch.</br>

# Works For ![](https://ucarecdn.com/51bca072-f640-42c0-b316-f0c0d742779c/-/preview/30x30/) 10/11/7 Only.

## Installation :
Install the Library from the command pip :
```
pip install Giturlgetter
```

You Have Successfully Installed the Library.
</br>

## Automate Your Github Work :

If You are Tired of Creating the Github Repository in browser and then copying the git url so it becomes the Complicated work.
</br>

Download the GitHub CLI from <a href="https://github.com/cli/cli/releases/"> Here.</a></br>
Before Installing the GitHub CLI please install the git from <a href="https://git-scm.com/downloads"> Here</a></br>
Read the <a href="https://cli.github.com/manual/index">Manual</a> for GitHub CLI</br>
Python >=3.6 Should be install in you System.
</br>

**Create the GitHub Repo without Visiting the Browser**:</br>

- To Create The GitHub Repo.</br>
Use Command : 
```
gh repo create
```
Select the Options.</br>

***Note*** : Don't select the Clone Repo or not create any file.</br>

- Initialise the git using.</br>

```
git init
git add .
git commit -m "First Commit"
```

* After Installing the Giturlgetter library.</br>
Run the Following command :

## Usage:
<img src="./Images/giturlgetter.gif">

## Commands:
1. `giturl login` -> To Login through Github with Activation Code.
2. `giturl --version` -> To Get the Version Info.
3. `giturl -h` -> To get help for any any command you can use `command -h`.
4. `giturl logout` -> To Logout from the device.
5. `giturl list --default` -> To list the user Repository Name and ID.
6. `giturl list` -> Prompts the user to enter the username of the user to list the repositories Name and ID.
7. `giturl repo` -> Prompts the user to enter the Repository name or ID to get the clone url, ssh url, html url, git url.
8. `giturl repo -id,--id` or `giturl -n,--name` -> To get the urls.
9. `giturl details` -> Prompts the User to enter the username and fetches entered username details.

## Upcomming Version v1.0.10:
More devices will supported

## Author : Prathamesh Dhande

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PrathameshDhande22/Giturlgetter",
    "name": "Giturlgetter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "git,git url,github api,url,git bash,clone url",
    "author": "Prathamesh Dhande",
    "author_email": "prathameshdhande534@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/fb/605c0315dc1873bdfe40d945c5d28e00b833bfe3308dfeadbfa1111e8f6f/Giturlgetter-1.0.10.tar.gz",
    "platform": null,
    "description": "# GIT URL GETTER\n\n![](https://img.shields.io/badge/Python-3.8_|_3.9_|_3.10-blue?logo=python&style=flat-square&logoColor=white)&nbsp;\n![](https://img.shields.io/badge/Github-API-red?logo=github&style=flat-square&logoColor=white)\n&nbsp; ![GitHub repo size](https://img.shields.io/github/repo-size/prathameshdhande22/Giturlgetter?color=brown&logo=github&style=flat-square)\n&nbsp; ![PyPI - Downloads](https://img.shields.io/pypi/dd/giturlgetter?color=blue&logo=pypi&logoColor=white)\n&nbsp; ![PyPI - License](https://img.shields.io/pypi/l/giturlgetter?color=success&logo=pypi&logoColor=white)\n&nbsp; ![GitHub Repo stars](https://img.shields.io/github/stars/prathameshdhande22/giturlgetter?style=social)\n</br>\n\n![](https://img.shields.io/badge/MADE_WITH_%20-Python-f02b79%20?style=for-the-badge&logo=python&labelColor=Ff00d8&color=Ff0087&logoColor=white)\n\n\nGithub Has Released the **Github CLI (Command Line Interface)** using we can create the Github Repo in terminal only without Browsing the Browser.\n</br> </br>\nBut in Github CLI you cannot get the git url so using **Giturlgetter** Python Library you can get the git url using very simple steps.</br>\n\nYou Either Use the Python Library or the GUI which is in Another branch.</br>\n\n# Works For ![](https://ucarecdn.com/51bca072-f640-42c0-b316-f0c0d742779c/-/preview/30x30/) 10/11/7 Only.\n\n## Installation :\nInstall the Library from the command pip :\n```\npip install Giturlgetter\n```\n\nYou Have Successfully Installed the Library.\n</br>\n\n## Automate Your Github Work :\n\nIf You are Tired of Creating the Github Repository in browser and then copying the git url so it becomes the Complicated work.\n</br>\n\nDownload the GitHub CLI from <a href=\"https://github.com/cli/cli/releases/\"> Here.</a></br>\nBefore Installing the GitHub CLI please install the git from <a href=\"https://git-scm.com/downloads\"> Here</a></br>\nRead the <a href=\"https://cli.github.com/manual/index\">Manual</a> for GitHub CLI</br>\nPython >=3.6 Should be install in you System.\n</br>\n\n**Create the GitHub Repo without Visiting the Browser**:</br>\n\n- To Create The GitHub Repo.</br>\nUse Command : \n```\ngh repo create\n```\nSelect the Options.</br>\n\n***Note*** : Don't select the Clone Repo or not create any file.</br>\n\n- Initialise the git using.</br>\n\n```\ngit init\ngit add .\ngit commit -m \"First Commit\"\n```\n\n* After Installing the Giturlgetter library.</br>\nRun the Following command :\n\n## Usage:\n<img src=\"./Images/giturlgetter.gif\">\n\n## Commands:\n1. `giturl login` -> To Login through Github with Activation Code.\n2. `giturl --version` -> To Get the Version Info.\n3. `giturl -h` -> To get help for any any command you can use `command -h`.\n4. `giturl logout` -> To Logout from the device.\n5. `giturl list --default` -> To list the user Repository Name and ID.\n6. `giturl list` -> Prompts the user to enter the username of the user to list the repositories Name and ID.\n7. `giturl repo` -> Prompts the user to enter the Repository name or ID to get the clone url, ssh url, html url, git url.\n8. `giturl repo -id,--id` or `giturl -n,--name` -> To get the urls.\n9. `giturl details` -> Prompts the User to enter the username and fetches entered username details.\n\n## Upcomming Version v1.0.10:\nMore devices will supported\n\n## Author : Prathamesh Dhande\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Command Line to Extract the git url",
    "version": "1.0.10",
    "split_keywords": [
        "git",
        "git url",
        "github api",
        "url",
        "git bash",
        "clone url"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "26e96d4a443be855e0913e8f15828b8c",
                "sha256": "a58494110638cde46f6aee4e3d333faa6658121e0fb08d016804ba9d109c50d5"
            },
            "downloads": -1,
            "filename": "Giturlgetter-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26e96d4a443be855e0913e8f15828b8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14065,
            "upload_time": "2023-01-01T12:30:58",
            "upload_time_iso_8601": "2023-01-01T12:30:58.203467Z",
            "url": "https://files.pythonhosted.org/packages/9e/4d/933c729b6d26b875010e609f14a4a8eac042a4d9a1cb4f5c78601d9cd912/Giturlgetter-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0754cfd831ee358ae137899a14f85f13",
                "sha256": "3fd8b551139becb6cdd9192707fc7da2c02641aafba18b2ae7088b20d676bfb0"
            },
            "downloads": -1,
            "filename": "Giturlgetter-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0754cfd831ee358ae137899a14f85f13",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14764,
            "upload_time": "2023-01-01T12:30:59",
            "upload_time_iso_8601": "2023-01-01T12:30:59.488532Z",
            "url": "https://files.pythonhosted.org/packages/b0/fb/605c0315dc1873bdfe40d945c5d28e00b833bfe3308dfeadbfa1111e8f6f/Giturlgetter-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 12:30:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "PrathameshDhande22",
    "github_project": "Giturlgetter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "giturlgetter"
}
        
Elapsed time: 0.02404s