Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

noodle-ng/noodle.core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noodle.core

Noodle NG Core Components

This project contains only the core components for the Noodle NG file search engine: The database model and some auxiliary functions. It should depend on as little other packages as possible!

Build Status

Installation/Usage

As this project is currently in development and has not been released yet, the recommended way to install and use it is by checking out the Git repository and installing it in develop mode within a clean Python [virtualenv] (http://www.virtualenv.org).

The usage of virtualenvwrapper is recommended, as it makes handling of many different virtualenvs a lot easier:

$ mkvirtualenv noodle

Without virtualenvwrapper:

$ virtualenv noodle
$ cd noodle
$ source bin/activate

Then, check out this repository and install the package in development mode:

$ git clone https://github.com/noodle-ng/noodle.core.git
$ cd noodle.core
$ python setup.py develop

About

Noodle NG Core Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages