Metadata-Version: 2.4
Name: gittable
Version: 0.1.0
Summary: Get stuff from Git
Project-URL: Documentation, https://gittable.enorganic.org
Project-URL: Repository, https://github.com/enorganic/gittable
Author-email: david@belais.me
License-Expression: MIT
Keywords: git
Requires-Python: ~=3.9
Description-Content-Type: text/markdown

# 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
```
