Metadata-Version: 2.4
Name: statsig
Version: 0.66.2
Summary: Statsig Python Server SDK
Home-page: https://github.com/statsig-io/python-sdk
Author: Tore Hanssen, Jiakan Wang
Author-email: tore@statsig.com, jkw@statsig.com
License: ISC
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: ua_parser
Requires-Dist: ip3country
Requires-Dist: grpcio
Requires-Dist: protobuf
Requires-Dist: ijson
Requires-Dist: typing-extensions
Requires-Dist: brotli
Provides-Extra: test
Requires-Dist: requests; extra == "test"
Requires-Dist: user_agents; extra == "test"
Requires-Dist: semver; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Statsig Python Server SDK
[![tests](https://github.com/statsig-io/python-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/statsig-io/python-sdk/actions/workflows/test.yml)

The python SDK for server/multi-user environments.

Statsig helps you move faster with Feature Gates (Feature Flags) and Dynamic Configs. It also allows you to run A/B tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, create an account at [statsig.com](https://www.statsig.com).

## Getting Started

Visit our [getting started guide](https://docs.statsig.com/server/pythonSDK).

## Testing

Each server SDK is tested at multiple levels - from unit to integration and e2e tests.  Our internal e2e test harness runs daily against each server SDK, while unit and integration tests can be seen in the respective github repos of each SDK.

Run local unit tests separately for now:

```
python3 -m unittest tests/server_sdk_consistency_test.py
python3 -m unittest tests/test_statsig_e2e.py
```

## Guidelines

- Pull requests are welcome! 
- If you encounter bugs, feel free to [file an issue](https://github.com/statsig-io/python-sdk/issues).
- For integration questions/help, [join our slack community](https://join.slack.com/t/statsigcommunity/shared_invite/zt-pbp005hg-VFQOutZhMw5Vu9eWvCro9g).
