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

Uploaded Source

Built Distributions

PartSeg-0.11.0b2-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

PartSeg-0.11.0b2-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.0b2-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.0b2-cp37-cp37m-win_amd64.whl (908.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

PartSeg-0.11.0b2-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.0b2-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.0b2-cp36-cp36m-win_amd64.whl (908.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

PartSeg-0.11.0b2-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.0b2-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.0b2.tar.gz.

File metadata

  • Download URL: PartSeg-0.11.0b2.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2.tar.gz
Algorithm Hash digest
SHA256 75710daa714d60c9af4569af4be1ea960d2f906f35351d876e110bcec8107ddb
MD5 23d855118bf3611f740f47b251416dbb
BLAKE2b-256 3562b590321df1f456c9e1ff302615b9335f46aa2818329b4952bc294293f901

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d6a413c70798d402534e71fdc4935e5a84a896f05c45531980d17626d68dcd85
MD5 c394afb85a42fe689167d0f05bdc88eb
BLAKE2b-256 bddb61e53815df10fdd1111bff6f0d10553ac47cd3440b3ba0d439517eaf696c

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 249d633dcfc4480ed946f606f5369f25ddb9f0f3dd39f26086092d34e06a7779
MD5 5dca39c9305cb4bc9883861e82050fa7
BLAKE2b-256 7e1ad20ea9978c042276fc16ec28bf3bc1d32057727c703990a3f7a2d79dd9dd

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b50aef86b90eceeeaa2d675cd9c46ab26ade3095fbd10941e470d73d8834f42
MD5 946b895438c2707a432ccb3b5458b965
BLAKE2b-256 7995a895f5f5dbde997b401a3070242668d5bfc31947be3799ad963b4fac280c

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 19de16d678468e06d8099934fd175fb9514804992e231568c17fae895b9c2a96
MD5 eb516cf0fb753463fa7a3bc22d0d8f24
BLAKE2b-256 43e9c8dbf9002b82a60ac766e9181567f27e8b25be40953263e74bea8c9fa3d7

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d0e6802ec6072e203c47d2a52b491f3c1583a7e33b007d4eb1124719cd91fce6
MD5 084c2c16cd9587193618f5001cd5a873
BLAKE2b-256 b319c142543ceef1d68040dd1da2f6937d90f6a9c63fb1cbf613394b959d2868

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df5609f478c89358066faafda46cfd7d2577b238044959c436aea2132734f23a
MD5 3d73974f0a1f4142d61f0272710fd801
BLAKE2b-256 91c47c0aabd7bcc938d197be43d5b0b37103173327cf965bc5e4330a850927dc

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 908.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 53b9f8b5687651bdb12f6d9ae43f5cd5d4852244ff02b1d7d538e66d39517c53
MD5 c9e847346aa0af64e1b81cfb1a5e4ca9
BLAKE2b-256 03d63b7b27bdea493fc449a8dd62f7cafad8954f0dd5e1421857c231894d46f3

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5302ae49201117e3ded48b3f984b526c8cb621390586aba0f79ad6fe8f92e222
MD5 f966259546d8e3ccf3c4163b861441b0
BLAKE2b-256 eb155a23910530b07118f37df7f8dfd603b98a2af9c7ab471459eb372870cf6b

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 af41a6742cbb2ae873c09425e947f38ce8e981bae7c436758705850208db39d8
MD5 1d7a98d402cd74ca27abec1d5da730c6
BLAKE2b-256 891eb8795a70efd492e619f0b0cae51ffaa621879ac70b15d87863f119eed518

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c97a1a846b87a1abe7b8dc6547bb8b79bffbd40cdcf4a9d160a4dcc96438751f
MD5 d3b032fffc1da0a40b796c1b519170c8
BLAKE2b-256 60cd743c45374a828b4e14c670727b86ee65b671925cf24f8b7091cf35915d0f

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c0745723e0a5dbaf8ebcc8e4862da603ad629a3f7c74eedb07c26c785722c205
MD5 e04b4cc1a25b383640403a1e80d298f4
BLAKE2b-256 49c5588d45a2f6bf3b15317b7547f6b56bbf51f5962da7f10f7dafc6757e3a9b

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5ab6277b53b00830a015c60ce9874881229e9cdc4090be427981eaa5041ed12
MD5 b31ed980e5b94e6e9aa4e0a4d93b89fa
BLAKE2b-256 64867c872793ea3c2cacb5e4dc818edba4dd51310d199c92aeddf497d413059f

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 908.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8c9c0a8b9ec3b149bca380f4f8f6f811e30267c3c8ef01f23b01886466f8970b
MD5 fcb46557942ffdde1211014a098c3db2
BLAKE2b-256 13209b3e9af14e1eba46b166190f7041b32f4c798e19c2c96124099d99adadaa

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e15f165d6529f40d16a7adde99becace28a750959b606e178c41c602d98215e
MD5 4d92462c639ead91326fb06a50294575
BLAKE2b-256 65ffea494718a54c910b40d49b58c707d9a4ce9a805cfd1ce5053d0a816dc027

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 50992d6909e8e04a89f930a165141f2536b4ee643079cb6af7c09902c89c855f
MD5 978c88df10a65225f1d889b6b7b28381
BLAKE2b-256 827dfdad396083ea863f94daab5c604400d37b0a87357c628fbc99baed67c19d

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 457be134dc2fcc5957c384ea23c7d54050d2ff78b40ae7bc4538cad1c5fafef2
MD5 08c6f209ce989cb898c791210629f8f8
BLAKE2b-256 b632b6b80a21d9074070dfaef0a2591182ee1ca75a9064d65555f789465199e6

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c860e0d41c32b3c9daca0f728d5e3ce3441c378d68455585ac43746d35479d76
MD5 d66064249ad27cb20f39d9aade6c4c42
BLAKE2b-256 45dea3ab5004b36348e0d6bd9b89064ba9b506419d0785c73896c8d0fcfd0387

See more details on using hashes here.

File details

Details for the file PartSeg-0.11.0b2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PartSeg-0.11.0b2-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.6

File hashes

Hashes for PartSeg-0.11.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e738854d2f52ff5e25a6c9cd29671242e256e69cf622a8c39a792f8ee4ce8495
MD5 678543f0c68f463eb4a5149978837999
BLAKE2b-256 52600f6d25f3194e14f4ba34141d128444158497e866bb3d6f9a8c3f999f1ce1

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