Metadata-Version: 2.1
Name: fabric-user-data-functions
Version: 0.2.22rc0
Summary: This package contains bindings and middle ware required for fabric functions built on python.
License: Proprietary
Author: Fabric AppDev Team
Author-email: TridentAppDevEngineering@service.microsoft.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: azure-functions (>=1.17.0,<2.0.0)
Requires-Dist: azure-storage-file-datalake (>=12.14.0,<13.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: pyodbc (>=5.0.1,<6.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Description-Content-Type: text/markdown

# Fabric Functions Python Worker

## Introduction

This project contains the necessary bindings and middleware we can register on a python function in order to receive fabric data from our worker extension. 

## Fabric Item Binding

By importing the `fabric_item_input` binding, the user can add a new attribute to their fabric function. This input has the same properties as the FabricItem attribute and binding from the host extension and will pass down to the worker the information to create a FabricItem:
