# Install poetry with Homebrew

Python package management tool. Version 2.4.1 via Homebrew; verified 2026-06-20.

## Install

```sh
sudo av install brew:poetry
```

## Agent safety answer

poetry manages Python dependencies and package publishing.

- **Credential access:** Reads PyPI tokens, repository credentials, environment variables, and project config.
- **Remote mutation:** Can install dependencies and interact with package repositories.
- **Publish/artifact risk:** Can build and publish Python packages.
- **Recommended control:** Gate publish, config, and credentialed repository operations.
- **Agent-use guidance:** Allow lock/test/build; require approval for publish and credential changes.

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install poetry
```

  Evidence: provider-native install command

## Package facts

- **Package key:** brew:poetry
- **Package manager:** Homebrew
- **Version:** 2.4.1
- **Source summary:** Python package management tool
- **Homepage:** <https://python-poetry.org/>
- **Repository:** <https://github.com/python-poetry/poetry>
- **Last updated:** 2026-06-20T11:12:23Z
- **Generated:** 2026-08-03T00:40:33+00:00

## Executables

- poetry (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 2.4.1

## Security Notes

No matching local secret-handling manifest was found for poetry. Nucleus package metadata is still published here so future coverage has a stable package URL.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- macOS: ~/Library/Application Support/pypoetry/auth.toml, ~/Library/Preferences/pypoetry/auth.toml
- Unix: ~/.config/pypoetry/auth.toml, $XDG_CONFIG_HOME/pypoetry/auth.toml

## Credential files

- macOS: ~/Library/Application Support/pypoetry/auth.toml, ~/Library/Preferences/pypoetry/auth.toml
- Unix: ~/.config/pypoetry/auth.toml, $XDG_CONFIG_HOME/pypoetry/auth.toml

## Combined YAML source

View the package source record on GitHub. [combined/poetry.yml](https://github.com/automic-vault/db/blob/main/combined/poetry.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- curated configuration and credential file locations
- pkgdb category and tag curation
- curated agent safety answer
