Metadata-Version: 2.1
Name: heropytools
Version: 1.2.2
Summary: A package for interaction with Hero.
Home-page: http://heroimaging.com
Author: Hero Imaging AB
Author-email: contact@heroimaging.com
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.22)
Requires-Dist: pandas (>=1.4)

# heropytools for Hero

This is a package used together with Hero (www.heroimaging.com) to enable Plugins to work. When you want your own custom python 
environment for nodes you will need to install this package. 

# FAQ

## How do I install and use a package?
To install the package use:
`pip install heropytools`

Or if the pip path cannot be found but you have the python in the path:
`python -m pip install heropytools`

To use heropytools simply import it, e.g.:
\# import heropytools as hero

## What version of python is required?
The package is tested to work with python 3.10 and above. 
