Sublimall is Python 3 server behind Sublimall SublimeText plugin.
git clone https://github.com/socketubs/sublimall-server.git cd sublimall-server virtualenv-3 virtenv source virtenv pip install -r requirements.txt python manage.py migrate python manage.py createsuperuser python manage.py runserver
Sublimall server is tested at ~90% coverage.
pip install coverage make coverage firefox htmlcov/index.html