Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Feature flags for python.

License

NotificationsYou must be signed in to change notification settings

ashcrow/flagon

Repository files navigation

Build Status

Generic feature flags for python which attempts to be compatible withJava's Togglz (http://www.togglz.org/).

Ideas

  • Pluggable configuration backends
  • Support for default fallback calls
  • Logging support

Example

Status API

a simple flag status api is provided under flagon.status_api. Example wsgi file can be found in contrib/wsgi. The status api requireswerkzeug.

The request endpoint is /v0/FLAG_NAME.

The response syntax is JSON format with two keys with bools: active, known.

  • active is if the flag is on or not.
  • known is noting if the flag exists.

About

Feature flags for python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp