An open API service indexing awesome lists of open source software.

https://github.com/nilp0inter/globfs

Unionfs-like FUSE with branch selection based on glob patterns.
https://github.com/nilp0inter/globfs

Last synced: 4 months ago
JSON representation

Unionfs-like FUSE with branch selection based on glob patterns.

Awesome Lists containing this project

README

          

globfs
======

Unionfs-like FUSE with branch selection based on glob patterns.

Development
-----------

- Based on Python2.7.
- Under branch `develop`.
- Running the tests:
```bash
$ pip install -r requirements/develop.txt
$ tox
```