apodeflags

Simple feature flag configuration


License
MIT
Install
pip install apodeflags==0.0.2

Documentation

Apode Flags

Simple feature flag configuration for your application. Install this package and implement an adapter class to get going.

Install

pip install apodeflags

Requirements

  • Python 3.6+

Unit Tests

Testing is setup with Python's builtin unittest.

Run the tests with python setup.py test in the root directory.