g


Nameg JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://g.git-pull.com
Summarycli command to easily sync current directory
upload_time2024-03-24 20:00:15
maintainerNone
docs_urlNone
authorTony Narlock
requires_python<4.0,>=3.8
licenseMIT
keywords g git vcs svn mercurial cli sync pull update libvcs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `$ g`

Passthrough to your current directories vcs (or reach for it with --cwd)

[![Python Package](https://img.shields.io/pypi/v/g.svg)](https://pypi.org/project/g/)
[![Docs](https://github.com/vcs-python/g/workflows/docs/badge.svg)](https://g.git-pull.com)
[![Build Status](https://github.com/vcs-python/g/workflows/tests/badge.svg)](https://github.com/vcs-python/g/actions?query=workflow%3A%22tests%22)
[![Code Coverage](https://codecov.io/gh/vcs-python/g/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/g)
[![License](https://img.shields.io/github/license/vcs-python/g.svg)](https://github.com/vcs-python/g/blob/master/LICENSE)

Shortcut / powertool for developers to access current repos' vcs, whether it's
svn, hg, mercurial.

```console
$ pip install --user g
```

```console
$ g
```

### Developmental releases

You can test the unpublished version of g before its released.

- [pip](https://pip.pypa.io/en/stable/):

  ```console
  $ pip install --user --upgrade --pre g
  ```

- [pipx](https://pypa.github.io/pipx/docs/):

  ```console
  $ pipx install --suffix=@next g --pip-args '\--pre' --force
  ```

  Then use `g@next --help`.

# Credits

2021-12-05: Thanks to [John Shanahan](https://github.com/shanahanjrs) ([@\_shanahanjrs](https://twitter.com/_shanahanjrs)) for giving g use [g](https://pypi.org/project/g/)

# Donations

Your donations fund development of new features, testing and support.
Your money will go directly to maintenance and development of the
project. If you are an individual, feel free to give whatever feels
right for the value you get out of the project.

See donation options at <https://git-pull.com/support.html>.

# More information

- Python support: >= 3.7, pypy
- VCS supported: git(1), svn(1), hg(1)
- Source: <https://github.com/vcs-python/g>
- Docs: <https://g.git-pull.com>
- Changelog: <https://g.git-pull.com/history.html>
- API: <https://g.git-pull.com/api.html>
- Issues: <https://github.com/vcs-python/g/issues>
- Test Coverage: <https://codecov.io/gh/vcs-python/g>
- pypi: <https://pypi.python.org/pypi/g>
- Open Hub: <https://www.openhub.net/p/g>
- License: [MIT](https://opensource.org/licenses/MIT).


            

Raw data

            {
    "_id": null,
    "home_page": "https://g.git-pull.com",
    "name": "g",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "g, git, vcs, svn, mercurial, cli, sync, pull, update, libvcs",
    "author": "Tony Narlock",
    "author_email": "tony@git-pull.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/9b/fa2f99b8af18b00fc7e44a7311267ae11759bfb07170ef9e069547e2455c/g-0.0.4.tar.gz",
    "platform": null,
    "description": "# `$ g`\n\nPassthrough to your current directories vcs (or reach for it with --cwd)\n\n[![Python Package](https://img.shields.io/pypi/v/g.svg)](https://pypi.org/project/g/)\n[![Docs](https://github.com/vcs-python/g/workflows/docs/badge.svg)](https://g.git-pull.com)\n[![Build Status](https://github.com/vcs-python/g/workflows/tests/badge.svg)](https://github.com/vcs-python/g/actions?query=workflow%3A%22tests%22)\n[![Code Coverage](https://codecov.io/gh/vcs-python/g/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/g)\n[![License](https://img.shields.io/github/license/vcs-python/g.svg)](https://github.com/vcs-python/g/blob/master/LICENSE)\n\nShortcut / powertool for developers to access current repos' vcs, whether it's\nsvn, hg, mercurial.\n\n```console\n$ pip install --user g\n```\n\n```console\n$ g\n```\n\n### Developmental releases\n\nYou can test the unpublished version of g before its released.\n\n- [pip](https://pip.pypa.io/en/stable/):\n\n  ```console\n  $ pip install --user --upgrade --pre g\n  ```\n\n- [pipx](https://pypa.github.io/pipx/docs/):\n\n  ```console\n  $ pipx install --suffix=@next g --pip-args '\\--pre' --force\n  ```\n\n  Then use `g@next --help`.\n\n# Credits\n\n2021-12-05: Thanks to [John Shanahan](https://github.com/shanahanjrs) ([@\\_shanahanjrs](https://twitter.com/_shanahanjrs)) for giving g use [g](https://pypi.org/project/g/)\n\n# Donations\n\nYour donations fund development of new features, testing and support.\nYour money will go directly to maintenance and development of the\nproject. If you are an individual, feel free to give whatever feels\nright for the value you get out of the project.\n\nSee donation options at <https://git-pull.com/support.html>.\n\n# More information\n\n- Python support: >= 3.7, pypy\n- VCS supported: git(1), svn(1), hg(1)\n- Source: <https://github.com/vcs-python/g>\n- Docs: <https://g.git-pull.com>\n- Changelog: <https://g.git-pull.com/history.html>\n- API: <https://g.git-pull.com/api.html>\n- Issues: <https://github.com/vcs-python/g/issues>\n- Test Coverage: <https://codecov.io/gh/vcs-python/g>\n- pypi: <https://pypi.python.org/pypi/g>\n- Open Hub: <https://www.openhub.net/p/g>\n- License: [MIT](https://opensource.org/licenses/MIT).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cli command to easily sync current directory",
    "version": "0.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/vcs-python/g/issues",
        "Changes": "https://github.com/vcs-python/g/blob/master/CHANGES",
        "Documentation": "https://g.git-pull.com",
        "Homepage": "https://g.git-pull.com",
        "Repository": "https://github.com/vcs-python/g"
    },
    "split_keywords": [
        "g",
        " git",
        " vcs",
        " svn",
        " mercurial",
        " cli",
        " sync",
        " pull",
        " update",
        " libvcs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac3c5d2b272e53dfe16c788c43edef04a8eab2694ccd8bd17972df8b9da98928",
                "md5": "56ca410a910fa127746842876e868605",
                "sha256": "a2d3a4b205a988ab085aebaab2b7914e270caa158683d668c4e8fffba8c84e9e"
            },
            "downloads": -1,
            "filename": "g-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56ca410a910fa127746842876e868605",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 4414,
            "upload_time": "2024-03-24T20:00:13",
            "upload_time_iso_8601": "2024-03-24T20:00:13.944444Z",
            "url": "https://files.pythonhosted.org/packages/ac/3c/5d2b272e53dfe16c788c43edef04a8eab2694ccd8bd17972df8b9da98928/g-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f69bfa2f99b8af18b00fc7e44a7311267ae11759bfb07170ef9e069547e2455c",
                "md5": "ceb42fbba42756d6b3726313ad6b1c3c",
                "sha256": "955d0603a3f56613f8693c3f27ffe6c8992fa17d7954d8047a7f7a45672e347c"
            },
            "downloads": -1,
            "filename": "g-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ceb42fbba42756d6b3726313ad6b1c3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4989,
            "upload_time": "2024-03-24T20:00:15",
            "upload_time_iso_8601": "2024-03-24T20:00:15.630899Z",
            "url": "https://files.pythonhosted.org/packages/f6/9b/fa2f99b8af18b00fc7e44a7311267ae11759bfb07170ef9e069547e2455c/g-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 20:00:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vcs-python",
    "github_project": "g",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "g"
}
        
Elapsed time: 0.21853s