csa_common_lib is a shared library designed to provide utility modules, class definitions, enumerations, and helper functions for the CSA Prediction Engine Python client. It standardizes and simplifies complex operations across different parts of the CSA Prediction Engine.
Project description
Cambridge Sports Analytics Common Library
csa_common_lib is a shared library designed to provide utility modules, class definitions, enumerations, and helper functions for the CSA Prediction Engine Python client. It standardizes and simplifies complex operations across different parts of the system.
Folder Structure
-
classes/: Contains class definitions for prediction-related data structures.prediction_options.py: Defines options and configurations for predictions.prediction_receipt.py: Structures data related to prediction receipts.prediction_results.py: Contains classes for handling prediction results.
-
enum_types/: Contains enumerations that categorize various elements of the system.exit_flags.py: Defines exit flag states used during execution.functions.py: Enumerates available functions in the system.job_types.py: Enumerates different job types for concurrency.
-
helpers/: Provides helper functions for common low-level tasks._arrays.py: Array manipulation and utility functions._conversions.py: Data conversion utilities._os.py: Functions for interacting with the operating system.
-
toolbox/: A general-purpose set of utilities.classes/utilities.py: Utilities for class objects.concurrency/: Tools for concurrent execution.database/: Database related tools and utilities.npz/: NPZ utility functions.
Usage
Here is an example of how to use the prediction class options from the common library:
from csa_common_lib.classes.prediction_options import {
PredictionOptions,
MaxFitOptions,
GridOptions
}
License
(c) 2024 Cambridge Sports Analytics. All rights reserved.
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 csa_common_lib-2.2.4.tar.gz.
File metadata
- Download URL: csa_common_lib-2.2.4.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b18d562920b646ba733a6cc227d88faa5ced18b71497f3f45afb117ef98920d
|
|
| MD5 |
f12e75e3a136dbbfcab17b805f0ff60b
|
|
| BLAKE2b-256 |
5175f4bf2060ecf864d1c0d5235c2a94e3b437415fc439d525bd18ec421e68eb
|
File details
Details for the file csa_common_lib-2.2.4-py3-none-any.whl.
File metadata
- Download URL: csa_common_lib-2.2.4-py3-none-any.whl
- Upload date:
- Size: 60.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06be873d73390d7d68b80dae823be32cf2cab60c8e1f2f5a0179ed01967d436c
|
|
| MD5 |
a15dc8c282acb09436f98df0f61a91b2
|
|
| BLAKE2b-256 |
9eeebc0a6ab7e901d73244c1ec3bf8c1191d3ddaa6e9116f9ad687091c67f677
|