Python客戶庫XML Feeds。
這是為了支持2015-2016 NFL賽季的新聞申請。結果,我們僅圍繞所需的提要實現了API。我們將繼續根據需要/時間許可來實施對其他體育/聯賽提要的支持。
PIP安裝git+https://github.com/newsapps/python-sportsdirect.git
>>> from sportsdirect.schedule import get_schedule
>>> games = get_schedule('football', 'NFL')
>>> print(games[0].home_team.name)
Carolina
要運行此軟件包的單元測試,請運行:
python setup.py test
在NFL計劃中解析場地信息。
初始版本。