Metadata-Version: 2.4
Name: processor_tools
Version: 0.2.3
Summary: Tools to support the developing of processing pipelines
Home-page: https://gitlab.npl.co.uk/eco/tools/processor_tools
Author: Sam Hunt
Author-email: sam.hunt@npl.co.uk
License: None
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: pydantic
Requires-Dist: python-dateutil
Provides-Extra: dev
Requires-Dist: numpy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx_book_theme; extra == "dev"
Requires-Dist: sphinx_design; extra == "dev"
Requires-Dist: sphinx_automodapi; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: pickleshare; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# processor_tools

Tools to support the developing of processing pipelines

## Installation

`processor_tools` is installable via pip. For development it is recommended to install in editable mode with the optional developer dependencies, i.e.:

``
pip install -e ".[dev]"
``

## Documentation

For more information visit our [documentation](https://eco.gitlab-docs.npl.co.uk/tools/processor_tools).

## Acknowledgements

`processor_tools` has been developed by [Sam Hunt](mailto: sam.hunt@npl.co.uk).

## Project status

`processor_tools` is under active development. It is beta software.
