Metadata-Version: 2.1
Name: brownieSort
Version: 0.0.2
Summary: For sorting brownies into tent groups
Home-page: UNKNOWN
Author: Alex Peden
Author-email: apeden23@gmail.com
License: UNKNOWN
Download-URL: https://github.com/apeden/brownieSorter/archive/0.0.2.tar.gz
Description: #brownieSort
        A programme for sorting __brownies__ into groups (tents)
        of equal size according to friendships. Brownies and
        friendship choices are imported from a text file.
        An algorithm is run to find the optimal (or near best)
        groupings of brownies. The best camp can be printed to the screen
        as a list of tents, their occupants, and the associated
        happiness scores.
        
        *in the UK, a brownie is a junior girl-guide (or junior girl-scout)*
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
