Metadata-Version: 2.1
Name: fastfeatureflag
Version: 0.2.0a0
Summary: light-weight feature flags
Author: GreNait
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: behave (>=1.2.6,<2.0.0)
Requires-Dist: bpython (>=0.24,<0.25)
Requires-Dist: commitizen (>=3.6.0,<4.0.0)
Requires-Dist: dagger-io (>=0.8.1,<0.9.0)
Requires-Dist: mkdocs (>=1.5.2,<2.0.0)
Requires-Dist: mkdocs-autorefs (>=0.5.0,<0.6.0)
Requires-Dist: mkdocs-git-revision-date-localized-plugin (>=1.2.0,<2.0.0)
Requires-Dist: mkdocs-material (>=9.1.21,<10.0.0)
Requires-Dist: mkdocstrings[python] (>=0.22.0,<0.23.0)
Requires-Dist: mypy (>=1.4.1,<2.0.0)
Requires-Dist: pre-commit (>=3.3.3,<4.0.0)
Requires-Dist: pymdown-extensions (>=10.1,<11.0)
Requires-Dist: pytest (>=7.4.0,<8.0.0)
Requires-Dist: pytest-cov (>=4.1.0,<5.0.0)
Requires-Dist: pytest-watch (>=4.2.0,<5.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# Readme

## Installation

```console
pip install fastfeatureflag
```

