Examples#
This page contains a few examples of how you can use Super duper waddle package.
Installation#
You can install Super duper waddle using pip
:
pip install super-duper-waddle
Collecting super-duper-waddle
Downloading super_duper_waddle-0.1.0-py3-none-any.whl.metadata (2.3 kB)
Downloading super_duper_waddle-0.1.0-py3-none-any.whl (3.9 kB)
Installing collected packages: super-duper-waddle
Successfully installed super-duper-waddle-0.1.0
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: pip install --upgrade pip
Note: you may need to restart the kernel to use updated packages.
Usage#
from sdwaddle import get_version
print(get_version())