Metadata-Version: 2.4
Name: mixedlm
Version: 0.1.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Requires-Dist: pandas>=2.0
Requires-Dist: pytest>=7.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0 ; extra == 'dev'
Requires-Dist: ruff>=0.1 ; extra == 'dev'
Requires-Dist: mypy>=1.0 ; extra == 'dev'
Requires-Dist: matplotlib>=3.5 ; extra == 'plots'
Provides-Extra: dev
Provides-Extra: plots
License-File: LICENSE
Summary: Mixed-effects models in Python with Rust backend
Keywords: statistics,mixed-effects,lmer,glmer,regression
License: MIT
Requires-Python: >=3.14
