|
| 1 | +FeatureProbe Server Side SDK for Python |
| 2 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 3 | + |
| 4 | +.. image:: https://img.shields.io/pypi/v/featureprobe-server-sdk-python |
| 5 | + :target: https://pypi.python.org/pypi/featureprobe-server-sdk-python |
| 6 | + :alt: PyPI Version |
| 7 | + |
| 8 | +.. image:: https://img.shields.io/pypi/pyversions/featureprobe-server-sdk-python.svg |
| 9 | + :target: https://pypi.python.org/pypi/featureprobe-server-sdk-python |
| 10 | + :alt: Python Version |
| 11 | + |
| 12 | +.. image:: https://codecov.io/gh/FeatureProbe/server-sdk-python/branch/main/graph/badge.svg |
| 13 | + :target: https://codecov.io/gh/FeatureProbe/server-sdk-python |
| 14 | + :alt: CodeCov |
| 15 | + |
| 16 | +.. image:: https://img.shields.io/github/stars/FeatureProbe/server-sdk-python |
| 17 | + :target: https://github.com/FeatureProbe/server-sdk-python/stargazers |
| 18 | + :alt: GitHub Star |
| 19 | + |
| 20 | +.. image:: https://img.shields.io/github/license/FeatureProbe/server-sdk-python |
| 21 | + :target: https://github.com/FeatureProbe/server-sdk-python/blob/main/LICENSE |
| 22 | + :alt: License |
| 23 | + |
| 24 | +Feature Probe is an open source feature management service. This SDK is used to control features in Python programs. |
| 25 | +This SDK is designed primarily for use in multi-user systems such as web servers and applications. |
| 26 | + |
| 27 | + |
| 28 | +Basic Terms |
| 29 | +----------- |
| 30 | + |
| 31 | +Reading the short `Basic Terms <https://docs.featureprobe.io/sdk/sdk-introduction>`_ will help to understand the code blow more easily. |
| 32 | +`中文 <https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS_CN.md>`_ |
| 33 | + |
| 34 | + |
| 35 | +How to User This SDK |
| 36 | +-------------------- |
| 37 | + |
| 38 | +See `SDK Doc <https://docs.featureprobe.io/sdk/Server-Side%20SDKs/python-sdk>`_ for detail. |
| 39 | +`中文 <https://docs.featureprobe.io/zh-CN/sdk/Server-Side%20SDKs/python-sdk>`_ |
| 40 | + |
| 41 | + |
| 42 | +Contributing |
| 43 | +------------ |
| 44 | + |
| 45 | +We are working on continue evolving FeatureProbe core, making it flexible and easier to use. |
| 46 | +Development of FeatureProbe happens in the open on GitHub, and we are grateful to the |
| 47 | +community for contributing bugfixes and improvements. |
| 48 | + |
| 49 | +Please read `CONTRIBUTING <https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md>`_ |
| 50 | +for details on our code of conduct, and the process for taking part in improving FeatureProbe. |
| 51 | + |
| 52 | + |
| 53 | +License |
| 54 | +------- |
| 55 | + |
| 56 | +This project is licensed under the Apache 2.0 License - see the `LICENSE <LICENSE>`_ file for details. |
0 commit comments