Metadata-Version: 2.3
Name: snoparallel
Version: 0.1.0
Summary: Simplified parallelism with Python.
License: MIT
Author: Max Snoodijk
Author-email: max_snoodijk@live.nl
Maintainer: Max Snoodijk
Maintainer-email: max_snoodijk@live.nl
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=2.2,<3.0)
Project-URL: Repository, https://dev.azure.com/snomax/snoparallel
Description-Content-Type: text/markdown

# SnoParallel

The source code, documentation, and CI/CD scripts for the SnoParallel package are stored in this repository.

## Installation

1. Clone the repository with the following command:
    
    ```shell
    git clone https://snomax@dev.azure.com/snomax/SnoParallel/_git/SnoParallel
    ```

2. Install poetry:
    
    ```shell
    pip install poetry
    ```

3. Install the package:
    
    ```shell
    poetry install
    ```

## Documentation

Both the user and developer documentation can be found [here](https://thesecondsnomax.github.io/SnoParallel).

