FeatureFlags service
|project| |documentation| |version| |tag| |license|_
FeatureFlags is a client/server solution for feature flags integration
Installation
Server
.. code-block:: shell
$ pip3 install evo-featureflags-server
Client
- Python - https://github.com/evo-company/featureflags-py
- JavaScript - https://github.com/evo-company/featureflags-js
- Go - https://github.com/evo-company/featureflags-go
Documentation
Read documentation_
.. |project| image:: https://img.shields.io/badge/evo-company%2Ffeatureflags-blueviolet.svg?logo=github .. _project: https://github.com/evo-company/featureflags .. |documentation| image:: https://img.shields.io/badge/docs-featureflags.rtfd.io-blue.svg .. _documentation: https://featureflags.readthedocs.io/en/latest/ .. |version| image:: https://img.shields.io/pypi/v/evo-featureflags-server.svg?label=pypi-stable&color=green .. _version: https://pypi.org/project/evo-featureflags-server/ .. |tag| image:: https://img.shields.io/github/tag/evo-company/featureflags.svg?label=pypi-latest .. _tag: https://pypi.org/project/evo-featureflags-server/#history .. |license| image:: https://img.shields.io/pypi/l/featureflags.svg .. _license: https://github.com/evo-company/featureflags/blob/master/LICENSE.txt