Metadata-Version: 2.1
Name: ratings
Version: 0.0.7
Summary: Basic Elo Rating calculations
Home-page: https://github.com/microprediction/ratings
Author: microprediction
Author-email: pcotton@intechinvestments.com
License: MIT
Description: # ratings
        Elo ratings, and generalizations
        
        
            from ratings.elo import elo_expected
            elo_expected(d=234)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
