pma-python 2.0.0.174__tar.gz → 2.0.0.176__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,66 @@
1
+ Metadata-Version: 2.1
2
+ Name: pma_python
3
+ Version: 2.0.0.176
4
+ Summary: Universal viewing of digital microscopy, whole slide imaging and digital pathology data
5
+ Home-page: http://github.com/pathomation/pma_python
6
+ Author: Pathomation
7
+ Author-email: info@pathomation.com
8
+ License: http://free.pathomation.com/eula/
9
+ Keywords: wsi whole slide imaging gigapixel microscopy histology pathology
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3
13
+ Requires-Dist: pandas
14
+ Requires-Dist: pillow
15
+ Requires-Dist: requests
16
+ Requires-Dist: requests_toolbelt
17
+
18
+ pma_python is a Python wrapper library for PMA.start (http://free.pathomation.com),
19
+ a universal viewer by Pathomation for whole slide imaging and microscopy.
20
+
21
+ YOU NEED TO HAVE PMA.START (OR PMA.CORE) RUNNING IN ORDER TO USE THIS
22
+ LIBRARY. PMA_PYTHON IS NOT A STAND-ALONE LIBRARY FOR WSI.
23
+
24
+ If you're working with
25
+
26
+ * microscopy data and are you tired of having to use a different library for each vendor specific digital slide format
27
+ * image analysis software and are you looking for a way to have complete control over your algorithms (and not just be able to select those provided for you)
28
+ * novel evaluation methods for histology / pathology and do you just wish there was a way to now automatically evaluate it on 100s of slides (batch processing)
29
+
30
+ and you're doing all of this in Python, then PMA.start and
31
+ pma_python are for you!
32
+
33
+ PMA.start can be downloaded free of charge from http://free.pathomation.com
34
+
35
+ With pma_python, you can inspect and navigate any type of
36
+ microscopic imaging file format available. Whether you have
37
+ macroscopic observations, whole slide imaging data, or fluorescent
38
+ snapshot observations, we can bring it all into Python now.
39
+
40
+ The following vendor formats are currently supported:
41
+
42
+ * TIFF (.tif, .tiff) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
43
+ * JPEG (.jpeg, .jpg)
44
+ * JPEG 2000 (.jp2)
45
+ * PNG (.png)
46
+ * Olympus VSI (.vsi) with lossless JPEG, JPEG, Raw
47
+ * Ventana / Roche BIF (.bif)
48
+ * Hamamatsu (.vms, .ndpi, .dcm) with JPEG, JPEG2000
49
+ * Huron Technologies (.tif)
50
+ * 3DHistech (.mrxs) with JPEG, PNG, BMP
51
+ * Aperio / Leica (.svs, .cws, .scn, .lif, DICOMDIR) with JPEG, JPEG2000
52
+ * Carl Zeiss (.zvi, .czi, .lsm) with Raw, PNG, JPEG, LZW, Deflate, JPEG2000
53
+ * Open Microscopy Environment OME-TIFF (.tf2, .tf8, .btf, .ome.tif)
54
+ * Nikon (.nd2, .tiff) with Deflate, JPEG, JPEG2000, LZW, Deflate, Raw, RLE
55
+ * Philips (.tif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
56
+ * Sakura (.svslide) with JPEG(sqlite2, sqlite3, mssql)
57
+ * Menarini (.ini) with Raw
58
+ * Motic (.mds)
59
+ * Zoomify (.zif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
60
+ * SmartZoom (.szi) with JPEG, BMP
61
+ * Objective Imaging / Glissano (.sws)
62
+ * Perkin Elmer (.qptiff)
63
+
64
+ The most up to date list with supported file formats can be found at
65
+ http://free.pathomation.com/formats
66
+
@@ -1,69 +1,69 @@
1
- # pma_python
2
- pma_python is a Python wrapper library for PMA.start (http://free.pathomation.com),
3
- a universal viewer by Pathomation for whole slide imaging and microscopy.
4
-
5
- YOU NEED TO HAVE PMA.START (OR PMA.CORE) RUNNING IN ORDER TO USE THIS
6
- LIBRARY. PMA_PYTHON IS NOT A STAND-ALONE LIBRARY FOR WSI.
7
-
8
- If you're working with
9
-
10
- * microscopy data and are you tired of having to use a different
11
- library for each vendor specific digital slide format
12
- * image analysis software and are you looking for a way to have
13
- complete control over your algorithms (and not just be able to
14
- select those provided for you)
15
- * novel evaluation methods for histology / pathology and do you
16
- just wish there was a way to now automatically evaluate it on
17
- 100s of slides (batch processing)
18
-
19
- and you're doing all of this in Python, then PMA.start and
20
- pma_python are for you!
21
-
22
- PMA.start can be downloaded free of charge from http://free.pathomation.com
23
-
24
- With pma_python, you can inspect and navigate any type of
25
- microscopic imaging file format available. Whether you have
26
- macroscopic observations, whole slide imaging data, or fluorescent
27
- snapshot observations, we can bring it all into Python now.
28
-
29
- The following vendor formats are currently supported:
30
-
31
- * TIFF (.tif, .tiff) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
32
- * JPEG (.jpeg, .jpg)
33
- * JPEG 2000 (.jp2)
34
- * PNG (.png)
35
- * Olympus VSI (.vsi) with lossless JPEG, JPEG, Raw
36
- * Ventana / Roche BIF (.bif)
37
- * Hamamatsu (.vms, .ndpi, .dcm) with JPEG, JPEG2000
38
- * Huron Technologies (.tif)
39
- * 3DHistech (.mrxs) with JPEG, PNG, BMP
40
- * Aperio / Leica (.svs, .cws, .scn, .lif, DICOMDIR) with JPEG, JPEG2000
41
- * Carl Zeiss (.zvi, .czi, .lsm) with Raw, PNG, JPEG, LZW, Deflate, JPEG2000
42
- * Open Microscopy Environment OME-TIFF (.tf2, .tf8, .btf, .ome.tif)
43
- * Nikon (.nd2, .tiff) with Deflate, JPEG, JPEG2000, LZW, Deflate, Raw, RLE
44
- * Philips (.tif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
45
- * Sakura (.svslide) with JPEG(sqlite2, sqlite3, mssql)
46
- * Menarini (.ini) with Raw
47
- * Motic (.mds)
48
- * Zoomify (.zif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
49
- * SmartZoom (.szi) with JPEG, BMP
50
- * Objective Imaging / Glissano (.sws)
51
- * Perkin Elmer (.qptiff)
52
-
53
- The most up to date list with supported file formats can be found at
54
- http://free.pathomation.com/formats
55
-
56
- ## Installation from source
57
- To install from pypi
58
- ```sh
59
- pip install pma_python
60
- ```
61
- To upgrade an already existing version from pypi
62
- ```sh
63
- pip install --upgrade pma_python
64
- ```
65
-
66
- ## How to use
67
- ```python
68
- >>> from pma_python import *
69
- ```
1
+ # pma_python
2
+ pma_python is a Python wrapper library for PMA.start (http://free.pathomation.com),
3
+ a universal viewer by Pathomation for whole slide imaging and microscopy.
4
+
5
+ YOU NEED TO HAVE PMA.START (OR PMA.CORE) RUNNING IN ORDER TO USE THIS
6
+ LIBRARY. PMA_PYTHON IS NOT A STAND-ALONE LIBRARY FOR WSI.
7
+
8
+ If you're working with
9
+
10
+ * microscopy data and are you tired of having to use a different
11
+ library for each vendor specific digital slide format
12
+ * image analysis software and are you looking for a way to have
13
+ complete control over your algorithms (and not just be able to
14
+ select those provided for you)
15
+ * novel evaluation methods for histology / pathology and do you
16
+ just wish there was a way to now automatically evaluate it on
17
+ 100s of slides (batch processing)
18
+
19
+ and you're doing all of this in Python, then PMA.start and
20
+ pma_python are for you!
21
+
22
+ PMA.start can be downloaded free of charge from http://free.pathomation.com
23
+
24
+ With pma_python, you can inspect and navigate any type of
25
+ microscopic imaging file format available. Whether you have
26
+ macroscopic observations, whole slide imaging data, or fluorescent
27
+ snapshot observations, we can bring it all into Python now.
28
+
29
+ The following vendor formats are currently supported:
30
+
31
+ * TIFF (.tif, .tiff) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
32
+ * JPEG (.jpeg, .jpg)
33
+ * JPEG 2000 (.jp2)
34
+ * PNG (.png)
35
+ * Olympus VSI (.vsi) with lossless JPEG, JPEG, Raw
36
+ * Ventana / Roche BIF (.bif)
37
+ * Hamamatsu (.vms, .ndpi, .dcm) with JPEG, JPEG2000
38
+ * Huron Technologies (.tif)
39
+ * 3DHistech (.mrxs) with JPEG, PNG, BMP
40
+ * Aperio / Leica (.svs, .cws, .scn, .lif, DICOMDIR) with JPEG, JPEG2000
41
+ * Carl Zeiss (.zvi, .czi, .lsm) with Raw, PNG, JPEG, LZW, Deflate, JPEG2000
42
+ * Open Microscopy Environment OME-TIFF (.tf2, .tf8, .btf, .ome.tif)
43
+ * Nikon (.nd2, .tiff) with Deflate, JPEG, JPEG2000, LZW, Deflate, Raw, RLE
44
+ * Philips (.tif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
45
+ * Sakura (.svslide) with JPEG(sqlite2, sqlite3, mssql)
46
+ * Menarini (.ini) with Raw
47
+ * Motic (.mds)
48
+ * Zoomify (.zif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
49
+ * SmartZoom (.szi) with JPEG, BMP
50
+ * Objective Imaging / Glissano (.sws)
51
+ * Perkin Elmer (.qptiff)
52
+
53
+ The most up to date list with supported file formats can be found at
54
+ http://free.pathomation.com/formats
55
+
56
+ ## Installation from source
57
+ To install from pypi
58
+ ```sh
59
+ pip install pma_python
60
+ ```
61
+ To upgrade an already existing version from pypi
62
+ ```sh
63
+ pip install --upgrade pma_python
64
+ ```
65
+
66
+ ## How to use
67
+ ```python
68
+ >>> from pma_python import *
69
+ ```
@@ -1,6 +1,6 @@
1
- from .version import *
2
- from .pma import *
3
- from .core import *
4
- from .core_admin import *
5
- from .control import *
6
- from .view import *
1
+ from .version import *
2
+ from .pma import *
3
+ from .core import *
4
+ from .core_admin import *
5
+ from .control import *
6
+ from .view import *