Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.02 KB

Sirang

Project Status: Active – The project has reached a stable, usable state and is being actively developed. tests status

A lighweight, pymongo-based framework for easily storing and retrieving experiment parameters.

Install

Installation

Current only the bleeding edge is available for download via:

pip install git+https://github.com/avicennax/sirang.git

Or if you prefer to, you can clone the repo and manually install it with:

git clone https://github.com/avicennax/sirang.git
cd sirang
pip install .

Dependencies

  • mongodb
  • pymongo
  • pytest (optional)

Quickstart