Metadata-Version: 2.1
Name: flagsmith-flag-engine
Version: 1.4.1
Summary: Flag engine for the Flagsmith API.
Home-page: https://github.com/Flagsmith/flagsmith-engine
Author: Flagsmith
Author-email: support@flagsmith.com
License: BSD3
Description: [![Feature Flag, Remote Config and A/B Testing platform, Flagsmith](https://github.com/Flagsmith/flagsmith/raw/main/static-files/hero.png)](https://www.flagsmith.com/)
        
        [Flagsmith](https://www.flagsmith.com/) is an open source, fully featured, Feature Flag and Remote Config service. Use
        our hosted API, deploy to your own private cloud, or run on-premise.
        
        # Flagsmith Flag Engine
        
        This project powers the core [Flagsmith API](https://github.com/Flagsmith/flagsmith-api) flag evaluations engine.
        
        ## Setup
        
        ```bash
        python -m venv .venv
        source .venv/bin/activate
        python -m pip install -r requirements-dev.txt
        ```
        
        ## Design
        
        - Marshmallow Schemas
        - Plain Python
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
