An infinitely extensible and reusable application framework.
Project description
Himena
himena is an infinitely extensible and reusable applications framework for data
science.
Motivation
There are many GUI applications for data science, and many of them use the "plugin system" to extend their functionality. Even though the plugin system is a good idea, there are plenty of duplicated works in the third-party plugins.
The reason is that plugins cannot extend other plugins. Imagine that you are a plugin developer and making a plugin that extract features from images as a table. To make your plugin more useful, you will need to implement not only the table widget, but filter/sort functions, plotting functions, and I/O functions as well. You will also be sad to find that these functions cannot readily be used in other plugins.
himena is designed so that plugins developers can cooperate with each other. The
table widgets you implemented in your plugin can be used by other plugins that return a
tabular data. The plotting functions you implemented in your plugin can be used from
any table widgets implemented in other plugins.
To join this plugin community, please check out the developer's guide.
Documentation
Tutorial, developer's guide, and API reference are available at the documentation site.
Installation
himena is available on PyPI.
pip install himena -U # minimal dependencies
pip install himena[recommended] -U # ready to use with recommended optional dependencies
Alternatively, you can install the latest version from GitHub.
git clone git+https://github.com/hanjinliu/himena
cd himena
pip install -e .
Start application
Command himena will be available after installation.
himena
Existing Plugins
You can customize himena for your needs by installing plugins. Here's some example plugins:
- himena-image: image processing and analysis
- himena-stats: statistical testing and modeling.
- himena-seaborn: seaborn plotting.
- himena-lmfit: Curve fitting and parameter optimization using lmfit.
- himena-bio: widgets and commands for basic bioinformatics analysis using biopython.
- himena-relion: A modern RELION GUI built on
himena. - napari-himena: Sending data between
napariandhimena.
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 himena-0.1.15.tar.gz.
File metadata
- Download URL: himena-0.1.15.tar.gz
- Upload date:
- Size: 464.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07b295dede74a66417baedfe4c777479949ccdd43352532bc3efbea472a2db58
|
|
| MD5 |
335b5871992b725e0fd77936ba0b6686
|
|
| BLAKE2b-256 |
f1d7df45b740c3de9268ad0053474b60737348c471ded8aeb21bd7f46c715566
|
File details
Details for the file himena-0.1.15-py3-none-any.whl.
File metadata
- Download URL: himena-0.1.15-py3-none-any.whl
- Upload date:
- Size: 606.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c6cd816ef4b6e79b262b41790aff0659bd61c47f87f460f683d7cb0c0628b8
|
|
| MD5 |
7124bf8e4d2411060bd8630f71b8edbc
|
|
| BLAKE2b-256 |
20656e0b38c398d115442af2753edd621a1e04511d9d52bd426fcb5c3fae63cb
|