Metadata-Version: 2.1
Name: apodeflags
Version: 0.0.2
Summary: Simple feature flag configuration
Home-page: https://github.com/apode-io/apodeflags
Author: Felix Panozzo
Author-email: felix@apode.se
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown

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.

