Skip to main content

PartSeg is python GUI for bio imaging analysis especially nucleus analysis,

Project description

PartSeg

Travis Build Status Tests PyPI version Documentation Status Azure Pipelines Build Status DOI Total alerts Language grade: Python Codacy Badge Requirements Status Code Style

PartSeg is gui and library for segmentation algorithms.

This application is designed to help biologist with segmentation based on threshold and connected components

interface

Tutorials

  • Tutorial: Chromosome 1 (as gui) link
  • Data for chromosome 1 tutorial link
  • Tutorial: Different neuron types (as library) link

Installing

  • From binaries:

    • Windows (build on Windows 10)
    • Linux (build on Ubuntu 18.04)
    • MacOS (build on MacOS Mojave)
  • With pip (on linux you need to install numpy and cython earlier)

    • From pypi: pip install PartSeg[pyqt]
    • From repository: pip install git+https://github.com/4DNucleome/PartSeg.git

Running

If you download binaries look for PartSeg_exec file inside the PartSeg folder

If you install from repository or from pip you cat run it with PartSeg command or python -m PartSeg. First option do not work on Windows.

PartSeg export few commandline options:

  • --no_report - disable reporting errors to authors
  • --no_dialog - disable reporting errors to authors and showing error dialog. Use only when running from terminal.
  • segmentation_analysis - skip launcher and start analysis gui
  • segmentation - skip launcher and start segmentation gui

Additional remarks

PartSeg use current imagecodecs-lite as backed for tifffile. You may install full version if imagecodecs manually.

Save Format

Saved project are tar files compressed with gzip or bz2

Metadata are saved in data.json file (in json format) images/mask are saved as *.npy (numpy array format)

Interface

Launcher. Chose program that you will launch:

launcher

Main window of Segmentation Analysis:

interface

Main window of Segmentation Analysis with view on measurement result:

interface

Window for creating set of measurements:

statistics

Main window of Mask Segmentation:

mask interface

Laboratory

Laboratory of functional and structural genomics http://4dnucleome.cent.uw.edu.pl/

Changelog

0.10.7

  • in measurements, on empty list of components mean will return 0

0.10.6

  • fix border rim preview
  • fix problem with size of image preview
  • zoom with scroll and moving if rectangle zoom is not marked

0.10.5

  • make PartSeg PEP517 compatible.
  • fix multiple files widget on Windows (path normalisation)

0.10.4

  • fix slow zoom

0.10.3

  • deterministic order of elements in batch processing.

0.10.2

  • bugfixes

0.10.1

  • bugfixes

0.10.0

  • Add creating custom label coloring.
  • Change execs interpreter to python 3.7.
  • Add masking operation in Segmentation Mask.
  • Change license to BSD.
  • Allow select root type in batch processing.
  • Add median filter in preview.

0.9.7

  • fix bug in compare mask

0.9.6

  • fix bug in loading project with mask
  • upgrade PyInstaller version (bug GHSA-7fcj-pq9j-wh2r)

0.9.5

  • fix bug in loading project in "Segmentation analysis"

0.9.4

  • read mask segmentation projects
  • choose source type in batch
  • add initial support to OIF and CZI file format
  • extract utils to PartSegCore module
  • add automated tests of example notebook
  • reversed mask
  • load segmentation parameters in mask segmentation
  • allow use sprawl in segmentation tool
  • add radial split of mask for measurement
  • add all measurement results in batch, per component sheet

0.9.3

  • start automated build documentation
  • change color map backend and allow for user to create custom color map.
  • segmentation compare
  • update test engines
  • support of PySide2

0.9.2.3

  • refactor code to make easier create plugin for mask segmentation
  • create class base updater for update outdated algorithm description
  • fix save functions
  • fix different bugs

0.9.2.2

  • extract static data to separated package
  • update marker of fix range and add mark of gauss in channel control

0.9.2.1

  • add VoteSmooth and add choosing of smooth algorithm

