Metadata-Version: 2.1
Name: horseAnalysis
Version: 0.0.2
Summary: The system can look up and analyze a horse's history of running famous races.
Home-page: https://github.com/tama2101-s/horseAnalysis
Author: Shota Tamaru
Author-email: s2022022@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tama2101-s/horseAnalysis
Description: # horseAnalysis
        
        This system uses horse racing data from 2002 onward to know the names of horses in specific ranks by race and the historical times for specific races.
        
        ## usage
        #### the names of horses in specific ranks by race
         horseAnalysis 1 "rank ex). 1" "race name"
        
        #### the historical times for specific races.
         horseAnalysis 2 "race name"
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
