├── .travis.yml ├── CHANGELOG.txt ├── CONTRIBUTORS.txt ├── Dockerfile ├── LICENSE.txt ├── README.md ├── bfac ├── requirements.txt └── setup.py /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/README.md -------------------------------------------------------------------------------- /bfac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/bfac -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mazen160/bfac/HEAD/setup.py --------------------------------------------------------------------------------