frequenz-resampling 0.2.0

A library for resampling a stream of samples to a given interval.
Documentation
1
2
3
4
5
6
7
8
# License: MIT
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH

"""Configuration file for nox."""

from frequenz.repo.config import RepositoryType, nox

nox.configure(RepositoryType.LIB)