Metadata-Version: 2.4
Name: nutrient-sdk-native
Version: 1.0.7
Summary: Nutrient SDK native libraries
Author-email: Nutrient <support@nutrient.io>
License: Proprietary
Keywords: nutrient,native
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Nutrient SDK Native Libraries

This package contains the platform-specific native libraries for the Nutrient SDK for Python.

## Overview

This is a dependency package that provides the native C/C++ libraries required by the `nutrient-sdk` Python package. It contains the compiled native code for document processing operations.

## Installation

This package is automatically installed as a dependency when you install `nutrient-sdk`. You typically don't need to install it directly.

```bash
pip install nutrient-sdk
```

## Platform Support

This package is built for specific platforms:
- macOS (Universal binary for Intel and Apple Silicon)
- Linux x86_64
- Linux ARM64
- Windows x64
- Windows ARM64

The correct platform-specific wheel is automatically selected during installation based on your system.

## License

Proprietary - Contact Nutrient for licensing information.

## Support

- Documentation: https://www.nutrient.io/guides/python/
- Support: support@nutrient.io
