Personal fork from https://github.com/zookeepr/zookeepr.git

James Iseppi 0e04adc5f4 Merge pull request #503 from lod/crud_tests 9 years ago
alembic d16cd12dbd New alembic file populates missing lookup tables 9 years ago
bin d31070c694 Deleting a stack of templates that aren't used 9 years ago
docs 0194942a17 Zookeepr example API Documentation 10 years ago
plugins c13e3f2723 Replace PBKDF2 with SHA-256 (fix #336) 10 years ago
wsgi 35c6844e42 created production sample config files 10 years ago
zk 31770ad706 Added functional testing for CRUD like controllers 9 years ago
zkpylons 0e04adc5f4 Merge pull request #503 from lod/crud_tests 9 years ago
.gitignore d9c5b9adbf Clean out references to lca_info.py 10 years ago
.testr.conf e320bee887 Add tox support to zookeepr 10 years ago
.travis.yml 040dadcd6b Try and fix travis CI - add pwgen 9 years ago
AUTHORS b23bef2bb2 Update authors file 10 years ago
INSTALL.md 31770ad706 Added functional testing for CRUD like controllers 9 years ago
LICENSE 84517843ba Legal stuff 17 years ago
README.md 7b8ab6684d Fix readme and config link 10 years ago
development.ini.sample 35c6844e42 created production sample config files 10 years ago
production.ini.sample 35c6844e42 created production sample config files 10 years ago
requirements.txt 1904dc63ac Updated install process and instructions 9 years ago
setup.cfg 527c9e4b0d Rewrite tests to allow them to work again 10 years ago
setup.py 1904dc63ac Updated install process and instructions 9 years ago
test-requirements.txt 31770ad706 Added functional testing for CRUD like controllers 9 years ago
test.ini 31770ad706 Added functional testing for CRUD like controllers 9 years ago
tox.ini 656d4ea4e4 Fix travis/tox issues on remote server 9 years ago
tox.pip6.ini 656d4ea4e4 Fix travis/tox issues on remote server 9 years ago

README.md

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 :-)