Metadata-Version: 2.1
Name: ts-task-script-utils
Version: 1.0.0
Summary: Python utility functions for Tetra Task Scripts
Home-page: https://github.com/tetrascience/ts-task-script-utils
Author: tetrascience
Author-email: developers@tetrascience.com
License: Apache License 2.0
Project-URL: Tetra Developer Site, https://developers.tetrascience.com
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.20.1)
Requires-Dist: arrow (>=1.0.2)
Requires-Dist: dateparser (>=1.0.0)

# ts-task-script-utils <!-- omit in toc -->

Utility functions for Tetra Task Scripts

- [Installation](#installation)
- [Test](#test)

## Installation

`pip install ts-task-script-utils`

## Test

`pipenv install --dev`
then
`pipenv run python -m pytest`


