LibrePlanet schedule generator.

jantwisted 85e437b962 custom html render for mistune %!s(int64=10) %!d(string=hai) anos
lpschedule 85e437b962 custom html render for mistune %!s(int64=10) %!d(string=hai) anos
tests cd11526e03 Added license info. %!s(int64=10) %!d(string=hai) anos
.gitignore cfea2dbfa5 updated .gitignore %!s(int64=10) %!d(string=hai) anos
AUTHORS 65d91a4ad4 added AUTHORS %!s(int64=10) %!d(string=hai) anos
COPYING cd11526e03 Added license info. %!s(int64=10) %!d(string=hai) anos
README.md e39c0ac8c4 added README.md %!s(int64=10) %!d(string=hai) anos
setup.py 10a44e832e mark2html class added with mistune dependency %!s(int64=10) %!d(string=hai) anos

README.md

LibrePlanet schedule generator

dependencies

  • nose
  • markdown

on GNU/Linux

Install virtualenv and python dev. package.

On a Debian based distribution, do:

# aptitude install virtualenv python-dev

set up environment

$ git clone git://notabug.org/rsd/lpschedule-generator.git

Setup virtual environment:

$ cd lpschedule-generator
$ virtualenv .

Activate the virtual environment:

$ source bin/activate

Install lpschedule-generator:

$ python setup.py install

This will install all the dependencies.