Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 350 Bytes

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.