Metadata-Version: 2.2
Name: readstat-rs
Version: 0.13.0
Summary: ReadStat binary distribution for working with SAS7BDAT files
Author-email: Tobias Kragholm <tkragholm@gmail.com>
License: Original Software License:
        ------------------------
        Copyright (c) 2020-2023 Curtis Alexander; Evan Miller
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        Distribution Package License:
        ---------------------------
        Copyright (c) 2025 Tobias Kragholm
        
        This package is a redistribution of readstat-rs (https://github.com/curtisalexander/readstat-rs)
        and is licensed under the same terms as the original software.
        
Project-URL: Homepage, https://github.com/curtisalexander/readstat-rs
Project-URL: Repository, https://github.com/curtisalexander/readstat-rs
Project-URL: Distribution Repository, https://github.com/tkragholm/readstat-rs
Project-URL: Distribution Issues, https://github.com/tkragholm/readstat-rs/issues
Project-URL: Documentation, https://github.com/curtisalexander/readstat-rs#readme
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Rust
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: requires-python

# readstat-rs

Python distribution of [readstat-rs](https://github.com/curtisalexander/readstat-rs), a command-line tool for working with SAS binary (sas7bdat) files.

## Installation

```bash
pip install readstat-rs
```

## Usage

After installation, the `readstat` command will be available in your path:

```bash
readstat --help
```

## Supported Platforms

- Linux (x86_64)
- macOS (x86_64, Apple Silicon/ARM64)
- Windows (x86_64)

## Links

- [Original Project (readstat-rs)](https://github.com/curtisalexander/readstat-rs)
- [Distribution Repository](https://github.com/tkragholm/readstat-rs)

## Issues

- For issues related to the core functionality, please report them to the [original repository](https://github.com/curtisalexander/readstat-rs/issues)
- For installation or distribution-specific issues, please report them to this [distribution repository](https://github.com/tkragholm/readstat-rs/issues)

## License

This package is a redistribution of [readstat-rs](https://github.com/curtisalexander/readstat-rs) created by Curtis Alexander and Evan Miller. The original software and this distribution are licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
