FIVB VIS Web Service Python Client
Project description
FIVB VIS Python Client
Python client library to easily integrate with FIVB VIS Web Service public data.
Responses are formatted using JSON.
Installation
pip3 install fivbvis
Usage
from fivbvis import VolleyMatch
vb = VolleyMatch()
print(vb.match(9211))
{
"data":{
"assistantScorerCountryCode":"None",
"assistantScorerFirstName":"None",
"assistantScorerLastName":"None",
"beginDateTimeUtc":"2018-10-07T04:25:00Z",
"buyTicketsUrl":"",
"city":"Nagoya",
"countryCode":"JP",
"countryName":"Japan",
"dateLocal":"2018-10-07",
...
}
}
Docs
Development
$ git clone git@github.com:claromes/fivbvis.git
$ cd fivbvis
$ pip3 install -r dev-requirements.txt
Requests
-
Article Object
-
Beach Object
-
Confederation Object
-
Federation Object
-
Image Object
-
Match Object
-
Phase Object
-
Player Object
-
Round Object
-
Tournament Object
-
VolleyClub Object
-
VolleyLive Object
-
VolleyMatch Object
-
VolleyPlayer Object
-
VolleyPool Object
-
VolleyRankingDefinition Object
-
VolleyStatistic Object
-
VolleyTeam Object
-
VolleyTournament Object
-
VolleyTransfer Object
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fivbvis-0.1.2.tar.gz
(15.8 kB
view hashes)
Built Distribution
fivbvis-0.1.2-py3-none-any.whl
(15.6 kB
view hashes)