0.9.2

  • add pypi base check for update

  • remove resetting image state when change state in same image

  • in stack segmentation add options to picking components from segmentation's

  • in mask segmentation add:

    • preview of segmentation parameters per component,
    • save segmentation parameters in save file
    • new implementation of batch mode.

0.9.1

  • Add multiple files widget

  • Add Calculating distances between segmented object and mask

  • Batch processing plan fixes:

    • Fix adding pipelines to plan
    • Redesign mask widget
  • modify measurement backend to allow calculate multi channel measurements.

0.9

Begin of changelog

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

PartSeg-0.10.7.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

PartSeg-0.10.7-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

PartSeg-0.10.7-cp38-cp38-manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8

PartSeg-0.10.7-cp38-cp38-manylinux2010_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PartSeg-0.10.7-cp38-cp38-manylinux1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8

PartSeg-0.10.7-cp38-cp38-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

PartSeg-0.10.7-cp38-cp38-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PartSeg-0.10.7-cp37-cp37m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

PartSeg-0.10.7-cp37-cp37m-manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7m

PartSeg-0.10.7-cp37-cp37m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

PartSeg-0.10.7-cp37-cp37m-manylinux1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m

PartSeg-0.10.7-cp37-cp37m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

PartSeg-0.10.7-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PartSeg-0.10.7-cp36-cp36m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

PartSeg-0.10.7-cp36-cp36m-manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.6m

PartSeg-0.10.7-cp36-cp36m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

PartSeg-0.10.7-cp36-cp36m-manylinux1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m

PartSeg-0.10.7-cp36-cp36m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

PartSeg-0.10.7-cp36-cp36m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file PartSeg-0.10.7.tar.gz.

File metadata

  • Download URL: PartSeg-0.10.7.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7.tar.gz
