Metadata-Version: 2.1
Name: tiltlib
Version: 0.0.1
Summary: TEM tilt holder scripts
Author-email: Viljar Femoen <viljarjf@stud.ntnu.no>
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: orix
Requires-Dist: matplotlib
Requires-Dist: hyperspy
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: filelock ; extra == 'test'

# tiltlib

Tilt TEM sample holders

# Installation
 
Download the code with
~~~bash
git clone https://github.com/viljarjf/tiltlib.git
~~~

[Optional] Create an environment:
~~~bash
conda create --name tiltlib_env
conda activate tiltlib_env
~~~

Install:
~~~bash
cd tiltlib
pip install .
~~~

Note:
In the future, you will be able to install the library with: `pip install tiltlib`

