FURY - Free Unified Rendering in Python
FURY is a software library for scientific visualization in Python
Website and Documentation: https://fury.gl
Mailing list: https://mail.python.org/mailman3/lists/fury.python.org
Official source code repo: https://github.com/fury-gl/fury.git
Download releases: https://pypi.org/project/fury/
Issue tracker: https://github.com/fury-gl/fury/issues
Free software: 3-clause BSD license
Dependencies
FURY requires:
Numpy (>=1.7.1)
Vtk (>=8.1.0)
Scipy (>=0.9)
Installation
pip install fury
Development
1. Installation from source
Step 1. Get the latest source by cloning this repo:
git clone https://github.com/fury-gl/fury.git
Step 2. Install requirements:
pip install -r requirements/default.txt
Step 3. Install fury via:
pip install .
or:
pip install -e .
Step 4: Enjoy!
For more information, see also installation page on fury.gl
2. Testing
After installation, you can install test suite requirements:
pip install -r requirements/test.txt
And to launch test suite:
pytest -svv fury
Contribute
We love contributions!
You’ve discovered a bug or something else you want to change - excellent! Create an issue!
You’ve worked out a way to fix it – even better! Submit a Pull Request!
Start with the contributing guide!
Release files for fury 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fury-0.3.0.tar.gz | 163.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fury-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 310.9 kB
Release files / fury-0.3.0.tar.gz
| Download URL | fury-0.3.0.tar.gz |
|---|---|
| Size | 163.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad0eff6921823b8e261c5e4c7339c549b12f9bc6cc05ab4a51aae899ac067ca6
|
|
BLAKE2b-256 checksum How to use checksums |
02b8766aa38a4cb938c96fbe463c3a4f02bd6b44d7a85213325a5ada65981a9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.9
|
Release files / fury-0.3.0-py3-none-any.whl
| Download URL | fury-0.3.0-py3-none-any.whl |
|---|---|
| Size | 147.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4d404cc31e6b4cd18b4e4d93438887a0a0283f40e8aec80d3075bf44f8fd9cde
|
|
BLAKE2b-256 checksum How to use checksums |
652814fe94c26e947f650222f076f57b607148cbf0bb2c303324ce13a8b87bdc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.9
|