Metadata-Version: 1.1
Name: journal-club
Version: 0.2.4
Summary: Weighted scheme to choose a person to present in a Journal Club
Home-page: https://github.com/philastrophist/journal_club
Author: philastrophist
Author-email: shaun.c.read@gmail.com
License: MIT
Description: 
        A command line interface to a  weighted scheme to select a person to present at a journal club
        
        Install with ``pip install journal_club``
        Use with:
        
        `$ jc choose person1 person2 person3 ...`
        
        This creates a csv (if it's not there already) with 3 people 
        and then chooses between them. 
        The act of choosing updates the record of who was there.
        
        Run again with `$ jc choose person3 new_person ...`.
        
        All information is automatically updated and stored. 
        `choose` is usually the only command you need.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
