Metadata-Version: 2.1
Name: leuci-pol
Version: 0.0.13
Summary: Interpolation of 3d maps
Home-page: https://github.com/pypa/sampleproject
Author: Rachel Alcraft
Author-email: rachelalcraft@gmail.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# leuci-pol Package

A library for interpolation of 3d matrices on unit (0,0,0) basis
Manimpulation of the map to other spaces can be done in the leuci-xyz library

# Some instructions
### Activate/install virtual environment
```
python3 -m venv .venv

source ./.venv/bin/activate
(deactivate)
```
### Install the requirements
```
pip install -r requirements.txt
```


