Metadata-Version: 2.4
Name: SnoScience
Version: 2.1.0
Summary: A package optimised for building small neural networks fast.
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)
Requires-Dist: snoparallel (>=1.3,<2.0)
Project-URL: Documentation, https://thesecondsnomax.github.io/SnoScience/
Project-URL: Repository, https://dev.azure.com/snomax/SnoScience
Description-Content-Type: text/markdown

# SnoScience

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

## Installation

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

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/SnoScience).

