Unofficial library to work with data exported from British Cycling
Project description
british-cycling-utils
About
Python library package to manipulate data exported from British Cycling. Unofficial and not affiliated.
Installation
Install from GitHub, e.g.:
pip install git+https://github.com/elliot-100/british-cycling-utils
I recommend installing a specific version, e.g.:
pip install git+https://github.com/elliot-100/british-cycling-utils@v0.1.2
Example code
Load club subscriptions from a CSV previously exported from the BC Club Management Tool
from pathlib import Path
from british_cycling_utils.club_subscription import ClubSubscription
file_path = Path(__file__).parent / "exported.csv"
input_subscriptions_data = ClubSubscription.list_from_bc_csv(file_path)
print(f"Loaded {len(input_subscriptions_data)} subscriptions from CSV.")
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 british_cycling_utils-0.3.1.tar.gz.
File metadata
- Download URL: british_cycling_utils-0.3.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89d4e2ee3720a5069a71fae0119661acf7173c4477b8fabf59915f55ce2e3f52
|
|
| MD5 |
931b4ad95393e19f51dfd472c8c5cff8
|
|
| BLAKE2b-256 |
893d169546b1925072b82993aaa02e1697b4a1e04d2ae55ede00c3b511707d44
|
File details
Details for the file british_cycling_utils-0.3.1-py3-none-any.whl.
File metadata
- Download URL: british_cycling_utils-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a461ca976541904dd115a5097b453f58ebd7d181a8276764903d6d4707d2f95c
|
|
| MD5 |
643ccd5957a58d7958a346e79dd3607c
|
|
| BLAKE2b-256 |
ae32b2de016521f27bcef7723f09b3350972f189834cb1b8c91a7438a597249b
|