populse-mia


Namepopulse-mia JSON
Version 2.5.2 PyPI version JSON
download
home_pagehttp://populse.github.io/populse_mia
Summarypopulse_mia
upload_time2024-01-12 16:07:20
maintainer
docs_urlNone
authorPopulse team
requires_python>=3.9
licenseCeCILL-B
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center" >
	<img src="https://github.com/populse/populse_mia/blob/master/populse_mia/sources_images/Logo_populse_mia_HR.jpeg" alt="populse_mia logo" height="220" width="300">
</p>

[//]: [![](https://travis-ci.com/populse/populse_mia.svg?branch=master)](https://app.travis-ci.com/github/populse/populse_mia)
[![Build status](https://ci.appveyor.com/api/projects/status/2km9ddxkpfkgra7v/branch/master?svg=true)](https://ci.appveyor.com/project/populse/populse-mia/branch/master)
[![codecov](https://codecov.io/gh/populse/populse_mia/branch/master/graph/badge.svg?token=40NTt0KVVV)](https://codecov.io/gh/populse/populse_mia)
[![](https://img.shields.io/badge/license-CeCILL-blue.svg)](https://github.com/populse/populse_mia/blob/master/LICENSE)
[![](https://img.shields.io/pypi/v/populse_mia.svg)](https://pypi.org/project/populse-mia/)
[![](https://img.shields.io/pypi/status/populse_mia.svg)](https://pypi.org/project/populse-mia/)
[![](https://img.shields.io/badge/python-3.9%2C%203.10%2C%203.11-yellow.svg)](#)
[![](https://img.shields.io/badge/platform-Linux%2C%20OSX%2C%20Windows-orange.svg)](#)

# Documentation

[The documentation is available on populse_mia's website here](https://populse.github.io/populse_mia)

# Installation

* From PyPI, [for users](https://populse.github.io/populse_mia/html/installation/user_installation.html)

* By cloning the package, [for developers](https://populse.github.io/populse_mia/html/installation/developer_installation.html)

* From source, [to use the latest version of populse_mia](https://populse.github.io/populse_mia/html/installation/from_source_installation.html)

* [Third-party software](https://populse.github.io/populse_mia/html/installation/3rd-party_installations.html)

# Usage

  * After an [installation in user mode](https://populse.github.io/populse_mia/html/installation/user_installation.html):

        python3 -m populse_mia

  * After an [installation in developer mode](https://populse.github.io/populse_mia/html/installation/developer_installation.html), interprets the main.py file from the source code directory:

        cd [populse_install_dir]/populse_mia/populse_mia
        python3 main.py

  * Depending on the operating system used, it was observed some compatibility issues with PyQt5/SIP. In this case, we recommend, as a first attempt, to do:

        python3 -m pip install --force-reinstall pyqt5==5.14.0
        python3 -m pip install --force-reinstall PyQt5-sip==5.0.1

  * A minimal data set (~500 MB, zip file with Bruker, Philips and NIfTI data) can be downloaded [here](https://gricad-gitlab.univ-grenoble-alpes.fr/condamie/miadatausers/-/archive/main/miadatausers-main.zip) to allow users to quickly start using and testing Mia.

# Contributing to the project

If you'd like to contribute to the project please read our [developer documentation page](https://populse.github.io/populse_mia/html/documentation/developer_documentation.html). Please also read through [our code of conduct](https://github.com/populse/populse_mia/blob/master/CODE_OF_CONDUCT.md).

# Tests

* Unit tests written thanks to the python module unittest
* Continuous integration made with Travis (Linux, OSX), and AppVeyor (Windows)
* Code coverage calculated by the python module codecov
* The module is ensured to work with Python >= 3.6
* The module is ensured to work on the platforms Linux, OSX and Windows
* The script of tests is populse_mia/test.py, so the following command launches the tests:

      python3 populse_mia/test.py (from populse_mia root folder, for example [populse_install_dir]/populse_mia)

# Requirements

* capsul >= 2.5.0, < 3.0.0
* cryptography
* matplotlib
* mia-processes >= 2.5.0, < 3.0.0
* nibabel
* nipype
* pillow
* populse-db >= 2.5.0, < 3.0.0
* pre-commit
* pyqt5
* python-dateutil
* pyyaml
* scikit-image
* scipy
* snakeviz
* soma-base >= 5.2.0, < 6.0.0
* soma-workflow >= 3.2.2
* six >= 1.13
* traits

# Other packages used

* sphinx
* unittest

# License

* The whole populse project is open source
* Populse_mia is precisely released under the CeCILL software license
* All license details can be found [here](http://cecill.info/licences/Licence_CeCILL_V2.1-en.html), or refer to the license file [here](https://github.com/populse/populse_mia/blob/master/LICENSE).

# Support and Communication

All bugs, concerns and enhancement requests for populse_mia can be submitted [here](https://github.com/populse/populse_mia/issues).

The developer team can even be contacted using populse-support@univ-grenoble-alpes.fr.

            

Raw data

            {
    "_id": null,
    "home_page": "http://populse.github.io/populse_mia",
    "name": "populse-mia",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Populse team",
    "author_email": "Populse team <populse-support@univ-grenoble-alpes.fr>",
    "download_url": "https://files.pythonhosted.org/packages/ea/d5/bc81b46328ab963b1c1951f3ed616c591c7604e20e3e259d8b101119e0b7/populse_mia-2.5.2.tar.gz",
    "platform": "OS Independent",
    "description": "<p align=\"center\" >\n\t<img src=\"https://github.com/populse/populse_mia/blob/master/populse_mia/sources_images/Logo_populse_mia_HR.jpeg\" alt=\"populse_mia logo\" height=\"220\" width=\"300\">\n</p>\n\n[//]: [![](https://travis-ci.com/populse/populse_mia.svg?branch=master)](https://app.travis-ci.com/github/populse/populse_mia)\n[![Build status](https://ci.appveyor.com/api/projects/status/2km9ddxkpfkgra7v/branch/master?svg=true)](https://ci.appveyor.com/project/populse/populse-mia/branch/master)\n[![codecov](https://codecov.io/gh/populse/populse_mia/branch/master/graph/badge.svg?token=40NTt0KVVV)](https://codecov.io/gh/populse/populse_mia)\n[![](https://img.shields.io/badge/license-CeCILL-blue.svg)](https://github.com/populse/populse_mia/blob/master/LICENSE)\n[![](https://img.shields.io/pypi/v/populse_mia.svg)](https://pypi.org/project/populse-mia/)\n[![](https://img.shields.io/pypi/status/populse_mia.svg)](https://pypi.org/project/populse-mia/)\n[![](https://img.shields.io/badge/python-3.9%2C%203.10%2C%203.11-yellow.svg)](#)\n[![](https://img.shields.io/badge/platform-Linux%2C%20OSX%2C%20Windows-orange.svg)](#)\n\n# Documentation\n\n[The documentation is available on populse_mia's website here](https://populse.github.io/populse_mia)\n\n# Installation\n\n* From PyPI, [for users](https://populse.github.io/populse_mia/html/installation/user_installation.html)\n\n* By cloning the package, [for developers](https://populse.github.io/populse_mia/html/installation/developer_installation.html)\n\n* From source, [to use the latest version of populse_mia](https://populse.github.io/populse_mia/html/installation/from_source_installation.html)\n\n* [Third-party software](https://populse.github.io/populse_mia/html/installation/3rd-party_installations.html)\n\n# Usage\n\n  * After an [installation in user mode](https://populse.github.io/populse_mia/html/installation/user_installation.html):\n\n        python3 -m populse_mia\n\n  * After an [installation in developer mode](https://populse.github.io/populse_mia/html/installation/developer_installation.html), interprets the main.py file from the source code directory:\n\n        cd [populse_install_dir]/populse_mia/populse_mia\n        python3 main.py\n\n  * Depending on the operating system used, it was observed some compatibility issues with PyQt5/SIP. In this case, we recommend, as a first attempt, to do:\n\n        python3 -m pip install --force-reinstall pyqt5==5.14.0\n        python3 -m pip install --force-reinstall PyQt5-sip==5.0.1\n\n  * A minimal data set (~500 MB, zip file with Bruker, Philips and NIfTI data) can be downloaded [here](https://gricad-gitlab.univ-grenoble-alpes.fr/condamie/miadatausers/-/archive/main/miadatausers-main.zip) to allow users to quickly start using and testing Mia.\n\n# Contributing to the project\n\nIf you'd like to contribute to the project please read our [developer documentation page](https://populse.github.io/populse_mia/html/documentation/developer_documentation.html). Please also read through [our code of conduct](https://github.com/populse/populse_mia/blob/master/CODE_OF_CONDUCT.md).\n\n# Tests\n\n* Unit tests written thanks to the python module unittest\n* Continuous integration made with Travis (Linux, OSX), and AppVeyor (Windows)\n* Code coverage calculated by the python module codecov\n* The module is ensured to work with Python >= 3.6\n* The module is ensured to work on the platforms Linux, OSX and Windows\n* The script of tests is populse_mia/test.py, so the following command launches the tests:\n\n      python3 populse_mia/test.py (from populse_mia root folder, for example [populse_install_dir]/populse_mia)\n\n# Requirements\n\n* capsul >= 2.5.0, < 3.0.0\n* cryptography\n* matplotlib\n* mia-processes >= 2.5.0, < 3.0.0\n* nibabel\n* nipype\n* pillow\n* populse-db >= 2.5.0, < 3.0.0\n* pre-commit\n* pyqt5\n* python-dateutil\n* pyyaml\n* scikit-image\n* scipy\n* snakeviz\n* soma-base >= 5.2.0, < 6.0.0\n* soma-workflow >= 3.2.2\n* six >= 1.13\n* traits\n\n# Other packages used\n\n* sphinx\n* unittest\n\n# License\n\n* The whole populse project is open source\n* Populse_mia is precisely released under the CeCILL software license\n* All license details can be found [here](http://cecill.info/licences/Licence_CeCILL_V2.1-en.html), or refer to the license file [here](https://github.com/populse/populse_mia/blob/master/LICENSE).\n\n# Support and Communication\n\nAll bugs, concerns and enhancement requests for populse_mia can be submitted [here](https://github.com/populse/populse_mia/issues).\n\nThe developer team can even be contacted using populse-support@univ-grenoble-alpes.fr.\n",
    "bugtrack_url": null,
    "license": "CeCILL-B",
    "summary": "populse_mia",
    "version": "2.5.2",
    "project_urls": {
        "Homepage": "http://populse.github.io/populse_mia",
        "homepage": "http://populse.github.io/populse_mia/",
        "repository": "https://github.com/populse/populse_mia"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e62077a51f567bc725e11490141bc087ae1dc5441946d008ddf1c1d49a195d5",
                "md5": "e9b3d23399cb842f959627fae94aad77",
                "sha256": "81d37812cc70b823a2e39d583de90baf7a4d32a5c38345b30698d87901a2b982"
            },
            "downloads": -1,
            "filename": "populse_mia-2.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9b3d23399cb842f959627fae94aad77",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4454111,
            "upload_time": "2024-01-12T16:07:14",
            "upload_time_iso_8601": "2024-01-12T16:07:14.676420Z",
            "url": "https://files.pythonhosted.org/packages/0e/62/077a51f567bc725e11490141bc087ae1dc5441946d008ddf1c1d49a195d5/populse_mia-2.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ead5bc81b46328ab963b1c1951f3ed616c591c7604e20e3e259d8b101119e0b7",
                "md5": "020b29c62f8fd8809b789eed83febbe9",
                "sha256": "7dfd390df796594764925c53d6193c12edf952b87ba956f6da6b3705573a9341"
            },
            "downloads": -1,
            "filename": "populse_mia-2.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "020b29c62f8fd8809b789eed83febbe9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 32869510,
            "upload_time": "2024-01-12T16:07:20",
            "upload_time_iso_8601": "2024-01-12T16:07:20.878505Z",
            "url": "https://files.pythonhosted.org/packages/ea/d5/bc81b46328ab963b1c1951f3ed616c591c7604e20e3e259d8b101119e0b7/populse_mia-2.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-12 16:07:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "populse",
    "github_project": "populse_mia",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "populse-mia"
}
        
Elapsed time: 0.16086s