Allow to interact with FFBB apis
Project description
ffbb_api_client
Allow to interact with FFBB apis
ffbb_api_client allow to interact with FFBB api. You can retrieve information about clubs, teams, matches, etc…
Installation
pip install ffbb_api_client
Quick start
import os
from ffbb_api_client import FFBBApiClient
# Load env from file if needed
# from dotenv import load_dotenv
# load_dotenv()
# Retrieve api user / pass
basic_auth_user = os.getenv("FFBB_BASIC_AUTH_USER")
basic_auth_pass = os.getenv("FFBB_BASIC_AUTH_PASS")
# Create an instance of the api client
api_client = FFBBApiClient(
basic_auth_user=basic_auth_user,
basic_auth_pass=basic_auth_pass
)
Examples
Take a look at quick_start.py to see how to use the library.
Note
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.
Licence
ffbb_api_client is distributed under the Apache 2.0 license.
Dev notes
Command used to create this project:
putup FFBBApiClient_Python -p ffbb_api_client -l Apache-2.0 -d "Allow to interact with FFBB apis" -u "https://github.com/Rinzler78/FFBBApiClient_Python" -v --github-actions --venv .venv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ffbb_api_client-1.0.0.0.tar.gz.
File metadata
- Download URL: ffbb_api_client-1.0.0.0.tar.gz
- Upload date:
- Size: 52.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
902b2c92c351857129574a570594747c44c03363aae1b82701a1f0f3ba2167b3
|
|
| MD5 |
c4ffabd719c9037c2f813ce4b67fb487
|
|
| BLAKE2b-256 |
1ad5fa37bc7303ee46efc35525ab13c710aa5282832605e49fe39acc8903c231
|
File details
Details for the file ffbb_api_client-1.0.0.0-py3-none-any.whl.
File metadata
- Download URL: ffbb_api_client-1.0.0.0-py3-none-any.whl
- Upload date:
- Size: 40.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80faebb6be2f9efc12c1f1e3153a76955d78c67b31be8358e6b3ce3a780a21b6
|
|
| MD5 |
a5efe60bae2c9fa2c1b3d34ea4ae567b
|
|
| BLAKE2b-256 |
d8fa78ffff7ecfd1d19cad2be77a85ac0bd4ec246eaadcbe68be865821274440
|