A non-denominational, low calorie, gluten free, and open source Python module to help Santa himself!
OK, seriously? This is just a module that lets you build a list of people and pairs them off. It's perfect for a secret santa event.
Help on package santaslist:
NAME
santaslist - # __init__.py
PACKAGE CONTENTS
Pairs
FUNCTIONS
load_people(data:list) -> list
Load a list of people
:param data: list
:rtype: list
pairs() -> list
return list
:rtype: list
people() -> list
Return all people
:rtype: list
print_pairs() -> str
Return a nice sexy list of all paired people
:rtype: str
print_people() -> str
return a nicely formatted string of people
:rtype: str
VERSION
0.0.8
AUTHOR
Jeffrey Hann
This tool is protected by the GNU General Public License v2.
Copyright Jeffrey Hann 2016