Metadata-Version: 2.1
Name: bioio-types
Version: 0.0.1
Summary: Typing, base classes, and more for BioIO projects.
Author-email: Eva Maxfield Brown <evamaxfieldbrown@gmail.com>, Dan Toloudis <danielt@alleninstitute.org>
License: BSD License
Project-URL: Homepage, https://github.com/bioio-devs/bioio-types
Project-URL: Bug Tracker, https://github.com/bioio-devs/bioio-types/issues
Project-URL: Documentation, https://bioio-devs.github.io/bioio-types
Project-URL: User Support, https://github.com/bioio-devs/bioio-types/issues
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dask (!=2022.5.1,>=2021.4.1)
Requires-Dist: fsspec (!=2022.7.0,>=2021.4.0)
Requires-Dist: numpy (~=1.16)
Requires-Dist: ome-types (>=0.2)
Requires-Dist: xarray (>=2022.6.0)
Provides-Extra: dev
Requires-Dist: ipython (>=8.4.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: m2r2 (>=0.2.7) ; extra == 'docs'
Requires-Dist: Sphinx (>=4.0.0) ; extra == 'docs'
Requires-Dist: furo (>=2022.4.7) ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: docutils (<0.19,>=0.18) ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: black (>=22.3.0) ; extra == 'lint'
Requires-Dist: check-manifest (>=0.48) ; extra == 'lint'
Requires-Dist: flake8 (>=3.8.3) ; extra == 'lint'
Requires-Dist: flake8-debugger (>=3.2.1) ; extra == 'lint'
Requires-Dist: flake8-pyprojecttoml ; extra == 'lint'
Requires-Dist: flake8-typing-imports (>=1.9.0) ; extra == 'lint'
Requires-Dist: isort (>=5.7.0) ; extra == 'lint'
Requires-Dist: mypy (>=0.790) ; extra == 'lint'
Requires-Dist: pre-commit (>=2.20.0) ; extra == 'lint'
Provides-Extra: test
Requires-Dist: coverage (>=5.1) ; extra == 'test'
Requires-Dist: pytest (>=5.4.3) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.9.0) ; extra == 'test'
Requires-Dist: pytest-raises (>=0.11) ; extra == 'test'

# bioio-types

[![Build Status](https://github.com/bioio-devs/bioio-types/workflows/CI/badge.svg)](https://github.com/bioio-devs/bioio-types/actions)
[![Documentation](https://github.com/bioio-devs/bioio-types/workflows/Documentation/badge.svg)](https://bioio-devs.github.io/bioio-types)

Typing, base classes, and more for BioIO projects.

---

## Installation

**Stable Release:** `pip install bioio-types`<br>
**Development Head:** `pip install git+https://github.com/bioio-devs/bioio-types.git`

## Quickstart

```python
from bioio_types import example

print(example.str_len("hello"))  # prints 5
```

## Documentation

For full package documentation please visit [bioio-devs.github.io/bioio-types](https://bioio-devs.github.io/bioio-types).

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the code.

**BSD License**
