Skip to main content

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_file(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

uu_battery-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uu_battery-0.1.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file uu_battery-0.1.0.tar.gz.

File metadata

  • Download URL: uu_battery-0.1.0.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

Hashes for uu_battery-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a99d5b5c1f9448f96fd195e02b1e6f29913bc480eb7c78a5d8ff1eda8701fb7c
MD5 7d097b20bbf2af39cebd79bb2e8d9e44
BLAKE2b-256 c1f163380814f72f85136a4ea34d87cd1a49711b754e9df02d4a3bcc62313242

See more details on using hashes here.

File details

Details for the file uu_battery-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: uu_battery-0.1.0-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

Hashes for uu_battery-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f852f8dabbad4835761babced07fbd8ddac7e5537cf0d7f43931b64919483f2
MD5 d04be031e177c82161bc154f21f90aae
BLAKE2b-256 836148dc2fe9576e6d3c6382c2f7ec70e155317eba5e16515f24607851e74504

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page