Metadata-Version: 2.1
Name: fiddler-client
Version: 3.2.0.dev2
Summary: Python client for Fiddler Platform
Home-page: https://fiddler.ai
Author: Fiddler Labs
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pip >=21.0
Requires-Dist: requests <3
Requires-Dist: requests-toolbelt
Requires-Dist: pandas >=1.2.5
Requires-Dist: pydantic <2,>=1.10.15
Requires-Dist: deprecated ==1.2.13
Requires-Dist: tqdm
Requires-Dist: simplejson >=3.17.0
Requires-Dist: pyarrow >=7.0.0
Requires-Dist: pyyaml
Requires-Dist: typing-extensions <5,>=4.6.0

Fiddler Client
=============

Python client for interacting with Fiddler. Provides a user-friendly interface to our REST API and enables event
publishing for use with our monitoring features.

Requirements
------------
Requires Python >= Python-3.6.3 and pip >= 19.0

Installation
------------

    $ pip3 install fiddler-client

API Example Usage
-------------
Documentation for the API can be found [here](https://docs.fiddler.ai/reference/about-the-fiddler-client). For examples of interacting with our APIs, please check out our [Quick Start Guide](https://docs.fiddler.ai/docs/quick-start) as well as the notebooks found on our [Examples Github](https://github.com/fiddler-labs/fiddler-examples).

Version History
-------------
Version history is available on [Fiddler documentation page](https://docs.fiddler.ai/page/python-client-version-history).
