Automic VaultAutomic Vault

brew

Installer flit avec Homebrew, apt, dnf

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install flit

local Homebrew formula metadata

aperçu

Résumé du paquet

Simplified packaging of Python modules

Commandes et alias

  • flit

historique

Historique du projet et usages

Flit is a Python packaging tool for publishing modules and packages to PyPI with a small amount of project metadata. It became notable in Python packaging culture as an early, opinionated tool built around pyproject.toml and the PEP 517 build-backend model rather than the older setup.py workflow.

Historique du projet

The project appeared on PyPI in 2015 and describes itself as a simple way to put Python packages and modules on PyPI while avoiding common packaging mistakes. Its workflow centers on running flit init to create pyproject.toml, then using flit publish or flit install for distribution and local development.

Flit's documentation records the evolution from the very old flit.ini format, to the older [tool.flit.metadata] table, and then to the standard [project] table. The same documentation identifies flit_core as the build backend used by pip and other build frontends.

Historique d'adoption

Flit was adopted by Python projects that wanted a low-boilerplate packaging path for single import packages and modules. Its role grew with standard pyproject.toml metadata, because it offered a compact implementation of the modern build-backend approach.

The package is distributed through PyPI and is also curated by operating-system package managers, including Homebrew and several Linux distributions in the supplied package facts.

Modes d'utilisation

Typical use starts with python3 -m pip install flit, then flit init in a project directory to create pyproject.toml. Publishing is done with flit publish, and development installs use flit install with optional symlink and interpreter flags.

Flit is intentionally narrow: it packages one importable module or package at a time, reads common metadata from pyproject.toml and the module, and delegates standard wheel installation behavior to pip.

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

Flit is significant to package maintainers because it made pyproject.toml-first packaging feel practical before that workflow became routine. It is also a useful reference point for the division between a frontend CLI, flit, and a backend package, flit_core.

For package-index and distribution maintainers, Flit is a clean example of PEP 517-era packaging: projects can declare flit_core.buildapi in [build-system], allowing build tools to construct wheels without executing setup.py.

Chronologie

  • 2015: Flit 0.1 is uploaded to PyPI.
  • 2016: Early 0.x releases continue the simple PyPI publishing workflow.
  • 2020: Flit 3.x era documentation supports the standard [project] metadata table.
  • 2026: PyPI metadata reports Flit 3.12.0 as the current release during this enrichment run.

Related projects

  • flit_core is the build backend used in pyproject.toml for Flit-built packages.
  • pip consumes Flit-built wheels and can invoke Flit in an isolated build environment for source distributions.
  • setuptools and other Python packaging tools are the broader ecosystem that Flit is commonly compared against.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour flit. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

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 2 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
pyproject.toml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.pypirc

exécutables

Exécutables installés

CommandeTypeExpositionNote
flitcliexé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-25
version du gestionnaire3.12.0
gestionnaire mis à jour2026-05-21
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/pypa/flit

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:flit
Version3.12.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/flit
Page d'accueilhttps://github.com/pypa/flit
Dépôthttps://github.com/pypa/flit
Docs amonthttps://flit.pypa.io/en/stable
LicenceBSD-3-Clause
Archive sourcehttps://files.pythonhosted.org/packages/50/9c/0608c91a5b6c013c63548515ae31cff6399cd9ce891bd9daee8c103da09b/flit-3.12.0.tar.gz
Dernière mise à jour2026-05-21T11:31:14Z
Pulseupdated
Dépendancescertifi, python@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 Nameflit
Version Scheme0
Revision7
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • 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%

flit 3.12.0-1

simple way to put Python packages and modules on PyPI (PEP 517)

https://flit.readthedocs.io/en/latest/

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

flit 3.9.0-2

simple way to put Python packages and modules on PyPI (PEP 517)

https://flit.readthedocs.io/en/latest/

sudo apt install flit
  • Section: universe/python
  • Architecture: all
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Flit
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: flit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

flit 3.12.0-8.fc45

Simplified packaging of Python modules

https://flit.pypa.io/

sudo dnf install flit
  • License: BSD-3-Clause AND Apache-2.0 AND PSF-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-flit
  • 3 Dépendances
  • 7 fournit
  • normalized package name match
  • Correspondance par : Flit
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: flit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

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