pyaugurs 0.1.0

Python bindings for the augurs time series library.
Documentation
[dependencies.augurs-core]
version = "0.1.0-alpha.0"

[dependencies.augurs-ets]
features = ["mstl"]
version = "0.1.0-alpha.0"

[dependencies.augurs-mstl]
version = "0.1.0-alpha.0"

[dependencies.numpy]
version = "0.19.0"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.19.1"

[dependencies.pyo3-log]
version = "0.8.2"

[dependencies.tracing]
features = ["log-always"]
version = "0.1.37"

[lib]
crate-type = ["cdylib"]
name = "augurs"

[package]
authors = ["Ben Sully <ben.sully@grafana.com"]
description = "Python bindings for the augurs time series library."
documentation = "https://docs.rs/crate/augurs"
edition = "2021"
keywords = ["analysis", "forecasting", "time-series"]
license = "MIT OR Apache-2.0"
name = "pyaugurs"
readme = "README.md"
version = "0.1.0"