Skip to content

Installation

Quick Install

pip install timeseries-qc

Requirements

  • Python 3.9 or later
  • pandas >= 1.5
  • plotly >= 5.0
  • pyyaml >= 6.0

Development Setup

git clone https://github.com/nagusubra/timeseries-qc.git
cd timeseries-qc
pip install -e ".[dev]"

This installs extra dependencies for testing and linting: pytest, pytest-cov, ruff, mypy, build, and twine.

Verify Installation

import tsqc
print(tsqc.__version__)

Troubleshooting

If you encounter installation issues, see the Troubleshooting Guide.

Next Steps

  • Quickstart — run your first quality check in 5 lines
  • User Guide — full walkthrough with examples