Metadata-Version: 2.1
Name: harness-featureflags
Version: 1.0.4
Summary: Feature flag server SDK for python
Home-page: https://github.com/drone/ff-python-server-sdk
Author: Enver Bisevac
Author-email: enver.bisevac@harness.io
License: Apache Software License 2.0
Keywords: featureflags
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: httpx (~=0.16.1)
Requires-Dist: pyjwt (~=2.0.1)
Requires-Dist: attrs (~=20.3.0)
Requires-Dist: mmh3 (~=3.0.0)
Requires-Dist: requests (==2.25.1)

=======================
Feature Flag Server SDK
=======================


.. image:: https://img.shields.io/pypi/v/ff_python_server_sdk.svg
        :target: https://pypi.python.org/pypi/ff_python_server_sdk

.. image:: https://img.shields.io/travis/drone/ff_python_server_sdk.svg
        :target: https://travis-ci.com/drone/ff_python_server_sdk

.. image:: https://readthedocs.org/projects/ff-python-server-sdk/badge/?version=latest
        :target: https://ff-python-server-sdk.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/drone/ff_python_server_sdk/shield.svg
     :target: https://pyup.io/repos/github/drone/ff_python_server_sdk/
     :alt: Updates



Feature flag server SDK for python


* Free software: Apache Software License 2.0
* Documentation: https://harness-featureflags.readthedocs.io.



=======
History
=======

1.0.1 (2021-07-07)
------------------

* First release on PyPI.


