# Orchard Features POC

This is a rudimentary boilerplate test for using `python-orchard-features` methods to check `split.io`

This POC is limited to vendor-level treatments (features), but should provide a running start to configuring and testing other treatments.

## .env file
Copy `.env.shadow` to `.env`.

Add the DEV AWS Secrets Manager split `API_KEY` to `.env` as `SPLITIO_API_KEY`

Add OA_USER and VENDOR_ID as needed.

`.split` file is only needed when using local split repository testing (in absence of `SPLITIO_API_KEY`).

## Expected Output:

```
'ows_features_example' flag is enabled.
'ows_features_example' flag is enabled.
'ows_features_example' flag is enabled.
```

