All Projects → zookeepr → zookeepr

zookeepr / zookeepr

Licence: GPL-2.0 license
Conference Management System

Programming Languages

XSLT
1337 projects
Mako
254 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects

zookeepr conference management

Build Status

zookeepr Readme

This document details how running zookeepr, how to run tests, and where to start hacking.

It assumes that you have the necessary dependencies installed and the development environment up and running. Please refer to INSTALL if you do not have your environment set up.

Running zookeepr

See INSTALL.md

Where to start hacking

  • Refer to the docstrings to familiarise yourself with the code
  • PEP-8 is your new god. PyLint can be used to enforce it. Refer to http://www.python.org/dev/peps/pep-0008/
    • Check the code against pep8 with tox -e pep8
  • Run tests with tox
  • Add yourself to the AUTHORS file if you think you're contributions are worthy :-)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].