Skip to main content

Python client for the Volleyball Information System (FIVB VIS)

Project description

FIVB VIS Python Client

PyPI Development Status :: 4 - Beta PyPI

The package fivbvis is a Python client library for easy integration with the Volleyball Information System Web Service of the Fédération Internationale de Volleyball (FIVB), handling public data and only documented requests, and providing XML and JSON responses.

The VIS Web Service enables third party applications to access all public data about volleyball, beach volleyball and other events. This client facilitates access for Python programmers, enabling access to data such as articles, matches, events, images, players, player rankings, and tournaments.

It is compatible with Python versions 3.8 and above, but it has been tested specifically on versions 3.8 and 3.11.

Installation

pip install fivbvis

Usage

Basic example:

from fivbvis import Volleyball

v = Volleyball()
v.getVolleyMatch(9211, fields="City CountryName DateLocal TeamNameA TeamNameB")

XML response:

<VolleyballMatch
   City="Nagoya"
   CountryName="Japan"
   DateLocal="2018-10-07"
   TeamNameA="Germany"
   TeamNameB="Brazil"
   No="9211"
   Version="2393792"/>

Documentation

The documentation is based on FIVB VIS Web Service requests. It is simple and includes only requests documented by the FIVB developer team. Check the docs folder for detailed information and examples.

This list contains all available requests via VIS web service; those with links are documented. Currently, this Python client is read-only.

Author

Claromes

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.3.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

fivbvis-0.3-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file fivbvis-0.3.tar.gz.

File metadata

  • Download URL: fivbvis-0.3.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for fivbvis-0.3.tar.gz
Algorithm Hash digest
SHA256 9d8217b37e5f9f1c4918c1fa37a852f121c8290682f8a3b418b53a467da59f12
MD5 a986acf693a3068c5e7ca3255558d877
BLAKE2b-256 1b9f577b6b26f7a3275e9429546423cd58bb021aed672a77e133788be9a75741

See more details on using hashes here.

File details

Details for the file fivbvis-0.3-py3-none-any.whl.

File metadata

  • Download URL: fivbvis-0.3-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for fivbvis-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4f143db05071bae00654c4a9e51f8d5a3956a6c2aab32314d04d1426cb6d987a
MD5 ba67a524c29e928e5dbaf90c1735cbe5
BLAKE2b-256 1b1b9e6c14a7afed9c09c492cfc19c2c7fa7f0d14e1bcf1e9f0ea1a50f25ebd3

See more details on using hashes here.

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