Metadata-Version: 2.0
Name: repofs
Version: 0.2.2
Summary: File system view of git repositories
Home-page: https://github.com/AUEB-BALab/RepoFS
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache Software License
Platform: UNKNOWN
Requires-Dist: fusepy
Requires-Dist: pygit2 (==0.24.2)

![Build status](https://api.travis-ci.org/AUEB-BALab/RepoFS.png?branch=master)

RepoFS
======
Filesystem view of version control repositories

Installation
=======================

OSX
---
1. Install the [latest release of
   OSXFUSE](https://github.com/osxfuse/osxfuse/releases)
2. `brew install libgit2`
3. `python setup.py install`

Debian Based Distribution (\>= 9.3)
--------------------------------
1. `apt-get install python-pygit2 python-fuse`
2. `python setup.py install`

Older Debian Distributions (\< 9.3)
---------------------------------
1. `apt-get install python-fuse`
2. Build libgit2 from [source](https://github.com/libgit2/libgit2#quick-start)
3. `python setup.py install`

Regarding issues arrising from the installation of `pygit2`,
follow the instructions on [this page](http://www.pygit2.org/install.html).

Usage
=====

`repofs <git_repo> <mount_dir>`


