Metadata-Version: 2.4
Name: pixel-patrol-base
Version: 0.4.0
Summary: Image prevalidation tool
License: MIT License
        
        Copyright (c) 2025 ida-mdc / PixelPatrol contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: THIRD_PARTY_LICENSES.md
Requires-Dist: click>=8.2.1
Requires-Dist: dash-ag-grid>=32.3.0
Requires-Dist: dash-bootstrap-components>=2.0.3
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: polars>=1.31.0
Requires-Dist: pyarrow>=21.0.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: statsmodels>=0.14.4
Requires-Dist: tensorboard>=2.18.0
Requires-Dist: tensorboardx>=2.6.4
Requires-Dist: dask>=2025.5.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: yaspin>=3.4.0
Dynamic: license-file

### PixelPatrol Base (pixel-patrol-base)

The Core Engine and Framework for the PixelPatrol Ecosystem.

This package is the essential, non-optional foundation of PixelPatrol. It provides the command-line interface (CLI), the interactive report structure, and the plugin system that allows other packages (like pixel-patrol-loader-bio or pixel-patrol-image) to integrate seamlessly.

It also includes the Processing Framework: It defines the official system for reading files, processing data, and generating the final feature sets.
It includes more universal plug-ins such as basic file-system statistics, as well as plug-ins that don't require additional library installation such as thumbnail generation and standard statistical analysis.

#### 👥 Who Should Install This?

Most end-users should install the main, consolidated package:
```
uv pip install pixel-patrol
```

The main package automatically installs pixel-patrol-base along with the most common loaders and analysis tools.

You should install pixel-patrol-base directly only if you are:

* A Developer: You are building your own custom extension (a new loader, processor, or widget) and need the core API.
* A Power User: You want a minimal installation and plan to manually install other official extensions.

##### 🚀 Installation (Minimal)
To install just the core framework:
```
uv pip install pixel-patrol-base
```

📖 Usage and Documentation  
For instructions please refer to the main documentation:  
https://github.com/ida-mdc/pixel-patrol/
