Metadata-Version: 2.4
Name: oscar-colony
Version: 0.0.4
Summary: A python package for breeding calculations.
Author-email: "Kimberly Meechan, Neuroinformatics Unit" <code@adamltyson.com>
License-Expression: BSD-3-Clause
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-env; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools-scm; extra == "dev"
Requires-Dist: pooch; extra == "dev"
Requires-Dist: python-dotenv; extra == "dev"
Requires-Dist: responses; extra == "dev"
Provides-Extra: docs
Requires-Dist: linkify-it-py; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: setuptools-scm; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-sitemap; extra == "docs"
Dynamic: license-file

# OSCaR

OSCaR (the Open Source Colony-assessment Resource) is a python package for data-driven optimisation of breeding strategies.

## Documentation

See the [OSCaR documentation](https://oscar.neuroinformatics.dev) for information about how to install / use the package.

To setup a development environment, see the [developer docs](https://oscar.neuroinformatics.dev/developer_setup.html).
