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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

PartSeg-0.10.8-cp38-cp38-manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8

PartSeg-0.10.8-cp38-cp38-manylinux2010_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PartSeg-0.10.8-cp38-cp38-manylinux1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8

PartSeg-0.10.8-cp38-cp38-macosx_10_14_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

PartSeg-0.10.8-cp38-cp38-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m

PartSeg-0.10.8-cp37-cp37m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PartSeg-0.10.8-cp37-cp37m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7m

PartSeg-0.10.8-cp37-cp37m-macosx_10_14_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

PartSeg-0.10.8-cp37-cp37m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m

PartSeg-0.10.8-cp36-cp36m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PartSeg-0.10.8-cp36-cp36m-manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6m

PartSeg-0.10.8-cp36-cp36m-macosx_10_14_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

PartSeg-0.10.8-cp36-cp36m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PartSeg-0.10.8.tar.gz
  • Upload date:
  • Size: 4.0 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.8.tar.gz
Algorithm Hash digest
SHA256 90ccd996c5e14cb77f911c513db08b666c1f5d9e48f1ed9ffdc4eb063b63b862
MD5 2e716f2bebd0dae90693b06d840907d8
BLAKE2b-256 85d1c4c6e236796c709215007d68d940e965f00950c83bab6ff3395846d61d07

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-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/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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a0e9eb2a7afa5f692f9e225f56e14f3f89fa53ac5d07da8e9dec0fb8f4c8f01b
MD5 1841fd3232a5631e57bd1575a37a9c56
BLAKE2b-256 9987c176216be912a8feadea5b0e8c07354c4f5893104668119e1986e39cdf2b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.2 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.8-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f50ede357a490a95f137f555ac3b32eae882756106ee3abbe7162e6fca2aaa7
MD5 b3288dca80405cbb50884c86e3f717f1
BLAKE2b-256 2257ecf29d1b9c9826d40ac8e1a0fb02c1a99f5fe13768ab891325286c13949a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.8 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.8-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b4b76f825e7ce9e58f56eecdbba16d88f59ba7ccf926b79d63e40a066be470b0
MD5 4fc81ccfd86e154b90fd27ef12136775
BLAKE2b-256 a756f4ff9e9d482948fb583c50fd063415b4a011a50e4dbfb29660bb02b18a33

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.8 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.8-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 efa3436692a2a921b3ca18d9b54374d3618bae5c6aefd679e9cd9d0096461d0a
MD5 d05fdff9889961382b25454b0589e226
BLAKE2b-256 615c66ffdee9a761408b16e172e9c1401584d85036a15386266f2afb59ba61bd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 03b3fed8262ca04f56ff4683c47a48e6fcbcae80cfbfac1edfce99f2ed2242ac
MD5 db6b66720da0f52409a6d27e4bc68204
BLAKE2b-256 a1f5bf8eab08bc138be9a7349f6b2d42283ee8be7bc31dabb81a972b88edf65a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec069d3d5a4b6312625ddc03b65ca646c057d3985726cc99b620d74fd537115b
MD5 5900c2d2792349709a648d43fe81541d
BLAKE2b-256 f9b770900bfc6c743d2d00c8ebc981afb282878d740736d8d457eca3ba76502c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-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.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6828dbbe89b36e39ed88f139dfd705337becdc8a0837d4fcbeeaa57641c57796
MD5 057dd97e4349fd67f0ae8cceb4305c49
BLAKE2b-256 c5e7f700790992250868e5ea971b2e8d33925323ee07f76ddf307dd1dc57ced8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.9 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.8-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cc7b48ef679b5d8de6ef73972820fa81dfea62783d8519245a7ab7abcc8f133
MD5 5f81daaeb68ebb1122f6b4145e7c9bb5
BLAKE2b-256 aad7ad33d1e584e239799c513cd44396e4ef9b6a5d6a9fb7835eaf3e2271526f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.8-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d3fa3a4d98204e93536743db59068bc7585a064315c7abe6a3af4b02c28bf92
MD5 30182607b93e70a88f4adac3323ce8bf
BLAKE2b-256 01b134a1af80ea2d5cbb7956dd5cdbb75226d76031eb15d70e5328372228d652

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.3 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.8-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4b9b38dd3a78a922cf8b44bee7611ac3a653dfd40588f173a5c1756f1fc51f76
MD5 80ef0242f17026d41de78f73ab6d0259
BLAKE2b-256 7ae442b8c6c08eb2d8256ace23f18127df07a59037e0a4d5f48982d2511aacf3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a1cd3935f248925230892938ad86ac0a0b6cbeea9fd987469d208875d7174f2e
MD5 e5d4d80c37556fa683eed9173aba1d95
BLAKE2b-256 41068335a8ea8e5ea2fa3c4e58c8f348a1e3dc2f3e94dfe02b681b82882067a7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 502d115f3dfc116ea45495bae12292de17c7b6235ce92be9629c528249495c93
MD5 53d9debdb863d35d137c73c413420b1b
BLAKE2b-256 84c8237831adc3fa595cc12387881c1dbb454837995d73a9d2acdba769d4933d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-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.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f5e40db9c1c14e22f25d35aec5a3cabb770d73d96e52fa0616557b2d58df36f7
MD5 37024e1dbb92c41da3206dc83443daa4
BLAKE2b-256 c46b5d45494a88de27f50d8681a6769cf0f2985e5db80e555a0100a2cb36ff8b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.9 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.8-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b35b454100f8662396541c54516bdd42cfb8c231d108287a84eef7f3c80d7531
MD5 432f51efe8f4564d6286291e0dbb8a49
BLAKE2b-256 b82883688c8b2c2709d39fd68451ef4134f1c0d5efb41cfa6ff878591f158d81

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.8-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fa9a02e23245d5bd0090de1c22229a671530d567971e2d2e5bdb5285cec7b089
MD5 f9d25fad8129d7a60ed5432a306136c6
BLAKE2b-256 676e78b37362eadc3b6d04faed2b2e8ad1184eb11436bb4351ff49ae0d0a1111

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.3 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.8-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f3e314ddb8884eee84c8e0b1bd86fb80499878e4750702e4aa0cbfccc9f54d9f
MD5 4ebc907c590416ffd447f42b03bb3e19
BLAKE2b-256 59b8bd4f3d557f335f015665d0fbccb09ddfa7116f9c48c7e0f036860e4fa122

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 95b1d345d76701638b83ced00957c07d58c25f541180c8019ba16c4b1ee2164e
MD5 c9918760202eb88acbaf948c68623835
BLAKE2b-256 0ee47a1a06eedf6d3e3f4df007d8e5b830638d84387ff0006564aa53ea39113d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PartSeg-0.10.8-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.8-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 944ed0498aec025abaad0031ff43d24b8337a5c4f5796676f5649adbe3a7b604
MD5 2fe1b24ba6d9bd64100e6e844ebf6c0f
BLAKE2b-256 0a63c532d6f929e4b874ffd052e12826cbe40b126433cb4d69f174ee6fb7a871

See more details on using hashes here.

Provenance

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