https://github.com/claromes/fivbvis

🏐 [WIP] Python client for the Volleyball Information System (FIVB VIS)

https://github.com/claromes/fivbvis

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • β—‹
    CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • β—‹
    .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Committers with academic emails
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

beach-volleyball dataset fivb olympics python-client sports-analytics volley volleyball
Last synced: 5 months ago · JSON representation

Repository

🏐 [WIP] Python client for the Volleyball Information System (FIVB VIS)

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 2
  • Releases: 6
Topics
beach-volleyball dataset fivb olympics python-client sports-analytics volley volleyball
Created about 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

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

shell pip install fivbvis

Usage

Basic example:

```python from fivbvis import Volleyball

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

xml <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

Owner

  • Login: claromes
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 50
  • Total Committers: 1
  • Avg Commits per committer: 50.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 29
  • Committers: 1
  • Avg Commits per committer: 29.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Claromes c****s@h****m 50
Committer Domains (Top 20 + Academic)
hey.com: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 9
  • Total pull requests: 4
  • Average time to close issues: 5 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.56
  • Average comments per pull request: 0.25
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • claromes (9)
Pull Request Authors
  • claromes (6)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 22 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
pypi.org: fivbvis

Python client for the Volleyball Information System (FIVB VIS)

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 22 Last month
Rankings
Dependent packages count: 7.3%
Average: 27.9%
Forks count: 30.5%
Stargazers count: 32.5%
Dependent repos count: 41.4%
Maintainers (1)
Last synced: 6 months ago