Metadata-Version: 2.4
Name: msd-sdk
Version: 0.1.1
Summary: Python SDK for Meta Structured Data
Project-URL: Homepage, https://github.com/UlfBissbort/msd-sdk-python
Project-URL: Repository, https://github.com/UlfBissbort/msd-sdk-python
Author: Ulf Bissbort, Staple AI
License-Expression: MIT OR Apache-2.0
License-File: LICENSE
License-File: LICENSE-APACHE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# MSD SDK

Python SDK for Meta Structured Data.

## Installation

```bash
pip install msd-sdk
```

## Usage

```python
import msd_sdk as msd

print(msd.__version__)
```

## License

Licensed under either of:

- MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)

at your option.
