معرفی شرکت ها


connPFM-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل connPFM-0.0.2
نام connPFM
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده SPiN-Lab developers
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/SPiN-Lab/connPFM
آدرس اینترنتی https://pypi.org/project/connPFM/
مجوز LGPL 2.1
# connPFM A template repo to use for new repositories. [![Latest Version](https://img.shields.io/pypi/v/connPFM.svg)](https://pypi.python.org/pypi/connPFM/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/connPFM.svg)](https://pypi.python.org/pypi/connPFM/) [![DOI](https://zenodo.org/badge/111111.svg)](https://zenodo.org/badge/latestdoi/111111) [![License](https://img.shields.io/badge/License-LGPL%202.1-blue.svg)](https://opensource.org/licenses/LGPL-2.1) [![CircleCI](https://circleci.com/gh/SPiN-Lab/connPFM.svg?style=shield)](https://circleci.com/gh/SPiN-Lab/connPFM) [![Documentation Status](https://readthedocs.org/projects/connPFM/badge/?version=latest)](http://connPFM.readthedocs.io/en/latest/?badge=latest) [![Codecov](https://codecov.io/gh/SPiN-Lab/connPFM/branch/main/graph/badge.svg)](https://codecov.io/gh/SPiN-Lab/connPFM) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![DOI](https://zenodo.org/badge/413858406.svg)](https://zenodo.org/badge/latestdoi/413858406) ## Installation ``` git clone https://github.com/SPiN-Lab/connPFM.git cd connPFM pip3 install -e .[all] ``` ## Instructions 1. Replace `connPFM` with the new repo name across the whole repository. 1. Enable the GitHub repository on Zenodo. 1. Set up the GitHub repository on CircleCI. 1. Set up the GitHub repository on ReadTheDocs. 1. Make the first release on GitHub. - The PyPi deployment Action will fail. 1. Deploy to PyPi (instructions below based on [this page](https://realpython.com/pypi-publish-python-package/#publishing-to-pypi)): 1. `pip install twine` 1. `python setup.py sdist bdist_wheel` 1. Upload to TestPyPi: 1. `twine upload --repository-url https://test.pypi.org/legacy/ dist/*` 1. Enter TestPyPi username 1. Enter TestPyPi password 1. Upload to PyPi (if TestPyPi worked): 1. `twine upload dist/*` 1. Enter PyPi username 1. Enter PyPi password 1. Future GitHub releases should now deploy to PyPi via the Action without issue. 1. Update the Zenodo badge now that there's a real release. - You must do this _after_ deploying to PyPi because any new commits after the first release will change the versioneer-managed version string. 1. Add all important CI steps to the branch protection rules for the `main` branch. 1. Add Integrations for the following: - AllContributors - Welcome - CodeCov - circleci-artifacts-redirector - Release Drafter? Not sure if the Action can suitably replace the Integration. ## Information about this configuration ### Continuous integration via CircleCI The default configuration uses CircleCI and make to manage testing. After tests are run, code coverage information is pushed to CodeCov. CircleCI will also build the documentation as part of CI, and an artifact redirector (`circleci-artifacts-redirector`) is necessary to view the rendered documentation from each PR easily. ### Versioning with versioneer Versioneer is used to automatically track and update version strings. ### Linting with flake8, black, and isort flake8, black, and isort are used to manage code style. ### Reference management with duecredit duecredit is used to build reference lists for the codebase. duecredit is included as a required dependency. ### Documentation with Sphinx and ReadTheDocs The package documentation is built with Sphinx and we assume that the documentation will be hosted by ReadTheDocs. ### Deployment to PyPi The package is designed to be pip installable and hosted on PyPi. New releases are pushed to PyPi automatically via a GitHub Action.


نیازمندی

مقدار نام
- duecredit
- joblib
- matplotlib
- nibabel
>=0.8 nilearn
>=1.15 numpy
>=1.3.3 scipy
- sklearn
- PyWavelets
- versioneer
>=1.5.3 sphinx
>=3.7 flake8
- pytest
<5.0 coverage
- sphinx-rtd-theme
- flake8-isort
- pytest-cov
- codecov
- flake8-black
- versioneer
>=1.5.3 sphinx
- sphinx-rtd-theme
- codecov
<5.0 coverage
>=3.7 flake8
- flake8-black
- flake8-isort
- pytest
- pytest-cov


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl connPFM-0.0.2:

    pip install connPFM-0.0.2.whl


نصب پکیج tar.gz connPFM-0.0.2:

    pip install connPFM-0.0.2.tar.gz