Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/featureprobe/server-sdk-python

FeatureProbe Server Side SDK for Python
https://github.com/featureprobe/server-sdk-python

Last synced: 3 days ago
JSON representation

FeatureProbe Server Side SDK for Python

Awesome Lists containing this project

README

        

FeatureProbe Server Side SDK for Python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: https://img.shields.io/pypi/v/featureprobe-server-sdk-python
:target: https://pypi.python.org/pypi/featureprobe-server-sdk-python
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/featureprobe-server-sdk-python.svg
:target: https://pypi.python.org/pypi/featureprobe-server-sdk-python
:alt: Python Version

.. image:: https://codecov.io/gh/FeatureProbe/server-sdk-python/branch/main/graph/badge.svg
:target: https://codecov.io/gh/FeatureProbe/server-sdk-python
:alt: CodeCov

.. image:: https://img.shields.io/github/stars/FeatureProbe/server-sdk-python
:target: https://github.com/FeatureProbe/server-sdk-python/stargazers
:alt: GitHub Star

.. image:: https://img.shields.io/github/license/FeatureProbe/server-sdk-python
:target: https://github.com/FeatureProbe/server-sdk-python/blob/main/LICENSE
:alt: License

`FeatureProbe `_ is an open source feature management service. This SDK is used to control features in Python programs.
This SDK is designed primarily for use in multi-user systems such as web servers and applications.

Basic Terms
-----------

Reading the short `Introduction `_ will help to understand the code blow more easily.
`中文 `__

How to User This SDK
--------------------

See `SDK Doc `_ for detail.
`中文 `__

Contributing
------------

We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.

Please read `CONTRIBUTING `_
for details on our code of conduct, and the process for taking part in improving FeatureProbe.

License
-------

This project is licensed under the Apache 2.0 License - see the `LICENSE `_ file for details.