A library for interacting with the HABS BrainOS API.
Project description
HABSlib
A Python library for interacting with the HABS BrainOS API, to manage EEG recordings, handling complexities like encryption, authentication, and more, so you can focus on building your application.
Installation
You can install habslib using pip:
pip install HABSlib
Usage
Here’s a quick example to get you started:
import HABSlib as hb
###############
# Security handshake
hb.handshake(base_url="http://0.0.0.0")
###############
# Set user/subject (if the user already exists it should not creat one)
user_id = hb.set_user("Domenico", "Guarino", "domenico@habs.ai", 50, 89, "M")
###############
# Get user data by id
user_data = hb.get_user_by_id(user_id)
print(user_data)
# ###############
# Simple sending data
session_id = hb.acquire_send_raw(
user_id=user_id,
date=datetime.today().strftime('%Y-%m-%d'),
board="SYNTHETIC",
stream_duration=20,
buffer_duration=5
)
print("this session:", session_id)
Contributing
We welcome contributions! Please see our CONTRIBUTING.md for more details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
If you have any questions or need support, please open an issue on GitHub or contact dev@habs.ai.
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 habslib-0.1.31.tar.gz.
File metadata
- Download URL: habslib-0.1.31.tar.gz
- Upload date:
- Size: 74.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d7a900feb4390abdef1d28a22c0a8a46d6a4628c5599cb6cdebdf0b4cbcc185
|
|
| MD5 |
518d80ea0c459021e5db13e6e46c41b5
|
|
| BLAKE2b-256 |
aa269ef2e2833ee6aef7f7d0b17b355b268b6c1b2f3d8ce4a980f164c17689f9
|
File details
Details for the file HABSlib-0.1.31-py3-none-any.whl.
File metadata
- Download URL: HABSlib-0.1.31-py3-none-any.whl
- Upload date:
- Size: 78.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed93835e5331d58019c3199144bf876f66ab57b2648433ca0cdd0abe6a6f8955
|
|
| MD5 |
5254e72a758c5e85a7dab55867b8ab25
|
|
| BLAKE2b-256 |
ac08a6f62151b750efdae82c29b0bb3b91cca79494b675ed3cc7d23cea935280
|