constriction 0.2.0

Entropy coders for research and production (Rust and Python).
Documentation
[project]
dependencies = [
  "numpy~=1.20",
]
name = "constriction"
readme = "README-python.md"
requires-python = ">=3.7,<3.11"

[tool.poetry]
authors = ["Robert Bamler <robert.bamler@uni-tuebingen.de>"]
description = "Entropy coders for research and production (Python and Rust)."
documentation = "https://bamler-lab.github.io/constriction/apidoc/python/"
homepage = "https://bamler-lab.github.io/constriction/"
keywords = ["compression", "machine-learning", "entropy-coding", "range-coding", "ANS"]
license = "MIT OR Apache-2.0 OR BSL-1.0"
name = "constriction"
repository = "https://github.com/bamler-lab/constriction/"
version = "0.2.0"

[tool.poetry.dependencies]
numpy = "^1.20"
python = "^3.7,<3.11"

[tool.poetry.dev-dependencies]
autopep8 = "*"
flake8 = "^3.5"
maturin = "^0.12.5"
pdoc3 = "^0.9.2"
pylint = "^2.6"
pytest = "^6.1"
pytest-runner = "*"
scipy = "^1.6.3"
toml = "^0.10.2"
twine = "^3.7.1"
wheel = "*"

[build-system]
authors = ["Robert Bamler <robert.bamler@uni-tuebingen.de>"]
build-backend = "maturin"
classifiers = [
  "Programming Language :: Rust",
  "Programming Language :: Python :: Implementation :: CPython",
  "Programming Language :: Python :: Implementation :: PyPy",
  "Topic :: System :: Archiving :: Compression",
  "Intended Audience :: Science/Research",
]
requires = ["maturin>=0.12,<0.13"]