Automic VaultAutomic Vault

brew

Installer autopep8 avec Homebrew, apt, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de autopep8 pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install autopep8

local Homebrew formula metadata

Linux

Debian aptvérifié · 92%
sudo apt install python3-autopep8

Debian stable package indexes · python3-autopep8 · Source: deb.debian.org

Arch Linux pacmanvérifié · 92%
sudo pacman -S autopep8

Arch Linux sync databases · autopep8 · Source: geo.mirror.pkgbuild.com

aperçu

Résumé du paquet

Automatically formats Python code to conform to the PEP 8 style guide

Commandes et alias

  • autopep8

historique

Historique du projet et usages

autopep8 is a Python formatter that uses pycodestyle diagnostics to rewrite code toward PEP 8. It predates the Black era of Python formatting and represents the earlier style of configurable, error-code-driven automatic cleanup.

Historique du projet

The official GitHub repository was created in December 2010. The README describes autopep8 as a tool that automatically formats Python code to conform to PEP 8, using pycodestyle to determine which parts need formatting.

The project grew around pycodestyle error codes: the README lists many E and W codes autopep8 can fix, plus conservative defaults and more aggressive modes for changes that may affect semantics.

Historique d'adoption

autopep8 spread through Python packaging and editor integrations as a command-line formatter. The batch input lists Homebrew plus Debian/Ubuntu and Arch packages, while the official README points users to pip, PyPI, GitHub, and pre-commit hook usage.

Its GitHub metadata shows thousands of stars and hundreds of forks, consistent with long-running use in Python developer workflows even as opinionated formatters became more prominent later.

Modes d'utilisation

Common usage is autopep8 --in-place with one or more --aggressive flags, or --diff for review. The README also documents module use through fix_code(), recursive operation, parallel jobs, line ranges, pre-commit integration, and pyproject.toml support.

Configuration can come from a global pycodestyle file, project files such as setup.cfg, tox.ini, .pep8, and .flake8, or pyproject.toml under [tool.autopep8], which takes precedence over other configuration files.

Pourquoi les passionnés de paquets s'y intéressent

autopep8 is useful to package nerds because it bridges Python packaging, linter configuration, editor formatting, and pre-commit automation without imposing a single style regime. Its behavior is legible in terms of pycodestyle codes, which makes distro and CI behavior easier to explain than opaque formatter output.

Chronologie

  • 2010: hhatto/autopep8 GitHub repository created.
  • 2010s: autopep8 becomes a common PEP 8 cleanup command distributed through PyPI and OS package managers.
  • 2020s: autopep8 continues supporting pyproject.toml, pre-commit, modern Python versions, and pycodestyle-based fixes.

Related projects

  • pycodestyle supplies the style diagnostics autopep8 uses.
  • flake8 and pep8-style configuration files influence autopep8 configuration discovery.
  • Black, yapf, docformatter, and eradicate are adjacent Python formatting or cleanup tools.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

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

Config paths the tool may read or write during local use.

Unix
~/.config/pycodestylesetup.cfgtox.ini.pep8.flake8pyproject.toml
Windows
~\.pycodestylesetup.cfgtox.ini.pep8.flake8pyproject.toml

exécutables

Exécutables installés

CommandeTypeExpositionNote
autopep8cliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-08
version du gestionnaire2.3.2
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/hhatto/autopep8

  • infoNo package-manager update timestamp was available.confiance faible
  • infoNo cached GitHub release or tag data was available.https://github.com/hhatto/autopep8confiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:autopep8
Version2.3.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/autopep8
Page d'accueilhttps://github.com/hhatto/autopep8
Dépôthttps://github.com/hhatto/autopep8
Docs amonthttps://github.com/hhatto/autopep8#readme
LicenceMIT
Archive sourcehttps://files.pythonhosted.org/packages/50/d8/30873d2b7b57dee9263e53d142da044c4600a46f2d28374b3e38b023df16/autopep8-2.3.2.tar.gz
Dépendancespython@3.14
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameautopep8
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

python3-autopep8 2.3.2-1

tool that automatically formats Python code to conform to PEP 8

https://github.com/hhatto/autopep8

sudo apt install python3-autopep8
  • Section: python
  • Architecture: all
  • Source Package: autopep8
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Autopep8
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-autopep8 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

python3-autopep8 2.0.4-2

tool that automatically formats Python code to conform to PEP 8

https://github.com/hhatto/autopep8

sudo apt install python3-autopep8
  • Section: universe/python
  • Architecture: all
  • Source Package: autopep8
  • 7 Dépendances
  • normalized package name match
  • Correspondance par : Autopep8
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-autopep8 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

autopep8 1:2.3.2-2

A tool that automatically formats Python code to conform to the PEP 8 style guide

https://github.com/hhatto/autopep8

sudo pacman -S autopep8
  • License: MIT
  • Architecture: any
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Autopep8
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: autopep8 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment