Examples

Contents

Examples#

This page contains a few examples of how you can use Hyperfast Python Template package.

Installation#

You can install Hyperfast Python Template using pip:

pip install hyperfast-python-template
Requirement already satisfied: hyperfast-python-template in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (0.14.5)
Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from hyperfast-python-template) (8.1.7)
Note: you may need to restart the kernel to use updated packages.

Usage#

from hyperfastpy import get_version

print(get_version())