Skip to main content

Utility functions for working with AFIDs data / workflows

Project description

Anatomical Fiducials (AFIDs) Utility Tools

GitHub release version License: MIT CodeCov Tests Documentation Status

The afids-utils package provides common utilities for projects involving anatomical fiducials (AFIDs). For a comprehensive list of available utilities refer to the documentation page.

Installation

afids-utils can be installed using pip:

pip install afids-utils

To also include plotting functionality (this will install matplotlib, plotly, and nilearn):

pip install afids-utils[plotting]

Contributing

afids-utils is an open-source project and contributions are welcome! If you have any bug reports, feature requests, or improvement suggestions, please submit them to the issues page.

To contribute, first click the "fork" button to create your own copy of the repository and then clone the project to your local machine:

git clone https://github.com/your-username/afids-utils.git

Navigate to the location where the directory was cloned and add the upstream repository:

cd afids-utils

git remote add upstream https://github.com/afids/afids-utils.git

Now, git remote -v will show two remote repositories:

  • upstream, referring to the afids repository
  • origin, your personal fork

To the pull the latest changes from the code:

git checkout main
git pull upstream main

To develop and push your contribution to your copy of the repository:

git checkout -b contribution-name
git push origin contribution-name

Once pushed, a pull request can be opened, at which point the contribution will be reviewed by a maintainer of the afids-utils repository.

Poetry

afids-utils depedencies are managed with Poetry - please refer to the Poetry website for installation instructions. Following the installation of Poetry, the development environment can be set up from the local repository location by running the following commands:

poetry install --with dev --all-extras

Poetry uses poethepoet as a task runner. You can see what commands are available by running:

poetry run poe

Tests are performed with pytest and can be run via:

poetry run poe test

Additionally, afids-utils makes use of a number of libraries to lint and format code, which can be invoked by running the following:

poetry run poe setup

This sets up a pre-commit hook, which runs the necessary checks every time a commit is performed. Alternatively, if you don't wish to use the pre-commit hook, you can run the following manually, which performs the same checks:

poetry run poe quality

Please ensure these all pass before making a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

afids_utils-0.2.0.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

afids_utils-0.2.0-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file afids_utils-0.2.0.tar.gz.

File metadata

  • Download URL: afids_utils-0.2.0.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure

File hashes

Hashes for afids_utils-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e6170923d061f21df7b48263f850d73c7785595d3ea6f4f63a2c3a678de341d6
MD5 33ee5c1fd28d519858b9aab183f23bed
BLAKE2b-256 d2d95441ae7345177805a76515686481eaadadbdd90903d04aa335cc61408e43

See more details on using hashes here.

File details

Details for the file afids_utils-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: afids_utils-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure

File hashes

Hashes for afids_utils-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0e9cd0a5dc9c5b023f36205436ceedb349d9893a703e5e1ea92c884d11c708
MD5 7b8d577deea7d0945e84246027b0134d
BLAKE2b-256 2d2c5255c7e1dc682b604642d4354540459b669562c4a1edc7022c24b99d52ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page