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

  • Toggle multiple files widget in View menu
  • Toggle Left panel in ROI Analysis in View Menu
  • Rename Mask Segmentation to ROI Mask

0.11.5

  • add side view to viewer
  • fix horizontal view for Measurements result table

0.11.4

  • bump to napari 0.3.8 in bundle
  • fix bug with not presented segmentation loaded from project
  • add frame (1 pix) to image cat from base one based on segmentation
  • pin to Qt version to 5.14

0.11.3

  • prepare for napari 0.3.7
  • split napari io plugin on multiple part
  • better reporting for numpy array via sentry
  • fix setting color for mask marking

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.12.0a0.tar.gz (307.5 kB view details)

Uploaded Source

Built Distributions

PartSeg-0.12.0a0-cp38-cp38-win_amd64.whl (937.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

PartSeg-0.12.0a0-cp38-cp38-manylinux2010_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PartSeg-0.12.0a0-cp38-cp38-manylinux1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8

PartSeg-0.12.0a0-cp38-cp38-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

PartSeg-0.12.0a0-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PartSeg-0.12.0a0-cp37-cp37m-win_amd64.whl (917.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

PartSeg-0.12.0a0-cp37-cp37m-manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.7m

PartSeg-0.12.0a0-cp37-cp37m-manylinux2010_x86_64.whl (4.4 MB view details)

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

PartSeg-0.12.0a0-cp37-cp37m-manylinux1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.7m

PartSeg-0.12.0a0-cp37-cp37m-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

PartSeg-0.12.0a0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PartSeg-0.12.0a0-cp36-cp36m-win_amd64.whl (916.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

PartSeg-0.12.0a0-cp36-cp36m-manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.6m

PartSeg-0.12.0a0-cp36-cp36m-manylinux2010_x86_64.whl (4.4 MB view details)

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

PartSeg-0.12.0a0-cp36-cp36m-manylinux1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.6m

PartSeg-0.12.0a0-cp36-cp36m-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

PartSeg-0.12.0a0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file PartSeg-0.12.0a0.tar.gz.

File metadata

  • Download URL: PartSeg-0.12.0a0.tar.gz
  • Upload date:
  • Size: 307.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0.tar.gz
Algorithm Hash digest
SHA256 295a194084dd7e1c47e813cac67f0bc42f617a5bd6316de3b0a7e88ce310c8e7
MD5 35de6c9118413364d9af0e7ca2bac84a
BLAKE2b-256 b7eb38fdec7f5d08e1c62f74f89081be44f26fdaf5922d3bf5d3838c8293cd5c

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 937.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a6165cbe9f5963f1f26e13686d3b7ddd42df3ee1a2b07cd2bdc547f6715a7f0b
MD5 b655ca5cbbf80b42c96f34ea55cc8cca
BLAKE2b-256 6563df3ae446e91c9529f5840c2a2583129ff80ed5a2d8d042bed81518003c7d

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7297033f8dfcb96040bcbd49283a6128428c1a0edbc8fecb69278076de41034c
MD5 ed7cb1d582343ef4b9c2a17d30cc9a9a
BLAKE2b-256 a16787b57b18a247c830a9aa2eb6cff312689c1db0ca89f5cc953bbd4f6d4d08

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0a8c00e0d59e8638d5f0e3a0fc8c535ffd96c912a548db39d55fa9ffbc5273de
MD5 ed7b27f08a0aeeb513b1589a986f1b0b
BLAKE2b-256 82a467100c401f0101c53c4a6f9be67799c494fb86ea945a2de813e291215a74

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4bb769db1a566d7f131468ad360b24be0ac5afb33746a89858e7f5cb01a42eff
MD5 9834a8ca7451b0c1c2e298169e4aef48
BLAKE2b-256 dbd0ff91ab2f75fa99b44cfa3891aa56ea3a4f416d197e82cb2356b558d8b081

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d94d555170dca54f480944904d96eb928bbfa283db0557fa31332b6af07745b7
MD5 4ee8e1d81b2ff35c9458a93f72680339
BLAKE2b-256 68fc2c213ca6cc215b865659ead1da4e1b6ace806f7c8819fcdcbe8289d37499

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4dd4c2297966b6ddacda71e8f0b0bd36a852a673002816a2ee82952a5d627b98
MD5 255ae5f546ceef96ffa36dca6c6e03ea
BLAKE2b-256 b4755c314d8cab4d533685cd2c5d0cc99efb6cbaae6575b81892be00b641fa73

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 917.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 96240ad3770c7ef1e5d8a9a725de88309d320b5cedb3d9504fd481f562649f15
MD5 cac84d3dd25cafb2204b2c82a80a7c8d
BLAKE2b-256 6d98c223cc28aa0c383ca034e51a6c65221b422e52943d869ca21197496d6eec

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c37f583f3442aa94d0895c502105c3df6df5fca210b6e5c9f205669a7421ca58
MD5 d48da1e4e4dbfe287250d6aa168f9b31
BLAKE2b-256 c87ade630a3dff0ca62055922a03d2544db5e7536d4e24b2895db00582441a02

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 052e3f9af1f29f26d5dd240e43010b5ebf19e4ca91a3405f2ed79e89d83c5aba
MD5 ebbf3e225748a83715f70211621f979f
BLAKE2b-256 63dcc2f1bc39687e10e7e427bdcc2d435e6f9777a33345ff08e39131e42a7cd9

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 19eee74c261f7936b8eb4c0062a70a07995b261410472d705ae547dc58195f6e
MD5 b463286977cf20e30378f225159c26b3
BLAKE2b-256 656262982b750840ac0d9eb605bbc4efd9eeed0c1edaa8af64cc7f8d00062dac

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 67e4ba2c143946d57fbba5c3268f6debefaf916412772b57ffaaac646b069c09
MD5 9d642bec33221cf6a32c9b7791d24341
BLAKE2b-256 bc1b6bf18d9b1ea7897a305f2f098d6da0a12bec719adaa0931c9a0291d45933

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc12b6861328aceabc468b992b922424e510e9ec11e9e44d70dfbde7c94f47be
MD5 f9d70c471d58420ee5658ee0bce35a04
BLAKE2b-256 20a96b747e0e3bd1d0fa38faf378b5f4949d686c49ff755531c9fb065c4f06a3

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 916.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 16eb2c0da8c6ed9c7949933b6ff11e477a17bfeee86a3ca66039df2847a73d7a
MD5 f606b0711d5d49a199fb64b2ed20d334
BLAKE2b-256 6d4f3e0f60556b275731c7756be9b2e0fc24bb55ef70d157bc456aeb0c83a1f2

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71911e12dc71f36cb0552a4db46625f072499ae9af91340c8776b789bdd2c597
MD5 addbbcfb924330fe7d54e23dcc040b73
BLAKE2b-256 a25b3dccf2e5c2f7ab421c1e86a967630a4b0630929bacd7e2f0e6c0ff15f7e9

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dc72928f6e31a905939e1be823c5f4d42efd56ecad7d223d7745079a9baba640
MD5 fe2b8223209aeb617f7459cc8b0587dd
BLAKE2b-256 98a8f6b089d71322f941d76de62f68e72443f26b60ca81e361f35e9f260ddd3f

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 68d826a1ae1cf23b644dec5d78c95a4e3b79800cec704c4fc773b65fae156898
MD5 d9edd9de6bcb66587568da1aff16366c
BLAKE2b-256 483bb222ba3766537fa81ee1eae3d3c94566221e618655e92fab3bf57d76a7d9

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 41aa90cb2b6ca90146a90e46fc220e83b16323f1bb61a724b463b46a69552cc8
MD5 8a58271221b152c27ba8058276e5915c
BLAKE2b-256 a659104127bad5b22ee36222bd2f30e6dfda5ecb733feda809d0a6b9babe16cb

See more details on using hashes here.

File details

Details for the file PartSeg-0.12.0a0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.12.0a0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for PartSeg-0.12.0a0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e1b7d58ddbb628bf04b9c8b6bd6c895cebb2fd2c9d262c6866d9dd42b1f3e7f
MD5 668983a5e3904ed0a31cc3ac3ec6cb62
BLAKE2b-256 896693685d64a03d5340c7b83a02f10c374016dcc1f46438b915810287c889e6

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