https://github.com/claromes/fivbvis
π [WIP] Python client for the Volleyball Information System (FIVB VIS)
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
Repository
π [WIP] Python client for the Volleyball Information System (FIVB VIS)
Basic Info
- Host: GitHub
- Owner: claromes
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://pypi.org/project/fivbvis
- Size: 77.1 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 6
Topics
Metadata Files
README.md
FIVB VIS Python Client
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
Owner
- Login: claromes
- Kind: user
- Website: claromes.com
- Repositories: 48
- Profile: https://github.com/claromes
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Claromes | c****s@h****m | 50 |
Committer Domains (Top 20 + Academic)
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
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)
- Homepage: https://github.com/claromes/fivbvis
- Documentation: https://github.com/claromes/fivbvis/blob/main/docs/documentation.md
- License: GPLv3
-
Latest release: 0.1.3
published over 2 years ago