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.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.11.3.tar.gz (303.1 kB view details)

Uploaded Source

Built Distributions

PartSeg-0.11.3-cp38-cp38-win_amd64.whl (937.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

PartSeg-0.11.3-cp38-cp38-manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 10.14+ x86-64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

PartSeg-0.11.3-cp37-cp37m-win_amd64.whl (916.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m macOS 10.14+ x86-64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

PartSeg-0.11.3-cp36-cp36m-win_amd64.whl (916.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.14+ x86-64

PartSeg-0.11.3-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.11.3.tar.gz.

File metadata

  • Download URL: PartSeg-0.11.3.tar.gz
  • Upload date:
  • Size: 303.1 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.11.3.tar.gz
Algorithm Hash digest
SHA256 bbf264d1f759a6118da191bc355039c20a0aa66c6cdd87ecdc8fc79abb358f3b
MD5 9f547c263e26b91c023510bbc0f258bf
BLAKE2b-256 a826d35c451b512d92c8959c8a858a3ce08ec14e0cbe9aeafe7c0f5b42f03b18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 937.2 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.11.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 96138ec480105d16ec70b76c13ede103db73888b1d5aaf56cdd6c2741c916c29
MD5 416a594843c113fa6c5a30a6f9c4ca55
BLAKE2b-256 3b90e73e36eda4e074549ed445aadeabb926285b5f67804531db73a4071ddc6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.4 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.11.3-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39f7b0d7822827f12b4bff2d6fbe6713a78133c2f77846d77a8a2c2bd6afea98
MD5 758779748ae4cd03cca96dd8c7bcffcb
BLAKE2b-256 ff8a5fdfd149d10c47a3957d523e7c054b9b4e9e95266a3d0a33e24f68bb2f0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 50dfdad19a8e470493ac552125cf6eab43c95cf313578c87d6c725cf593b1cd0
MD5 f42a4a8db5b6b4cb587fe737889fb4a6
BLAKE2b-256 91dc95cd4444131853781ca6299d84ad2902b155187d3d8913816095169e0435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2262a673b05a6c533a1095b225101f935ff11cae0f4e94e331e93ef3d9ca8c97
MD5 79eaaaca0a7dae8d3e323a0ee0ff82ee
BLAKE2b-256 bb87e00cb7cac602f2a38871dfbb44691748d5a405670bcd4a09f5867f9b1d1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c686482ce193043ef630222801b26f7fe545977626fdb36fc11787424a15fb54
MD5 f1393f333ad6626e1b152399148d56b2
BLAKE2b-256 2b7a99a8c7cd37e108b18ae7045ce488ff274c79a07c418306d5177fb3ab882f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d2d3013050ddaf62cbf59ae04825a895fcd65fff493043e29fce8721c2dab72b
MD5 36bf4d1ca59a4bc1fea2439472b188d8
BLAKE2b-256 f1e4b7b9ffb9677326157842a2c2d16f15c5d1aa183a98dcf9b7c747ba8cab18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 916.9 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.11.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ac645c0cd2c4b729776c625511f5f623bb7c3555bb5b7710939a9a5464169def
MD5 9ea7f851f8c25625d70d9c348ad4d340
BLAKE2b-256 90eb5f9de385cea93af4f3ea48a4cb85372f726e5f6198349d8d5fc550109cb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00a7b2e9c5eab16d54c73eb136ba0eec47e59a5580f7deb6f27ee59bb3ccc7ba
MD5 2805bfc973565afa6c2cf5b26c8ba880
BLAKE2b-256 5ff3baff87ca596f98d3be64e54d974aeb1a848888bc43ad22c771b504c33a18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 90713fd64b24996c65b8e99b528bbb4f67e0f5f7a5d112cf982bb84b33df2252
MD5 fd984072771f8f36944c2cf16cbd1867
BLAKE2b-256 b44917ca96ffe138e5bd1166a043f36268d9b94b92e55bbf2d79cf68795274b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 35a323831a5774060a11fd5de213894575fdc85b0c88e82b5c6bc9c1d72ee76f
MD5 b95be1dce6c453d500d6148c0215ab4f
BLAKE2b-256 fd379cda488a2546f5b6b67e130b6a91d7cc1cc6f426a9bfc2d8f3313c888e03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c281c4ba9aa96aac5d0394e0075496245967e9ea096bdc9b99a84d30783b300f
MD5 872c4b5496d1cfd5e93f608bec215594
BLAKE2b-256 979f9c70eea295de11edd85835399f6d5c19e7682db23eff8e3f7f6399977e75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ab0f7946f262e4999a27299cf056930901bc4d15646825368a60dcd0a0c7c11
MD5 d078eef7ac6ccd2108497742ea00c2c2
BLAKE2b-256 98912e755ef9d4fdba109140f8179565a93dd6c02ec671500a5c2dcd51fa1fe9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 916.7 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.11.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a567938cd8e85637f728c82fa2f95d4d2ab659b0ac07717a685ec098d4d14077
MD5 f0848909a47653da8464b77c4c8181c3
BLAKE2b-256 04e3863c8828b77231177f6bb2638efa627ad95f2b4af8b127c6271f3b473e1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d17b966bc6096e8fd23cc76e7069f1e02bea8040ddc250554337c4a7ed97a29
MD5 2b7ab82c4bed476e76eaf3566f5e33df
BLAKE2b-256 51e8d7b8e32ecfa2a023e7b5826a2652a83de63858eeb94b4142db3a2bd1eff7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2e871a5f2cc745cad672f37a1d4773f642c2a0aba39d8aa74130a016fd370d45
MD5 61ffe29fe2553813774c0e6d814cc8bb
BLAKE2b-256 c8adf397d7932abbe4e9be7eaaecca455d29a4a0ae1e1406db333feb38a25435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 636bc3212ca8681a5333fd3aa3448bfa8401302b6510f41644b18e8cfcf7c7cc
MD5 62485df776db8bc3a93593199eebabae
BLAKE2b-256 b5866a724f405eb156ff35fa14f010f56592ab4708b276820a7d750a8170c52d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4f3048917f176563ed6a0c04c4618cbafebd6ff94b5f1b5c00d717ba865ef374
MD5 0f3ff2f12dd19242424c2592c31da831
BLAKE2b-256 97a98a4cd24e576e70428f63f017496864ec5918efae0b8772f31795e69de78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.3-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.11.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 191c41d66be30721055ad5f4c8892973782987888e85199bda15e693bfa36130
MD5 288dba5be0452448b85751c40918d01c
BLAKE2b-256 cb4ac7bfec038302e2f531552772f9ff07a630b7f848525e6a3b1d7482dc63d9

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