statsig


Namestatsig JSON
Version 0.29.1 PyPI version JSON
download
home_pagehttps://github.com/statsig-io/python-sdk
SummaryStatsig Python Server SDK
upload_time2024-03-13 21:29:19
maintainer
docs_urlNone
authorTore Hanssen, Jiakan Wang
requires_python>=3.5
licenseISC
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/statsig-io/python-sdk",
    "name": "statsig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tore Hanssen, Jiakan Wang",
    "author_email": "tore@statsig.com, jkw@statsig.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/fb/3f68cd9525a9dbdb4be9f6d6cb0f98bd94702721f5a71f2e3916ef18790a/statsig-0.29.1.tar.gz",
    "platform": null,
    "description": "# Statsig Python Server SDK\n[![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)\n\nThe python SDK for server/multi-user environments.\n\nStatsig 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).\n\n## Getting Started\n\nVisit our [getting started guide](https://docs.statsig.com/server/pythonSDK).\n\n## Testing\n\nEach 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.\n\nRun local unit tests separately for now:\n\n```\npython3 -m unittest tests/server_sdk_consistency_test.py\npython3 -m unittest tests/test_statsig_e2e.py\n```\n\n## Guidelines\n\n- Pull requests are welcome! \n- If you encounter bugs, feel free to [file an issue](https://github.com/statsig-io/python-sdk/issues).\n- For integration questions/help, [join our slack community](https://join.slack.com/t/statsigcommunity/shared_invite/zt-pbp005hg-VFQOutZhMw5Vu9eWvCro9g).\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "Statsig Python Server SDK",
    "version": "0.29.1",
    "project_urls": {
        "Homepage": "https://github.com/statsig-io/python-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bfb3f68cd9525a9dbdb4be9f6d6cb0f98bd94702721f5a71f2e3916ef18790a",
                "md5": "2472f20c968cb292ea323e26f904bafe",
                "sha256": "d22d2fdb9b65f85754753c191f423c13cc8d2936d9d22a1e3aaf63504d3daacf"
            },
            "downloads": -1,
            "filename": "statsig-0.29.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2472f20c968cb292ea323e26f904bafe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 31408,
            "upload_time": "2024-03-13T21:29:19",
            "upload_time_iso_8601": "2024-03-13T21:29:19.642831Z",
            "url": "https://files.pythonhosted.org/packages/0b/fb/3f68cd9525a9dbdb4be9f6d6cb0f98bd94702721f5a71f2e3916ef18790a/statsig-0.29.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 21:29:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "statsig-io",
    "github_project": "python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "statsig"
}
        
Elapsed time: 0.21620s