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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

PartSeg-0.11.1-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.1-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.1-cp37-cp37m-win_amd64.whl (913.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

PartSeg-0.11.1-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.1-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.1-cp36-cp36m-win_amd64.whl (913.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

PartSeg-0.11.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: PartSeg-0.11.1.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • 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.1.tar.gz
Algorithm Hash digest
SHA256 80f8a3ca39250929aa0961662769582dd747e3b56fa47394aca7fbfaede09235
MD5 e984f6f4c2b3efe034c09b9145a39541
BLAKE2b-256 eaf7deabc20d8cc261f3146f4c279b1a97bff7864a21c67fa1c5528f3fbea3d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 44dd6ef94b5b5f045816d30383054e33cca68313b4cafc0f2edc018e010ac46e
MD5 002b803f67d719590c3e005318086024
BLAKE2b-256 86de57daf28c58d8f8b92cbc066e8843a57fb4a0553fe384e355ad3c2325345c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5f9499a1512483320c1c3cfe57c7ac0cc3fd950b87e16a41d15b344df26146e
MD5 031dec92b8a169d3830c974c2c2aa3cb
BLAKE2b-256 324218b5b8f60e46c075a814141f855356860228c46e3a80ee5344067ce0f816

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c7dc1994353c2491d8ce096a8f5c61ddab803c1e63c40f7e9b25ac0b117732f3
MD5 c1f71a1480ea984ed77ef8c1150ed7c8
BLAKE2b-256 6e7562d0928830f97df4f02ce4fb86e3d818f79ce3c1c19cba3190113dbf97f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6655aaaddb0fe6774c89857ce2fb564bf667e844f481d8f61d485882f1a1666b
MD5 44ff2a8caffdd38dd995537a46d3fe45
BLAKE2b-256 7a8cb2a56e28354e28fd31e54fe91d28f45a3567d82fdadd5e25ed95edb1864e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0e65e95f61dc07ba7f2dcef7d15236c1520e8d75f496dc48ecf41b5d7f4d9256
MD5 17fd8ac677c27944ff247d829f0709f2
BLAKE2b-256 ccef607aa2c4edb4542cd3ecb5620b5ae70c762d6ae978a130b85bf6fce46969

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5cc3b2a542819b91cad81d9bc165920c95fc806b83130f19c5844433a179bb2
MD5 5b1f41a523c8c0f3aca2108a8da4067b
BLAKE2b-256 8de968212fcb1b138eda2018875addce9fa95856c0f3d429c46804ca382a71c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 913.6 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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c7e55d40189e26fcbb5857215042305ad95c0e7a2816427dba5f51c2f9d0074c
MD5 e3e28d3937bf063d1e8429c3772432d8
BLAKE2b-256 9fc8b9e4dfb9c4da2c568c0cca5565466ef4a5beaee39763c25406ddf717feaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60e7dedc0fa0ff13f8c9a5be25080c186b349980db823017b2183936ea4b9f72
MD5 558121f843bfd37ad75e47b9807db9be
BLAKE2b-256 594006f3c11892ddfcf764b9a1d97ce232a0a9eaeae9b335ce789ff65f82034f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1e8dfdf4f635e4b07d600842c94b2bdb0cee94eb8d1702000fc7eb9d44ce7a72
MD5 4564552f8e258fc588b5e2d72b53d2df
BLAKE2b-256 9f721172d75bf2bccf8da7185ed3f91599dd67948eddca1d4ef07e0ca37ef4b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 479ab1dd032bbc430412cb56bd1ac89f01bcaf68e54d5a161982a57be8ed77c6
MD5 c1ef86d365a5a322ff806935c52085cd
BLAKE2b-256 8e5e91fbcfcd57e71c02bc6011fbb515a4257344cb2f9a8ea234a31bdab93595

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 47933d42b968dac8991028c1dcab9c13ab23e3b1e30730533c4c6d1534cdd161
MD5 35a2a4879dcc45b2245bb680ff342caa
BLAKE2b-256 d520701fe28a08f808eec2f409686f2dfc222edc5219fb6019f3f40ce588ccb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6ccc3a90da2c23f235ea7e5e228f6a6509d0a6a7c2394db9425f3c460498c9d
MD5 877bc885030e03303ee183314b721809
BLAKE2b-256 8ffdc1db89da8b3f5121e1921388586a388e086b04cfa84a3b60eaa0784ff46f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 913.3 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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2f4188959e363a3c2b19c5384af8fed59b4ec82fb3cc371fa84375b382bca5d2
MD5 6424d5e471355607aa2be25150969eb0
BLAKE2b-256 ee3263bea72b5f40d3eeb73528933a29cb39c469ceb3e3c94ebe1a6fc22436c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9799cecaac02ba9667a31dd217f9aef36318446872f7b46694688dbf6d4ade04
MD5 ba5074a5afdb6f204329a7df186f9cbf
BLAKE2b-256 d3b2939e3636c2475ce520d7f6cb9eaa716dca4d263a03359ef1f3990a3caa40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4324a3b916d2502b87a4b3afab399865d04135573f1d99ab7a6bd2003aae1e88
MD5 450f8d55c9e83aa0efc8646588f33c89
BLAKE2b-256 75ac002c5a56a82414de331e033267d02a32b8b4574c119a95e02de2b8b77095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 149cdc0363c047d16715f5e8e0177689da2e216ffa47cfc131340ad213655dca
MD5 2b4caf9f82d044061ffd4db04251fec7
BLAKE2b-256 5db478c5ebdcce0a724fdf22b66dd20366ba130d0036f742cd3ba772955c3e7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c39768fb6ea920716746bd074e3700fcc50af50d2d1bf0246be41cf6b96769b2
MD5 39059bc9f8a5d52b61751b39a157741d
BLAKE2b-256 8c9deff17f33a90220b43f198ea75069acbdd77095116c3c001c4c380a869f56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PartSeg-0.11.1-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.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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60687b931feb877a20c435e406a5c007a64f95e432db6a97639b93b2297111bf
MD5 10d7d8260bf818da31c0d2f3aaf2d638
BLAKE2b-256 f9fa587f49dd43e2cc42e71c0994e9c9b115cc3b63938400e5e2443009b74c21

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