pilab-regis


Namepilab-regis JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryImplementation of regis
upload_time2023-09-19 09:08:40
maintainer
docs_urlNone
author
requires_python
licenseGNU General Public License v3.0
keywords registration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Registration Operations

Welcome to the Registration Operations's Github repository! 

[![PyPI](https://img.shields.io/pypi/v/pilab_regis?label=pypi%20package)](https://pypi.org/project/pilab_regis/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pilab_regis)](https://pypi.org/project/pilab_regis/)

## Description

This package contains helpful functions enabling an easier use of registration functions.


## Installing & importing

### Online install

The BinaMa package is available through ```pip install``` under the name ```pilab-regis```. Note that the online version might not always be up to date with the latest changes.

```
pip install pilab-regis
```
To upgrade the current version : ```pip install pilab-regis --upgrade```.

To install a specific version of the package use
```
pip install pilab-regis==0.0.1
```
All available versions are listed in [PyPI](https://pypi.org/project/pilab-regis/). The package names follow the rules of [semantic versioning](https://semver.org/).

### Local install

If you want to download the latest version directly from GitHub, you can clone this repository
```
git clone https://github.com/PiLAB-Medical-Imaging/registration
```
For a more frequent use of the library, you may wish to permanently add the package to your current Python environment. Navigate to the folder where this repository was cloned or downloaded (the folder containing the ```setup.py``` file) and install the package as follows
```
cd registration
pip install .
```

If you have an existing install, and want to ensure package and dependencies are updated use --upgrade
```
pip install --upgrade .
```
### Importing
At the top of your Python scripts, import the library as
```
import regis.core as rg
```

### Checking current version installed

The version of the TIME package installed can be displayed by typing the following command in your python environment
```
regis.__version__
``` 

### Uninstalling
```
pip uninstall pilab-regis
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pilab-regis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "registration",
    "author": "",
    "author_email": "Nicolas Delinte <nicolas.delinte@uclouvain.be>",
    "download_url": "https://files.pythonhosted.org/packages/b7/45/f5c287608b1dd169cc5358c60f1ba7e3b6b5c51e521868b66f3410bf00e3/pilab-regis-0.0.7.tar.gz",
    "platform": null,
    "description": "# Registration Operations\r\n\r\nWelcome to the Registration Operations's Github repository! \r\n\r\n[![PyPI](https://img.shields.io/pypi/v/pilab_regis?label=pypi%20package)](https://pypi.org/project/pilab_regis/)\r\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/pilab_regis)](https://pypi.org/project/pilab_regis/)\r\n\r\n## Description\r\n\r\nThis package contains helpful functions enabling an easier use of registration functions.\r\n\r\n\r\n## Installing & importing\r\n\r\n### Online install\r\n\r\nThe BinaMa package is available through ```pip install``` under the name ```pilab-regis```. Note that the online version might not always be up to date with the latest changes.\r\n\r\n```\r\npip install pilab-regis\r\n```\r\nTo upgrade the current version : ```pip install pilab-regis --upgrade```.\r\n\r\nTo install a specific version of the package use\r\n```\r\npip install pilab-regis==0.0.1\r\n```\r\nAll available versions are listed in [PyPI](https://pypi.org/project/pilab-regis/). The package names follow the rules of [semantic versioning](https://semver.org/).\r\n\r\n### Local install\r\n\r\nIf you want to download the latest version directly from GitHub, you can clone this repository\r\n```\r\ngit clone https://github.com/PiLAB-Medical-Imaging/registration\r\n```\r\nFor a more frequent use of the library, you may wish to permanently add the package to your current Python environment. Navigate to the folder where this repository was cloned or downloaded (the folder containing the ```setup.py``` file) and install the package as follows\r\n```\r\ncd registration\r\npip install .\r\n```\r\n\r\nIf you have an existing install, and want to ensure package and dependencies are updated use --upgrade\r\n```\r\npip install --upgrade .\r\n```\r\n### Importing\r\nAt the top of your Python scripts, import the library as\r\n```\r\nimport regis.core as rg\r\n```\r\n\r\n### Checking current version installed\r\n\r\nThe version of the TIME package installed can be displayed by typing the following command in your python environment\r\n```\r\nregis.__version__\r\n``` \r\n\r\n### Uninstalling\r\n```\r\npip uninstall pilab-regis\r\n```\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "Implementation of regis",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "registration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f2b0d02a64d959d61ea964442f27fc65a082f1592eaa68b8e2c2c9df4d1fa32",
                "md5": "d73c7fc86139a93684a17ddae6ecb806",
                "sha256": "89c3639d7bc598f4a5789043f04b257d7e41833cd977820e96257d432f170fd9"
            },
            "downloads": -1,
            "filename": "pilab_regis-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d73c7fc86139a93684a17ddae6ecb806",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4527,
            "upload_time": "2023-09-19T09:08:37",
            "upload_time_iso_8601": "2023-09-19T09:08:37.778163Z",
            "url": "https://files.pythonhosted.org/packages/5f/2b/0d02a64d959d61ea964442f27fc65a082f1592eaa68b8e2c2c9df4d1fa32/pilab_regis-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b745f5c287608b1dd169cc5358c60f1ba7e3b6b5c51e521868b66f3410bf00e3",
                "md5": "e937bd17d8bb5a6fe821d819ddfeffac",
                "sha256": "7bd22d6196ef0597e99480b4e031abdd7f19d995e5bc148675daf92b62f44967"
            },
            "downloads": -1,
            "filename": "pilab-regis-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e937bd17d8bb5a6fe821d819ddfeffac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4429,
            "upload_time": "2023-09-19T09:08:40",
            "upload_time_iso_8601": "2023-09-19T09:08:40.535679Z",
            "url": "https://files.pythonhosted.org/packages/b7/45/f5c287608b1dd169cc5358c60f1ba7e3b6b5c51e521868b66f3410bf00e3/pilab-regis-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 09:08:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pilab-regis"
}
        
Elapsed time: 0.12120s