Metadata-Version: 2.1
Name: azuresphere-imagemetadata
Version: 0.0.2
Summary: A library for parsing and composing image metadata for azure sphere devices
Home-page: https://learn.microsoft.com/azure-sphere/
Author: Microsoft Corporation
Author-email: azspheremfrsamplesup@microsoft.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: cryptography >=41.0.2

# Microsoft Azure Sphere Image Metadata for Python 

Microsoft Azure Sphere Image Metadata for Python enables users to interact with an Azure Sphere Image.


## Installation

You can find Microsoft Azure Sphere Image Metadata for Python on [PyPi](https://pypi.org/project/azuresphere_imagemetadata/).

1. If you haven't already, [install and/or upgrade the pip](https://pip.pypa.io/en/stable/installing/)
   of your Python environment to a recent version.
2. Run `pip install azuresphere_imagemetadata`.

## Usage

Before using Microsoft Azure Sphere Image Metadata for Python, you must install the Azure Sphere SDK.

- To install the Azure Sphere SDK on Windows, follow the [Windows Quickstart](https://learn.microsoft.com/azure-sphere/install/install-sdk?pivots=cli).
- To install the Azure Sphere SDK on Linux, follow the [Linux Quickstart](https://learn.microsoft.com/azure-sphere/install/install-sdk-linux?pivots=cli-linux).

## Supported host operating systems

- Windows 10 and 11
- Ubuntu 18.04, 20.04, 22.04

