Metadata-Version: 2.1
Name: sdswrapper
Version: 0.2.3
Summary: A Python package for spatial data science workflows.
Home-page: https://github.com/AndersonEduardo/sdswrapper
Author: Anderson Aires Eduardo
Author-email: andersonaed@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Spatial Data Sscience Wrapper

A Python package for spatial data science workflows.

## Features
- Integration with scikit-learn models.
- Support for Kriging and Regression Kriging.
- Easy-to-use wrapper for spatial data workflows.

## Installation
```bash
pip install sdswrapper
```

## Usage
```python
from sdswrapper import Wrapper

# Example starts usage here
```

## License
MIT License
