gittable


Namegittable JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryGet stuff from Git
upload_time2024-12-19 19:49:10
maintainerNone
docs_urlNone
authorNone
requires_python~=3.8
licenseNone
keywords git
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gittable

[![test](https://github.com/enorganic/gittable/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/enorganic/gittable/actions/workflows/test.yml)
[![PyPI version](https://badge.fury.io/py/gittable.svg?icon=si%3Apython)](https://badge.fury.io/py/gittable)

The package provides a CLI and library for common interactions with a
Git repository, including: downloading select files from a (public or private)
Git repository, and tagging commits with your project/package version, when the
version has changed.

- [Documentation](https://enorganic.github.io/gittable/)
- [Contributing](https://enorganic.github.io/gittable/contributing)

## Installation

You can install `gittable` with pip:

```shell
pip3 install gittable
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gittable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": "git",
    "author": null,
    "author_email": "david@belais.me",
    "download_url": "https://files.pythonhosted.org/packages/fd/db/750f7bc8772a91c012a5e04f3fe2688799f6adcdc89a985a84efeabb9566/gittable-0.0.3.tar.gz",
    "platform": null,
    "description": "# gittable\n\n[![test](https://github.com/enorganic/gittable/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/enorganic/gittable/actions/workflows/test.yml)\n[![PyPI version](https://badge.fury.io/py/gittable.svg?icon=si%3Apython)](https://badge.fury.io/py/gittable)\n\nThe package provides a CLI and library for common interactions with a\nGit repository, including: downloading select files from a (public or private)\nGit repository, and tagging commits with your project/package version, when the\nversion has changed.\n\n- [Documentation](https://enorganic.github.io/gittable/)\n- [Contributing](https://enorganic.github.io/gittable/contributing)\n\n## Installation\n\nYou can install `gittable` with pip:\n\n```shell\npip3 install gittable\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Get stuff from Git",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://gittable.enorganic.org",
        "Repository": "https://github.com/enorganic/gittable"
    },
    "split_keywords": [
        "git"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3da8cbceddd58fc926f88f38e0ba1096f521ef8610ef117dfa7cf096394a7def",
                "md5": "3916a5661a64e8132679d6385cd119cf",
                "sha256": "78eb02c0aefc63aec556bcbb0a0cc3c949e1782a62ca5a66b3b748afb8860758"
            },
            "downloads": -1,
            "filename": "gittable-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3916a5661a64e8132679d6385cd119cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 7138,
            "upload_time": "2024-12-19T19:49:08",
            "upload_time_iso_8601": "2024-12-19T19:49:08.414088Z",
            "url": "https://files.pythonhosted.org/packages/3d/a8/cbceddd58fc926f88f38e0ba1096f521ef8610ef117dfa7cf096394a7def/gittable-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fddb750f7bc8772a91c012a5e04f3fe2688799f6adcdc89a985a84efeabb9566",
                "md5": "487b02991b5018ffbd78bf5a0ff2d72e",
                "sha256": "d38915aa6b2f81cb19f5fac16576629f063e2c966ddada39eb7a9999c0cf838b"
            },
            "downloads": -1,
            "filename": "gittable-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "487b02991b5018ffbd78bf5a0ff2d72e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 5591,
            "upload_time": "2024-12-19T19:49:10",
            "upload_time_iso_8601": "2024-12-19T19:49:10.636763Z",
            "url": "https://files.pythonhosted.org/packages/fd/db/750f7bc8772a91c012a5e04f3fe2688799f6adcdc89a985a84efeabb9566/gittable-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 19:49:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "enorganic",
    "github_project": "gittable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gittable"
}
        
Elapsed time: 0.39897s