epitools


Nameepitools JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://www.ucl.ac.uk/lmcb/users/yanlan-mao
SummaryQuantifying 2D cell shape and epithelial tissue dynamics
upload_time2023-08-15 11:18:17
maintainer
docs_urlNone
authorYanlan Mao
requires_python>=3.9
licenseBSD 3-Clause Licence Copyright (c) 2022-2023, EpiTools Developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords biology cell mechanics shape tissue topology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Licence](https://img.shields.io/pypi/l/epitools.svg?color=green)](https://raw.githubusercontent.com/epitools/epitools/main/LICENCE.md)
[![PyPI](https://img.shields.io/pypi/v/epitools.svg?color=green)](https://pypi.org/project/epitools)
[![Python Version](https://img.shields.io/pypi/pyversions/epitools.svg?color=green)](https://python.org)
[![tests](https://github.com/epitools/epitools/actions/workflows/test.yml/badge.svg)](https://github.com/epitools/epitools/actions/workflows/test.yml)
[![Documentation](https://readthedocs.org/projects/epitools/badge/?version=latest)](https://epitools.readthedocs.io/en/latest/?badge=latest)
[![coverage](https://coveralls.io/repos/github/epitools/epitools/badge.svg?branch=main)](https://coveralls.io/github/epitools/epitools?branch=main)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/epitools)](https://napari-hub.org/plugins/epitools)

# Welcome to EpiTools!

EpiTools is a Python package and associated [napari](https://napari.org/stable/) plugin to extract the membrane signal from epithelial tissues and analyze it with the aid of computer vision.

The development of EpiTools was inspired by the challenges in analyzing time-lapses of growing Drosophila imaginal discs.

The folded morphology, the very small apical cell surfaces and the long time series required a new automated cell recognition to accurately study growth dynamics.

## Installation

First, install [napari](https://napari.org/index.html#installation).

The recommended way to install `EpiTools` is via
[pip](https://pypi.org/project/pip)

```sh
python -m pip install epitools
```

To install the latest development version of `EpiTools` clone this repository
and run

```sh
python -m pip install -e .
```

If working on Apple Silicon make sure to also install the following package from
[conda-forge](https://conda-forge.org).

```sh
conda install -c conda-forge pyqt
```

### Recommended Companion Napari Plugins

To also install the recommended plugins for the `EpiTools` workflow run

```sh
python -m pip install epitools[wf]
```

and

```sh
python -m pip install -e .[wf]
```

When installing with Apple Mac OS X terminal, you might need to add '"' to [wf] as in:

```sh
python -m pip install -e ."[wf]"
```

If working on Apple Silicon make sure to also install the following package from
[conda-forge](https://conda-forge.org)

```sh
conda install -c conda-forge cvxopt
```

which is required for [btrack](https://github.com/quantumjot/btrack).

## Issues

If you encounter any problems, please
[file an issue](https://github.com/epitools/epitools/issues) along with a
detailed description.

## Contributing

Contributions are very welcome. Tests can be run with [tox](https://tox.wiki),
please ensure the coverage at least stays the same before you submit a pull request.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.ucl.ac.uk/lmcb/users/yanlan-mao",
    "name": "epitools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "biology,cell,mechanics,shape,tissue,topology",
    "author": "Yanlan Mao",
    "author_email": "\"Daniel R. Matthews\" <d.matthews@ucl.ac.uk>, Giulia Paci <g.paci@ucl.ac.uk>, Pablo Vicente Munuera <p.munuera@ucl.ac.uk>, \"Patrick J. Roddy\" <patrick.roddy@ucl.ac.uk>, \"Paul J. Smith\" <paul.j.smith@ucl.ac.uk>, Yanlan Mao <y.mao@ucl.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/c9/f8/2812d1a255f72774d5daaf713fb243fe29896f69972233616ef6891707ae/epitools-0.0.12.tar.gz",
    "platform": null,
    "description": "[![Licence](https://img.shields.io/pypi/l/epitools.svg?color=green)](https://raw.githubusercontent.com/epitools/epitools/main/LICENCE.md)\n[![PyPI](https://img.shields.io/pypi/v/epitools.svg?color=green)](https://pypi.org/project/epitools)\n[![Python Version](https://img.shields.io/pypi/pyversions/epitools.svg?color=green)](https://python.org)\n[![tests](https://github.com/epitools/epitools/actions/workflows/test.yml/badge.svg)](https://github.com/epitools/epitools/actions/workflows/test.yml)\n[![Documentation](https://readthedocs.org/projects/epitools/badge/?version=latest)](https://epitools.readthedocs.io/en/latest/?badge=latest)\n[![coverage](https://coveralls.io/repos/github/epitools/epitools/badge.svg?branch=main)](https://coveralls.io/github/epitools/epitools?branch=main)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/epitools)](https://napari-hub.org/plugins/epitools)\n\n# Welcome to EpiTools!\n\nEpiTools is a Python package and associated [napari](https://napari.org/stable/) plugin to extract the membrane signal from epithelial tissues and analyze it with the aid of computer vision.\n\nThe development of EpiTools was inspired by the challenges in analyzing time-lapses of growing Drosophila imaginal discs.\n\nThe folded morphology, the very small apical cell surfaces and the long time series required a new automated cell recognition to accurately study growth dynamics.\n\n## Installation\n\nFirst, install [napari](https://napari.org/index.html#installation).\n\nThe recommended way to install `EpiTools` is via\n[pip](https://pypi.org/project/pip)\n\n```sh\npython -m pip install epitools\n```\n\nTo install the latest development version of `EpiTools` clone this repository\nand run\n\n```sh\npython -m pip install -e .\n```\n\nIf working on Apple Silicon make sure to also install the following package from\n[conda-forge](https://conda-forge.org).\n\n```sh\nconda install -c conda-forge pyqt\n```\n\n### Recommended Companion Napari Plugins\n\nTo also install the recommended plugins for the `EpiTools` workflow run\n\n```sh\npython -m pip install epitools[wf]\n```\n\nand\n\n```sh\npython -m pip install -e .[wf]\n```\n\nWhen installing with Apple Mac OS X terminal, you might need to add '\"' to [wf] as in:\n\n```sh\npython -m pip install -e .\"[wf]\"\n```\n\nIf working on Apple Silicon make sure to also install the following package from\n[conda-forge](https://conda-forge.org)\n\n```sh\nconda install -c conda-forge cvxopt\n```\n\nwhich is required for [btrack](https://github.com/quantumjot/btrack).\n\n## Issues\n\nIf you encounter any problems, please\n[file an issue](https://github.com/epitools/epitools/issues) along with a\ndetailed description.\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox](https://tox.wiki),\nplease ensure the coverage at least stays the same before you submit a pull request.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause Licence  Copyright (c) 2022-2023, EpiTools Developers All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Quantifying 2D cell shape and epithelial tissue dynamics",
    "version": "0.0.12",
    "project_urls": {
        "Code": "https://github.com/epitools/epitools",
        "Download": "https://pypi.org/project/epitools",
        "Homepage": "https://github.com/epitools/epitools",
        "Issues": "https://github.com/epitools/epitools/issues"
    },
    "split_keywords": [
        "biology",
        "cell",
        "mechanics",
        "shape",
        "tissue",
        "topology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91c9bcb890908bd1cbc306725b3fc74e4baf97a64496575b3b4da11115d97089",
                "md5": "558c8ed53411ded8014136b00aed4d6a",
                "sha256": "9b1afcc2cef15d9388c93bb0421aca3cf1eedabeea3e2ec8d5bcc3dd45613206"
            },
            "downloads": -1,
            "filename": "epitools-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "558c8ed53411ded8014136b00aed4d6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 388775,
            "upload_time": "2023-08-15T11:18:15",
            "upload_time_iso_8601": "2023-08-15T11:18:15.352289Z",
            "url": "https://files.pythonhosted.org/packages/91/c9/bcb890908bd1cbc306725b3fc74e4baf97a64496575b3b4da11115d97089/epitools-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9f82812d1a255f72774d5daaf713fb243fe29896f69972233616ef6891707ae",
                "md5": "3907346a36e92f83f26e1a6971e15528",
                "sha256": "cae74fded34d12543459732d873dc144086c8528c150552d06577839737c30c8"
            },
            "downloads": -1,
            "filename": "epitools-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "3907346a36e92f83f26e1a6971e15528",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16030958,
            "upload_time": "2023-08-15T11:18:17",
            "upload_time_iso_8601": "2023-08-15T11:18:17.428716Z",
            "url": "https://files.pythonhosted.org/packages/c9/f8/2812d1a255f72774d5daaf713fb243fe29896f69972233616ef6891707ae/epitools-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 11:18:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epitools",
    "github_project": "epitools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "epitools"
}
        
Elapsed time: 0.10744s