Algorithm Hash digest
SHA256 56cec9888f500dd124dd0d60de412b28d6a8093984beaa5f2b3178284693056c
MD5 69f5bd4a987d418f57b22a95edd6ce7c
BLAKE2b-256 40af9e2dba1d990aa93a21b6a2d572838d77b924b022f93ff3440f04ab37ac1d

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0efd3810a8c7f42ccdc512cb8d06e4d2643fcb6c266793b39280250092920820
MD5 0e198060d821ad4290e38e195632f6ff
BLAKE2b-256 f42d4697ded6f96900fecf7fe8c4a6e578bcdddaaf73949212069c108d713cb0

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46d31fb0f66a70868428ffb85aba2f4bac48bdb469edf51f5de82792f6e6964
MD5 dd32cfde5b7935ce27ae4e9e7165ce98
BLAKE2b-256 b567977631ffd7b8cb30b6ab4965ea17f8bf41cb475e08668e15b7db7493f3f5

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7dc14935b58794b265c343c796cfe1aadfec1ae6b85290540e26d42e23b9750
MD5 2bb43707483767e86dd3f1d90bf98197
BLAKE2b-256 d82623df3a79d0ae2d8733db8987dbc302f0d5c82a0688303d19ce8170f172e1

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a3274c60b445a7ebb0ab89a40c4e00d38c90ce1ec69f803f3132a9f96fac800f
MD5 5113ec3dbcfe4e044ea7b6622d968515
BLAKE2b-256 9a82d94a238de0e8b9659e821c4e2e6e4b6ae70aa04f42b367de90b90a3a77a5

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 63dc759f7e32f126a2768205cf7697acde9aa94fb8f049c3a1e1ec96fe013ba2
MD5 52025e4ee088e297fda6f11f8945ed48
BLAKE2b-256 0cfced81f4feefff8ae62044bdce37130a90bc94a2bb9079cd143c5be2fe154d

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b59eb3731efe1448124b2f804b8625dd6af43e00b0daa336bf328ceb2a480116
MD5 b8667ca84ec343ba84f8afa542940f19
BLAKE2b-256 e6440410ba6db429737b5e1da25466216b1a5df34ca78b994f11c85c0d417fe5

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dd36e2825b1d47a108f75bb8dd5c8090f600ea9967df688e0ae022cfccbe7262
MD5 475b411851f8f86991e0cc6ff31c371c
BLAKE2b-256 8a6d1e51e2c8a186c394ae7af3edb1d60a7fd68e0c13789392d754724742e07c

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3492a5fb2f7da021247e020bc6284cee74d44855f2baefdbd5ba93881e8bed35
MD5 4dd16da3f2703730272272fb5bcb7055
BLAKE2b-256 d96a9374497fd68c4c100e1efa606e6869e97995ace0bd8d6f5331ec0b6895ef

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 853b80916e86c35edc025f0a88ae8fc2b0389d353d287694d2b919d41db83779
MD5 6f1b42357426f96a198a62cbc2a3cd37
BLAKE2b-256 7f8a90ec3c1e047140606a2aee36e58d77a2f834b649848c91d487862a5ba9e9

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 39eb5dc16c6e56c06adaeffb7b905bb94a4960c59b88dbf08737b10a5b2da872
MD5 1238cc855608840dd81cda853539232e
BLAKE2b-256 711cfe1e08bd58328d833fd9ef50175e3a82977dc33d7dfed5b0f230f2cd4653

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4fc283006f08f7541160967243605c48b949d8e324ca6e643ce2bb6da67c9cd0
MD5 1214f6c29bf712cd8f7e84d4c7712f3c
BLAKE2b-256 b2e825419a6bd0621dfe7610ffda82272a0d7e1eb10c41db9db1377206be3f6b

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6637bbe57ae42a0a4dd07faa6a8126e8501dde288dfa5144ba0ebd04523599c9
MD5 0ec383feb4bff023a890e29c56f8284d
BLAKE2b-256 66dd05e6a37f5b62a16b998ec1fdcb109d65f96089856d4f98868b8ec626c290

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 033cbb7246e3cd2572c367f3d2369df341482ca0db651e243e3171cddbaf8f95
MD5 cb4a1f1f5d8ba77a49c0cb21338fddb0
BLAKE2b-256 3773cda4a792cdcc7044e4721d1207c233c66e7afdb43a582f405cac9ceef2f8

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88cd23bd3c534553a38939cad0c7413a9da37ba51f6b46935490259991e52266
MD5 ee4b16aaff3303d045eb01185615d4d3
BLAKE2b-256 704b4c155c286439df8be17cf5741d8ccbea27f3eb833c144881cdff694706ef

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8dd0f1d3a529f42a137234ec35df5bbab5d2aab81be17c1e86ebce17603bf9ba
MD5 9d9d077112737dbfde6419e6fffa5175
BLAKE2b-256 96b8de60d0fbcf8e26988f67b2bb34ab9b5b19de83063c169ba7b8549466ee2a

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c8e83d8c3d0216eaaf47590846dfede2132c10c07fb893553d0f73666112084e
MD5 a7183fa709655e75c6024039f5b8fe48
BLAKE2b-256 89b712edff492383357c6c97bedfb64721ef960951d890770009d8ad193f0fcc

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9ebed2d90fecc07edd3290c5e9393d83f368c68dd17461ab988ba83ea7e18d1a
MD5 189ae0f2f5585e7eab95b26eac462d51
BLAKE2b-256 ca5f116a964809027cbff64b11c9188fb0dba8a241b4ccc969670f36496d03c9

See more details on using hashes here.

File details

Details for the file PartSeg-0.10.7-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.10.7-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for PartSeg-0.10.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 637e4b7c52bcd253ceeb08ec72744c885bbd17c34cf679829056de8bde24d83e
MD5 19aac09244db2b85345ef2e98fef6c78
BLAKE2b-256 6668f7fa629fab66728c985f3626ed67f242cd09d56c8b46f468814ed8019be9

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