Installation
Requirements
Python 3.7 or higher
No additional dependencies required for core functionality
Install from PyPI
pip install tempdataset
Install from Source
pip install git+https://github.com/dot-css/TempDataset
Development Installation
git clone https://github.com/dot-css/TempDataset.git
cd TempDataset
pip install -e .[dev]
Verify Installation
import tempdataset
print(tempdataset.__version__)