LICENSE
README.md
pyproject.toml
setup.py
fastapi_featureflags/__init__.py
fastapi_featureflags/main.py
fastapi_featureflags/router.py
fastapi_featureflags.egg-info/PKG-INFO
fastapi_featureflags.egg-info/SOURCES.txt
fastapi_featureflags.egg-info/dependency_links.txt
fastapi_featureflags.egg-info/requires.txt
fastapi_featureflags.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_conf.py
tests/test_conf_from_dict.py
tests/test_conf_from_json.py
tests/test_conf_from_url.py
tests/test_routes.py
tests/test_types.py