Metadata-Version: 2.4
Name: svy_rs
Version: 0.6.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Dist: polars[pyarrow]>=1.8.2
License-File: LICENSE
Summary: Internal Rust extension for the svy package. Do not depend on this directly.
Home-Page: https://gitlab.com/samplics/svy
Author-email: Samplics LLC <msdiallo@samplics.org>
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://gitlab.com/samplics/svy
Project-URL: Issues, https://gitlab.com/samplics/svy/-/issues
Project-URL: Repository, https://gitlab.com/samplics/svy

# svy-rs

> **Internal package** — This is a compiled Rust extension for the [svy](https://pypi.org/project/svy/) package. Do not depend on this directly.

## Installation

This package is automatically installed as a dependency of `svy`:

```bash
pip install svy
```

Do not install `svy-rs` directly unless you know what you're doing.

