Metadata-Version: 2.1
Name: eppo-server-sdk
Version: 1.3.2
Summary: Eppo SDK for Python
Home-page: https://github.com/Eppo-exp/python-sdk
Author: Eppo
Author-email: eppo-team@geteppo.com
Project-URL: Bug Tracker, https://github.com/Eppo-exp/python-sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: requests
Requires-Dist: cachetools

# Eppo SDK for Python

## Getting Started

Refer to our [SDK documentation](https://docs.geteppo.com/feature-flags/sdks/python) for how to install and use the SDK.

## Supported Python Versions

This version of the SDK is compatible with Python 3.6 and above.

## Development

### Running tests

`make test`
