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.11.2

  • Speedup image set in viewer using async calls
  • Fix bug in long name of sheet with parameters

0.11.1

  • Add screenshot option in View menu
  • Add Voxels measurements

0.11.0

  • Make sprawl algorithm name shorter
  • Unify capitalisation of measurement names
  • Add simple measurements to mask segmentation
  • Use napari as viewer
  • Add possibility to preview additional output of algorithms (In View menu)
  • Update names of available Algorithm and Measurement to be more descriptive.

0.10.8

  • fix synchronisation between viewers in Segmentation Analysis
  • fix batch crash on error during batch run, add information about file on which calculation fails
  • add changelog preview in Help > About

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.11.2.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

PartSeg-0.11.2-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

PartSeg-0.11.2-cp38-cp38-manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8

PartSeg-0.11.2-cp38-cp38-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PartSeg-0.11.2-cp38-cp38-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8

PartSeg-0.11.2-cp38-cp38-macosx_10_14_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

PartSeg-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PartSeg-0.11.2-cp37-cp37m-win_amd64.whl (914.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

PartSeg-0.11.2-cp37-cp37m-manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m

PartSeg-0.11.2-cp37-cp37m-manylinux2010_x86_64.whl (4.6 MB view details)

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

PartSeg-0.11.2-cp37-cp37m-manylinux1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7m

PartSeg-0.11.2-cp37-cp37m-macosx_10_14_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

PartSeg-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PartSeg-0.11.2-cp36-cp36m-win_amd64.whl (913.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

PartSeg-0.11.2-cp36-cp36m-manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m

PartSeg-0.11.2-cp36-cp36m-manylinux2010_x86_64.whl (4.6 MB view details)

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

PartSeg-0.11.2-cp36-cp36m-manylinux1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.6m

PartSeg-0.11.2-cp36-cp36m-macosx_10_14_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

PartSeg-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PartSeg-0.11.2.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2.tar.gz
Algorithm Hash digest
SHA256 dfdd0d24614a43e702f6337783b7fa252f5ad0e0363ea24906ab1bd27fb02826
MD5 a4bacd19a9653d00c6a9b56bbc47cb4d
BLAKE2b-256 d21f194c3f290b047b87e575460f66bd571e72564a4e0c57f79c3256ea077e57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d179c1e79d159c4c0dfdd192595a99f06808e234322a84c9ea32bb95fedd9775
MD5 f9ed93bf8b80f535265fb06760544ba1
BLAKE2b-256 2bcfdd9bfc94345da34a8bf6e878361aa8ad7102b014ffe39aee597196f20d0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b76bd117d86cf7024c95d967232faebad434412434d87615644d376b05f1f15
MD5 51c169870b6ee470d6295abd6f2019ab
BLAKE2b-256 231b807555f71862cb2f7ab25a4cf513cda23686b1d3d9706ccb511bb175b022

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6689e03ead836ffa571e5af97173f0f1645a6ad5166a3be98ee5ced67bdd5446
MD5 8d7c8bab87490316b72a591d0332878c
BLAKE2b-256 883d19833a6b91c2990fca331341a8ab1cd8e4b5cf2b05f6f76c525839d01293

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 171054071692b7b63e248275df14967481b50f3b53f4624e08c5ac52410bc500
MD5 44cd6d358694dcf9a3110cf8c38c12d4
BLAKE2b-256 709c5f01718a77e9602c9071ea78b51ab2d6ed2c0ab5628f8469dcee42276905

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 da0e1875ff5690a779a40350357b0875e14056594bd7943d3375bef030d8bf96
MD5 190fa005f33546a9c3d2f8f68c2fc5f5
BLAKE2b-256 371b784352d685b2014bbf307b9754dcf5a98e3f68271b1b2f0f2917eaae23c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd422e312678efb72a910d1c3cb6864b8f04ddb4b488d224c234c568a5c0c8b3
MD5 ae3a8c76ae1a247d8c42b153c9465ec1
BLAKE2b-256 2e6f410872ee9ac5ee2c5c44b9b3b078f8fec2286dc5c8bc3816dbea0056c5c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 914.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6cec7ab335fa7a9e47f2a09d45968c25191de80f13bb63a688723d9f350ea802
MD5 3179652dd008034a70132adb2a5df722
BLAKE2b-256 3328eea32610c9354010187b50952eb0c85c24b01eb12c430edab3544f1b774b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60244ac0986d08f5d4fa8e29e4c48b0ec7c53829b9afe6fe454d2290ee3fe09a
MD5 34e01f09e2ab795a5a086ebcbea8f705
BLAKE2b-256 6772146c443aec750c0002cd30a176b3a6ccb97b612615b462c853cf0dce12fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8fbb29a0b3322b6a10656278bc794544bb692de2481c912c8332516256a2dd0
MD5 61d6bdb1f1ad3c59c6f09097872f1cf6
BLAKE2b-256 deee526f029ad0818efd9e0f543571a69b6e475a587efb3b62c836a024419372

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 629d4d15b2b8c9f0315b3a7170dbd09a20161d06977e00b34e93e848d398872b
MD5 bb2db90b90ad9c0455464cba3c8e50f9
BLAKE2b-256 ef9277e9af502e2660192c92151e819d071086516116668d6ddf96c07b747fd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ae23d6a499112a3e0c3ef76a8f4cb39b252fcd86074edd56d81f6319d861da67
MD5 2faf748dfd256fee7b909d9e7e6b79fd
BLAKE2b-256 0f35fe27e26832ebac5bdef8f28af3042e1dea188ebc862959fdd8924fa1e05b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7bfec098e6cea0984f28a98abf6c8f0abc8185a476970c6b5d94ed2ffca15f2
MD5 c62485376189c65274feb6011098a9a7
BLAKE2b-256 e3ece1996d63e9e3d340e00a89090a8faf5b8b3da4ccd38b8ca1f906771cf625

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 913.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 870501e4f833596c6f0aa1fe5962f19594f328c384ea56cfdb6326d5688964ce
MD5 14a529b4e92df36440568a479d64bd9d
BLAKE2b-256 7ac24d500fa791dd85df8ac111d3fd07d496ed46478c68ffe249e94c8bbc2661

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04cc9e6d40c5fa6b084ddcf71bfb34a49145f657730ba8fb6fb683b2826892b9
MD5 b06c5732b79e1286fec6a4aa3f43df77
BLAKE2b-256 75734f922889f5647f30a7a96340ab40ce80e5d045a649c07181733f19bd1a27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 149197beea7b1591d276108e1c5cae9846fa0d3429426aee7042a8a3a00c3c72
MD5 7b86ab76ad904759cc9f903480f3707c
BLAKE2b-256 72790aab2dc6f408f2517248a2c092c4aecb1e6416306acc14c0b40bef5bbbd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b86df23bc02329ec68236490c8165ab361fb5a21a4dd250b710758cb1016f0c8
MD5 e1d06cb073f0477c821272fcbabe635b
BLAKE2b-256 d98c16fc0775cb8d5290986864ccada9299fc11703deed4820de04e26e480f40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 f58908433b70ff2989e83d65860ed924e38726071cd8716b8c816b62ce952fed
MD5 1d20b3daa356b94f36b0f7c4c0ce1695
BLAKE2b-256 73827b352ad34a89f6ffa69e240ad5f07d40533a8839eb1c6867f5dd104590c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for PartSeg-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a15348770799941e144fa99adae285e23c4dfaacaef49029a0950f9981a80a5
MD5 8317049f25944a7d3ceaf0f8ed939115
BLAKE2b-256 7baf22401d1e52653ab7bdd2a9a5aba635b0ca47ec057a8ea02c1a7bc657a3fc

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