Roundup
Roundup jump to Code

Code

Project history is maintained in CHANGES.txt file in code repository of Roundup, which can also be viewed online through SourceForge web interface.

Get sources

Official read-only access to Mercurial repository is provided through

hg clone http://hg.code.sf.net/p/roundup/code roundup

Read/write access requires SSH password or SSH key authorization (see SourceForge.net docs for details)

hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup

You also need to be added as a Roundup developer for write access - ask for it on the roundup-devel list.

Run demo

Roundup doesn’t need any dependencies and works out of the box. Demo is accessible at http://localhost:8917/demo/ by default

cd roundup
python demo.py

Execute tests

python -m pytest test

See repository README.txt for more info.