Metadata-Version: 2.1
Name: flox-git
Version: 0.3.1
Summary: Bootstrap git repository for your project managed by flox.
Home-page: https://github.com/getflox/flox-git
License: MIT
Author: Michal Przytulski
Author-email: michal@przytulski.pl
Requires-Python: >=3.6.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: GitPython (>=3.1.0,<4.0.0)
Requires-Dist: flox-core (>=0.2,<1.0.0)
Description-Content-Type: text/markdown

# flox git repository integration

## Installation

```bash
$ flox plugin install flox-git
```

or

```bash
$ pip install flox-git
```

