Skip to main content

FIVB VIS Web Service Python Client

Project description

FIVB VIS Python Client

GitHub release (latest by date including pre-releases) GitHub

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

Objects documentation

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

VIS Web Service Requests full list

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)

Uploaded Source

Built Distribution

fivbvis-0.1.2-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page