DEPRECATED - Recommendations Serving Engine using python
Перейти к файлу
Jason Thomas 2938717563 Merge pull request #2 from jasonthomas/requirements
Add requirements.prod.txt
2015-08-28 13:33:25 -07:00
client Move setting to inside recommendation 2014-11-26 12:50:42 +01:00
doc #24 Update documentation 2014-12-12 11:31:03 +01:00
scripts Update runtests 2014-11-27 15:19:46 +01:00
src Update fill command to load files from s3 (bug 1196817) 2015-08-25 16:32:12 -07:00
.gitignore more ignores 2014-10-27 11:02:07 +01:00
.travis.yml Return mysql max allowed packet to default 16M in travis 2014-11-25 10:16:35 +01:00
CHANGELOG.md Move setting to inside recommendation 2014-11-26 12:50:42 +01:00
MANIFEST.in Fix setup to pypi 2014-09-12 18:16:47 +02:00
README.md Update README.md 2014-11-26 17:12:39 +01:00
copyright.txt Fix setup to pypi 2014-09-12 18:16:47 +02:00
notes.txt [FEATURE] Test suit for the cache manager 2014-08-20 13:02:55 +02:00
requirements.dev.txt Add PyInstrument 2014-10-17 15:29:00 +02:00
requirements.prod.txt Add requirements.prod.txt 2015-08-28 16:32:40 -04:00
requirements.txt Add version to requirements 2014-12-12 17:07:11 +01:00
setup.cfg Fix setup to pypi 2014-09-12 18:16:47 +02:00
setup.py Prepare for version 2.1.4 2014-12-18 18:10:59 +01:00

README.md

Build Status

Installation

You can check the official documentation here.

$ pip install https://github.com/grafos-ml/test.fm/archive/v1.0.4.tar.gz

$ pip install frappe

Nosetests

In the package src folder

$ PYTHONPATH=/project/src runtests (--all | --unit | --integration)

Note: Will also need to configure env variable for:

  • FRAPPE_NAME for database name
  • FRAPPE_USER for user
  • FRAPPE_PASSWORD for password
  • FRAPPE_HOST for host

Build Documentation

In the package doc folder

$ make html

© 2014 Linas Baltrunas, Joao Baptista, Telefonica Research