Metadata-Version: 2.4
Name: dataspree-preprocessing
Version: 0.2.1
Summary: Python package for DS data augmentations and transforms.
Project-URL: Homepage, https://www.data-spree.com/
Project-URL: Documentation, https://github.com/dataspree/data-processing.git
Project-URL: Repository, https://github.com/dataspree/data-processing.git
Author-email: Data Spree GmbH <info@data-spree.com>
License: Copyright (c) 2026 Data Spree GmbH - All Rights Reserved
        
        This package is publicly distributed via PyPI.
        Use of this software is permitted.
        Redistribution, sublicensing, modification, or republishing is prohibited without explicit written permission from Data Spree GmbH.
        
        ---------------------
        Open Source Licenses:
        ---------------------
        
        ╭────────────────────────┬───────────┬──────────────╮
        │ name                   │ version   │ licenses     │
        ├────────────────────────┼───────────┼──────────────┤
        │ albumentations         │ 1.3.1     │ MIT          │
        │ ImageIO                │ 2.37.2    │              │
        │ joblib                 │ 1.5.3     │              │
        │ lazy_loader            │ 0.4       │ BSD License  │
        │ networkx               │ 3.4.2     │ BSD License  │
        │ numpy                  │ 2.2.6     │ BSD License  │
        │ opencv-python-headless │ 4.13.0.92 │ Apache 2.0   │
        │ packaging              │ 26.0      │              │
        │ pillow                 │ 12.1.1    │              │
        │ PyYAML                 │ 6.0.3     │ MIT          │
        │ qudida                 │ 0.0.4     │              │
        │ scikit-image           │ 0.25.2    │ BSD License  │
        │ scikit-learn           │ 1.7.2     │              │
        │ scipy                  │ 1.15.3    │ BSD License  │
        │ threadpoolctl          │ 3.6.0     │ BSD-3-Clause │
        │ tifffile               │ 2025.5.10 │ BSD-3-Clause │
        │ typing_extensions      │ 4.15.0    │              │
        ╰────────────────────────┴───────────┴──────────────╯
License-File: LICENSE.txt
Keywords: dataspree,preprocessing
Requires-Python: >=3.10
Requires-Dist: albumentations~=1.3.1
Requires-Dist: numpy<3,>=1.24
Requires-Dist: opencv-python-headless<5.0.0,>=4.6.0
Requires-Dist: typing-extensions>=4
Description-Content-Type: text/markdown

# Data Spree Preprocessing

Python package for DS data augmentations and transforms.

![CI/CD](https://github.com/dataspree/dataspree-inspection/actions/workflows/ci.yml/badge.svg)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev) 
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)


## Getting Started
```bash
pip install dataspree-preprocessing # if you want to use pip or
pdm add dataspree-preprocessing # when using pdm
```

## Development
See [CONTRIBUTING.md](./docs/contributing.md) for more information.
