Neuroimaging Python wrappers
Project description
⚠️ Important Notice: This is a very early release of
niwrap. We do not recommend usingniwrapin 'production' at this stage unless you are willing to debug, fix, and contribute descriptors.
niwrap
🧠 Python wrappers for neuroimaging command-line tools
🚀 Quick Start
from niwrap import fsl
# Brain extraction using FSL's BET
bet_output = fsl.bet(
infile="input_image.nii.gz",
)
📦 Installation
Install the stable version from PyPI:
pip install niwrap
Or install the development version:
pip install "git+https://github.com/styx-api/niwrap-python.git"
🧰 Supported Tools
| Package | Status | Version | API Coverage |
|---|---|---|---|
| AFNI | Experimental | 24.2.06 |
565/611 (92.5%) |
| ANTs | Experimental | 2.5.3 |
71/113 (62.8%) |
| Connectome Workbench | Experimental | 1.5.0 |
202/202 (100% 🎉) |
| Convert3D | Experimental | 1.1.0 |
4/4 (100% 🎉) |
| FSL | Experimental | 6.0.5 |
245/313 (78.3%) |
| FastSurfer | Experimental | 2.3.3 |
1/1 (100% 🎉) |
| FreeSurfer | Experimental | 7.4.1 |
696/789 (88.2%) |
| Greedy | Experimental | 1.0.1 |
1/1 (100% 🎉) |
| MRTrix3 | Well tested | 3.0.4 |
115/121 (95.0%) |
| MRTrix3Tissue | Well tested | 5.2.8 |
1/1 (100% 🎉) |
| NiftyReg | Experimental | 1.4.0 |
7/7 (100% 🎉) |
| dcm2niix | Experimental | 1.0.20240202 |
1/1 (100% 🎉) |
🛠 Usage Examples
Usage examples and tutorials can be found in the Styx book.
🔧 Development
All code in this package is automatically generated by Styx.
📚 Documentation
For full documentation, visit our docs site.
🤝 Contributing
We welcome contributions! Please see our Contribution Guide for more details.
📄 License
The niwrap Python package, including all wrapper code, is licensed under the MIT License. See the LICENSE file for more details.
⚠️ Important Notice: While niwrap provides convenient Python wrappers, it does not include or distribute the actual neuroimaging tools. Each tool wrapped by niwrap (e.g., FSL, AFNI, ANTs) is subject to its own license. Users of niwrap must ensure they comply with the licenses of the underlying tools they use. The MIT License of niwrap applies only to the wrapper code, not to the tools themselves.
🙋♀️ Getting Help
The Styx book aims to be a starting point for new users.
If you encounter any problems or have any questions, please open an issue on our GitHub repository.
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 niwrap-0.6.1.tar.gz.
File metadata
- Download URL: niwrap-0.6.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b9cbf14b61bd6b2fdea2f16bb2b81a0469ef323993393cc3dfe18356498150b
|
|
| MD5 |
0e54babc7edb8311eacea7d1a7b3e14f
|
|
| BLAKE2b-256 |
5bf6f9284fbb3fd6b88e187155f7813901e0675da138312e709ac1280ca1f7d0
|
File details
Details for the file niwrap-0.6.1-py3-none-any.whl.
File metadata
- Download URL: niwrap-0.6.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dddcdef0c99f94aa8ee27406759fb547cbc71bbff09efc2917497e766f6daa8e
|
|
| MD5 |
8f8a525b1e2ffca19de9d0d7bdf394f7
|
|
| BLAKE2b-256 |
aec4c90a26b3f254a4351aea4460191038b9e97fd1f4dfc24e88cb81f0462a53
|