Skip to main content

Cell Expansion Computer Tracking Software.

Project description

Cellects: Cell Expansion Computer Tracking Software

Description

Cellects is a tracking software for organisms whose shape and size change over time. Cellects’ main strengths are its broad scope of action, automated computation of a variety of geometrical descriptors, easy installation and user-friendly interface.


Quick Start

1. With Cellects_installer.exe (windows)

  • Download Cellects_installer.exe

  • Double-click on the Cellects_installer.exe file to start installation Note 1: Windows may warn you that it's unsafe; that's normal, because we are not a registered developer. Click "More info" and "Run Anyway". Note 2: For the same reason, some antivirus software can prevent installation.

  • To run Cellects, explore the newly created folder to find and execute Cellects.exe


2. Using pip (Mac, Windows or Linux)

  • Install python 3.13

  • Best practice(optional): create and activate a python environment Use a terminal to create the environment:

cd path/toward/an/existing/folder/
python -m venv ./cellects_env

Activation on Windows:

cellects_env\Scripts\activate

Activation on Unix or MacOS:

source cellects_env/bin/activate
  • Installation:
pip install cellects
  • Run Cellects:
Cellects

To uninstall, use:

pip uninstall cellects

Note: creating a python environment avoids compatibilities issues with other python scripts. However, the user have to activate this environment every time before running Cellects.

3. To access the source code (Mac, Windows or Linux)

  • Install python 3.13
  • Install git
  • On Mac: also install brew
  • Choose a place to install Cellects and use a terminal to write:
cd path/toward/an/existing/folder/

Note: The repository will be cloned to that folder; if updating an existing project, use a different folder name and rename it after verifying the new version.

git clone https://github.com/Aurele-B/Cellects.git
cd ./Cellects
pip install --upgrade pip
python -m venv ./cellects_env

On Windows, run:

cellects_env\Scripts\activate

On Unix or MacOS, run:

source cellects_env/bin/activate

Install Cellects dependencies in editable mode:

pip install -e .

Run Cellects:

Cellects

Developer Guide

Run Tests

Cellects uses pytest + pytest-cov.
Install test dependencies:

pip install -e ".[test]"

Run the test suite (with coverage enabled by default via pyproject.toml):

pytest

You can access the coverage report with coverage html and open htmlcov/index.html in your browser.

open htmlcov/index.html        # macOS
xdg-open htmlcov/index.html    # Linux
start htmlcov\index.html       # Windows (PowerShell)

Or explicitly:

pytest --cov=src/cellects --cov-report=term-missing

Build Documentation

Install doc dependencies:

pip install -e ".[doc]"

Serve the docs locally:

mkdocs serve

Open http://127.0.0.1:8000 in your browser.

Create windows executable

When installing Cellects dependencies, do not use editable mode:

python -m venv ./cellects_env
deactivate
cellects_env\Scripts\activate
pip install .
pip install pyinstaller
cd cellects_env/Lib/site-packages/cellects
pyinstaller __main__.py

Then, compress the dist folder into Cellects.zip and us NSIS to generate the installer



Resources

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

cellects-0.1.4.tar.gz (717.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cellects-0.1.4-py3-none-any.whl (688.4 kB view details)

Uploaded Python 3

File details

Details for the file cellects-0.1.4.tar.gz.

File metadata

  • Download URL: cellects-0.1.4.tar.gz
  • Upload date:
  • Size: 717.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cellects-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6e264705a5facf07aff02bbfa1e0af74120597f8c771606d468bc4af349e35f8
MD5 862b26394e56ef63aa4d2063ecc2d29f
BLAKE2b-256 b3ce7a58e98d506c42f9b521f42dfe7393257a8d193e72ecedbe35643f98b9d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cellects-0.1.4.tar.gz:

Publisher: release.yml on Aurele-B/Cellects

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cellects-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: cellects-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 688.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cellects-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 668652cb5395bdea906600b9be6e7359b99c74ccfe618c536449f6fdce81755b
MD5 606ab76793f8cf54fc03fad7aa64cb23
BLAKE2b-256 bb519c601d0f8ff2e00086e2f245868c3684b756f60723e2074975d7b3c9ae59

See more details on using hashes here.

Provenance

The following attestation bundles were made for cellects-0.1.4-py3-none-any.whl:

Publisher: release.yml on Aurele-B/Cellects

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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