Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/featureprobe/server-sdk-python
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-06-13T04:14:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T04:09:55.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:19:43.874Z (23 days ago)
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
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.