Brain Visualizer runtime package for FEAGI (meta-package)
Project description
feagi-bv
Python package that bundles Brain Visualizer binaries with a simple launcher API.
Installation
pip install feagi-bv
This will automatically install the correct platform-specific package for your system:
feagi-bv-linuxon Linuxfeagi-bv-macoson macOSfeagi-bv-windowson Windows
Usage
from feagi_bv import BrainVisualizer
# Create and configure BV launcher
bv = BrainVisualizer()
bv.load_config("feagi_configuration.toml")
# Start BV process
pid = bv.start()
print(f"Brain Visualizer running (PID: {pid})")
Version Mapping
feagi-bv version = BrainVisualizer binary version
pip install feagi-bv==2.0.3
# ↑ Installs BrainVisualizer v2.0.3 binaries
Architecture
This is a meta-package that installs platform-specific binaries:
- feagi-bv-linux: Linux x86_64 binaries (~50-70 MB)
- feagi-bv-macos: macOS universal binaries (~150-200 MB)
- feagi-bv-windows: Windows x86_64 binaries (~50-70 MB)
Only the binaries for your platform are downloaded.
Dependencies
feagi>=2.0.0- Main FEAGI SDKtoml>=0.10.2- Configuration parsing
Links
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 Distributions
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 feagi_bv-2.0.3-py3-none-any.whl.
File metadata
- Download URL: feagi_bv-2.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a03114f2805f02b0ed89bfa31cbf620ddab47fd30119d948cf3d713cbb5f42fc
|
|
| MD5 |
04a4b440195d73e95dcdc0740a5ca664
|
|
| BLAKE2b-256 |
79c93e69781bd7d04d6f897496c78f9dc0423e9f4a785bdbf69af326f29bcc5e
|