Skip to content

Commit

Permalink
docs(README): add "features" section
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Aug 5, 2023
1 parent 3577088 commit 81873e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@

`poetry-plugin-dotenv` - is the plugin that automatically loads environment variables from a dotenv file into the environment before `poetry` commands are run.

**This plugin doesn't have any dependencies, but therefore it also supports features that `python-dotenv` supports (e.g. templates, interpolating variables using `POSIX` variable expansions etc).**
**Features**

- 📦 Doesn't require any dependencies
- 📝 Supports templates, interpolating variables using POSIX variable expansions
- 🔮 Fully type safe
- 🥷🏻 100% tests coverage and "A" grade for maintainability

# ⚙️ Installation

Expand Down

0 comments on commit 81873e9

Please sign in to comment.