Metadata-Version: 2.1
Name: resultr-format
Version: 0.1.1
Summary: Making UCL PHAS results better
Home-page: https://github.com/haykkh/resultr
Author: Hayk Khachatryan
Author-email: hi@hayk.io
License: MIT
Description: #  resultr-format
        >  back end for [resultr](https://github.com/haykkh/resultr)   
        
        resultr-format lets [resultr](https://github.com/haykkh/resultr):
          * get your weighted average for a year
          * get your rank in your year
          * re-format the results by module (as below) and output to csv
        
        output format:
        
        **Devcom**|**PHAS0000**|**PHAS0001**|**PHAS0002**|**PHAS0003**|**PHAS0004**|**PHAS0005**|**PHAS0006**|**PHAS0007**|**Averages**
        :-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:
        100|99|98|97|96|95|94|93|92|95.5
        24|3|55|34|93|43|15|25|40|39 
        
        ## Release History
        
        * 0.1.1
            * goodFormatter would throw key error when popping '0' if '0' didn't exist
        * 0.1.0
            * The first proper release
        
        
        ## Meta
        
        Hayk Khachatryan – hi@hayk.io
        
        Distributed under the MIT license. See ``LICENSE`` for more information.
        
        [https://github.com/haykkh](https://github.com/haykkh/)
        
        ## Contributing
        
        1. Fork it (<https://github.com/haykkh/resultr-format/fork>)
        2. Create your feature branch (`git checkout -b feature/fooBar`)
        3. Commit your changes (`git commit -am 'Add some fooBar'`)
        4. Push to the branch (`git push origin feature/fooBar`)
        5. Create a new Pull Request
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
