A package for interacting with the uu battery data handler project
Project description
UU Battery Package
This is a package intended for interacting with the UU battery data handler project. For more information, see UU-Battery-Data-Handler on GitHub.
Installation: pip install uu-battery
Requires
Features
Currently the package consists of a single function get_data(file_id, cas_key) which fetches data with a specific ID and outputs it as a pandas dataframe. As input the function requires a string with the ID of the file with the data and a CAS key of a user-session which is authorized to access to data. Both of these can be obtained at https://researchcloud.kemi.uu.se/datasets, for more information please refer to UU-Battery-Data-Handler on GitHub. While the file ID is constant for a specific file, note that the cas_key expires on session. The length of a session is configured by the CAS setup but by default this is 2 hours for an active session and 1 hour for an inactive session. After the end of a session the user needs to reauthenticate at https://researchcloud.kemi.uu.se to obtain a new CAS key.
Example code:
import pandas as pd
import uu_battery
file_id="6316ffd3-67f3-4bd0-98c5-2beb6e944938" #Obtain from the frontend
cas_key="0cb1ab7c3196a6ac3263d24c34f248d7" #Obtain a new key for each new session
data=uu_battery.get_data(file_id, cas_key)
print(data.head(5))
Project details
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 uu_battery-0.1.1.tar.gz.
File metadata
- Download URL: uu_battery-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7dc957b0a765af66a5fc98f7efcba2e8474a0659deeda9e41ae29ec5baddb92
|
|
| MD5 |
70b454613e88981b4b1f38194d956e61
|
|
| BLAKE2b-256 |
29c56a005a287200eb6295c03dcabd1e2d612074d54d88ad21c9e63ae234c711
|
File details
Details for the file uu_battery-0.1.1-py3-none-any.whl.
File metadata
- Download URL: uu_battery-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6dc6fe32901e955169ca63696e2c99bfa49fa8c36ca66a883804001ba5f1727
|
|
| MD5 |
9dc0d5b2303642ed0be9dd081e375ead
|
|
| BLAKE2b-256 |
a049ec5bf1bd9dfd04fb3655dfdf7e31a22ee536ebed68f87575217e9372d499
|