Abandon le 14-10-24 Python deprecated

Postez ici toutes vos demandes d’assistance générale concernant le fonctionnement de Linux Mint, qui n'entrent pas dans les autres rubriques.
Avatar du membre
alain
Administrateur du site
Messages : 17314
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: Python deprecated

Message par alain »

Dernier message de la page précédente :

Bonjour Gelmou.
Gelmou a écrit : dim. 13 oct. 2024 00:50 Certainement à cause de cette histoire de :

Code : Tout sélectionner

WARNING: The scripts pip, pip3 and pip3.8 are installed in '/home/gelmou/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Oui...
Mais ce que je ne comprends pas c'est pourquoi les scripts pip sont installés dans ton home?
Peut-être parce que tu as lancé la commande en simple utilisateur, depuis ton home qui plus est?

je pense qu'en ajoutant le chemin "/home/gelmou/.local/bin" à la variable PATH devrait résoudre ton problème.
Mais est ce recommandé ? Mes connaissances ne me permettent pas de le dire. Généralement PATH ne contient que des chemins "system" particulièrement /usr/quelque_chose.

Mais bon, j'assume me faire remonter les bretelles par les docteurs du forum alors, je te propose d'ajouter ce chemin à PATH:

Code : Tout sélectionner

 export PATH="/home/gelmou/.local/bin:$PATH"
Tu fermes le terminal et tu en ouvres un nouveau pour que la nouvelle valeur de la variable PATH soit prise en compte.
Et tu vérifies que c'est bon:

Code : Tout sélectionner

echo $PATH
Tu regardes que /home/gelmou/.local/bin y est bien en plus des différents /usr/.... habituels.
Слава Україні _ слава героям махновщини
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: GTX 1080TI-11 Go | OS : LM 22 Xfce 4.18 | K: 6.8
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 22 Wilma Xfce 4.18| K: 6.8
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 12.8 | K: 6.1
In a world without walls and fences, who needs windows and gates?
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Bonjour Alain,
alors une fois faite la première commande voici le retour dans le deuxième terminal suivant :

Code : Tout sélectionner

gelmou@zenon:~$ echo $PATH
/home/gelmou/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
gelmou@zenon:~$ 
Par contre ça n'a rien changé au message concernant Python version 3.8 deprecated (dernier téléchargement effectué après la modif précédente) :

Code : Tout sélectionner

gelmou@zenon:/mnt/5C43AE2F430A7A37/Torrent/Vidéos Sciences/La question du TEMPS/
Thibault Damour$ cat liste_arte | xargs yt-dlp
Deprecated Feature: Support for Python version 3.8 has been deprecated. Please update to Python 3.9 or above
[youtube] Extracting URL: https://www.youtube.com/watch?v=K2r_ILDBJbs
[youtube] K2r_ILDBJbs: Downloading webpage
[youtube] K2r_ILDBJbs: Downloading ios player API JSON
[youtube] K2r_ILDBJbs: Downloading mweb player API JSON
[youtube] K2r_ILDBJbs: Downloading m3u8 information
[info] K2r_ILDBJbs: Downloading 1 format(s): 137+251
[download] Destination: [Thibault Damour] Ondes gravitationnelles et trous noirs [K2r_ILDBJbs].f137.mp4
L'upgrade précédent de Python (celle vers pip-24.2) ne se trouve pas au bon endroit ?
En tout cas elle n'est toujours pas prise en compte...
Faut-il alors le supprimer, supprimer tous les Python et réinstaller la dernière version ?
Et dans ce cas là est-ce que je pourrai quand même continuer à lancer et mettre à jour les yt-dlp ?
Car pour les mises à jour je dois faire cette commande :

Code : Tout sélectionner

sudo pip3 install -U yt-dlp
Mais au fait pip3 a à voir avec Python ?
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Avatar du membre
alain
Administrateur du site
Messages : 17314
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: Python deprecated

Message par alain »

Je ne répondais qu'a ça:
Gelmou a écrit : dim. 13 oct. 2024 00:50 Certainement à cause de cette histoire de :

Code : Tout sélectionner

WARNING: The scripts pip, pip3 and pip3.8 are installed in '/home/gelmou/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Après pour l'installation et les versions de Python et de leur influence sur la mise à jour de yt-dl, je laisse la place aux spécialistes.
Gelmou a écrit : dim. 13 oct. 2024 09:18 Mais au fait pip3 a à voir avec Python ?
Oui.
Слава Україні _ слава героям махновщини
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: GTX 1080TI-11 Go | OS : LM 22 Xfce 4.18 | K: 6.8
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 22 Wilma Xfce 4.18| K: 6.8
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 12.8 | K: 6.1
In a world without walls and fences, who needs windows and gates?
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Bonjour cyrille,
Pourquoi passer par pip ?
I ) : J'ai retrouvé dans mes archives d'aides de cet informaticien linux de l'époque, des procédures que je devais mettre en pratique pour l'installation de youtube-dl.
À cette période là il ne connaissais que youtube-dl (avant que par la suite on le remplace par yt-dlp parce qu'on ne parvenait plus à télécharger sur les dernières versions d'Arte et pour d'autres problèmes de téléchargement sur Youtube).
Je vous transmets le texte du fichier ODT que j'avais réalisé à cette période avec touts les conseils et les commandes qu'il m'avait fait exécuter pour ces installations :

Installation & MàJ de youtube-dl
Installer python3-pip :
1°) : sudo apt purge youtube-dl
2°) : sudo apt install python3-pip
3°) : Installer youtube-dl : sudo pip3 install youtube-dl

Pour ma mise à jour : sudo pip3 install --upgrade youtube-dl
ou : sudo pip3 install -U youtube-dl

Pour éventuelle désinstallation : sudo pip3 uninstall youtube-dl

Pour dégager youtube-dl installé via APT (si nécessaire car les deux ne doivent pas cohabiter) : sudo apt purge youtube-dl

* note : soit on installe via APT (ce que j’avais fait et qui avait marché) ou soit installe via pip mais on ne fait pas d'installation avec APT et mise à jour avec pip.
Le paquet contenant pip dans la mint n'est plus python-pip mais python3-pip donc, on dégage youtube-dl installé via APT : sudo apt purge youtube-dl
puis : sudo apt install python3-pip
Ensuite ce sont les mêmes instructions pour le pip install et pip upgrade : sudo apt purge youtube-dl

II) : Puis je vous transmets par la même occasion les archives aussi des procédures qu'il m'avait fait suivre pour remplacer youtube-dl par yt-dlp.
Je pense que ces deux archives répondront à la question (au delà de mes compétences... :l ) :
Remplacement de youtube-dl par yt-dlp

Donc si j'ai bien compris, le problème est que youtube a changé pour rajouter un bout de code à exécuter côté navigateur.
Si ce code est bien exécuté, la vitesse de téléchargement est normale sinon elle est limitée.
J'ai vu sur des forums que youtube-dl n'étais plus maintenu depuis le mois de juin.
Ce qui fait que ces évolutions n'ont pas été intégrées et je ne sais pas si elles le seront.
Il existe donc un "fork" de youtube-dl
(Pour voir ce qu'est un fork: https://fr.wikipedia.org/wiki/Fork_(d%C ... _logiciel)

Ce fork c'est yt-dlp qui fonctionne comme youtube-dl mais avec plus de fonctionnalités dont celle imposées par youtube.

Les étapes à suivre sur linuxmint :
Dans un terminal :
1°) On retire youtube-dl : sudo pip3 uninstall youtube-dl
2°) et on installe yt-dlp : sudo pip3 install yt-dlp
3°) Pour faire les mise à jour par la suite : sudo pip3 install -U yt-dlp
4°) Voilà, pour l'utilisation c'est comme youtube-dl sauf qu'on remplace la commande youtube-dl par yt-dlp

III) : Retours terminal derniers conseils @cyrille :
Alors retours :

1°) :

Code : Tout sélectionner

gelmou@zenon:~$ sudo apt update
[sudo] Mot de passe de gelmou :          
Atteint :1 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :2 http://archive.canonical.com/ubuntu focal InRelease                 
Atteint :3 http://archive.ubuntu.com/ubuntu focal InRelease                    
Err :4 http://www.geogebra.net/linux stable InRelease                          
  Ne parvient pas à résoudre « www.geogebra.net »
Réception de :5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Atteint :6 http://ppa.launchpad.net/gpodder/ppa/ubuntu focal InRelease         
Atteint :7 https://brave-browser-apt-release.s3.brave.com stable InRelease     
Err :8 https://repo.skype.com/deb stable InRelease                             
  503  Service Unavailable [IP : 2a02:26f0:b80:5a7::1263 443]
Atteint :9 https://repo.steampowered.com/steam stable InRelease                
Atteint :10 http://archive.ubuntu.com/ubuntu focal-backports InRelease         
Ign :11 http://packages.linuxmint.com ulyssa InRelease
Atteint :12 http://packages.linuxmint.com ulyssa Release
Réception de :13 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1 040 kB]
Réception de :14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3 606 kB]
Réception de :16 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [809 kB]
Réception de :17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1 236 kB]
6 819 ko réceptionnés en 3s (2 395 ko/s)                         
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
N: Le fichier configuré « main/binary-i386/Packages » ne sera pas pris en compte car le dépôt « https://brave-browser-apt-release.s3.brave.com stable InRelease » ne prend pas en charge l'architecture « i386 »
W: Impossible de récupérer http://www.geogebra.net/linux/dists/stable/InRelease  Ne parvient pas à résoudre « www.geogebra.net »
W: Impossible de récupérer https://repo.skype.com/deb/dists/stable/InRelease  503  Service Unavailable [IP : 2a02:26f0:b80:5a7::1263 443]
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
gelmou@zenon:~$ 
2°) :

Code : Tout sélectionner

gelmou@zenon:~$ apt-cache policy python3
python3:
  Installé : 3.8.2-0ubuntu2
  Candidat : 3.8.2-0ubuntu2
 Table de version :
 *** 3.8.2-0ubuntu2 500
        500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status
gelmou@zenon:~$
3°) :

Code : Tout sélectionner

gelmou@zenon:~$ aptitude search python3.
p   games-python3-dev               - développement de jeux en Python 3         
p   gcc-python3-dbg-plugin          - plugin for GCC to invoke Python scripts fr
p   gcc-python3-plugin              - plugin for GCC to invoke Python scripts fr
p   gstreamer1.0-python3-dbg-plugin - GStreamer Loader for Python Plugin (Python
p   gstreamer1.0-python3-plugin-loa - GStreamer Loader for Python Plugin (Python
p   idle-python3.8                  - IDE for Python (v3.8) using Tkinter       
p   idle-python3.9                  - IDE for Python (v3.9) using Tkinter       
p   kamailio-python3-modules        - app_python3 module for the Kamailio SIP se
p   libcasa-python3-4               - CASA Python bindings                      
p   libfreecad-python3-0.18         - Extensible Open Source CAx program - Pytho
p   libpython3-all-dbg              - paquet dépendant de tous les paquets de dé
p   libpython3-all-dbg:i386         - paquet dépendant de tous les paquets de dé
p   libpython3-all-dev              - paquet dépendant de tous les paquets de dé
p   libpython3-all-dev:i386         - paquet dépendant de tous les paquets de dé
p   libpython3-dbg                  - debug build of the Python 3 Interpreter (v
p   libpython3-dbg:i386             - debug build of the Python 3 Interpreter (v
i A libpython3-dev                  - fichiers d'en-tête et bibliothèque statiqu
p   libpython3-dev:i386             - fichiers d'en-tête et bibliothèque statiqu
i   libpython3-stdlib               - Langage interactif de haut niveau orienté 
p   libpython3-stdlib:i386          - Langage interactif de haut niveau orienté 
i   libpython3.8                    - Shared Python runtime library (version 3.8
p   libpython3.8:i386               - Shared Python runtime library (version 3.8
p   libpython3.8-dbg                - Debug Build of the Python Interpreter (ver
p   libpython3.8-dbg:i386           - Debug Build of the Python Interpreter (ver
i   libpython3.8-dev                - Header files and a static library for Pyth
p   libpython3.8-dev:i386           - Header files and a static library for Pyth
i   libpython3.8-minimal            - Minimal subset of the Python language (ver
p   libpython3.8-minimal:i386       - Minimal subset of the Python language (ver
i   libpython3.8-stdlib             - Interactive high-level object-oriented lan
p   libpython3.8-stdlib:i386        - Interactive high-level object-oriented lan
p   libpython3.8-testsuite          - Testsuite for the Python standard library 
p   libpython3.9                    - Shared Python runtime library (version 3.9
p   libpython3.9:i386               - Shared Python runtime library (version 3.9
p   libpython3.9-dbg                - Debug Build of the Python Interpreter (ver
p   libpython3.9-dbg:i386           - Debug Build of the Python Interpreter (ver
p   libpython3.9-dev                - Header files and a static library for Pyth
p   libpython3.9-dev:i386           - Header files and a static library for Pyth
p   libpython3.9-minimal            - Minimal subset of the Python language (ver
p   libpython3.9-minimal:i386       - Minimal subset of the Python language (ver
p   libpython3.9-stdlib             - Interactive high-level object-oriented lan
p   libpython3.9-stdlib:i386        - Interactive high-level object-oriented lan
p   libpython3.9-testsuite          - Testsuite for the Python standard library 
p   libqgispython3.10.4             - QGIS - shared Python library              
p   postgresql-12-python3-multicorn - multicorn extension for Postgres 12 to wri
p   postgresql-plpython3-12         - PL/Python 3 procedural language for Postgr
p   postgresql-plpython3-12:i386    - PL/Python 3 procedural language for Postgr
v   postgresql-python3-multicorn    -                                           
v   python-dev-is-python3:any       -                                           
v   python-is-python3:any           -                                           
p   python3-3parclient              - client library that can talk to the HP 3PA
p   python3-a38                     - Library to generate Italian Fattura Elettr
p   python3-aalib                   - Python 3 interface to AAlib, an ASCII art 
p   python3-access2base             - interface between Python and the LibreOffi
p   python3-acme                    - ACME protocol library for Python 3        
p   python3-acora                   - fast multi-keyword text search engine (Pyt
p   python3-acoustid                - Acoustid interface implementation and Chro
p   python3-actdiag                 - generate activity-diagram image file from 
p   python3-actionlib               - Robot OS actionlib library - Python 3 inte
p   python3-actionlib-msgs          - Messages relating to Robot OS actionlib, P
p   python3-activipy                - implementation of ActivityStreams 2.0 for 
p   python3-adal                    - Azure Active Directory Authentication Libr
p   python3-adios                   - Python3 interface to the ADIOS IO system  
p   python3-admesh                  - Python bindings for the ADMesh (Python 3) 
p   python3-aeidon                  - reading, writing and manipulating text-bas
p   python3-affine                  - bibliothèque de Python 3 pour gérer les tr
p   python3-agate                   - data analysis library optimized for human 
p   python3-agatedbf                - support for dbf files in agate            
p   python3-agateexcel              - support for Excel files in agate          
p   python3-agatesql                - support for SQL read/write in agate       
p   python3-aggdraw                 - High quality drawing interface for PIL - P
p   python3-aioamqp                 - AMQP implementation using asyncio (Python3
p   python3-aiocoap                 - Python implementation of CoAP             
p   python3-aiodns                  - Asynchronous DNS resolver library for Pyth
p   python3-aiofiles                - prise en charge d’opérations asynchrones a
p   python3-aiohttp                 - http client/server for asyncio            
p   python3-aiohttp-cors            - Cross Origin Resource Sharing (CORS) suppo
p   python3-aiohttp-dbg             - client et serveur HTTP pour asyncio – vers
p   python3-aiohttp-jinja2          - jinja2 template renderer for aiohttp.web  
p   python3-aiohttp-mako            - mako template renderer for aiohttp.web    
p   python3-aiohttp-security        - provides identity and authorization for ai
p   python3-aiohttp-session         - provides sessions for aiohttp.web         
p   python3-aiohttp-socks           - SOCKS proxy connector for aiohttp (Python 
p   python3-aiohttp-wsgi            - WSGI adapter for aiohttp (Python 3)       
p   python3-aioice                  - library for Interactive Connectivity Estab
p   python3-aiomeasures             - collect and send metrics to StatsD for Pyt
p   python3-aiomysql                - library for accessing a MySQL using asynci
p   python3-aioopenssl              - Asyncio TLS Transport using PyOpenSSL     
p   python3-aiopg                   - PostgreSQL integration with asyncio       
p   python3-aioprocessing           - intégration du module multiprocessing de P
p   python3-aioredis                - asyncio (PEP 3156) Redis support          
p   python3-aioresponses            - mock out Python aiohttp ClientSession requ
p   python3-aioresponses-doc        - mock out Python aiohttp ClientSession requ
p   python3-aiorpcx                 - generic async RPC implementation, includin
p   python3-aiorwlock               - Synchronization primitive RWLock for async
p   python3-aiosasl                 - Protocol-agnostic SASL library for use wit
p   python3-aiosmtpd                - Python3 asyncio based SMTP server         
p   python3-aiosqlite               - sqlite library for Python 3 using asyncio 
p   python3-aiowsgi                 - minimalist WSGI server implementation usin
p   python3-aioxmlrpc               - XML-RPC for asyncio                       
p   python3-aioxmpp                 - XMPP/Jabber client library for asyncio    
p   python3-aioxmpp-doc             - XMPP/Jabber client library for asyncio (do
p   python3-aiozmq                  - ZeroMQ integration with asyncio           
p   python3-airr                    - Data Representation Standard library for a
p   python3-ajax-select             - Django library for editing fields with aut
p   python3-ajpy                    - Python module to craft AJP requests       
p   python3-alabaster               - Configurable sidebar-enabled Sphinx theme 
p   python3-alembic                 - lightweight database migration tool for SQ
p   python3-alignlib                - edit and Hamming distances for biological 
p   python3-all                     - paquet dépendant de toutes les versions d'
p   python3-all:i386                - paquet dépendant de toutes les versions d'
p   python3-all-dbg                 - paquet dépendant de tous les paquets de dé
p   python3-all-dbg:i386            - paquet dépendant de tous les paquets de dé
v   python3-all-dbg:any             -                                           
p   python3-all-dev                 - paquet dépendant de tous les paquets de dé
p   python3-all-dev:i386            - paquet dépendant de tous les paquets de dé
v   python3-all-dev:any             -                                           
v   python3-all:any                 -                                           
p   python3-alsaaudio               - Alsa bindings for Python 3                
p   python3-altgraph                - Python 3 graph (network) package          
p   python3-amp                     - Atomistic Machine-learning Package (python
p   python3-amqp                    - bibliothèque AMQP de bas niveau – version 
p   python3-amqplib                 - simple non-threaded Python AMQP client lib
p   python3-angles                  - Robot OS set of simple math utilities to w
p   python3-aniso8601               - python3 library for parsing dates and time
p   python3-anosql                  - Manage your raw SQL Queries in an elegant 
p   python3-ansi                    - cursor movement and graphics - Python 3   
p   python3-ansimarkup              - Produce colored terminal text with an xml-
p   python3-antlr                   - outil de langage pour la construction d'an
p   python3-antlr3                  - ANother Tool for Language Recognition - Py
p   python3-anyjson                 - Common interface for the best available JS
p   python3-aodh                    - OpenStack Telemetry (Ceilometer) Alarming 
p   python3-aodhclient              - alertes d'OpenStack en tant que service –⋅
p   python3-apertium-core           - Shallow-transfer machine translation engin
p   python3-apertium-lex-tools      - Apertium lexical selection module (Python 
p   python3-apipkg                  - namespace control and lazy-import mechanis
p   python3-aplpy                   - Astronomical Plotting Library in Python   
p   python3-apparmor                - bibliothèque Python 3 d'utilitaire AppArmo
p   python3-apparmor:i386           - bibliothèque Python 3 d'utilitaire AppArmo
p   python3-appdirs                 - determining appropriate platform-specific 
p   python3-applicationinsights     - Azure Application Insights API for Python 
i   python3-apport                  - Bibliothèque Python 3 pour la manipulation
p   python3-apptools                - ETS Application Tools (Python 3)          
p   python3-apriltag                - système de référence visuel AprilTags     
p   python3-apscheduler             - In-process task scheduler with Cron-like c
i   python3-apsw                    - another Python SQLite 3 wrapper (Python 3 
p   python3-apsw-dbg                - another Python 3 SQLite 3 wrapper (debug e
i   python3-apt                     - interface Python 3 pour libapt-pkg        
p   python3-apt:i386                - interface Python 3 pour libapt-pkg        
p   python3-apt-dbg                 - interface Python 3 pour libapt-pkg – exten
p   python3-apt-dbg:i386            - interface Python 3 pour libapt-pkg – exten
v   python3-apt-dbg:any             -                                           
v   python3-apt:any                 -                                           
i   python3-aptdaemon               - module Python 3 pour le serveur et le clie
i   python3-aptdaemon.gtk3widgets   - éléments graphiques Python 3 GTK+ 3 pour e
p   python3-aptdaemon.test          - Environnement de test pour les clients apt
p   python3-aptly                   - utilitaires et client de l'API REST Aptly 
p   python3-arcus                   - file d'attente de messages pour Cura basée
p   python3-argcomplete             - bash tab completion for argparse (for Pyth
p   python3-argh                    - simple argparse wrapper (Python 3)        
p   python3-argon2                  - Argon2 password hashing library - Python 3
p   python3-argparse-manpage        - Automatically build a manpage from argpars
p   python3-args                    - Command Arguments for Humans (Python 3)   
p   python3-arpy                    - library for accessing "ar" archives       
p   python3-arrayfire               - ArrayFire bindings for Python 3           
p   python3-arrow                   - Python3 library to manipulate dates, times
p   python3-artifacts               - knowledge base of forensic artifacts (Pyth
p   python3-asciitree               - Draw tree structures using (ASCII or Unico
p   python3-asdf                    - Python 3 library for the Advanced Scientif
p   python3-ase                     - Atomic Simulation Environment (Python 3)  
p   python3-asgiref                 - ASGI in-memory channel layer (Python3 vers
p   python3-asn1crypto              - Fast ASN.1 parser and serializer (Python 3
p   python3-asteval                 - minimalistic evaluator of Python 3 express
p   python3-astlib                  - General Python3 tools for astronomy       
p   python3-astor                   - Python 3 AST manipulator                  
p   python3-astral                  - Calculations for the position of the sun a
p   python3-astrodendro             - Astronomical Dendrograms in Python 3      
p   python3-astroid                 - rebuild a new abstract syntax tree from Py
p   python3-astrometry              - Astrometry plate solver (Python package)  
p   python3-astroml                 - Python 3 Machine Learning library for astr
p   python3-astroplan               - Observation planning package for astronome
p   python3-astropy                 - Core functionality for performing astrophy
p   python3-astropy-affiliated      - Collection of all astropy affiliated packa
p   python3-astropy-healpix         - HEALPix representation of spherical data -
p   python3-astropy-helpers         - Utilities to install Astropy affiliated pa
p   python3-astropy-sphinx-theme    - Sphinx themes for Astropy and affiliated p
p   python3-astroquery              - Python online astronomical database queryi
p   python3-astroscrappy            - Optimized Cosmic Ray Annihilation in Pytho
p   python3-asttokens               - annotate Python asbtract syntax trees with
p   python3-async-generator         - extensions to asynchronous generators for 
p   python3-async-generator-doc     - extensions to asynchronous generators for 
p   python3-async-timeout           - timeout context manager for asyncio progra
p   python3-asyncpg                 - asyncio PosgtreSQL driver                 
p   python3-asyncssh                - asyncio-based client and server implementa
p   python3-asynctest               - unittest extension for testing asyncio lib
p   python3-asynctest-doc           - unittest extension for testing asyncio lib
p   python3-atomicwrites            - Atomic file writes - Python 3.x           
i   python3-attr                    - Attributes without boilerplate (Python 3) 
p   python3-aubio                   - Python 3 interface for aubio, a library fo
p   python3-audioread               - Backend-agnostic audio decoding Python 3 p
p   python3-audit                   - liaisons Python3 pour audit de sécurité   
p   python3-audit:i386              - liaisons Python3 pour audit de sécurité   
p   python3-augeas                  - Python3 bindings for Augeas               
p   python3-authheaders             - Python 3 module for generating email authe
p   python3-authres                 - RFC 8601 Authentication Results Header man
p   python3-autobahn                - WebSocket client and server library, WAMP 
i   python3-automat                 - Self-service finite-state machines for the
p   python3-automaton               - friendly state machines - Python 3.x      
p   python3-autopep8                - tool that automatically formats Python cod
p   python3-autopilot               - Utility to write and run integration tests
p   python3-autopilot-tests         - Tests for the autopilot functional test to
p   python3-autopilot-trace         - Support for tracing in autopilot (Python 3
p   python3-avogadro                - Molecular Graphics and Modelling System (P
p   python3-avro                    - Apache Avro serialization system (Python 3
p   python3-aws-requests-auth       - AWS Signature Version 4 Signing Process (P
p   python3-aws-xray-sdk            - AWS X-Ray SDK for Python 3                
p   python3-awsauth                 - AWS authentication for Amazon S3 for the p
p   python3-axolotl                 - Python 3 port of libaxolotl-android       
p   python3-axolotl-curve25519      - Python 3 wrapper for curve25519 library wi
p   python3-azext-devops            - Azure DevOps Extension for Azure CLI      
p   python3-azure                   - Microsoft Azure SDK for Python 3.x        
p   python3-azure-cli               - Azure Command-Line Interface (CLI)        
p   python3-azure-cli-core          - Azure Command-Line Interface (CLI)        
p   python3-azure-cli-telemetry     - Azure Command-Line Interface (CLI)        
p   python3-azure-cli-testsdk       - Azure Command-Line Interface (CLI)        
p   python3-azure-cosmos            - Azure DocumentDB Python SDK               
p   python3-azure-cosmosdb-table    - Azure CosmosDB services Python SDK        
p   python3-azure-datalake-store    - Azure Data Lake Store Filesystem Library f
p   python3-azure-devtools          - Microsoft Azure Development Tools for Pyth
p   python3-azure-functions-devops- - Azure Devops Build Manager For Azure Funct
p   python3-azure-multiapi-storage  - Azure Storage Data Plane SDK supporting mu
p   python3-azure-storage           - Microsoft Azure Storage Library for Python
p   python3-b2sdk                   - Python library to access B2 cloud storage 
p   python3-babel                   - outil pour internationaliser des applicati
p   python3-babelfish               - library to work with countries and languag
p   python3-babelgladeextractor     - Babel Glade XML files translatable strings
p   python3-babeltrace              - Babeltrace Python 3 bindings              
p   python3-babeltrace:i386         - Babeltrace Python 3 bindings              
p   python3-backcall                - Callback functions for Python             
p   python3-backports.tempfile      - backports of new features in Python 3 temp
p   python3-backports.weakref       - backports of new features in Python 3 weak
p   python3-backup2swift            - backup data to OpenStack Swift - python 3.
p   python3-bandit                  - Security oriented static analyzer for Pyth
p   python3-barbican                - OpenStack Key Management Service - Python 
p   python3-barbicanclient          - client pour l’API du service de gestion de
p   python3-barectf                 - C99 code generator to write native CTF    
p   python3-barman                  - Backup and Recovery Manager for PostgreSQL
p   python3-base58                  - base58 encode/decode for Python           
p   python3-bashate                 - contrôleur de guide de style pour script b
p   python3-bayespy                 - variational Bayesian inference tools for P
p   python3-bcdoc                   - ReST document generation tools for botocor
p   python3-bcolz                   - high performant compressed data container 
p   python3-bcrypt                  - password hashing library for Python 3     
p   python3-bdist-nsi               - Create NSIS windows installers for Python 
p   python3-beaker                  - cache and session library for Python 3    
p   python3-beanbag                 - Helper module for accessing REST APIs - py
p   python3-beancount               - Double-entry accounting from text files - 
p   python3-behave                  - behaviour-driven development for Python 3 
p   python3-bernhard                - client for the Riemann event stream proces
p   python3-berrynet                - deep learning gateway - python3 modules   
p   python3-betamax                 - imitation VCR conçue uniquement pour pytho
p   python3-bibtexparser            - Python 3 library to parse bibtex files    
p   python3-bidict                  - Bidirectional map data structures and rela
p   python3-bids-validator          - validator for the Brain Imaging Data Struc
p   python3-billiard                - Multiprocessing Pool Extensions for Python
p   python3-binaryornot             - check if a file is binary or text (Python 
p   python3-binoculars              - Surface X-ray diffraction 2D detector data
p   python3-binwalk                 - Python3 library for analyzing binary blobs
p   python3-bioblend                - CloudMan and Galaxy API library (Python 3)
p   python3-biom-format             - Biological Observation Matrix (BIOM) forma
p   python3-biomaj3                 - BioMAJ workflow management library        
p   python3-biomaj3-cli             - BioMAJ client                             
p   python3-biomaj3-core            - BioMAJ core library - Python 3.X          
p   python3-biomaj3-daemon          - BioMAJ daemon library                     
p   python3-biomaj3-download        - bibliothèque de gestion de téléchargement 
p   python3-biomaj3-process         - BioMAJ process management library         
p   python3-biomaj3-user            - BioMAJ user management library            
p   python3-biomaj3-zipkin          - BioMAJ zipkin log tracing library         
p   python3-biopython               - Python3 library for bioinformatics        
p   python3-biopython-sql           - prise en charge par Biopython de la base d
p   python3-biotools                - Python3 bioinformatics utilities for high-
p   python3-bip32utils              - Python implementation of Bitcoin hierarchi
p   python3-biplist                 - Python 3 library for reading/writing Mac O
p   python3-bitarray                - Python3 module for efficient boolean array
p   python3-bitbucket-api           - library to interact with bitbucket API (Py
p   python3-bitcoinlib              - Python module with an easy interface to th
p   python3-bitstring               - Python module for manipulation of binary d
p   python3-bitstruct               - Python bit pack/unpack package            
p   python3-bladerf                 - Nuand bladeRF software-defined radio devic
p   python3-blazarclient            - OpenStack Reservation Service API client -
p   python3-bleach                  - whitelist-based HTML-sanitizing library (P
p   python3-blends                  - Python 3 module for Debian Pure Blends sup
p   python3-blessed                 - Thin, practical wrapper around terminal ca
p   python3-blessings               - simple but powerful module to manage termi
i   python3-blinker                 - fast, simple object-to-object and broadcas
p   python3-blist                   - List-like type for Python 3 with better as
p   python3-blockdev                - liaisons gobject-introspection Python⋅3 po
p   python3-blockdiag               - generate block-diagram image file from spe
p   python3-bloom                   - Bloom is a release automation tool from Ro
p   python3-blosc                   - Python 3 bindings for the Blosc meta-compr
v   python3-bluetooth               -                                           
p   python3-bluez                   - Python 3 wrappers around BlueZ for rapid b
p   python3-boltons                 - set of pure-Python utilities (Python 3)   
p   python3-bond                    - Messages related to Robot OS bond_core - P
p   python3-bondpy                  - Python 3 implementation of bond           
p   python3-booleanoperations       - Python library for Boolean operations on p
p   python3-bootstrapform           - generate twitter-bootstrap form output for
p   python3-botan                   - multiplatform crypto library (2.x version)
p   python3-boto                    - interface en Python pour les services inte
p   python3-boto3                   - interface en Python pour les services inte
p   python3-botocore                - noyau de bas niveau piloté par les données
p   python3-bottle                  - cadriciel WSGI simple et rapide pour Pytho
p   python3-bottle-beaker           - Bottle plugin beaker, WSGI middleware for 
p   python3-bottle-cork             - Authentication/Authorization library for B
p   python3-bottle-sqlite           - SQLite3 integration for Bottle - Python 3.
p   python3-bottleneck              - Fast NumPy array functions written in C (P
p   python3-bottleneck-dbg          - extensions de débogage pour bottleneck – P
p   python3-bpfcc                   - Python 3 wrappers for BPF Compiler Collect
p   python3-braceexpand             - Bash-style brace expansion for Python     
p   python3-braintree               - Braintree Python library                  
p   python3-branca                  - library with non-map-specific features for
p   python3-breathe                 - Sphinx autodox support for languages with 
p   python3-breezy                  - distributed version control system - Pytho
p   python3-breezy.tests            - distributed version control system - Pytho
p   python3-brial                   - polynomials over Boolean Rings, Python 3 m
i   python3-brlapi                  - Accès à un affichage en braille via BRLTTY
p   python3-broccoli                - Python 3 bindings for Broccoli            
p   python3-brotli                  - lossless compression algorithm and format 
p   python3-brotli:i386             - lossless compression algorithm and format 
i   python3-bs4                     - analyseur HTML tolérant aux erreurs pour P
p   python3-bsddb3                  - Interface Python pour la base de données B
p   python3-bsddb3-dbg              - Interface Python pour la base de données B
p   python3-bson                    - implémentation en Python⋅3 de BSON pour Mo
p   python3-bson-ext                - extension codée en⋅C pour le paquet python
p   python3-bst-external            - external plugins for BuildStream toolset  
p   python3-btchip                  - Python library to communicate with BTChip 
p   python3-btrees                  - scalable persistent object containers for 
p   python3-btrfs                   - python module to inspect btrfs filesystems
p   python3-btrfsutil               - Checksumming Copy on Write Filesystem util
p   python3-btrfsutil:i386          - Checksumming Copy on Write Filesystem util
p   python3-bugzilla                - Python library for interacting with Bugzil
p   python3-buildbot                - transitional package for buildbot         
p   python3-buildbot-doc            - transitional package for buildbot-doc     
p   python3-buildbot-worker         - yet another transitional package for build
p   python3-buildstream             - Python library for BuildStream toolset    
p   python3-bumps                   - data fitting and Bayesian uncertainty mode
p   python3-bx                      - library to manage genomic data and its ali
v   python3-bx-tools                -                                           
p   python3-bytesize                - Python 3 bindings for libbytesize         
p   python3-bytesize:i386           - Python 3 bindings for libbytesize         
p   python3-bz2file                 - Python3 library for reading and writing bz
p   python3-cachecontrol            - caching algorithms in httplib2 for use wit
p   python3-cached-property         - mises en cache de caractéristiques pour le
p   python3-cachetools              - extensible memoizing collections and decor
p   python3-caffe-cpu               - Python3 interface of Caffe (CPU_ONLY)     
i   python3-cairo                   - liaisons Python3 pour la bibliothèque grap
p   python3-cairo:i386              - liaisons Python3 pour la bibliothèque grap
p   python3-cairo-dbg               - liaison de Python 3 pour la bibliothèque d
p   python3-cairo-dbg:i386          - liaison de Python 3 pour la bibliothèque d
p   python3-cairo-dev               - liaisons Python⋅3 pour Cairo –⋅fichiers de
p   python3-cairo-doc               - liaisons Python 3 Cairo : fichiers de docu
p   python3-cairocffi               - cffi-based cairo bindings for Python (Pyth
p   python3-cairosvg                - SVG to PDF/PS/PNG converter based on Cairo
p   python3-caja                    - Python3 binding for Caja components       
p   python3-caldav                  - bibliothèque client CalDAV (RFC4791) pour 
p   python3-camera-calibration-pars - Robot OS camera_calibration_parsers Python
p   python3-can                     - Controller Area Network (CAN) interface mo
p   python3-canmatrix               - Handle CAN (Controller Area Network) datab
p   python3-canonicaljson           - canonical JSON implementation for Python 3
p   python3-cap-ng                  - Python3 bindings for libcap-ng            
p   python3-cap-ng:i386             - Python3 bindings for libcap-ng            
p   python3-capstone                - lightweight multi-architecture disassembly
p   python3-cartopy                 - Cartographic library for Python 3         
p   python3-casacore                - Python bindings to the casacore library   
p   python3-case                    - Python unittest Utilities (Python3 version
p   python3-cassandra               - Python driver for Apache Cassandra (Python
p   python3-cassandra-doc           - Python driver for Apache Cassandra (docume
p   python3-castellan               - generic key manager interface for OpenStac
p   python3-catkin                  - Python 3 modules for the ROS build system 
p   python3-catkin-lint             - Check Robot OS catkin packages for common 
p   python3-catkin-pkg              - Low-level build system macros for Robot OS
p   python3-cbor                    - Python3 Implementation of RFC 7049. Concis
p   python3-cccolutils              - Python Kerberos Credential Cache Collectio
p   python3-ccdproc                 - Basic data reductions of astronomy CCD ima
p   python3-cclib                   - Parsers and algorithms for computational c
p   python3-cdiff                   - Colored, incremental diff with side by sid
p   python3-cdio                    - Python3 interface to libcdio optical media
p   python3-cdo                     - module Python3 pour les opérateurs de donn
p   python3-cec                     - Python 3 bindings for USB CEC Adaptor     
p   python3-ceilometer              - bibliothèques python ceilometer           
p   python3-ceilometerclient        - Client library for Openstack Ceilometer AP
p   python3-ceilometermiddleware    - OpenStack Telemetry middleware for generat
p   python3-celery                  - async task/job queue based on message pass
p   python3-celery-batches          - Task class that buffers messages and proce
p   python3-cement                  - CLI Application Framework (Python3 version
p   python3-ceph                    - Meta-package for all Python 3.x modules fo
p   python3-ceph-argparse           - Python 3 utility libraries for Ceph CLI   
p   python3-ceph-common             - Python 3 utility libraries for Ceph       
p   python3-cephfs                  - Python 3 libraries for the Ceph libcephfs 
p   python3-cerberus                - Lightweight, extensible data validation li
p   python3-cerealizer              - module de type pickle sécurisé pour Python
p   python3-certbot                 - main library for certbot                  
p   python3-certbot-apache          - Apache plugin for Certbot                 
p   python3-certbot-dns-cloudflare  - Cloudflare DNS plugin for Certbot         
p   python3-certbot-dns-digitalocea - DigitalOcean DNS plugin for Certbot       
p   python3-certbot-dns-dnsimple    - DNSimple DNS plugin for Certbot           
p   python3-certbot-dns-gandi       - Gandi LiveDNS plugin for Certbot          
p   python3-certbot-dns-gehirn      - Gehirn DNS plugin for Certbot             
p   python3-certbot-dns-google      - Google DNS plugin for Certbot             
p   python3-certbot-dns-linode      - Linode DNS plugin for Certbot             
p   python3-certbot-dns-ovh         - OVH DNS plugin for Certbot                
p   python3-certbot-dns-rfc2136     - RFC 2136 DNS plugin for Certbot           
p   python3-certbot-dns-route53     - Route53 DNS plugin for Certbot            
p   python3-certbot-dns-sakuracloud - SakuraCloud DNS plugin for Certbot        
p   python3-certbot-nginx           - Nginx plugin for Certbot                  
i   python3-certifi                 - root certificates for validating SSL certs
p   python3-cffi                    - interface de fonctions étrangères pour Pyt
i   python3-cffi-backend            - Foreign Function Interface for Python 3 ca
v   python3-cffi-backend-api-9729   -                                           
v   python3-cffi-backend-api-max    -                                           
v   python3-cffi-backend-api-min    -                                           
p   python3-cffi-backend-dbg        - Foreign Function Interface for Python 3 ca
p   python3-cfgrib                  - Python 3 module supporting the CF conventi
p   python3-cftime                  - fonctionnalité de gestion de temps de netc
p   python3-cg3                     - Wrapper for CG-3                          
p   python3-cgecore                 - Python3 module for the Center for Genomic 
p   python3-chameleon               - XML-based template compiler               
p   python3-changelog               - Sphinx extension to generate changelog fil
p   python3-channels-redis          - Redis channel layer backend for Django Cha
p   python3-characteristic          - helper for implementing attribute-related 
i   python3-chardet                 - universal character encoding detector for 
p   python3-chargebee               - Python library for integrating with Charge
p   python3-chargebee2              - Python library for integrating with Charge
p   python3-charon                  - file metadata and streaming library for cu
p   python3-chartkick               - create beautiful JavaScript charts with mi
p   python3-cheetah                 - text-based template engine and Python code
p   python3-chemps2                 - Python 3 interface for libchemps2-3       
p   python3-cheroot                 - Pure-Python HTTP server                   
p   python3-cherrypy3               - Python web development framework - Python 
i   python3-chm                     - Python binding for CHMLIB - Python 3      
p   python3-chm-dbg                 - liaison de Python pour CHMLIB – extension 
p   python3-cinder                  - Cinder Python 3 libraries                 
p   python3-cinderclient            - Python bindings to the OpenStack Volume AP
p   python3-circuits                - event-driven framework with a component ar
p   python3-citeproc                - Citation Style Language (CSL) processor fo
p   python3-ck                      - Python3 light-weight knowledge manager    
p   python3-clang                   - Clang Python Bindings                     
p   python3-clang:i386              - Clang Python Bindings                     
p   python3-clang-10                - Clang Python Bindings                     
p   python3-clang-10:i386           - Clang Python Bindings                     
p   python3-clang-11                - Clang Python Bindings                     
p   python3-clang-11:i386           - Clang Python Bindings                     
p   python3-clang-12                - Clang Python Bindings                     
p   python3-clang-12:i386           - Clang Python Bindings                     
p   python3-clang-8                 - Clang Python Bindings                     
p   python3-clang-9                 - Clang Python Bindings                     
p   python3-clang-9:i386            - Clang Python Bindings                     
p   python3-clap                    - command line arguments parser             
p   python3-cliapp                  - Python framework for Unix command line pro
i   python3-click                   - Wrapper around optparse for command line u
p   python3-click-log               - Logging integration for Click - Python 3.x
p   python3-click-plugins           - extension de Click pour enregistrer des co
p   python3-click-threading         - Utilities for multithreading in click - Py
p   python3-cliff                   - environnement applicatif de formulation de
p   python3-cligj                   - bibliothèque de Python 3 pour le traitemen
p   python3-clint                   - Python Command-line Application Tools     
p   python3-cloud-sptheme           - Cloud Sphinx theme and related extensions 
p   python3-cloudflare              - Python module to interface with Cloudflare
p   python3-cloudkitty              - OpenStack Rating as a Service - Python lib
p   python3-cloudkitty-dashboard    - OpenStack data processing cluster as a ser
p   python3-cloudkittyclient        - API client for Rating as a Service project
p   python3-cloudpickle             - Extended pickling support for Python 3 obj
p   python3-cluster                 - allows grouping a list of arbitrary object
p   python3-clustershell            - clustershell python3 libraries            
p   python3-cmarkgfm                - GitHub-flavored Markdown renderer Python b
p   python3-cmd2                    - module Python cmd amélioré - Python 3.x   
p   python3-cmor                    - Python3 interface to CMOR                 
p   python3-coards                  - COARDS-compliant time parser (Python 3)   
p   python3-cobra                   - constraint-based modeling of biological ne
p   python3-coda                    - Python3 interface for CODA science formats
p   python3-codegen                 - extension to ast that allows AST -> Python
p   python3-codicefiscale           - Generate and validate Italian "codice fisc
p   python3-collada                 - Python 3 module for creating, editing and 
i   python3-colorama                - Cross-platform colored terminal text in Py
p   python3-colorclass              - ANSI color text library for Python        
p   python3-colored                 - simple library for coloring and formatting
p   python3-coloredlogs             - colored terminal output for Python 3's log
p   python3-colorlog                - formatter to use with the logging module o
p   python3-colormap                - ease manipulation of matplotlib colormaps 
p   python3-colormath               - Abstracts common color math operations (Py
p   python3-colorspacious           - library for doing colorspace conversions -
p   python3-colour                  - converts and manipulates various color rep
p   python3-columbus                - error tolerant matching engine - Python bi
p   python3-comedilib               - Python3 wrapper for Comedilib             
i   python3-commandnotfound         - liaisons Python 3 pour command-not-found. 
p   python3-commando                - wrapper for argparse to define declarative
p   python3-commonmark-bkrs         - Python parser for the CommonMark Markdown 
p   python3-compizconfig            - Compizconfig bindings for Python          
p   python3-compreffor              - CFF table subroutinizer for FontTools     
p   python3-compyle                 - Execute a subset of Python on HPC platform
p   python3-confget                 - read variables from INI-style configuratio
p   python3-configargparse          - replacement for argparse with config files
i   python3-configobj               - simple but powerful config file reader and
p   python3-configshell-fb          - Python library for building configuration 
p   python3-confluent-kafka         - Python client to interact with Kafka - Pyt
p   python3-congress                - OpenStack Policy as a Service - Python lib
p   python3-congressclient          - client pour le cadriciel aux règles ouvert
p   python3-consonance              - WhatsApp handshake implementation using No
i   python3-constantly              - Symbolic constants in Python              
p   python3-construct               - powerful declarative parser (and builder) 
p   python3-construct.legacy        - legacy fork of declarative binary data par
p   python3-consul                  - Python client for Consul.io - Python 3.X  
p   python3-contextlib2             - Backport and enhancements for the contextl
p   python3-convertdate             - Converts between Gregorian dates and other
p   python3-cookies                 - Python 3 RFC 6265-compliant cookie parser 
p   python3-coreapi                 - Python3 client library for Core API       
p   python3-corepywrap              - library that exports C++ mmCIF accessors t
p   python3-coreschema              - Python3 utilities to describe an abstract 
p   python3-cotyledon               - framework for defining long-running servic
p   python3-cov-core                - plugin core for use by pytest-cov, nose-co
p   python3-coverage                - code coverage tool for Python 3           
p   python3-coverage-test-runner    - fail Python program unit tests unless they
p   python3-cpl                     - Control pipeline recipes from the ESO (Pyt
p   python3-cpuinfo                 - Python module for getting CPU info (Python
p   python3-cpuset                  - manipluation of cpusets and provides highe
p   python3-cracklib                - liaisons Python⋅3 pour la bibliothèque de 
p   python3-cracklib:i386           - liaisons Python⋅3 pour la bibliothèque de 
p   python3-cram                    - functional testing framework for command l
p   python3-crank                   - dispatch mechanism for use across framewor
p   python3-crayons                 - Text UI colors for Python                 
p   python3-crcelk                  - Implementation of the CRC algorithm (Pytho
p   python3-crcmod                  - CRC Generator - Python 3.x                
p   python3-crochet                 - Use Twisted Anywhere! (Python 3)          
p   python3-croniter                - provides iteration for datetime object wit
p   python3-crontab                 - Python3 module for reading and writing cro
i   python3-crypto                  - algorithmes et protocoles de chiffrement p
p   python3-crypto:i386             - algorithmes et protocoles de chiffrement p
p   python3-crypto-dbg              - algorithmes et protocoles de chiffrement p
p   python3-crypto-dbg:i386         - algorithmes et protocoles de chiffrement p
i   python3-cryptography            - Python library exposing cryptographic reci
p   python3-cryptography-vectors    - vecteurs de test pour python-cryptography 
p   python3-cs                      - simple, yet powerful CloudStack API client
p   python3-csa                     - Connection-Set Algebra (CSA) implemented i
p   python3-csb                     - Python framework for structural bioinforma
p   python3-cson                    - python parser for the Coffeescript Object 
p   python3-csound                  - Liaisons Python pour Csound               
i   python3-css-parser              - CSS related utilities (parsing, serializat
p   python3-csscompressor           - Python port of YUI CSS Compressor - Python
p   python3-cssmin                  - algorithme de compression YUI CSS (version
i   python3-cssselect               - cssselect parses CSS3 Selectors and transl
p   python3-cssselect2              - implementation of CSS3 Selectors (Python3 
i   python3-cssutils                - analyseur et constructeur de feuilles de s
p   python3-csvkit                  - public modules for csvkit (Python 3)      
p   python3-ctdopts                 - Gives your Python tools a CTD-compatible i
p   python3-cu2qu                   - Cubic-to-quadratic bezier curve conversion
i   python3-cups                    - liaisons Python3 pour CUPS                
i   python3-cupshelpers             - modules utilitaires Python pour le système
p   python3-cursive                 - OpenStack specific validation of digital s
p   python3-curtin                  - Bibliothèque et outils pour l'installateur
p   python3-curtsies                - library for terminal interaction (Python 3
p   python3-custodia                - Python3 bindings to Custodia -- Modular an
p   python3-cutadapt                - Clean biological sequences from high-throu
p   python3-cv-bridge               - cv_bridge ROS package - Python 3 bindings 
p   python3-cvxopt                  - paquet de Python⋅3 pour l’optimisation con
p   python3-cxx-dev                 - Set of facilities to extend Python3 with C
p   python3-cyarray                 - Fast, typed, resizable, Cython array      
p   python3-cycler                  - composable kwarg iterator (Python 3)      
p   python3-cylc                    - Python3 libraries for cylc workflow schedu
p   python3-cymem                   - cython memory pool for RAII-style memory m
p   python3-cymruwhois              - Python library for interfacing with the wh
p   python3-cypari2                 - Python interface to PARI -- Python 3      
v   python3-cysignals               -                                           
p   python3-cysignals-bare          - interrupt and signal handling for Cython -
p   python3-cysignals-pari          - interrupt and signal handling for Cython -
p   python3-cytoolz                 - Toolz in Cython: High performance function
p   python3-cyvcf2                  - VCF parser based on htslib (Python 3)     
p   python3-d2to1                   - prise en charge Python3 des fichiers setup
p   python3-daemon                  - library for making a Unix daemon process —
p   python3-daemonize               - enable your code to run as a daemon proces
p   python3-daiquiri                - Python library to easily setup basic loggi
p   python3-daphne                  - Django Channels HTTP/WebSocket server (Pyt
v   python3-darkslide               -                                           
p   python3-darts.lib.utils.lru     - Simple dictionary with LRU behaviour in Py
p   python3-dask                    - Minimal task scheduling abstraction for Py
p   python3-dask-sphinx-theme       - Dask theme for Sphinx                     
p   python3-datalad                 - data files management and distribution pla
p   python3-dateparser              - python parser for human readable dates    
i   python3-dateutil                - extensions puissantes du module datetime s
p   python3-datrie                  - Super-fast, efficiently stored Trie for Py
p   python3-dballe                  - bibliothèque de Python pour DB-All.e pour 
p   python3-dbf                     - Python module for reading and writing dbf 
p   python3-dbfread                 - read DBF Files with Python                
p   python3-dbg                     - debug build of the Python 3 Interpreter (v
p   python3-dbg:i386                - debug build of the Python 3 Interpreter (v
v   python3-dbg:any                 -                                           
i   python3-dbus                    - Système simple de messages inter-processus
p   python3-dbus:i386               - Système simple de messages inter-processus
p   python3-dbus-dbg                - construction de débogage de l'interface D-
p   python3-dbus-dbg:i386           - construction de débogage de l'interface D-
p   python3-dbus-tests              - simple interprocess messaging system (Pyth
p   python3-dbus-tests:i386         - simple interprocess messaging system (Pyth
p   python3-dbus.mainloop.pyqt5     - prise en charge de la boucle principale de
p   python3-dbus.mainloop.pyqt5:i38 - prise en charge de la boucle principale de
p   python3-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 3 (d
p   python3-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 3 (d
p   python3-dbusmock                - mock D-Bus objects for tests              
v   python3-dbusmock:i386           -                                           
p   python3-dbussy                  - Python 3 language bindings for libdbus    
p   python3-dcos                    - DCOS Common Modules - Python 3.x          
p   python3-ddt                     - Data-Driven/Decorated Tests - Python 3.x  
p   python3-deap                    - Distributed Evolutionary Algorithms in Pyt
p   python3-debconf                 - interact with debconf from Python 3       
i   python3-debian                  - modules Python 3 pour travailler avec des 
p   python3-debianbts               - interface en Python du système de suivi de
p   python3-debiancontributors      - Manage submissions to contributors.debian.
p   python3-debtcollector           - collection of patterns to collect technica
p   python3-decorator               - simplification de l’utilisation de décorat
p   python3-decouple                - Helps you to organize your Django|Flask se
p   python3-deepdiff                - Deep Difference and search of any Python o
p   python3-deeptools               - platform for exploring biological deep-seq
p   python3-deeptoolsintervals      - handlig GTF-like sequence-associated inter
p   python3-defcon                  - UFO based objects for use in font editing 
i   python3-defer                   - Petit environnement applicatif pour la pro
p   python3-defusedxml              - XML bomb protection for Python stdlib modu
p   python3-demjson                 - encoder, decoder, and lint/validator for J
p   python3-dendropy                - DendroPy Phylogenetic Computing Library (P
p   python3-depinfo                 - retrieve and print Python 3 package depend
p   python3-deprecated              - Python decorator for old classes, function
p   python3-deprecation             - Library to handle automated deprecations  
p   python3-derpconf                - Python module to abstract loading configur
p   python3-descartes               - Matplotlib extension to work with geometri
p   python3-designate               - OpenStack DNS as a Service - Python 3 libs
p   python3-designate-dashboard     - OpenStack DNS as a Service - Python 3 dash
p   python3-designateclient         - client library for the OpenStack Designate
i A python3-dev                     - fichiers d'en-tête et bibliothèque statiqu
p   python3-dev:i386                - fichiers d'en-tête et bibliothèque statiqu
v   python3-dev:any                 -                                           
p   python3-devpi-common            - PyPI server and packaging/testing/release 
p   python3-dexml                   - Dead-simple Object-XML mapper for Python3 
p   python3-dfdatetime              - Digital Forensics date and time library fo
p   python3-dfvfs                   - Digital Forensics Virtual File System     
p   python3-dfwinreg                - Digital Forensics Windows Registry library
p   python3-diagnostic-msgs         - Messages relating to Robot OS diagnostic, 
p   python3-dialog                  - Python module for making simple terminal-b
p   python3-diaspy                  - unofficial interface to the Diaspora socia
p   python3-dib-utils               - Standalone tools related to diskimage-buil
p   python3-dicoclient              - Module et shell du client de dictionnaire 
p   python3-dicom                   - transitional package for python3-pydicom  
p   python3-dicompylercore          - core radiation therapy modules for DICOM /
p   python3-dict2xml                - Utility module to convert a Python diction
p   python3-dicteval                - Library to evaluate expressions in dict/js
p   python3-dictobj                 - Python3 dictionary where keys can be acces
p   python3-dicttoxml               - Python 3 module for converting dict into a
p   python3-diff-match-patch        - algorithmes robustes pour la synchronisati
p   python3-digitalocean            - Python bindings for the DigitalOcean API (
p   python3-dijitso                 - distributed just-in-time building of share
p   python3-dill                    - Serialize all of Python 3 (almost)        
p   python3-dirspec                 - bibliothèque de spécification des dossiers
p   python3-diskimage-builder       - outils de construction d’images pour OpenS
p   python3-dissononce              - Python implementation for Noise Protocol F
p   python3-distlib                 - low-level components of python distutils2/
p   python3-distorm3                - powerful disassembler library for x86/AMD6
p   python3-distributed             - Dask Distributed computing for Python 3   
i   python3-distro                  - Linux OS platform information API         
p   python3-distro-info             - information about distributions' releases 
p   python3-distupgrade             - gérer les mises à niveau de version       
i   python3-distutils               - distutils package for Python 3.x          
v   python3-distutils:i386          -                                           
p   python3-distutils-extra         - améliorations apportées au système de comp
p   python3-dj-database-url         - Django utility to utilize a DB env var (Py
p   python3-dj-static               - Serve production static files with Django 
p   python3-django                  - Environnement Python de développement web 
p   python3-django-adminsortable    - drag-and-drop ordering for objects in Djan
p   python3-django-allauth          - Django app for local and social authentica
p   python3-django-anymail          - Django email backend for multiple ESPs (Py
p   python3-django-appconf          - helper class handling configuration defaul
p   python3-django-assets           - integrate webassets into Django applicatio
p   python3-django-auth-ldap        - Django LDAP authentication backend (Python
p   python3-django-auto-one-to-one  - Django module to connect child model insta
p   python3-django-axes             - Keep track of failed login attempts in Dja
p   python3-django-axes-doc         - Keep track of failed login attempts in Dja
p   python3-django-babel            - Utilities for using Babel in Django - Pyth
p   python3-django-bitfield         - Django module implementing BitFields (Pyth
p   python3-django-braces           - reusable, generic mixins for Django class 
p   python3-django-captcha          - Django Simple Captcha Django application  
p   python3-django-cas-server       - CAS server library for Django             
p   python3-django-cas-server-doc   - CAS server library for Django (documentati
p   python3-django-casclient        - CAS client library for Django, K-State's v
p   python3-django-celery-beat      - Database-backed Periodic Tasks (Documentat
p   python3-django-celery-haystack  - utilize Celery for automatic haystack inde
p   python3-django-celery-results   - Celery result backends for Django (Python3
p   python3-django-channels         - Developer-friendly asynchrony for Django (
p   python3-django-classy-tags      - Class based template tags for Django proje
p   python3-django-compressor       - Compresses linked, inline JS or CSS into s
p   python3-django-contact-form     - extensible contact-form application for Dj
p   python3-django-cors-headers     - Django application for handling CORS.     
p   python3-django-countries        - provides a country field for Django models
p   python3-django-crispy-forms     - app for Django providing elegant form rend
p   python3-django-csp              - Content Security Policy for Django (Python
p   python3-django-dbconn-retry     - reconnect on a failed database (Python3 ve
p   python3-django-debreach         - Protection against the BREACH attack in Dj
p   python3-django-debug-toolbar    - Embedded debugging toolbar for Django proj
p   python3-django-dirtyfields      - package for tracking dirty fields on a Dja
p   python3-django-downloadview     - efficient static file serving with Django 
p   python3-django-environ          - Simplified environment variables for Djang
p   python3-django-etcd-settings    - config manager for Django apps based on ET
p   python3-django-extensions       - Useful extensions for Django projects (Pyt
p   python3-django-extra-views      - Complementary class-based generic views fo
p   python3-django-filters          - filter Django QuerySets based on user sele
p   python3-django-formtools        - ensemble d’abstractions de haut niveau pou
p   python3-django-fsm              - Django friendly finite state machine suppo
p   python3-django-fsm-admin        - django-fsm state transitions for Django ad
p   python3-django-gravatar2        - Python3 library that provides essential Gr
p   python3-django-guardian         - per object permissions of django for Pytho
p   python3-django-haystack         - modular search for Django (Python version)
p   python3-django-horizon          - Django module providing web based interact
p   python3-django-housekeeping     - Pluggable housekeeping framework for Djang
p   python3-django-hvad             - Painless translations in Django           
p   python3-django-hyperkitty       - Web user interface to access GNU Mailman3 
p   python3-django-imagekit         - Automated image processing for Django (Pyt
p   python3-django-impersonate      - Django module for superusers to impersonat
p   python3-django-ipware           - Django app to retrieve client's IP address
p   python3-django-jinja            - Jinja2 templating language integrated in D
p   python3-django-js-asset         - script tag with additional attributes for 
p   python3-django-js-reverse       - Javascript url handling for Django that do
p   python3-django-jsonfield        - JSON field for Django models (Python 3)   
p   python3-django-ldapdb           - Python3 LDAP database backend for Django  
p   python3-django-macaddress       - MAC address model and form fields for Djan
p   python3-django-mailer           - easy to use django app for queing the send
p   python3-django-mailman3         - Django library to help interaction with Ma
p   python3-django-maintenancemode  - django module that sets a site down for ma
p   python3-django-markupfield      - custom Django field for easy use of markup
p   python3-django-measurement      - fields and classes for handling measuremen
p   python3-django-memoize          - implementation of memoization technique fo
p   python3-django-model-utils      - Django model mixins and utilities — Python
p   python3-django-modelcluster     - clusters of models as a single unit (Pytho
p   python3-django-modeltranslation - Translate dynamic content of Django models
p   python3-django-mptt             - Modified Preorder Tree Traversal Django ap
p   python3-django-navtag           - Django template tag to handle navigation (
p   python3-django-netfields        - Django PostgreSQL netfields implementation
p   python3-django-nose             - Django test runner that uses python-nose (
p   python3-django-notification     - user notification management for Django (P
p   python3-django-oauth-toolkit    - OAuth2 capabilities for Django projects (P
p   python3-django-openstack-auth   - Django authentication backend for Openstac
p   python3-django-ordered-model    - Allows Django models to be ordered (Python
p   python3-django-organizations    - Django groups and multi-user account manag
p   python3-django-otp              - pluggable framework for two-factor authent
p   python3-django-pagination       - utilities for creating pagination tools fo
p   python3-django-paintstore       - Integrates jQuery ColorPicker in Django ad
p   python3-django-picklefield      - Pickled object field for Django (Python3 v
p   python3-django-pipeline         - Asset packaging library for Django (Python
v   python3-django-piston           -                                           
p   python3-django-piston3          - Python3 bindings for django-piston3       
p   python3-django-polymorphic      - Seamless Polymorphic Inheritance for Djang
p   python3-django-postorius        - Web user interface to access GNU Mailman3 
p   python3-django-prometheus       - Django middlewares to enable monitoring wi
p   python3-django-push-notificatio - Send push notifications through GCM or APN
p   python3-django-pyscss           - makes it easier to use PySCSS in Django - 
p   python3-django-python3-ldap     - Django LDAP user authentication backend (P
p   python3-django-q                - Django multiprocessing distributed task qu
p   python3-django-ranged-response  - Django file response to stream to browsers
p   python3-django-recurrence       - Django utility wrapping dateutil.rrule (Py
p   python3-django-redis            - Redis cache backend for Django (Python 3) 
p   python3-django-redis-admin      - Django admin panel add-on to view/delete R
p   python3-django-redis-sessions   - Redis database backend for your Django ses
p   python3-django-registration     - User-registration application for Django (
p   python3-django-rest-hooks       - Add webhook subscriptions to Django apps (
p   python3-django-restframework-gu - django-guardian support for Django REST Fr
p   python3-django-restricted-resou - modèle de base de Django pour le contrôle 
p   python3-django-reversion        - Provides comprehensive version control fac
p   python3-django-rules            - object-level permissions for Django (Pytho
p   python3-django-saml2            - Django application that integrates PySAML2
p   python3-django-sass-processor   - compile files from markup languages such a
p   python3-django-sekizai          - template blocks for Django projects (Pytho
p   python3-django-session-security - module Django de Python3 pour déconnecter 
p   python3-django-setuptest        - simple test suite enabling Django app test
p   python3-django-shortuuidfield   - Short UUIDField for Django for Python 3   
p   python3-django-simple-history   - simple version control from Django model o
p   python3-django-sitetree         - site tree, menu and breadcrumbs navigation
p   python3-django-split-settings   - Organize Django settings into multiple fil
p   python3-django-storages         - storage backends in Django (Python3 versio
p   python3-django-storages-azure   - storage backends in Django (Azure)        
p   python3-django-storages-boto3   - storage backends in Django (Boto3)        
p   python3-django-storages-dropbox - storage backends in Django (Dropbox)      
p   python3-django-storages-ftp     - storage backends in Django (FTP)          
p   python3-django-storages-libclou - storage backends in Django (Libcloud)     
p   python3-django-storages-sftp    - storage backends in Django (SFTP)         
p   python3-django-stronghold       - Python3 Django app to make all views defau
p   python3-django-tables2          - Table/data-grid framework for Django (Pyth
p   python3-django-tagging          - Generic tagging application for Django pro
p   python3-django-taggit           - simple tagging for Django (Python 3)      
p   python3-django-tastypie         - webservice API framework for Django (Pytho
p   python3-django-test-without-mig - Disable migrations when running your tests
p   python3-django-testproject      - Django test project support (Python 3 vers
p   python3-django-testscenarios    - Django unit test scenarios support (Python
p   python3-django-timezone-field   - database and form fields for pytz objects 
p   python3-django-treebeard        - Efficient implementations of tree data str
p   python3-django-uwsgi            - uWSGI related tools for Django (Python3 ve
p   python3-django-waffle           - feature flipper for Django (Python3 versio
p   python3-django-webpack-loader   - Transparently use webpack with Django (Pyt
p   python3-django-websocket-redis  - Websockets for Django applications using R
p   python3-django-wkhtmltopdf      - Django module with views for HTML to PDF c
p   python3-django-x509             - x509 PKI certificates management for Djang
p   python3-django-xmlrpc           - XMLRPC library for Django                 
p   python3-djangorestframework     - Web APIs for Django, made easy for Python3
p   python3-djangorestframework-ext - custom extensions for Django REST framewor
p   python3-djangorestframework-fil - Filters for Django REST Framework (Python3
p   python3-djangorestframework-gen - Generate DRF Serializers, Views, and URLs 
p   python3-djangorestframework-gis - Geographic add-ons for Django REST Framewo
p   python3-djangorestframework-hay - Haystack for Django REST Framework (Python
p   python3-djorm-ext-pgarray       - PostgreSQL native array fields extension f
v   python3-djorm-pgarray           -                                           
p   python3-djoser                  - REST implementation of Django authenticati
p   python3-djvu                    - Python3 support for the DjVu image format 
p   python3-djvu-dbg                - Python3 support for the DjVu image format 
p   python3-dkim                    - Python 3 module for DKIM and ARC signing a
p   python3-dlt                     - Python wrapper for libdlt to read and proc
p   python3-dltlyse                 - DLT Analyser tool to programmatically extr
p   python3-dmidecode               - Python extension module for dmidecode - Py
p   python3-dmidecode-dbg           - Python extension module for dmidecode (deb
p   python3-dmsh                    - High-quality 2D mesh generator based on di
p   python3-dna-jellyfish           - count k-mers in DNA sequences (Python bind
p   python3-dnaio                   - Python 3 library for fast parsing of FASTQ
p   python3-dns                     - module de client DNS pour Python⋅3        
p   python3-dnslib                  - Module to encode/decode DNS wire-format pa
i   python3-dnspython               - boîte à outils DNS pour — Python 3        
p   python3-dnsq                    - outil Python de requêtes DNS              
p   python3-doc                     - Documentation pour le langage de haut nive
v   python3-doc:i386                -                                           
p   python3-doc8                    - Style checker for Sphinx (or other) RST do
p   python3-docker                  - Python 3 wrapper to access docker.io's con
p   python3-dockerpty               - Pseudo-tty handler for docker Python clien
p   python3-dockerpycreds           - Python3 bindings for the docker credential
p   python3-docopt                  - command-line interface description languag
p   python3-docs-theme              - theme for the Python core documentation.  
p   python3-docutils                - système de traitement de texte pour reStru
p   python3-dogpile.cache           - caching front-end based on the Dogpile loc
p   python3-dogtail                 - environnement de tests automatiques d'inte
p   python3-doit                    - Automation tool (Python3) to execute any k
p   python3-dolfin                  - Python interface for DOLFIN (Python 3)    
p   python3-dominate                - Python 3 library for creating and manipula
p   python3-doris                   - Delft object-oriented radar interferometri
p   python3-dotenv                  - Get and set values in the .env file in loc
p   python3-dotenv-cli              - CLI that loads .env configuration         
p   python3-doubleratchet           - Python 3 implementation of the Double Ratc
p   python3-doublex                 - test doubles framework for Python 3       
p   python3-doxypypy                - More Pythonic version of doxypy, a Doxygen
p   python3-dpkt                    - Python 3 packet creation / parsing module 
p   python3-dput                    - next generation Debian package upload tool
p   python3-dracclient              - library for managing machines with Dell iD
p   python3-drizzle                 - Dithered image combination for Python     
p   python3-drmaa                   - interface to DRMAA-compliant distributed r
p   python3-drms                    - Access HMI, AIA and MDI data with Python  
p   python3-dropbox                 - Official Dropbox API Client (Python3 versi
p   python3-drslib                  - Library for processing the CMIP5 Data Refe
p   python3-dsv                     - Python module for delimiter-separated-valu
p   python3-dtcwt                   - Dual-Tree Complex Wavelet Transform librar
p   python3-dtfabric                - Tooling for data type and structure manage
p   python3-duecredit               - Publications (and donations) tracer       
p   python3-dugong                  - HTTP 1.1 client module for Python         
p   python3-dulwich                 - Python Git library - Python3 module       
p   python3-dynamic-reconfigure     - Robot OS dynamic-reconfigure library - Pyt
p   python3-easydev                 - common utilities to ease the development o
p   python3-easygui                 - module for very simple, very easy GUI prog
p   python3-easyprocess             - easy to use python subprocess interface - 
p   python3-easywebdav              - straight-forward WebDAV client module (Pyt
p   python3-ebooklib                - Python 3 E-book library for handling EPUB2
p   python3-ecasound                - multitrack-capable audio recorder and effe
p   python3-eccodes                 - Python 3 module Python interface to the ec
p   python3-ecdsa                   - bibliothèque de signature cryptographique 
p   python3-ecflow                  - Python3 libraries for ecFlow workflow tool
p   python3-edgegrid                - Authentication handler for Akamai OPEN Edg
p   python3-editobj3                - automatic dialog box generator for Python 
p   python3-editor                  - programmatically open an editor, capture t
p   python3-editorconfig            - library for working with EditorConfig — Py
p   python3-edlib                   - library for sequence alignment using edit 
p   python3-efilter                 - EFILTER query language (Python 3)         
p   python3-einsteinpy              - General Relativity in Python              
p   python3-elasticsearch           - client en Python pour Elasticsearch – vers
p   python3-eliot                   - logging library for Python that tells you 
p   python3-emcee                   - Affine-invariant ensemble MCMC sampling fo
p   python3-empy                    - templating system for Python (Python 3)   
p   python3-enable                  - Drawing and interaction packages (Python 3
p   python3-enchant                 - bibliothèque de correction orthographique 
p   python3-enet                    - Python3 wrapper for the ENet library      
p   python3-engineio                - python3 implementation of the Engine.IO re
p   python3-enigma                  - historically accurate Enigma Machine libra
i   python3-entrypoints             - Discover and load entry points from instal
p   python3-envisage                - Extensible Application Framework          
p   python3-envparse                - environment variable parsing (Python 3)   
p   python3-envs                    - Easy access to environment variables in Py
p   python3-enzyme                  - video metadata parser (Python 3)          
p   python3-epc                     - RPC stack for Emacs Lisp (Python3 version)
p   python3-ephem                   - Compute positions of the planets and stars
p   python3-epr                     - ENVISAT Product Reader API de Python – Pyt
p   python3-epr-dbg                 - Python ENVISAT Product Reader API (debug e
p   python3-escript                 - Escript/Finley finite elements Python3 sys
p   python3-escript-mpi             - Escript/Finley finite elements Python3 sys
p   python3-esmre                   - Regular expression acceleration in Python3
p   python3-espeak                  - Liaisons Python pour eSpeak               
p   python3-et-xmlfile              - low memory library for creating large XML 
p   python3-etcd                    - Python Etcd client library - Python3 modul
p   python3-etcd3gw                 - client for etcd3 grpc-gateway v3 API - Pyt
p   python3-ethtool                 - Python bindings for the ethtool kernel int
p   python3-evdev                   - Python 3 bindings for the Linux input subs
p   python3-evdev:i386              - Python 3 bindings for the Linux input subs
p   python3-evemu                   - Linux Input Event Device Emulation Library
v   python3-evemu:any               -                                           
p   python3-eventlet                - concurrent networking library             
p   python3-evtx                    - parser for recent Windows Event Log files 
p   python3-ewmh                    - Python interface to EWMH-compliant window 
p   python3-exabgp                  - BGP swiss army knife of networking - Pytho
p   python3-exactimage              - fast image manipulation library (Python3 b
p   python3-exam                    - Python module to help write better tests  
p   python3-examples                - Exemples pour le langage Python (version p
p   python3-exchangelib             - Client for Microsoft Exchange Web Services
p   python3-execnet                 - déploiement rapide multi-Python –⋅Python⋅3
p   python3-exif                    - Transition package for python3-exifread   
p   python3-exifread                - Python library to extract Exif data from T
p   python3-exotel                  - Python library for exotel APIs (Python 3) 
p   python3-expeyes                 - Python3 library for expeyes               
p   python3-expiringdict            - Python3 caching libarry                   
p   python3-extractor               - extracts meta-data from files of arbitrary
p   python3-extras                  - extensions de la bibliothèque standard de 
i A python3-eyed3                   - Python module for id3-tags manipulation (P
v   python3-f2py                    -                                           
p   python3-fabio                   - I/O library for images produced by 2D X-ra
p   python3-fabio-dbg               - I/O library for images produced by 2D X-ra
p   python3-fabric                  - Simple Pythonic remote deployment tool    
p   python3-fabulous                - Python module to make your terminal output
p   python3-factory-boy             - test fixtures replacement based on factory
p   python3-fake-factory            - Faker is a Python library that generates f
p   python3-fakeredis               - Fake version of a redis-py                
p   python3-fakesleep               - Fake version of time.sleep() for use in te
p   python3-falcon                  - micro-cadriciel supersonique de constructi
p   python3-fann2                   - Python 3 bindings for FANN                
p   python3-fast-histogram          - Fast 1D and 2D histogram functions in Pyth
p   python3-fast5                   - library for reading Oxford Nanopore Fast5 
p   python3-fastchunking            - Fast text chunking algorithms for Python (
p   python3-fastcluster             - Fast hierarchical clustering routines for 
p   python3-fasteners               - provides useful locks - Python 3.x        
p   python3-fastentrypoints         - Make entry_points specified in setup.py lo
p   python3-fastimport              - bibliothèque d'analyse et de création pour
p   python3-fastkml                 - fast KML processing (Python 3)            
p   python3-fava                    - Web interface for the double-entry account
p   python3-fdb                     - Python3 DB-API driver for Firebird        
p   python3-feather-format          - Python interface to the Apache Arrow-based
p   python3-feature-check           - query a program for supported features - P
p   python3-fedora                  - Python modules for interacting with Fedora
p   python3-feedgenerator           - Syndication feed generation library (Pytho
i   python3-feedparser              - analyseur universel de flux de données pou
p   python3-ferret                  - Python3 wrapper for the Ferret visualizati
p   python3-ffc                     - compiler for finite element variational fo
v   python3-fftw3                   -                                           
p   python3-fiat                    - tabulation of finite element function spac
p   python3-fido2                   - Python library for implementing FIDO 2.0  
p   python3-fife                    - FIFE, moteur de jeu isométrique multiplate
p   python3-file-encryptor          - Python 3 module to convergently encrypt an
p   python3-filelock                - platform independent file locking module  
p   python3-fiona                   - Python 3 API for reading/writing vector ge
p   python3-fire                    - automatically generate CLIs from absolutel
p   python3-firewall                - Python3 bindings for firewalld            
p   python3-first                   - simple function that returns the first tru
p   python3-fisx                    - Quantitative X-Ray Fluorescence Analysis S
p   python3-fisx-dbg                - Quantitative X-Ray Fluorescence Analysis S
p   python3-fitbit                  - FitBit REST API Client Implementation - Py
p   python3-fitsio                  - Python 3 library to read from and write to
p   python3-fitz                    - Python binding for MuPDF                  
p   python3-fiu                     - userspace fault injection framework (Pytho
p   python3-fixtures                - extension PyUnit pour définir des disposit
p   python3-flake8                  - code checker using pycodestyle and pyflake
p   python3-flake8-docstrings       - flake8 extension to check docstrings      
p   python3-flake8-polyfill         - polyfill package for Flake8 plugins       
p   python3-flaky                   - Plugin for nose or py.test that automatica
p   python3-flasgger                - Extract swagger specs from your flask proj
p   python3-flask                   - micro web framework based on Werkzeug and 
p   python3-flask-api               - Browsable web APIs for the Flask micro web
p   python3-flask-assets            - Python 3 flask extension that provides web
p   python3-flask-autoindex         - automatically generated index pages for Fl
p   python3-flask-babel             - internationalization and localization supp
p   python3-flask-babelex           - ajout de la prise en charge de l'i18n/l10n
p   python3-flask-bcrypt            - Python 3 flask extension that provides bcr
p   python3-flask-caching           - Cache support for flask applications      
p   python3-flask-compress          - Compress responses in a Flask app with gzi
p   python3-flask-cors              - Flask extension for handling CORS (Python 
p   python3-flask-flatpages         - Provides flat static pages to a Python 3 F
p   python3-flask-gravatar          - Extension for Flask to make usage of Grava
p   python3-flask-htmlmin           - Minimize render templates html            
p   python3-flask-httpauth          - Basic and Digest HTTP authentication for F
p   python3-flask-jwt-simple        - Protecting flask endpoints with JSON Web T
p   python3-flask-ldapconn          - LDAP connection and ORM for Flask Applicat
p   python3-flask-login             - user session management for Flask -- Pytho
p   python3-flask-mail              - Flask extension for sending email         
p   python3-flask-marshmallow       - Flask + marshmallow for beautiful APIs    
p   python3-flask-migrate           - SQLAlchemy migrations for Flask using Alem
p   python3-flask-mongoengine       - Extension that provides integration with M
p   python3-flask-oauthlib          - OAuthlib support for Flask                
p   python3-flask-openid            - OpenID support for Flask applications (Pyt
p   python3-flask-paranoid          - Simple user session protection            
p   python3-flask-peewee            - Peewee integration for flask (Python 3)   
p   python3-flask-principal         - identity management for Flask             
p   python3-flask-rdf               - Flask decorator to output RDF using conten
p   python3-flask-restful           - REST API framework for Flask applications 
p   python3-flask-script            - set of utilities for use with the Flask fr
p   python3-flask-security          - Simple security for Flask apps (Python 3) 
p   python3-flask-seeder            - Flask extension to seed database through s
p   python3-flask-silk              - FamFamFam Silk icon set for Flask applicat
p   python3-flask-socketio          - Socket.IO integration for Flask applicatio
p   python3-flask-sockets           - elegant WebSockets for your Flask apps    
p   python3-flask-sqlalchemy        - adds SQLAlchemy support to your Python 3 F
p   python3-flask-testing           - unit testing utilities for the Flask micro
p   python3-flaskext.multistatic    - Simple flask plugin for overriding static 
p   python3-flaskext.wtf            - Simple integration of Flask and WTForms (P
p   python3-flatlatex               - Python3 LaTeX math converter to unicode te
p   python3-flexmock                - Mock/Stub/Spy library for Python 3        
p   python3-flickrapi               - Flickr API wrapper for Python 3           
p   python3-flor                    - efficient Bloom filter library (Python3 ve
p   python3-flufl.bounce            - email bounce detectors (Python 3)         
p   python3-flufl.enum              - yet another Python enumeration package (Py
p   python3-flufl.i18n              - high level API for Python internationaliza
p   python3-flufl.lock              - NFS-safe file-based lock with timeouts (Py
p   python3-flufl.password          - password hashing and verification         
p   python3-flufl.testing           - small collection of Python test helpers   
p   python3-fluids                  - Python 3 fluid dynamics and engineering de
p   python3-fontforge               - éditeur de police - liaisons Python       
p   python3-fontforge:i386          - éditeur de police - liaisons Python       
p   python3-fontmake                - Python library for compiling fonts from UF
p   python3-fontmath                - Objects for performing math operations on 
p   python3-fontparts               - API for interacting with the parts of font
p   python3-fontpens                - Classes implementing Pen protocol for mani
p   python3-fonttools               - Converts OpenType and TrueType fonts to an
p   python3-forge                   - modules d’objets factices et de tests – ve
p   python3-formencode              - validation and form generation Python 3 pa
p   python3-fpylll                  - Python wrapper for LLL-reduction of Euclid
p   python3-freecontact             - fast protein contact predictor - binding f
p   python3-freetype                - Freetype Python bindings for Python 3     
p   python3-freezegun               - Python3 library to mock the datetime modul
p   python3-freezer-api             - OpenStack backup restore and disaster reco
p   python3-freezer-web-ui          - OpenStack Freezer - Dashboard plugin      
p   python3-freezerclient           - OpenStack backup restore and disaster reco
p   python3-frozen-flask            - Freezes a Flask application into a set of 
p   python3-frozendict              - immutable dictionary - Python 3.x         
p   python3-fs                      - Python filesystem abstraction             
p   python3-fsapfs                  - APFS access library -- Python 3 bindings  
p   python3-fsspec                  - specification that Python filesystems shou
p   python3-fswrap                  - unified object oriented interface to file 
p   python3-ftdi1                   - Python module to control and program the F
p   python3-ftdi1:i386              - Python module to control and program the F
p   python3-ftputil                 - high-level FTP client library for Python  
p   python3-fudge                   - Python 3 module for using fake objects for
p   python3-funcparserlib           - Recursive descent parsing library for pyth
p   python3-funcsigs                - function signatures from PEP362 - Python 3
p   python3-furl                    - Small Python library for URLs parsing and 
p   python3-fuse                    - Python bindings for FUSE (Filesystems in U
p   python3-fusepy                  - simple Python interface to FUSE (Python 3)
p   python3-future                  - Clean single-source support for Python 3 a
p   python3-futurist                - useful additions to futures, from the futu
p   python3-fuzzywuzzy              - Python 3 module for fuzzy string matching 
p   python3-fysom                   - pYthOn Finite State Machine (Python3 packa
p   python3-gabbi                   - declarative HTTP testing library - Python 
p   python3-galpy                   - Python 3 package for Galactic Dynamics    
p   python3-gammapy                 - Python package for gamma-ray astronomy    
p   python3-gammu                   - Python module to communicate with mobile p
p   python3-gau2grid                - Computing gaussians on a grid (Python 3 mo
p   python3-gbulb                   - PEP 3156 event loop based on GLib (Python 
p   python3-gccjit                  - Python3 bindings for libgccjit            
p   python3-gccjit-dbg              - liaisons Python 3 pour libgccjit (construc
p   python3-gdal                    - Python 3 bindings to the Geospatial Data A
i   python3-gdbm                    - prise en charge des bases de données GNU d
p   python3-gdbm:i386               - prise en charge des bases de données GNU d
p   python3-gdbm-dbg                - Prise en charge des bases de données GNU d
p   python3-gdbm-dbg:i386           - Prise en charge des bases de données GNU d
p   python3-gdcm                    - Grassroots DICOM Python bindings          
p   python3-gdl                     - Python interface for the GNU Data Language
p   python3-gdspy                   - Python library for GDSII handling (Python 
p   python3-gear                    - Pure Python Async Gear Protocol Library - 
p   python3-geis                    - Liaisons Python pour libgeis              
p   python3-gencpp                  - C++ Robot OS message and service generator
p   python3-geneimpacts             - wraps command line tools to assess variant
p   python3-gengeo                  - DEMGenGeo is a library for creating geomet
p   python3-genlisp                 - Common-Lisp Robot OS message and service g
p   python3-genmsg                  - Python 3 library for generating Robot OS m
p   python3-genometools             - Python3 bindings for genometools          
p   python3-genpy                   - Python 3 Robot OS message and service gene
p   python3-genshi                  - Moteur Python de modèles basé sur XML - Py
p   python3-genty                   - Allows you to run a test with multiple dat
p   python3-geoalchemy2             - SQLAlchemy extension for spatial databases
p   python3-geographiclib           - Python 3 implementation of GeographicLib  
p   python3-geoip                   - Python3 bindings for the GeoIP IP-to-count
p   python3-geoip2                  - Python geoip2 API for web services and dat
p   python3-geojson                 - liaisons et utilitaires en Python 3 pour G
p   python3-geolinks                - bibliothèque de Python 3 pour les liens gé
p   python3-geomet                  - convert GeoJSON to/from WKT/WKB (Python)  
p   python3-geometry-msgs           - Messages relating to Robot OS geometry, Py
p   python3-geopandas               - outils python3 pour les données géographiq
p   python3-geopy                   - geocoding toolbox for Python3             
p   python3-geotiepoints            - Interpolation of geographic tiepoints in P
p   python3-germinate               - étendre les dépendances dans des paquets s
p   python3-gerritlib               - client library for accessing Gerrit with P
p   python3-getdns                  - modern asynchronous DNS API (python 3 bind
p   python3-getfem++                - Interface Python à la bibliothèque GETFEM+
p   python3-gevent                  - gevent est une bibliothèque Python de rése
p   python3-gevent-dbg              - bibliothèque réseau en Python basée sur le
p   python3-gevent-websocket        - websocket library for the gevent networkin
p   python3-gfapy                   - flexible and extensible software library f
p   python3-gffutils                - Work with GFF and GTF files in a flexible 
p   python3-gflags                  - implementation of the Google command line 
p   python3-ghdiff                  - Generator of Github-style HTML for unified
i   python3-gi                      - interfaçage avec Python 3 pour les bibliot
p   python3-gi:i386                 - interfaçage avec Python 3 pour les bibliot
i   python3-gi-cairo                - liaisons Python 3 Cairo pour la bibliothèq
p   python3-gi-cairo:i386           - liaisons Python 3 Cairo pour la bibliothèq
p   python3-gi-dbg                  - liaisons Python 3 pour les bibliothèques g
p   python3-gi-dbg:i386             - liaisons Python 3 pour les bibliothèques g
p   python3-gimmik                  - generator of matrix multiplication kernels
p   python3-ginga                   - Astronomical image toolkit for Python     
p   python3-git                     - Python library to interact with Git reposi
p   python3-git-os-job              - Show the OpenStack job logs for a commit -
p   python3-gitdb                   - pure-Python git object database (Python 3)
p   python3-github                  - Access the full Github API v3 from Python3
p   python3-gitlab                  - Python 3 GitLab API client library        
p   python3-glad                    - GL/GLES/EGL/GLX/WGL Loader-Generator (Pyth
p   python3-glance                  - OpenStack Image Registry and Delivery Serv
p   python3-glance-store            - OpenStack Image Service store library - Py
p   python3-glanceclient            - Client library for Openstack glance server
p   python3-glare                   - OpenStack Artifact Repository - Python 2.7
p   python3-glareclient             - client library for the OpenStack GLare Art
p   python3-gleetex                 - Module to embed LaTeX equations in HTML fi
p   python3-glob2                   - Enhanced glob module for Python           
p   python3-glue                    - Python 3 library for data interaction     
p   python3-glymur                  - Python tools for accessing JPEG2000 files 
p   python3-glyphslib               - Library for converting between Glyphs file
p   python3-gmplot                  - matplotlib-like interface to plotting data
p   python3-gmpy2                   - interfaces GMP to Python 3 for fast, unbou
p   python3-gmsh                    - Three-dimensional finite element mesh gene
p   python3-gmusicapi               - Unofficial API for Google Play Music      
p   python3-gnocchi                 - Metric as a Service - Python 3            
p   python3-gnocchiclient           - bindings to the OpenStack Gnocchi API - Py
p   python3-gntp                    - Python library for the Growl Notification 
p   python3-gnucash                 - Gnucash interface for Python              
p   python3-gnupg                   - Python wrapper for the GNU Privacy Guard (
p   python3-gnuplot                 - Python interface to the gnuplot plotting p
p   python3-gnuplotlib              - Gnuplot-based plotter for numpy           
p   python3-goocalendar             - Calendar widget for GTK+ using PyGoocanvas
p   python3-google-auth             - Google Authentication Library - Python 3.x
p   python3-google-auth-httplib2    - Google Authentication Library: httplib2 tr
p   python3-google-compute-engine   - Python library for Google Compute Engine i
p   python3-google-i18n-address     - Internationalization address metadata (pyt
p   python3-googleapi               - Google APIs Client Library - Python 3.x   
p   python3-googleapi-samples       - Google APIs Client Library for Python, sam
p   python3-gpapi                   - Unofficial Python API for Google Play     
p   python3-gpg                     - interface Python pour la bibliothèque GnuP
p   python3-gpg:i386                - interface Python pour la bibliothèque GnuP
p   python3-gphoto2                 - Python interface to libgphoto2 (Python 3) 
p   python3-gphoto2cffi             - GPhoto2 bindings with simpler API         
p   python3-gpiozero                - simple interface to everyday GPIO componen
p   python3-gps                     - Global Positioning System - Python 3 libra
p   python3-gpsoauth                - Client library for Google Play Services OA
p   python3-gpumodules              - adjustment and inspection of AMD GPUs     
p   python3-gpxpy                   - GPX file parser and GPS track manipulation
p   python3-gpyfft                  - Wrapper for the OpenCL FFT library clFFT (
p   python3-gpyfft-dbg              - enveloppe de la bibliothèque clFFT en Open
p   python3-grapefruit              - Python module to manipulate color informat
p   python3-graphite2               - Python bindings for libgraphite2          
p   python3-graphviz                - Simple Python 3 interface for Graphviz    
p   python3-graypy                  - Python logging handler that sends messages
p   python3-greenlet                - Lightweight in-process concurrent programm
p   python3-greenlet-dbg            - programmation concurrente légère de proces
p   python3-grib                    - Python 3 module for reading and writing GR
p   python3-gridfs                  - implémentation en Python⋅3 de GridFS pour 
p   python3-grpc-tools              - Protobuf code generator for gRPC (Python 3
i   python3-grpcio                  - GRPC system (Python 3)                    
p   python3-gssapi                  - Python 3 interface to GSSAPI              
p   python3-gst-1.0                 - GStreamer GObject Introspection overrides 
p   python3-gst-1.0-dbg             - GStreamer GObject Introspection overrides 
p   python3-gsw                     - mise en œuvre Python 3 de l'équation therm
p   python3-gtkspellcheck           - Python 3 spellchecking library for GTK+ ba
p   python3-gtts                    - Wrapper and CLI utility for the Google TTS
p   python3-gtts-token              - Calculates a token to run the Google Trans
p   python3-gudhi                   - Python 3 interface to the GUDHI library   
p   python3-guess-language          - library to detect the natural language of 
p   python3-guessit                 - library for guessing information from vide
p   python3-guestfs                 - guest disk image management system - Pytho
p   python3-guidata                 - dataset manipulation GUI generator - Pytho
p   python3-guiqwt                  - efficient 2D data-plotting library - Pytho
p   python3-guizero                 - module to allow quick and easy GUI creatio
p   python3-guizero-doc             - module to allow quick and easy GUI creatio
p   python3-gumbo                   - pure-C HTML5 parser Python 3 bindings     
p   python3-gunicorn                - Event-based HTTP/WSGI server (Python 3 lib
p   python3-guzzle-sphinx-theme     - Sphinx theme used by Guzzle               
p   python3-gv                      - Python3 bindings for graphviz             
p   python3-gv:i386                 - Python3 bindings for graphviz             
p   python3-gwcs                    - Tools for managing the WCS of astronomical
p   python3-gyoto                   - General relativistic geodesic integration 
v   python3-gyoto:any               -                                           
p   python3-h11                     - Pure-Python, bring-your-own-I/O implementa
p   python3-h2                      - Pure-Python3 HTTP/2 State-Machine based pr
p   python3-h5netcdf                - netCDF4 support via h5py for Python 3     
p   python3-h5py                    - general-purpose Python interface to hdf5 (
p   python3-h5py-dbg                - debug extensions for h5py (Python 3)      
p   python3-hacking                 - greffons Flake8 pour suivre les prescripti
i   python3-hamcrest                - Hamcrest framework for matcher objects (Py
p   python3-haproxy-log-analysis    - generate aggregate statistics from HAProxy
p   python3-harmony                 - programme et bibliothèque pour créer et gé
p   python3-harp                    - Python3 interface for the HARP data harmon
p   python3-hashids                 - Python implementation of hashids (Python 3
p   python3-hbmqtt                  - MQTT client/broker for asyncio            
p   python3-hdate                   - Provides a library that help use Hebrew da
p   python3-hdate:i386              - Provides a library that help use Hebrew da
p   python3-hdf-compass             - public modules for the HDF Compass        
p   python3-hdf4                    - Python-HDF4: Python interface to the NCSA 
p   python3-hdf5storage             - high-level utilities to read from and writ
p   python3-hdmedians               - high-dimensional medians in Python3       
p   python3-hdmf                    - Hierarchical Data Modeling Framework      
p   python3-healpy                  - HEALPix representation of spherical data -
p   python3-heapdict                - heap with decrease-key and increase-key op
p   python3-heat                    - OpenStack orchestration service - Python 3
p   python3-heat-dashboard          - OpenStack orchestration service - Python 3
p   python3-heatclient              - client library and CLI for OpenStack Heat 
p   python3-hgapi                   - module providing a pure-Python API to Merc
p   python3-hglib                   - Python3 library for interfacing with Mercu
p   python3-hid                     - cython3 interface to hidapi               
p   python3-hidapi                  - Python bindings for the HID API           
p   python3-hiera                   - Python language bindings for the hiera hie
p   python3-hijra                   - Hijri Islamic Calendar converting function
p   python3-hinawa-utils            - Library to control Audio and Music units o
p   python3-hips                    - Python package for Hierarchical Progressiv
p   python3-hiredis                 - redis protocol reader for Python using hir
p   python3-hiro                    - time manipulation utilities for Python    
p   python3-hisat2                  - Python scripts accompanying hisat2        
p   python3-hivex                   - Python 3 bindings for hivex               
p   python3-hkdf                    - HMAC-based Extract-and-Expand Key Derivati
p   python3-hl7                     - Python3 library for parsing HL7 messages  
p   python3-holidays                - Python library for generating sets of holi
p   python3-hpack                   - Pure-Python3 HTTP/2 header encoding (HPACK
p   python3-hpilo                   - HP iLO XML interface access from Python (P
p   python3-hplefthandclient        - HP LeftHand/StoreVirtual HTTP REST Client 
i   python3-html2text               - module Python pour convertir du HTML en te
i   python3-html5-parser            - fast, standards compliant, C based, HTML 5
i   python3-html5lib                - HTML parser/tokenizer based on the WHATWG 
p   python3-htmlmin                 - HTML Minifier                             
p   python3-htseq                   - Python3 high-throughput genome sequencing 
p   python3-httmock                 - Mocking library for python3-requests      
p   python3-http-parser             - http request/response parser (Python 3)   
p   python3-httpbin                 - HTTP request and response service (Python 
i   python3-httplib2                - vaste bibliothèque client HTTP écrite pour
p   python3-httpretty               - HTTP client mock - Python 3.x             
p   python3-httpsig                 - sign HTTP requests (IETF HTTP Signatures) 
p   python3-httptools               - framework independent HTTP protocol utils 
p   python3-hug                     - Python3 framework for HTTP and CLI APIs   
p   python3-hug-doc                 - Python3 framework for HTTP APIs - document
p   python3-humanfriendly           - Python3 library to make user friendly text
p   python3-humanize                - Python Humanize library (Python 3)        
p   python3-hunspell                - liaisons Python 3 pour hunspell           
p   python3-hupper                  - Integrated process monitor for developing 
p   python3-hurry.filesize          - human readable file sizes or anything size
p   python3-hvac                    - Python 3 client library for Hashicorp Vaul
p   python3-hy                      - Lisp (s-expression) based frontend to Pyth
p   python3-hydroffice.bag          - manage Bathymetric Attributed Grid (BAG) d
p   python3-hyperframe              - Pure-Python3 HTTP/2 framing code          
i   python3-hyperlink               - Immutable, Pythonic, correct URLs.        
p   python3-hypothesis              - advanced Quickcheck style testing library 
p   python3-iapws                   - Python3 implementation of the internationa
p   python3-ibm-cloud-sdk-core      - Client library for the IBM Cloud services 
i   python3-ibus-1.0                - Intelligent Input Bus - introspection over
p   python3-icalendar               - parser/generator of iCalendar files for us
i   python3-icu                     - extension Python 3 enveloppant l'API C++ I
p   python3-icu-dbg                 - extension pour Python 3 enveloppant l’API 
i   python3-idna                    - gestion Python de IDNA2008 (RFC 5891) –⋅Py
i   python3-ifaddr                  - Pure Python implementation for detecting I
p   python3-igraph                  - High performance graph data structures and
p   python3-ijson                   - event-driven JSON parser (Python 3 version
p   python3-ilorest                 - RESTful API for HPE iLO and iLO Chassis Ma
p   python3-image-geometry          - image_geometry Robot OS package - Python 3
p   python3-imageio                 - library for reading and writing image data
p   python3-imagesize               - Python 3 module for getting image size fro
p   python3-imaplib2                - Threaded Python IMAP4 client (Python 3)   
i   python3-imdbpy                  - Python package to access the IMDb's movie 
p   python3-imexam                  - Simple interactive astronomical image exam
p   python3-img2pdf                 - Lossless conversion of raster images to PD
p   python3-imobiledevice           - Python 3 bindings for communicating with i
p   python3-imobiledevice:i386      - Python 3 bindings for communicating with i
p   python3-impacket                - Python3 module to easily build and dissect
v   python3-impass                  -                                           
p   python3-importlib-metadata      - library to access the metadata for a Pytho
p   python3-importmagic             - automagically add, remove and manage Pytho
i   python3-incremental             - Library for versioning Python projects.   
p   python3-indexed-gzip            - fast random access of gzip files in Python
p   python3-indigo                  - Boîte à outils de chimie organique (module
p   python3-inflect                 - Generate plurals, singular nouns, ordinals
p   python3-inflection              - Port of Ruby on Rails' inflector (Python 3
p   python3-influxdb                - Client for InfluxDB - Python 3.x          
p   python3-inifile                 - Small INI library for Python 3            
p   python3-iniparse                - access and modify configuration data in IN
p   python3-instagram               - Python 3 client for the Instagram REST and
p   python3-intbitset               - unordered sets with ultra fast operations 
p   python3-intelhex                - prise en charge par Python d’Intel HEX – P
p   python3-interactive-markers     - Robot OS interactive_markers - Python 3 pa
p   python3-internetarchive         - python interface to archive.org           
p   python3-intervaltree            - mutable, self-balancing interval tree (Pyt
p   python3-intervaltree-bio        - Interval tree convenience classes for geno
p   python3-invocations             - Reusable Invoke tasks - Python 3.x        
p   python3-invoke                  - Pythonic task execution - Python 3.x      
p   python3-iowait                  - Platform-independent module for I/O comple
p   python3-ipaclient               - FreeIPA centralized identity framework -- 
p   python3-ipaddr                  - Python module for working with IP addresse
p   python3-ipalib                  - FreeIPA centralized identity framework -- 
p   python3-ipdb                    - remplaçant de pdb basé sur IPython – versi
p   python3-ipfix                   - IPFIX implementation for Python 3         
p   python3-iptables                - Python bindings for iptables (Python 3 int
p   python3-ipy                     - Python3 module for handling IPv4 and IPv6 
p   python3-ipykernel               - IPython kernel for Jupyter (Python 3)     
p   python3-ipython                 - Enhanced interactive Python shell (Python 
p   python3-ipython-genutils        - IPython vestigial utilities for Python 3  
p   python3-ipywidgets              - Interactive widgets for the Jupyter notebo
p   python3-irc                     - Internet Relay Chat (IRC) protocol client 
p   python3-irodsclient             - Client API for iRods                      
p   python3-ironic                  - Openstack bare metal provisioning service 
p   python3-ironic-inspector        - discovering hardware properties for OpenSt
p   python3-ironic-inspector-client - client for Ironic Inspector - Python 3.x  
p   python3-ironic-lib              - common library used by various Ironic proj
p   python3-ironic-neutron-agent    - OpenStack virtual network service - Ironic
p   python3-ironic-ui               - bare metal hypervisor API for OpenStack - 
p   python3-ironicclient            - client pour le service de machines nues d’
p   python3-isbnlib                 - ISBN processing library                   
p   python3-isc-dhcp-leases         - Python module for reading dhcp leases file
p   python3-iso3166                 - Standalone ISO 3166-1 country definitions 
i A python3-iso8601                 - Python module to parse ISO 8601 dates - Py
p   python3-isodate                 - ISO 8601 date/time/duration parser and for
p   python3-isort                   - library for sorting Python imports (Python
p   python3-isospec                 - Isotopic fine structure calculator for Pyt
p   python3-isoweek                 - Python module to provide the class Week (P
p   python3-itango                  - Interactive Tango client - Python 3       
p   python3-itsdangerous            - Various helpers to pass trusted data to un
p   python3-itypes                  - Python3 basic immutable containers types l
p   python3-ixion                   - general purpose formula parser & interpret
p   python3-jack-client             - JACK Audio Connection Kit (JACK) Client fo
p   python3-janus                   - thread-safe asyncio-aware queue for Python
p   python3-jaraco.functools        - additional functools in the spirit of stdl
p   python3-jaraco.itertools        - Tools for working with iterables (Python 3
p   python3-javaproperties          - Python library for reading & writing Java 
p   python3-jdcal                   - Julian dates from proleptic Gregorian and 
p   python3-jedi                    - autocompletion tool for Python 3          
p   python3-jeepney                 - pure Python D-Bus interface               
p   python3-jellyfish               - Library for approximate and phonetic match
p   python3-jenkins                 - bindings for the Jenkins Remote API - Pyth
p   python3-jenkins-job-builder     - Configure Jenkins using YAML files - Pytho
p   python3-jenkinsapi              - liaisons pour l'utilisation Python de l'AP
p   python3-jieba                   - Jieba Chinese text segmenter (Python 3)   
p   python3-jinja2                  - Moteur autonome de modèles léger, rapide e
p   python3-jira                    - JIRA Python library (Python 3)            
p   python3-jmespath                - JSON Matching Expressions (Python 3)      
p   python3-joblib                  - tools to provide lightweight pipelining in
p   python3-josepy                  - JOSE implementation for Python 3.x        
p   python3-jpy                     - Bi-directional Python-Java bridge (Python3
p   python3-jpylyzer                - JP2 (JPEG 2000 Part 1) validator and prope
p   python3-jpype                   - Binding the worlds of Java and Python (for
p   python3-jsbeautifier            - JavaScript unobfuscator and beautifier (py
p   python3-jsmin                   - JavaScript minifier written in Python - Py
p   python3-json-pointer            - résolution des pointeurs de JSON — Python 
p   python3-json-tricks             - Python module with extra features for JSON
p   python3-jsondiff                - diff JSON and JSON-like structures in Pyth
p   python3-jsonext                 - serialisation to/from JSON for extra types
p   python3-jsonhyperschema-codec   - Python3 JSON Hyper-Schema codec for Core A
p   python3-jsonnet                 - data templating language (Python)         
p   python3-jsonpatch               - library to apply JSON patches - Python 3.x
p   python3-jsonpath-rw             - extended implementation of JSONPath for Py
p   python3-jsonpath-rw-ext         - Extensions for JSONPath RW - Python 3.x   
p   python3-jsonpickle              - Python library for serializing object grap
p   python3-jsonrpc                 - Python implementation of JSON-RPC 1.0 and 
p   python3-jsonrpclib-pelix        - Implementation of the JSON-RPC v2.0 specif
p   python3-jsonschema              - An(other) implementation of JSON Schema (D
p   python3-jujuclient              - Python API client for Juju (Python 3)     
p   python3-junit.xml               - creates JUnit XML test result docs readabl
p   python3-junitparser             - Manipulates JUnit/xUnit Result XML files  
p   python3-junitxml                - extension de PyUnit pour produire des rapp
p   python3-junos-eznc              - Junos 'EZ' automation for non-programmers 
p   python3-jupyter-client          - Jupyter protocol client APIs (Python 3)   
p   python3-jupyter-console         - Jupyter terminal client (Python 3)        
p   python3-jupyter-core            - Core common functionality of Jupyter proje
p   python3-jupyter-sphinx          - Jupyter Sphinx Extension - Python3        
p   python3-jupyter-sphinx-theme    - Jupyter Sphinx Theme -- Python 3          
p   python3-jwcrypto                - Python3 implementation of JOSE Web standar
i   python3-jwt                     - Python 3 implementation of JSON Web Token 
p   python3-k8sclient               - Kubernetes API Python client code - Python
p   python3-kafka                   - Pure Python client for Apache Kafka - Pyth
p   python3-kaitaistruct            - Kaitai Struct declarative parser generator
p   python3-kajiki                  - Really fast well-formed xml templates - Py
p   python3-kanboard                - minimalist kanboard Python client (Python 
p   python3-kaptan                  - Python 3 configuration manager in various 
p   python3-karborclient            - Karbor API client - Python 3.x            
p   python3-kazoo                   - API de niveau supérieur à Apache Zookeeper
p   python3-kdcproxy                - Kerberos KDC HTTP proxy WSGI module for py
p   python3-kdtree                  - container for kd-tree sorting for Python 3
p   python3-kdtree-dbg              - container for kd-tree sorting for Python 3
p   python3-kea-connector           - Python3 management connector for ISC KEA D
p   python3-keepalive               - urllib keepalive support for Python 3     
p   python3-keras                   - deep learning framework running on Theano 
p   python3-keras-applications      - popular models and pre-trained weights for
p   python3-keras-preprocessing     - data preprocessing module for the Keras de
p   python3-kerberos                - GSSAPI interface module - Python 3.x      
p   python3-keyman-config           - Keyman for Linux configuration            
i   python3-keyring                 - store and access your passwords safely - P
p   python3-keyrings.alt            - alternate backend implementations for pyth
p   python3-keystone                - OpenStack identity service - Python 3 libr
p   python3-keystoneauth1           - authentication library for OpenStack Ident
p   python3-keystoneclient          - client library for the OpenStack Keystone 
p   python3-keystonemiddleware      - Middleware for OpenStack Identity (Keyston
p   python3-keyutils                - Python3 bindings for keyutils             
p   python3-kitchen                 - Python library of containers, text and i18
p   python3-kivy                    - Kivy, cadriciel multimédia et multi-tactil
p   python3-kiwisolver              - fast implementation of the Cassowary const
p   python3-kiwisolver-dbg          - implémentation rapide du solveur de contra
p   python3-klaus                   - simple easy-to-set-up Git web viewer      
v   python3-kmip                    -                                           
p   python3-knack                   - Python command line interface framework   
p   python3-knitpy                  - report generation tool with Python        
p   python3-kolabformat             - Python 3 bindings for Kolab Format 3.0 XML
p   python3-kombu                   - AMQP Messaging Framework for Python (Pytho
p   python3-kopano                  - Complete and feature rich groupware soluti
p   python3-kubernetes              - Kubernetes Python client - Python 3.x     
p   python3-kyotocabinet            - Straightforward implementation of DBM - Py
p   python3-kyotocabinet-dbg        - Straightforward implementation of DBM - Py
p   python3-kytos-sphinx-theme      - Theme used by kytos with sphinx -- Python 
p   python3-l20n                    - cadriciel de localisation linguistique de 
p   python3-lammps                  - Molecular Dynamics Simulator              
p   python3-langdetect              - Python library for language-detection     
p   python3-lark                    - Parsing library for Python (Python 3)     
p   python3-lasagne                 - deep learning library build on the top of 
p   python3-laser-geometry          - Robot OS laser geometry package - Python 3
p   python3-lasso                   - Library for Liberty Alliance and SAML prot
p   python3-latexcodec              - LaTeX lexer and codec library for Python3 
i   python3-launchpadlib            - Launchpad web services client library (Pyt
p   python3-lazr.config             - ini-file format handling supporting schema
p   python3-lazr.delegates          - easily write objects that delegate behavio
i   python3-lazr.restfulclient      - client for lazr.restful-based web services
p   python3-lazr.smtptest           - framework for testing SMTP-based applicati
i   python3-lazr.uri                - Bibliothèque d'analyse, de manipulation et
p   python3-lazy-object-proxy       - Python 3 fast and thorough lazy object pro
p   python3-lazy-object-proxy:i386  - Python 3 fast and thorough lazy object pro
p   python3-ldap                    - LDAP interface module for Python3         
p   python3-ldap-dbg                - LDAP interface module for Python3 (debug e
p   python3-ldap3                   - Pure Python LDAP client library           
p   python3-ldapdomaindump          - Active Directory information dumper via LD
p   python3-ldappool                - connection pool for python-ldap - Python 3
i   python3-ldb                     - Python 3 bindings for LDB                 
p   python3-ldb:i386                - Python 3 bindings for LDB                 
p   python3-ldb-dev                 - LDB Python 3 bindings - development files 
p   python3-ldb-dev:i386            - LDB Python 3 bindings - development files 
p   python3-ldif3                   - generate and parse LDIF data (Python3 vers
p   python3-ldns                    - Python3 bindings for the ldns library for 
p   python3-leather                 - charting library for Python               
p   python3-lensfun                 - Lens Correction library - Python3 module  
p   python3-lensfun:i386            - Lens Correction library - Python3 module  
p   python3-lepl                    - recursive descent parser library (Python 3
p   python3-lesscpy                 - compilateur LessCss pour Python⋅3.x       
p   python3-levenshtein             - extension pour le calcul de similarités de
p   python3-levenshtein-dbg         - extension for computing string similaritie
p   python3-lexicon                 - Manipulate DNS records on various DNS prov
p   python3-liac-arff               - library for reading and writing ARFF files
i A python3-lib2to3                 - Interactive high-level object-oriented lan
p   python3-lib389                  - module Python⋅3 pour l’accès à 389⋅Directo
p   python3-libapparmor             - liaisons Python 3 pour la bibliothèque App
p   python3-libapparmor:i386        - liaisons Python 3 pour la bibliothèque App
p   python3-libarchive-c            - interface Python3 pour libarchive         
p   python3-libbde                  - BitLocker Drive Encryption access library 
p   python3-libcegui-mk2-0.8.7      - Crazy Eddie's GUI (Python 3 Bindings)     
p   python3-libcloud                - unified Python interface into the cloud (P
p   python3-libconcord              - Harmony remote configuration tool - Python
p   python3-libdiscid               - libdiscid binding for Python 3            
p   python3-libdiscid-dbg           - libdiscid binding for Python 3 (debug exte
p   python3-libesedb                - Extensible Storage Engine DB access librar
p   python3-libevdev                - Python 3 wrapper for libevdev             
p   python3-libevt                  - Windows Event Log (EVT) format access libr
p   python3-libevtx                 - Windows XML Event Log format access librar
p   python3-libewf                  - support for Expert Witness Compression for
p   python3-libfsntfs               - NTFS access library -- Python 3 bindings  
p   python3-libfvde                 - FileVault Drive Encryption access library 
p   python3-libfwnt                 - Windows NT data type library -- Python 3 b
p   python3-libfwsi                 - Windows Shell Item format access library -
p   python3-libgpiod                - Python bindings for libgpiod (Python 3)   
p   python3-libguess                - high-speed character set detection library
p   python3-libhamlib2              - Run-time Python3 library to control radio 
p   python3-libhfst                 - Helsinki Finite-State Transducer Technolog
p   python3-libi8x                  - infinity note execution library (Python3 b
p   python3-libiio                  - Python bindings for libiio                
p   python3-libipa-hbac             - Python3 bindings for the FreeIPA HBAC Eval
p   python3-liblinear               - Python 3 bindings for LIBLINEAR           
p   python3-liblnk                  - Windows Shortcut File format access librar
p   python3-liblo                   - Python 3 bindings for liblo, the lightweig
p   python3-libmaas                 - MAAS asyncio client library (Python 3)    
p   python3-libmodernize            - Modernizes Python code for eventual Python
p   python3-libmsiecf               - Microsoft Internet Explorer Cache File acc
p   python3-libnacl                 - Python 3 bindings for libsodium based on c
p   python3-libnatpmp               - portable and fully compliant implementatio
p   python3-libnbd                  - Network Block Device client library -- Pyt
p   python3-libnmap                 - Python 3 NMAP library                     
p   python3-libolecf                - OLE2 Compound File format access library -
p   python3-libproxy                - automatic proxy configuration management l
p   python3-libqcow                 - QEMU Copy-On-Write image format access lib
p   python3-librecaptcha            - program and library for solving reCAPTCHA 
p   python3-libregf                 - Windows NT Registry File (REGF) format acc
p   python3-librouteros             - Python implementation of RouterOS API     
p   python3-librtmp                 - librtmp binding for Python 3              
p   python3-librtmp-dbg             - librtmp binding for Python 3 - Debugging s
p   python3-libsass                 - SASS for Python 3: a straightforward bindi
p   python3-libscca                 - Windows Prefetch File access library -- Py
p   python3-libsigscan              - binary signature scanning library -- Pytho
p   python3-libsmbios               - Provide access to (SM)BIOS information -- 
p   python3-libsmdev                - storage media device access library -- Pyt
p   python3-libsmraw                - split RAW image format access library -- P
p   python3-libsss-nss-idmap        - Python3 bindings for the SID lookups libra
p   python3-libsvm                  - Python interface for support vector machin
p   python3-libthumbor              - Python module to make usage of Thumbor eas
p   python3-libtiff                 - wrapper to the libtiff library to Python u
p   python3-libtmux                 - Python scripting library and ORM for tmux 
p   python3-libtorrent              - Liaisons Python pour libtorrent-rasterbar 
p   python3-libtorrent-dbg          - Liaisons Python pour libtorrent-rasterbar 
p   python3-libtrace                - Python 3 bindings for the libtrace API    
p   python3-libusb1                 - Python wrapper for libusb1 (Python 3)     
p   python3-libvhdi                 - Virtual Hard Disk image format access libr
p   python3-libvirt                 - libvirt Python 3 bindings                 
p   python3-libvmdk                 - VMWare Virtual Disk format access library 
p   python3-libvoikko               - Python bindings for libvoikko             
p   python3-libvshadow              - Volume Shadow Snapshot format access libra
p   python3-libvslvm                - Linux LVM volume system format access libr
p   python3-libxml2                 - Python3 bindings for the GNOME XML library
p   python3-libxml2:i386            - Python3 bindings for the GNOME XML library
p   python3-libxml2-dbg             - Python3 bindings for the GNOME XML library
p   python3-libxml2-dbg:i386        - Python3 bindings for the GNOME XML library
p   python3-line-profiler           - line-by-line profiling for Python         
p   python3-linecache2              - backports of the linecache module - Python
p   python3-link-grammar            - Carnegie Mellon University's link grammar 
p   python3-linux-procfs            - Linux /proc abstraction classes in Python 
p   python3-livereload              - automatic browser refresher (Python 3)    
p   python3-lldb                    - Next generation, high-performance debugger
p   python3-lldb:i386               - Next generation, high-performance debugger
p   python3-lldb-10                 - Next generation, high-performance debugger
p   python3-lldb-10:i386            - Next generation, high-performance debugger
p   python3-lldb-11                 - Next generation, high-performance debugger
p   python3-lldb-11:i386            - Next generation, high-performance debugger
p   python3-lldb-12                 - Next generation, high-performance debugger
p   python3-lldb-12:i386            - Next generation, high-performance debugger
p   python3-lldb-8                  - Next generation, high-performance debugger
p   python3-lldb-9                  - Next generation, high-performance debugger
p   python3-lldb-9:i386             - Next generation, high-performance debugger
v   python3-lldb-x.y                -                                           
v   python3-lldb-x.y:i386           -                                           
p   python3-llfuse                  - liaisons Python 3 pour l'API de bas niveau
p   python3-llfuse-dbg              - liaisons de Python 3 pour l'API FUSE de ba
p   python3-llvmlite                - LLVM Python 3 binding for writing JIT comp
p   python3-lmdb                    - Python 3 binding for LMDB Lightning Memory
p   python3-lmfit                   - Least-Squares Minimization with Constraint
p   python3-locket                  - File-based locks for Python 3 for Linux an
p   python3-lockfile                - file locking library for Python — Python 3
p   python3-logfury                 - Responsible, logging of method calls for P
p   python3-logging-tree            - introspect and display the logging tree in
p   python3-logilab-common          - modules divers et utiles utilisés par les 
p   python3-logilab-constraint      - constraints satisfaction solver in Python 
p   python3-logutils                - handlers for the Python standard library's
p   python3-logzero                 - robust and effective logging for Python (P
p   python3-londiste                - Database replication for PostgreSQL based 
i   python3-louis                   - liaisons de Python pour liblouis          
p   python3-louvain                 - community graph analysis implementing Louv
p   python3-ltfatpy                 - Large Time-Frequency Toolbox (LTFAT) en Py
p   python3-ltfatpy-dbg             - debug extensions for ltfatpy              
p   python3-lti                     - Learning Tools Interoperability implementa
p   python3-lttng                   - LTTng control and utility Python bindings 
p   python3-lttnganalyses           - LTTng 2.0 trace analysis tools (Python 3) 
p   python3-lttngust                - LTTng 2.0 Userspace Tracer (Python 3 UST a
p   python3-lttoolbox               - Apertium lexical processing modules and to
p   python3-lunardate               - Chinese Calendar Library in Pure Python (P
p   python3-lupa                    - Python wrapper around LuaJIT or Lua (Pytho
p   python3-lxc                     - Linux Containers userspace tools (Python3 
i   python3-lxml                    - liaison Python pour les bibliothèques libx
p   python3-lxml:i386               - liaison Python pour les bibliothèques libx
p   python3-lxml-dbg                - Liaisons pythonic pour libxml2 et libxslt 
p   python3-lxml-dbg:i386           - Liaisons pythonic pour libxml2 et libxslt 
p   python3-ly                      - Tool and library for manipulating LilyPond
v   python3-ly-doc                  -                                           
p   python3-lz4                     - Python interface to the lz4 compression li
p   python3-lz4tools                - Tools for working with LZ4 compression alg
p   python3-lzo                     - Python bindings for the LZO data compressi
p   python3-lzstring                - LZ-based compression algorithm for Python 
p   python3-m2crypto                - Python wrapper for the OpenSSL library (Py
p   python3-m2r                     - Markdown and reStructuredText in a single 
i A python3-m3u8                    - Python m3u8 parser - Python 3.x           
i   python3-macaroonbakery          - Higher-level macaroon operations for Pytho
p   python3-macholib                - module for Mach-O header analysis and edit
p   python3-magcode-core            - MAG Code python3 core module of common uti
i A python3-magic                   - interface de Python⋅3 pour libmagic, la bi
v   python3-magic-wormhole          -                                           
p   python3-magic-wormhole-mailbox- - Magic Wormhole Mailbox Server             
p   python3-magics++                - prise en charge de Python 3 pour Magics++ 
p   python3-magnum                  - OpenStack containers as a service - Python
p   python3-magnum-ui               - OpenStack Magnum - dashboard plugin       
p   python3-magnumclient            - client library for Magnum API - Python 3.x
p   python3-mailer                  - Python module that simplifies sending emai
p   python3-mailman-hyperkitty      - Mailman3 plugin to archive emails with Hyp
p   python3-mailmanclient           - Python bindings for Mailman3 REST API (Pyt
p   python3-mailutils               - GNU Mail abstraction library (Python3 inte
i   python3-mako                    - Modélisation rapide et légère pour la plat
p   python3-mallard.ducktype        - Parser for Ducktype, a lightweight documen
p   python3-mando                   - command line argument parser for python3  
p   python3-manila                  - OpenStack shared file system as a service 
p   python3-manila-ui               - OpenStack shared file system as a service 
p   python3-manilaclient            - système de fichiers partagé d’OpenStack co
p   python3-manuel                  - Python3 library for testable documents and
p   python3-map-msgs                - Python 3 code for map-related ROS Messages
p   python3-mapi                    - Complete and feature rich groupware soluti
p   python3-mapnik                  - Python 3 interface to the mapnik library  
p   python3-mapproxy                - open source proxy for geospatial data - Py
p   python3-mapscript               - bibiothèque de Python pour MapServer      
p   python3-marathon                - Marathon Client Library - Python 3.x      
p   python3-marisa                  - Python3 bindings for MARISA               
i   python3-markdown                - text-to-HTML conversion library/tool (Pyth
p   python3-markdown2               - Fast and complete implementation of Markdo
p   python3-markups                 - Wrapper around various text markups, imple
i   python3-markupsafe              - Bibliothèque de chaîne HTML/XHTML/XML pour
p   python3-markupsafe:i386         - Bibliothèque de chaîne HTML/XHTML/XML pour
p   python3-markupsafe-dbg          - Bibliothèque de chaîne HTML/XHTML/XML pour
p   python3-markupsafe-dbg:i386     - Bibliothèque de chaîne HTML/XHTML/XML pour
p   python3-marshmallow             - Lightweight library for converting complex
p   python3-marshmallow-doc         - Library for converting complex datatypes -
p   python3-marshmallow-sqlalchemy  - SQLAlchemy integration with marshmallow   
p   python3-masakari                - Virtual Machine High Availability (VMHA) f
p   python3-masakari-monitors       - Virtual Machine High Availability (VMHA) f
p   python3-mastodon                - Library for the Mastodon API (Python 3)   
p   python3-mathgl                  - library for scientific graphs (Python modu
p   python3-matplotlib              - Python based plotting system in a style si
p   python3-matplotlib-dbg          - Python based plotting system (debug extens
p   python3-matplotlib-venn         - Python 3 plotting area-proportional two- a
v   python3-matrix-synapse-ldap3    -                                           
p   python3-maxminddb               - Python 3 module for reading the MaxMind DB
p   python3-mbed-host-tests         - module and utilities to flash, reset and t
p   python3-mbed-host-tests-doc     - module and utilities to flash, reset and t
p   python3-mbed-ls                 - module listing mbed-enabled devices connec
p   python3-mbed-ls-doc             - mbed-ls library documentation             
p   python3-mccabe                  - Python code complexity checker (Python 3) 
p   python3-mdp                     - Boîte à outils modulaire pour le traitemen
p   python3-mdx-math                - math extension for Python-Markdown        
p   python3-measurement             - unit-aware measurement objects (Python3 ve
p   python3-mecab                   - Mecab binding for Python3                 
p   python3-mecab:i386              - Mecab binding for Python3                 
p   python3-mecavideo               - outil pédagogique d'analyse d'enregistreme
p   python3-mechanicalsoup          - library for automating interaction with we
i   python3-mechanize               - navigation du web programmée dynamiquement
p   python3-med                     - python3 API for MED-fichier               
p   python3-mediainfodll            - library for reading metadata from media fi
p   python3-meep                    - software package for FDTD simulation with 
p   python3-meep-mpi-default        - software package for FDTD simulation with 
p   python3-meep-openmpi            - software package for FDTD simulation with 
p   python3-meld3                   - HTML/XML templating system for Python (Pyt
p   python3-memcache                - pure Python memcached client - Python 3.x 
p   python3-memoize                 - Simple Python cache and memoizing module (
p   python3-memory-profiler         - memory consumption analysis for Python pro
p   python3-meshio                  - library for reading and writing mesh data 
p   python3-message-filters         - Python 3 library for Robot OS message-filt
v   python3-message-filters:any     -                                           
p   python3-metaconfig              - Python ConfigParser bootstrapping library 
p   python3-mia                     - Python-3 bindings for the MIA image proces
p   python3-microversion-parse      - OpenStack microversion header parsing libr
p   python3-midiutil                - Python 3 library to write multi-track MIDI
p   python3-mido                    - Python 3 module for working with MIDI mess
p   python3-migrate                 - Database schema migration for SQLAlchemy -
p   python3-milksnake               - setuptools/wheel/cffi extension to embed a
p   python3-milter                  - Python 3 extension for Sendmail Milter Pro
p   python3-mimeparse               - Parse mime-types and quality parameters - 
p   python3-mimerender              - RESTful HTTP Content Negotiation for web f
p   python3-minecraftpi             - Raspberry PI Minecraft API python client l
p   python3-mini-buildd             - minimal build daemon - Python library and 
p   python3-minidb                  - simple SQLite3-based store for Python obje
p   python3-minieigen               - Wrapper of parts of the Eigen library (Pyt
i   python3-minimal                 - sous-ensemble minimal du langage Python (v
p   python3-minimal:i386            - sous-ensemble minimal du langage Python (v
v   python3-minimal:any             -                                           
p   python3-minimock                - bibliothèque simple pour les objets mock d
p   python3-miniupnpc               - UPnP IGD client lightweight library Python
p   python3-mir-perf-framework      - Display server for Ubuntu - performance te
p   python3-mirtop                  - annotate miRNAs with a standard mirna/isom
p   python3-misaka                  - binding for Sundown, a markdown parsing li
p   python3-mistral                 - OpenStack Workflow Service - Python 3 libr
p   python3-mistral-dashboard       - OpenStack Workflow Service - dashboard plu
p   python3-mistral-lib             - Mistral shared routings and utilities - Py
p   python3-mistralclient           - service de flux de travail d’OpenStack – P
p   python3-mistune                 - Markdown parser for Python 3              
p   python3-mlpack                  - intuitive, fast, scalable C++ machine lear
p   python3-mlt                     - multimedia framework (Python bindings)    
p   python3-mmllib                  - library for handling Music Macro Language 
p   python3-mne                     - Python modules for MEG and EEG data analys
p   python3-mnemonic                - Implementation of Bitcoin BIP-0039 (Python
p   python3-mock                    - Mocking and Testing Library (Python3 versi
p   python3-mockldap                - simple mock implementation of python-ldap 
p   python3-mockupdb                - MongoDB Wire Protocol server library - Pyt
p   python3-model-mommy             - smart object creation facility for Django 
p   python3-moksha.common           - Common components for the Moksha framework
p   python3-molotov                 - tool to write load tests in Python        
p   python3-monajat                 - Moteur de traitement des supplications isl
p   python3-monasca-statsd          - monasca statsd client - Python 3.x        
p   python3-monascaclient           - client bindings for the Monasca API - Pyth
p   python3-moneyed                 - Currency and Money classes for use in Pyth
p   python3-mongoengine             - Python 3 Document-Object Mapper for workin
p   python3-monotonic               - implementation of time.monotonic() - Pytho
p   python3-montage-wrapper         - Python-3 wrapper for the Montage mosaickin
p   python3-montagepy               - Python toolkit for assembling FITS images 
p   python3-more-itertools          - library with routines for operating on ite
p   python3-morph                   - collection of routines to help identify an
p   python3-morris                  - announcement (signal/event) system for Pyt
p   python3-morse-simulator         - Multi-OpenRobot Simulation Engine         
p   python3-motor                   - full-featured, non-blocking MongoDB driver
p   python3-move-base-msgs          - Python 3 code for move-base-related ROS Me
p   python3-mox3                    - Mock object framework - Python 3.x        
p   python3-mpd                     - Python MPD client library (Python 3)      
p   python3-mpegdash                - Python MPEG-DASH parser - Python 3.x      
p   python3-mpi4py                  - liaisons pour la norme MPI (Message Passin
p   python3-mpi4py-dbg              - liaisons pour la norme MPI (Message Passin
p   python3-mpi4py-fft              - a Python package for computing Fast Fourie
p   python3-mpi4py-fft-doc          - a Python package for computing Fast Fourie
p   python3-mpl-scatter-density     - Fast scatter density plots for Matplotlib 
p   python3-mplexporter             - general matplotlib exporter               
p   python3-mpltoolkits.basemap     - matplotlib toolkit to plot on map projecti
p   python3-mpltoolkits.basemap-dbg - boîte à outils de matplotlib pour le tracé
p   python3-mpmath                  - library for arbitrary-precision floating-p
p   python3-mrtparse                - read and analyze the MRT format data (Pyth
p   python3-msal                    - Microsoft Authentication Library (MSAL) fo
p   python3-msal-extensions         - Microsoft Authentication extensions for MS
i   python3-msgpack                 - mise en œuvre Python 3 du format MessagePa
p   python3-msgpack-numpy           - serialize numpy arrays using msgpack      
p   python3-mshr                    - Python 3 interface for mshr               
p   python3-msoffcrypto-tool        - Python tool and library for decrypting MS 
p   python3-msrest                  - AutoRest swagger generator Python 3.x clie
p   python3-msrestazure             - Runtime library for AutoRest generated Pyt
p   python3-multi-key-dict          - Multi key dictionary implementation - Pyth
p   python3-multicorn               - multicorn utility module for postgresql-X.
p   python3-multidict               - multidict implementation (Python library) 
p   python3-multidict-dbg           - Implémentation multidict (librairie python
p   python3-multipletau             - multiple-tau algorithm for Python3/NumPy  
p   python3-munch                   - dot-accessible dictionary similar to JavaS
p   python3-munkres                 - munkres algorithm for the Assignment Probl
p   python3-murano                  - cloud-ready application catalog - Python 3
p   python3-murano-agent            - cloud-ready application catalog - Python 3
p   python3-murano-dashboard        - cloud-ready application catalog - Python 3
p   python3-murano-pkg-check        - murano package validator tool - Python 3.x
p   python3-muranoclient            - cloud-ready application catalog - Python 3
p   python3-murmurhash              - Cython bindings for MurmurHash2           
p   python3-music                   - Multi-Simulation Coordinator for MPI -- Ru
p   python3-musicbrainzngs          - Python 3 bindings for the Musicbrainz NGS 
p   python3-musicpd                 - bibliothèque de client pour MPD en Python 
p   python3-mutagen                 - audio metadata editing library (Python 3) 
p   python3-mutatormath             - Library for piecewise linear interpolation
p   python3-mwclient                - MediaWiki API client in Python            
p   python3-mwparserfromhell        - Outrageously powerful parser for MediaWiki
i A python3-mygpoclient             - bibliothèque cliente pour le service web g
p   python3-myhdl                   - Hardware description language for Python (
p   python3-mypy                    - public modules for mypy (Python 3)        
p   python3-mypy-extensions         - Experimental type system extensions for my
p   python3-mysql.connector         - pure Python implementation of MySQL Client
p   python3-mysqldb                 - interface de Python pour MySQL            
p   python3-mysqldb-dbg             - Interface Python pour MySQL (extension de 
i   python3-nacl                    - Python bindings to libsodium (Python 3)   
p   python3-nagiosplugin            - Python class library for writing Nagios (I
p   python3-namecheap               - API library for DNS provider Namecheap (Py
p   python3-nameparser              - Python 3 module for parsing names into ind
p   python3-natsort                 - Natural sorting for Python (Python3)      
p   python3-nautilus                - Python binding for Nautilus components (Py
p   python3-nav-msgs                - Messages relating to Robot OS nav, Python 
p   python3-nb2plots                - Converting between ipython notebooks and s
p   python3-nbconvert               - Jupyter notebook conversion (Python 3)    
p   python3-nbformat                - Jupyter notebook format (Python 3)        
p   python3-nbsphinx                - Jupyter Notebook Tools for Sphinx -- Pytho
p   python3-nbxmpp                  - Non blocking Jabber/XMPP Python 3 library 
p   python3-ncclient                - Python library for NETCONF clients (Python
p   python3-ndcube                  - Package for multi-dimensional coordinate-a
p   python3-ndcube-doc              - Package for multi-dimensional coordinate-a
p   python3-ndg-httpsclient         - enhanced HTTPS support for httplib and url
p   python3-neo                     - Python IO library for electrophysiological
p   python3-neovim                  - paquet factice de transition              
i   python3-netaddr                 - manipulation of various common network add
p   python3-netcdf4                 - interface de Python 3 pour la bibliothèque
p   python3-netdisco                - Library to discover local devices and serv
p   python3-netfilter               - Python module for manipulating netfilter r
p   python3-netgen                  - Automatic 3d tetrahedral mesh generator Py
i   python3-netifaces               - informations portables sur l'interface rés
p   python3-netifaces-dbg           - portable network interface information - P
p   python3-netmiko                 - multi-vendor library for SSH connections t
p   python3-networking-arista       - OpenStack virtual network service - Arista
p   python3-networking-bagpipe      - Driver and agent code to use BagPipe imple
p   python3-networking-bgpvpn       - BGP-MPLS VPN Extension for OpenStack Netwo
p   python3-networking-hyperv       - OpenStack Networking Hyper-V ML2 mechanism
p   python3-networking-l2gw         - OpenStack virtual network service - L2 gat
p   python3-networking-mlnx         - OpenStack virtual network service - Mellan
p   python3-networking-odl          - OpenStack Networking OpenDayLight ML2 mech
p   python3-networking-sfc          - OpenStack virtual network service - SFC ex
p   python3-networkmanager          - Python 3 interface to the NetworkManager D
p   python3-networkx                - tool to create, manipulate and study compl
p   python3-neuron                  - Neuron simulation environment - Python bin
p   python3-neutron                 - Neutron est un service de réseau virtuel p
p   python3-neutron-dynamic-routing - OpenStack Neutron Dynamic Routing - Python
p   python3-neutron-fwaas           - Firewall-as-a-Service driver for OpenStack
p   python3-neutron-fwaas-dashboard - OpenStack Firewall as a Service - dashboar
p   python3-neutron-lib             - Neutron shared routines and utilities - Py
p   python3-neutron-taas            - OpenStack virtual network service - Tap-as
p   python3-neutron-tempest-plugin  - OpenStack Integration Test Suite - Neutron
p   python3-neutron-vpnaas          - VPN-as-a-Service driver for OpenStack Neut
p   python3-neutron-vpnaas-dashboar - OpenStack VPN as a Service - dashboard plu
p   python3-neutronclient           - bibliothèque de l'API pour le client Neutr
p   python3-newt                    - Module NEWT pour Python 3                 
p   python3-newt:i386               - Module NEWT pour Python 3                 
p   python3-nfs-ganesha             - Python 3 bindings for nfs-ganesha         
p   python3-nftables                - nftables/libnftables python3 module       
p   python3-ngs                     - Next Generation Sequencing language Bindin
p   python3-nibabel                 - Python3 bindings to various neuroimaging d
p   python3-nine                    - Python 2 / 3 compatibility, like six, but 
p   python3-nipy                    - Analyse des structures et fonctions des do
p   python3-nipy-lib                - Analysis of structural and functional neur
p   python3-nipy-lib-dbg            - Analysis of structural and functional neur
p   python3-nitime                  - timeseries analysis for neuroscience data 
p   python3-nlopt                   - nonlinear optimization library -- Python 3
p   python3-nltk                    - Python3 libraries for natural language pro
p   python3-nmap                    - Python3 interface to the Nmap port scanner
p   python3-nmea2                   - Python library for the NMEA 0183 protocol 
p   python3-nodelet                 - Robot OS nodelet library - service files -
p   python3-nodelet-topic-tools     - Robot OS nodelet_topic_tools library - Pyt
p   python3-noise                   - Perlin noise for image generation         
p   python3-nordugrid-arc           - ARC Python wrapper                        
i   python3-nose                    - test discovery and running for Python3 uni
p   python3-nose-cov                - nose plugin for coverage reporting - pytho
p   python3-nose-exclude            - exclude specific directories from nosetest
p   python3-nose-json               - nose pugin for json reporting - python 3 f
p   python3-nose-parameterized      - Decorator for parameterized testing with N
p   python3-nose-random             - nose plugin to facilitate randomized unit 
p   python3-nose-timer              - timer plugin for nosetests - Python 3.x   
p   python3-nose-yanc               - Color output plugin for nose              
p   python3-nose2                   - Next generation of nicer testing for Pytho
p   python3-nose2-cov               - nose2 plugin for coverage reporting       
p   python3-nosehtmloutput          - plugin to produce test results in html - P
p   python3-nosexcover              - Add Cobertura-style XML coverage report to
p   python3-notebook                - Jupyter interactive notebook (Python 3)   
p   python3-notify2                 - desktop notifications API for Python 3    
p   python3-notmuch                 - Python 3 interface to the notmuch mail sea
p   python3-nototools               - font support tools from the Noto Fonts pro
p   python3-nova                    - OpenStack Compute Python 3 libraries      
p   python3-novaagent               - Python 3 module for Rackspace Public Cloud
p   python3-novaclient              - client library for OpenStack Compute API -
p   python3-novnc                   - HTML5 VNC client - Python 3.x libraries   
p   python3-nox                     - Flexible test automation (Python3 version)
p   python3-nss                     - Python3 bindings for Network Security Serv
p   python3-ntlm-auth               - NTLM low-level Python library             
p   python3-ntp                     - Python 3 NTP Helper Classes               
p   python3-ntplib                  - Python NTP library (Python 3.x)           
p   python3-nudatus                 - module to remove comments from Python 3 sc
p   python3-num2words               - Convert numbers to words in multiple langu
p   python3-numba                   - native machine code compiler for Python 3 
p   python3-numcodecs               - buffer compression and transformation code
p   python3-numexpr                 - Fast numerical array expression evaluator 
p   python3-numexpr-dbg             - Fast numerical array expression evaluator 
i   python3-numpy                   - gestion rapide des tableaux avec le langag
v   python3-numpy-abi9              -                                           
v   python3-numpy-api13             -                                           
p   python3-numpy-dbg               - Utilitaire rapide de tableaux pour le lang
v   python3-numpy-dev               -                                           
v   python3-numpy-stl               -                                           
p   python3-numpydoc                - Sphinx extension to support docstrings in 
p   python3-numpysane               - more-reasonable core functionality for num
p   python3-nwdiag                  - generate network-diagram image file for Py
p   python3-nxs                     - NeXus scientific data file format - Python
p   python3-oauth                   - bibliothèque Python 3 de mise en œuvre du 
p   python3-oauth2client            - OAuth 2.0 client library - Python 3.x     
i   python3-oauthlib                - mise en œuvre de OAuth générique et confor
p   python3-objgraph                - module pour examiner des graphiques de réf
p   python3-obsub                   - Python 3.x module that implements the obse
p   python3-octavia                 - OpenStack Load Balancer as a Service - Pyt
p   python3-octavia-dashboard       - OpenStack Load Balance as a service - dash
p   python3-octavia-lib             - Library to support Octavia provider driver
p   python3-octaviaclient           - Octavia client for OpenStack Load Balancin
p   python3-odb-api                 - API Python de traitement de données d’obse
p   python3-odf                     - Python3 API to manipulate OpenDocument fil
p   python3-odil                    - C++11 library for the DICOM standard (Pyth
p   python3-odoorpc                 - pilot Odoo servers through RPC (Python 3) 
p   python3-offtrac                 - Python-based xmlrpc client library for tra
p   python3-ofxclient               - OFX client for dowloading transactions fro
p   python3-ofxhome                 - ofxhome.com financial institution lookup R
p   python3-ofxparse                - parser for Open Financial Exchange (.ofx) 
p   python3-ogre-1.12               - 3D Object-Oriented Graphics Rendering Engi
p   python3-okasha                  - Environnement applicatif web WSGI trivial 
p   python3-okasha-examples         - Environnement applicatif web WSGI trivial 
p   python3-olefile                 - Python module to read/write MS OLE2 files 
p   python3-olm                     - Python bindings for the olm Double Ratchet
p   python3-omemo                   - Python 3 implementation of the OMEMO proto
p   python3-omemo-backend-signal    - Python 3 backend for python-omemo with lib
p   python3-omg                     - Python library for manipulating doom-style
p   python3-onedrivesdk             - Official Python OneDrive SDK for interfaci
p   python3-ontospy                 - query, inspect and visualize RDF/OWL ontol
p   python3-ooolib                  - Module Python pour créer des documents Ope
p   python3-oops                    - Serialization, deserialization and allocat
p   python3-oops-datedir-repo       - Disk storage, management, and a serialisat
p   python3-opcua                   - Pure Python OPC-UA Client and Server (Pyth
p   python3-openbabel               - Chemical toolbox library (Python bindings)
p   python3-opencv                  - Python 3 bindings for the computer vision 
p   python3-opencv-apps             - opencv_apps Robot OS package - Python 3 bi
p   python3-openems                 - Python3 interface for openems             
p   python3-openflow                - low level library to parse OpenFlow messag
p   python3-opengl                  - Python bindings to OpenGL (Python 3)      
p   python3-openid                  - Python3 OpenID package for modern servers 
p   python3-openid-cla              - OpenID CLA extension for python-openid (Py
p   python3-openid-teams            - OpenID teams extension for python-openid (
p   python3-openimageio             - Library for reading and writing images - P
p   python3-openpyxl                - Python 3 module to read/write OpenXML xlsx
p   python3-openrazer               - OpenRazer peripheral drivers (Python 3)   
p   python3-openshot                - liaisons de la bibliothèque vidéo d’OpenSh
p   python3-openslide               - Python 3 wrapper for reading whole slide i
i   python3-openssl                 - encapsulateur Python 3 autour de la biblio
v   python3-openstack-auth          -                                           
p   python3-openstack.nose-plugin   - nosetests output to mimic the output of op
p   python3-openstackclient         - OpenStack Command-line Client - Python 3.x
p   python3-openstackdocstheme      - extension support for Sphin OpenStack doc 
p   python3-openstacksdk            - SDK for building applications to work with
p   python3-opentimestamps          - Python3 library for creating and verifying
p   python3-openturns               - Python3 front-end of OpenTURNS (aka TUI)  
p   python3-openvdb                 - Sparse Volume Processing toolkit - Python 
p   python3-openvswitch             - Python 3 bindings for Open vSwitch        
p   python3-optlang                 - sympy based mathematical programming langu
p   python3-orbit-predictor         - Python library to propagate satellite orbi
p   python3-orcus                   - library for processing spreadsheet documen
p   python3-orderedattrdict         - Python OrderedDict with attribute-style ac
p   python3-orderedmultidict        - Ordered multivalue dictionary that retains
p   python3-os-api-ref              - Sphinx Extensions to support API reference
p   python3-os-apply-config         - Creates config files out of cloud metadata
p   python3-os-brick                - Library for managing local volume attaches
p   python3-os-client-config        - OpenStack client configuration library - P
p   python3-os-collect-config       - collect and cache metadata, run hooks on c
p   python3-os-faults               - OpenStack fault-injection library - Python
p   python3-os-ken                  - Component based SDN framework for OpenStac
p   python3-os-refresh-config       - refresh system configuration of an OpenSta
p   python3-os-resource-classes     - Standardized resource classes for OpenStac
p   python3-os-service-types        - lib for consuming OpenStack sevice-types-a
p   python3-os-testr                - Utility wrappers for testrepository for Op
p   python3-os-traits               - standardized trait strings - Python 3.x   
p   python3-os-vif                  - Integration library between network and co
p   python3-os-win                  - Windows / Hyper-V library for OpenStack pr
p   python3-os-xenapi               - XenAPI library for OpenStack projects - Py
p   python3-osc-lib                 - OpenStackClient Library - Python 3.x      
p   python3-osc-placement           - OpenStackClient plugin for the Placement s
p   python3-oslo.cache              - cache storage for Openstack projects - Pyt
p   python3-oslo.concurrency        - oslo.concurrency library - Python 3.x     
p   python3-oslo.config             - Code commun pour les projets OpenStack (AP
p   python3-oslo.context            - WSGI context helpers for OpenStack - Pytho
p   python3-oslo.db                 - database connectivity to the different bac
p   python3-oslo.i18n               - Oslo Internationalization Utilities - Pyth
p   python3-oslo.log                - OpenStack logging configuration library - 
p   python3-oslo.messaging          - oslo messaging library - Python 3.x       
p   python3-oslo.middleware         - various WSGI middleware components for Ope
p   python3-oslo.policy             - RBAC policy enforcement library for OpenSt
p   python3-oslo.privsep            - OpenStack library for privilege separation
p   python3-oslo.reports            - reports serialized in various data types -
p   python3-oslo.rootwrap           - allows fine filtering of shell commands to
p   python3-oslo.serialization      - utilities for serialization , especially J
p   python3-oslo.service            - library for running OpenStack services - P
p   python3-oslo.upgradecheck       - Common code for writing upgrade checks - P
p   python3-oslo.utils              - ensemble de fonctions utilitaires pour Ope
p   python3-oslo.versionedobjects   - deals with DB schema versions and code exp
p   python3-oslo.vmware             - VMware library for OpenStack projects - Py
p   python3-oslosphinx              - theme and extension support for openstack 
p   python3-oslotest                - OpenStack test framework - Python 3.x     
p   python3-osmapi                  - Python 3 interface to OpenStreetMap API   
p   python3-osmnx                   - tool to study street networks from OpenStr
p   python3-osprofiler              - OpenStack Profiler Library - Python 3.x   
p   python3-ospurge                 - client-side tool to delete all resources o
p   python3-othman                  - Bibliothèque offrant un accès au texte cor
p   python3-outcome                 - capture the outcome of Python function cal
p   python3-overpass                - wrapper for the OpenStreetMap Overpass API
p   python3-overpy                  - wrapper to access the OpenStreetMap Overpa
p   python3-ovn-octavia-provider    - OpenStack Octavia Integration with OVN - P
p   python3-ovsdbapp                - library for creating OVSDB applications - 
p   python3-owslib                  - Client library for Open Geospatial (OGC) w
i   python3-packaging               - core utilities for python3 packages       
p   python3-pacparser               - Python 3 module to parse proxy auto-config
p   python3-padme                   - mostly transparent proxy class for Python 
p   python3-pafy                    - Download videos and retrieve metadata from
p   python3-pager                   - terminal/console pager module in pure Pyth
p   python3-paho-mqtt               - MQTT client class (Python 3)              
p   python3-pallets-sphinx-themes   - Sphinx themes for Pallets and related proj
i   python3-pam                     - Interface Python pour la bibliothèque PAM 
p   python3-pam-dbg                 - Interface Python pour la bibliothèque PAM 
p   python3-pampy                   - Python module for simple PAM authenticatio
p   python3-pamqp                   - RabbitMQ Focused AMQP low-level library (P
p   python3-pandas                  - structures de données pour des données « r
p   python3-pandas-lib              - low-level implementations and bindings for
p   python3-pandocfilters           - python3 bindings for Pandoc's filters     
p   python3-panko                   - Event storage dispatcher for Ceilometer (P
p   python3-pankoclient             - Python bindings to the OpenStack Panko API
p   python3-panoramisk              - asyncio based library to play with asteris
p   python3-panwid                  - Useful widgets for urwid                  
p   python3-parallax                - Execute commands and copy files over SSH  
p   python3-parallel                - pyparallel – module d’encapsulation de l’a
p   python3-parameterized           - parameterized testing for Python 3        
p   python3-paramiko                - Make ssh v2 connections (Python 3)        
p   python3-paraview                - Parallel Visualization Application. python
p   python3-parfive                 - HTTP and FTP parallel file downloader for 
p   python3-parse                   - Parse provides the reverse function for fo
p   python3-parse-type              - BDD plugin for py.test.                   
p   python3-parsedatetime           - Python 3 module to parse human-readable da
p   python3-parsel                  - Python 3 library to extract HTML/XML data 
p   python3-parso                   - Python parser that supports error recovery
p   python3-partd                   - Appendable key-value storage for Python 3 
i   python3-parted                  - Python 3 interface for libparted          
p   python3-passlib                 - Environnement applicatif complet de hachag
p   python3-paste                   - outils pour utiliser une pile Web Server G
p   python3-pastedeploy             - load, configure, and compose WSGI applicat
p   python3-pastescript             - create file layouts for Python3 packages a
p   python3-path                    - module wrapper for os.path for Python 3   
p   python3-path-and-address        - Functions for server CLI applications used
p   python3-pathspec                - utility library for gitignore style patter
p   python3-pathtools               - Path utilities for Python - Python 3.x    
p   python3-patiencediff            - diff implementation with balanced performa
p   python3-patsy                   - statistical models in Python using symboli
p   python3-pattern                 - web mining module for Python 3            
p   python3-paypal                  - PayPal API implementation (Python 3)      
p   python3-pbbanana                - additional utilities for the pbsuite      
p   python3-pbconsensuscore         - algorithms for PacBio multiple sequence co
p   python3-pbcore                  - Python 3 library for processing PacBio dat
p   python3-pbkdf2                  - Python RSA PKCS#5 v2.0 module (Python 3)  
p   python3-pbr                     - injection de comportements par défaut util
p   python3-pbsuite-utils           - software for Pacific Biosciences sequencin
p   python3-pcapy                   - Python interface to the libpcap packet cap
p   python3-pcbasic                 - cross-platform emulator for the GW-BASIC f
p   python3-pcbasic-doc             - cross-platform emulator for the GW-BASIC f
p   python3-pcl                     - Python 3 binding to the Pointcloud library
p   python3-pcl-msgs                - Python 3 code for PCL-related Robot OS Mes
p   python3-pcp                     - Performance Co-Pilot Python3 PMAPI module 
p   python3-pdal                    - Point Data Abstraction Library - Python ex
p   python3-pdfkit                  - Python wrapper for wkhtmltopdf to convert 
p   python3-pdfminer                - PDF parser and analyser (Python3)         
p   python3-pdfrw                   - PDF file manipulation library (Python 3)  
p   python3-peakutils               - utilities for detecting peaks in 1D data  
p   python3-pebble                  - Threading and multiprocessing eye-candy   
p   python3-pecan                   - WSGI object-dispatching web framework - Py
p   python3-peewee                  - Simple ORM for PostgreSQL, MySQL and SQLit
p   python3-pefile                  - Portable Executable (PE) parsing module fo
p   python3-pem                     - easy PEM file parsing in Python           
p   python3-pep517                  - Specifies a standard API for systems which
p   python3-pep8                    - Python PEP 8 code style checker - Python 3
p   python3-pep8-naming             - check for PEP 8 naming conventions (flake8
p   python3-periodictable           - Extensible periodic table of the elements 
p   python3-periphery               - Peripheral I/O (Python3 version)          
p   python3-persist-queue           - thread-safe disk based persistent queue   
p   python3-persistent              - Automatic persistence for Python objects  
p   python3-petname                 - python3 library for generating pronouncabl
p   python3-petsc4py                - Python 3 bindings for PETSc libraries     
p   python3-petsc4py-complex        - Python 3 bindings for PETSc libraries (com
p   python3-petsc4py-real           - Python 3 bindings for PETSc libraries (rea
p   python3-pex                     - library for generating Python executable z
i   python3-pexpect                 - module Python⋅3 d'automatisation d'applica
v   python3-pg                      -                                           
p   python3-pg8000                  - Pure-Python PostgreSQL Driver (Python 3)  
p   python3-pgbouncer               - Fixture to bring up temporary pgbouncer in
p   python3-pgmagick                - encore une autre enveloppe Python pour Gra
p   python3-pgpdump                 - PGP packet parser library (Python 3)      
p   python3-pgpy                    - OpenPGP (Pretty Good Privacy) RFC 4880 imp
p   python3-pgpy-doc                - OpenPGP (Pretty Good Privacy) RFC 4880 imp
p   python3-pgq                     - PgQ queue processing for Python           
p   python3-pgspecial               - gestionnaire de méta-commandes pour la bas
p   python3-pgzero                  - Zero-boilerplate games programming framewo
p   python3-phabricator             - Phabricator Python API Bindings (Python 3)
p   python3-phat                    - Python 3 interface for the PHAT library   
p   python3-phonenumbers            - parsing/formatting/validating phone number
p   python3-photutils               - Astropy affiliated package for image photo
p   python3-phply                   - PHP parser written in Python 3 using PLY  
p   python3-phpserialize            - Python port of PHP serialize and unseriali
p   python3-picklable-itertools     - picklable reimplementation of Python's ite
p   python3-pickleshare             - File system based database that uses Pytho
p   python3-piexif                  - Pure python library for manipulating exif 
p   python3-pigpio                  - Python module which talks to the pigpio da
p   python3-pika                    - AMQP client library for Python 3          
p   python3-pika-pool               - Pools for pikas. - Python 3.x             
p   python3-pikepdf                 - Python library to read and write PDFs with
i   python3-pil                     - Python Imaging Library (Python3)          
p   python3-pil-dbg                 - bibliothèque d'imagerie Python (extension 
i   python3-pil.imagetk             - Python Imaging Library –⋅module ImageTk (P
p   python3-pil.imagetk-dbg         - bibliothèque d'imagerie Python - module Im
p   python3-pilkit                  - Utilities and processors built for, and on
v   python3-pillow                  -                                           
p   python3-pint                    - define, operate and manipulate physical qu
i   python3-pip                     - installateur de paquets Python            
p   python3-pipdeptree              - display dependency tree of the installed P
p   python3-piston-mini-client      - library for writing clients for Django's P
p   python3-pivy                    - Coin binding for Python 3                 
i   python3-pkg-resources           - découverte de paquets et accès aux ressour
v   python3-pkg-resources:i386      -                                           
p   python3-pkgconfig               - Python 3 interface to the pkg-config comma
p   python3-pkginfo                 - Python 3.x module to query metadata from p
p   python3-pki-base                - Certificate System - PKI Framework -- pyth
p   python3-plac                    - Smartest command line arguments parser in 
p   python3-placement               - OpenStack Placement - Python 3 libraries  
p   python3-plaster                 - Python multi-format configuration file loa
p   python3-plaster-pastedeploy     - PasteDeploy configuration format plugin fo
p   python3-plastex                 - LaTeX document processing framework in Pyt
p   python3-plist                   - Library for handling Apple binary and XML 
p   python3-plist:i386              - Library for handling Apple binary and XML 
p   python3-plotly                  - Python 3 plotting library for publication-
p   python3-plplot                  - Prise en charge de Python pour PLplot, une
p   python3-plplot-qt               - Scientific plotting library (Python Qt GUI
p   python3-pluggy                  - plugin and hook calling mechanisms for Pyt
p   python3-pluginbase              - Support library for building plugins syste
p   python3-plumbum                 - library for writing shell script-like prog
p   python3-ply                     - mise en œuvre de Lex et Yacc pour python3 
v   python3-ply:i386                -                                           
v   python3-ply-lex-3.10            -                                           
v   python3-ply-yacc-3.10           -                                           
p   python3-plyvel                  - fast and feature-rich Python interface to 
p   python3-png                     - Pure Python PNG Reader/Writer (Python 3)  
p   python3-pocket-lint             - composite linter and style checker        
p   python3-pocketsphinx            - Speech recognition tool - Python3 bindings
i A python3-podcastparser           - Simplified, fast RSS parsing library (Pyth
p   python3-poezio-poopt            - Console-based XMPP client (binary module) 
p   python3-poliastro               - Astrodynamics and Orbital Mechanics comput
p   python3-polib                   - bibliothèque Python 3 pour analyser et gér
p   python3-polled-camera           - Robot OS polled_camera package - Python 3 
p   python3-pomegranate             - Fast, flexible and easy to use probabilist
p   python3-pony                    - Pony Object-Relational Mapper             
p   python3-popcon                  - interface Python à Popularity Contest de D
p   python3-poppler-qt5             - liaison Python pour la bibliothèque C++ Po
p   python3-port-for                - local TCP ports management for Python     
p   python3-portalocker             - easy API to file locking (Python 3)       
p   python3-portend                 - Python module to monitor TCP port states  
p   python3-portio                  - PortIO, python low level port I/O for Linu
p   python3-portpicker              - Python 3 module to find unused network por
p   python3-posix-ipc               - semaphores, shared memory and message queu
p   python3-postgresfixture         - Fixture for creating PostgreSQL clusters a
p   python3-postgresql              - pgsql driver, cluster management tools, an
p   python3-potr                    - Pure Python implementation of the OTR prot
p   python3-power                   - Python module to get power and battery sta
p   python3-powerline               - prompt and statusline utility (Python 3.x 
p   python3-powerline-gitstatus     - Powerline Git segment for Python (3.x)    
p   python3-powerline-taskwarrior   - Powerline segment for showing Taskwarrior 
p   python3-ppl                     - Python interface to PPL -- Python 3       
p   python3-pprofile                - Line-granularity, deterministic and statis
p   python3-praw                    - Python Reddit API Wrapper (Python 3 versio
p   python3-prawcore                - Low-level communication layer for PRAW    
p   python3-prctl                   - Python interface to the prctl() syscall (P
p   python3-precis-i18n             - internationalized usernames and passwords 
p   python3-preggy                  - Assertion library for Python              
p   python3-prelude                 - Security Information and Events Management
p   python3-prelude:i386            - Security Information and Events Management
p   python3-preludedb               - Security Information and Events Management
p   python3-preshed                 - Cython Hash Table for Pre-Hashed Keys     
p   python3-presto                  - toolkit for processing B and T cell sequen
p   python3-pretend                 - Python library for stubbing (Python 3)    
p   python3-pretty-yaml             - module to produce pretty and readable YAML
p   python3-prettytable             - bibliothèque pour représenter des données 
p   python3-priority                - pure-Python implementation of the HTTP/2 p
i   python3-problem-report          - bibliothèque Python 3 pour gérer les signa
p   python3-proboscis               - extends Nose with certain TestNG like feat
v   python3-profiler                -                                           
v   python3-profiler:i386           -                                           
v   python3-profiler:any            -                                           
p   python3-profitbricks            - ProfitBricks REST API client library for P
p   python3-progress                - easy progress reporting for Python        
p   python3-progressbar             - text progress bar library for Python (Pyth
p   python3-project-generator       - project generators for various embedded to
p   python3-project-generator-defin - collection of target/MCU definitions for p
p   python3-proliantutils           - client lib interfacing various devices in 
p   python3-prometheus-client       - Python 3 client for the Prometheus monitor
p   python3-prompt-toolkit          - library for building interactive command l
p   python3-proselint               - bibliothèque et analyse statique de prose 
p   python3-protego                 - Pure-Python robots.txt parser with support
p   python3-protobix                - Implementation of Zabbix Sender protocol (
i   python3-protobuf                - Python 3 bindings for protocol buffers    
p   python3-protobuf:i386           - Python 3 bindings for protocol buffers    
p   python3-prov                    - W3C Provenance Data Model (Python 3)      
p   python3-proxmoxer               - Python Wrapper for the Proxmox 2.x API (HT
p   python3-psautohint              - Python library for standalone version of t
p   python3-pskc                    - Python module for handling PSKC files (Pyt
i   python3-psutil                  - modules fournissant des fonctions pratique
p   python3-psutil-dbg              - module providing convenience functions for
p   python3-psycogreen              - psycopg2 integration with coroutine librar
p   python3-psycopg2                - module Python 3 pour PostgreSQL           
p   python3-psycopg2-dbg            - module de Python 3 pour PostgreSQL – exten
p   python3-ptable                  - bibliothèque pour représenter des données 
p   python3-ptk                     - parser for Python 3 with support for async
p   python3-ptrace                  - Python 3 bindings for ptrace              
i   python3-ptyprocess              - exécution d'un sous-processus dans un pseu
p   python3-public                  - @public decorator for adding names to __al
p   python3-publicsuffix2           - Python3 module to get a domain suffix usin
p   python3-pubsub                  - Python 3 publish-subcribe library         
p   python3-pudb                    - full-screen, console-based Python3 debugge
p   python3-pulp                    - LP modeler - Python 3.x                   
p   python3-pure-sasl               - pure Python client SASL implementation - P
p   python3-purl                    - URL interrogation and manipulation (Python
p   python3-pwquality               - Liaisons Python pour libpwquality         
p   python3-py                      - Advanced Python development support librar
p   python3-py-zipkin               - Library for using Zipkin in Python        
p   python3-py2bit                  - access to 2bit files                      
p   python3-pyaes                   - Pure-Python implementation of the AES ciph
p   python3-pyaff4                  - Python implementation of the AFF4 standard
p   python3-pyagentx                - AgentX package to extend SNMP with pure Py
p   python3-pyalsa                  - Official ALSA Python binding library for P
p   python3-pyani                   - Python3 module for average nucleotide iden
p   python3-pyao                    - Python interface to the Audio Output libra
p   python3-pyao-dbg                - Python interface to the Audio Output libra
i   python3-pyasn1                  - bibliothèque ASN.1 pour Python (module Pyt
i   python3-pyasn1-modules          - Collection of protocols modules written in
p   python3-pyassimp                - 3D model import library (Python3 bindings)
i   python3-pyatspi                 - Interface de fournisseur de service de tec
p   python3-pyaudio                 - Python3 bindings for PortAudio v19        
p   python3-pyavm                   - Python3 module to handle Astronomy Visuali
p   python3-pyaxmlparser            - Simple Python library to parse Android XML
p   python3-pybadges                - library for creating Github-style badges (
p   python3-pybedtools              - Python 3 wrapper around BEDTools for bioin
p   python3-pybel                   - Biological Expression Language            
p   python3-pybigwig                - Python 3 module for quick access to bigBed
p   python3-pybind11                - pybind11 helper module for Python 3       
p   python3-pybindgen               - Python bindings generator (Python 3)      
p   python3-pybtex                  - public modules for pybtex (Python 3)      
p   python3-pybtex-docutils         - docutils backend for pybtex               
p   python3-pycadf                  - implementation of DMTF Cloud Audit (CADF) 
p   python3-pycallgraph             - Bibliothèque Python qui crée des graphes d
p   python3-pycangjie               - Encapsulateur Python à libcangjie         
p   python3-pycares                 - Python interface for c-ares (Python 3)    
p   python3-pychromecast            - Library to communicate with Google Chromec
p   python3-pycifrw                 - CIF/STAR file support for Python          
p   python3-pyclamd                 - Python 3 interface to the ClamAV daemon   
p   python3-pyclipper               - Cython wrapper for the Clipper library    
p   python3-pycoast                 - Draw coastlines, borders and rivers on ima
p   python3-pycodcif                - error-correcting CIF parser - Python3 bind
p   python3-pycodestyle             - Python style guide checker (formerly calle
p   python3-pycosat                 - Python bindings to picosat                
p   python3-pycountry               - ISO databases accessible from Python 3    
p   python3-pycparser               - Analyseur C en Python 3                   
p   python3-pycryptodome            - cryptographic Python library (Python 3)   
p   python3-pycsw                   - OGC compliant metadata (Catalogue Service 
p   python3-pycuda                  - module Python 3 pour accéder à l'API de ca
p   python3-pycuda-dbg              - module Python 3 pour accéder à l'API CUDA 
i   python3-pycurl                  - liaisons Python à libcurl (Python 3)      
p   python3-pycurl-dbg              - Liaisons Python pour libcURL (extension de
p   python3-pydantic                - Data validation and settings management us
p   python3-pydbus                  - Pythonic D-Bus library (Python 3)         
p   python3-pydecorate              - Decorating PIL images with logos, texts, p
p   python3-pydenticon              - deterministically generate identicons in P
p   python3-pydicom                 - DICOM medical file reading and writing (Py
p   python3-pydispatch              - Python 3 signal dispatching mechanism     
p   python3-pydl                    - Library of IDL astronomy routines converte
p   python3-pydocstyle              - Python docstring style checker (Python 3 l
p   python3-pydot                   - Python interface to Graphviz's dot (Python
p   python3-pydot-ng                - interface to Graphviz's Dot               
p   python3-pydotplus               - interface to Graphviz's Dot language - Pyt
p   python3-pydrive                 - Google Drive API Python wrapper library   
p   python3-pyds9                   - Communication with the ds9 image display p
p   python3-pydub                   - Python audio sample manipulation (Python 3
p   python3-pyeapi                  - Python API to interact with EOS network de
p   python3-pyeclib                 - interface for implementing erasure codes -
p   python3-pyee                    - Python 3 port of node.js's EventEmitter to
p   python3-pyelftools              - pure-python3 library for parsing ELF and D
p   python3-pyepsg                  - easy access to the EPSG database (Python 3
p   python3-pyethash                - Ethash proof-of-work algorithm — Python 3 
p   python3-pyface                  - traits-capable windowing framework        
p   python3-pyfai                   - Fast Azimuthal Integration scripts - Pytho
p   python3-pyfai-dbg               - Fast Azimuthal Integration scripts - Pytho
p   python3-pyfaidx                 - efficient random access to fasta subsequen
p   python3-pyfftw                  - Pythonic wrapper around FFTW - Python 3   
p   python3-pyfg                    - Python API for Fortinet's Fortigate firewa
p   python3-pyfiglet                - portage Python⋅3 de la spécification FIGle
p   python3-pyflakes                - passive checker of Python 3 programs - Pyt
p   python3-pyflow                  - lightweight parallel task engine for Pytho
p   python3-pyfribidi               - FriBidi Python bindings                   
p   python3-pyftpdlib               - Python FTP server library (Python 3)      
p   python3-pygac                   - Python package to read and calibrate NOAA 
p   python3-pygal                   - Python3 svg graph plotting library        
p   python3-pygalmesh               - Python 3 frontend to CGAL's 3D mesh genera
i   python3-pygame                  - SDL bindings for games development (Python
p   python3-pygccxml                - specialized XML reader reads the output fr
p   python3-pygeoif                 - basic implementation of the __geo_interfac
p   python3-pygeoip                 - Python API for Maxmind's binary GeoIP data
p   python3-pygerrit2               - library to interact with Gerrit via the RE
p   python3-pygetdata               - library to read/write dirfile data - Pytho
p   python3-pyghmi                  - General Hardware Management Initiative (IP
p   python3-pygit2                  - bindings for libgit2 - Python 3.x         
p   python3-pyglet                  - cross-platform windowing and multimedia li
p   python3-pyglossary              - tool for workig with dictionary databases 
i   python3-pygments                - paquet de coloration syntaxique écrit en P
v   python3-pygments:i386           -                                           
p   python3-pygnuplot               - Simple Python wrapper for Gnuplot         
p   python3-pygpu                   - language bindings for libgpuarray (Python 
p   python3-pygpu-dbg               - debug extensions for pygpu (Python 3)     
p   python3-pygrace                 - bindings Python3 pour grace               
p   python3-pygraphviz              - Python interface to the Graphviz graph lay
p   python3-pygraphviz-dbg          - Python interface to the Graphviz graph lay
p   python3-pygresql                - PostgreSQL module for Python3             
p   python3-pygtail                 - read log file lines that have not been rea
p   python3-pygtrie                 - Python library implementing a trie data st
p   python3-pyhamtools              - Python library with amateur radio function
p   python3-pyicloud                - wrapper to access iPhone and Calendar data
i   python3-pyinotify               - liaisons simples pour Python avec inotify 
p   python3-pyinsane                - Python library to access and use image sca
p   python3-pyiosxr                 - Python API for Cisco IOX-XR network device
p   python3-pyisomd5sum             - ISO9660 checksum Python 3 module          
p   python3-pyjavaproperties        - Python implementation of java.util.Propert
p   python3-pyjokes                 - One line jokes for programmers (Python 3) 
p   python3-pykafka                 - PyKafka is Kafka client for Python.       
p   python3-pykcs11                 - PKCS#11 wrapper for Python                
p   python3-pykdl                   - Kinematics and Dynamics Library Python lib
p   python3-pykdtree                - Fast kd-tree implementation with OpenMP-en
p   python3-pykka                   - Actor model library (Python 3)            
p   python3-pykmip                  - KMIP v1.1 library - Python 3.x            
p   python3-pyknon                  - Simple Python music library               
p   python3-pykwalify               - Python YAML/JSON schema validation library
p   python3-pylama                  - code audit library for Python in Python3  
p   python3-pylast                  - Python 3 interface to Last.fm and other co
p   python3-pyld                    - implementation of the JSON-LD API         
p   python3-pyldap                  - LDAP interface module for Python 3.x - tra
p   python3-pylibacl                - module pour manipuler les ACL POSIX.1e (ve
p   python3-pylibacl-dbg            - module pour manipuler les ACL POSIX.1e (ex
p   python3-pylibmc                 - libmemcached wrapper (Python3 version)    
p   python3-pylibsrtp               - Python wrapper around libsrtp             
p   python3-pylint-celery           - Pylint plugin for code using the Celery li
p   python3-pylint-common           - Pylint plugin for the standard Python libr
p   python3-pylint-django           - Pylint plugin for analysing code using Dja
p   python3-pylint-flask            - Pylint plugin for analyzing Flask applicat
p   python3-pylint-plugin-utils     - Utilities and helpers for writing Pylint p
p   python3-pyluach                 - Hebrew dates and Hebrew-Gregorian conversi
p   python3-pylxd                   - Python library for interacting with LXD RE
i   python3-pymacaroons             - Macaroon library for Python 3             
p   python3-pymad                   - Python wrapper to the MPEG Audio Decoder l
p   python3-pymad-dbg               - enveloppe de Python pour la bibliothèque d
p   python3-pymca5                  - Applications and toolkit for X-ray fluores
p   python3-pymca5-dbg              - Applications and toolkit for X-ray fluores
p   python3-pymeasure               - scientific measurement library for Python 
p   python3-pymediainfo             - Library to fetch multimedia metadata infor
p   python3-pymeeus                 - Python implementation of Jean Meeus astron
p   python3-pymemcache              - comprehensive, fast, pure Python memcached
p   python3-pymoc                   - Python Multi-Order Coverage maps for Virtu
p   python3-pymodbus                - full Modbus protocol implementation for Py
p   python3-pymol                   - Molecular Graphics System (Python 3 module
p   python3-pymongo                 - interface de Python⋅3 pour la base de donn
p   python3-pymongo-ext             - extension codée en⋅C pour le paquet python
p   python3-pympler                 - Tool to measure, monitor and analyze the P
p   python3-pymssql                 - Python database access for MS SQL server a
p   python3-pymummer                - Python 3 interface to MUMmer              
p   python3-pymysql                 - Pure-Python MySQL Driver - Python 3.x     
p   python3-pymzml                  - mzML mass spectrometric data parsing (Pyth
p   python3-pynag                   - Python 3 Modules for Nagios plugins and co
p   python3-pynetstring             - netstring library for Python 3            
p   python3-pynfft                  - Python bindings for the NFFT3 library - Py
p   python3-pynfft-dbg              - liaisons Python avec la bibliothèque NFFT3
p   python3-pyngus                  - callback API implemented over Proton - Pyt
p   python3-pyninjotiff             - Python library for writing NinJo-compatibl
p   python3-pynliner                - CSS-to-inline-styles conversion tool for H
p   python3-pynlpl                  - PyNLPl is a library for Natural Language P
p   python3-pynvim                  - Python3 library for scripting Neovim proce
p   python3-pynvml                  - Python3 bindings to the NVIDIA Management 
p   python3-pynwb                   - Python library for working with Neurodata 
p   python3-pyo                     - Python3 module written in C to help digita
p   python3-pyocd                   - outils de programmation pour ARM Cortex-M 
p   python3-pyocr                   - Python wrapper for OCR engines (Python 3) 
p   python3-pyodbc                  - Python3 module for ODBC database access   
p   python3-pyodbc-dbg              - Python3 module for ODBC database access - 
p   python3-pyopencl                - Python 3 module to access OpenCL parallel 
p   python3-pyopencl-dbg            - Python 3 module to access OpenCL API (debu
p   python3-pyopencolorio           - complete color management solution - Pytho
p   python3-pyorbital               - Orbital and astronomy computations in Pyth
p   python3-pyorick                 - Python 3 module to execute Yorick code    
p   python3-pyosmium                - Osmium library bindings for Python 3      
p   python3-pyotp                   - Python One Time Password Library          
p   python3-pypamtest               - Tool to test PAM applications and PAM modu
p   python3-pypandoc                - Thin wrapper for pandoc (Python 3.x)      
i   python3-pyparsing               - alternative to creating and executing simp
p   python3-pypass                  - pypass library for Python3                
p   python3-pypathlib               - Python tools for 2D open and closed paths 
p   python3-pypdf2                  - Pure-Python library built as a PDF toolkit
p   python3-pypeg2                  - Intrinsic PEG Parser-Interpreter for Pytho
p   python3-pyperclip               - Cross-platform clipboard module for Python
p   python3-pyperform               - fast and convenient way to performance tes
p   python3-pypff                   - Python 3 bindings for libpff              
p   python3-pyphen                  - Python 3 hyphenation module               
p   python3-pypillowfight           - Python 3 bindings for libpillowfight      
p   python3-pypowervm               - Python binding for the PowerVM REST API - 
p   python3-pyprind                 - Python Progress Bar and Percent Indicator 
p   python3-pyproj                  - interface Python⋅3 avec la bibliothèque PR
v   python3-pypubsub                -                                           
p   python3-pypump                  - interface to the pump.io APIs (Python 3)  
p   python3-pypuppetdb              - interface to the PuppetDB REST API (Python
p   python3-pypureomapi             - ISC DHCP OMAPI protocol implementation in 
p   python3-pyqrcode                - Python 3 module to generate QR Codes      
i   python3-pyqt5                   - liaisons de Python 3 pour Qt5             
p   python3-pyqt5:i386              - liaisons de Python 3 pour Qt5             
p   python3-pyqt5-dbg               - liaisons de Python 3 pour Qt5 – extensions
p   python3-pyqt5-dbg:i386          - liaisons de Python 3 pour Qt5 – extensions
p   python3-pyqt5.qsci              - bindings Python 3 pour QScintilla 2 avec Q
p   python3-pyqt5.qtchart           - liaisons de Python 3 pour le module Charts
p   python3-pyqt5.qtchart-dbg       - Python 3 bindings for Qt5's Charts module 
i A python3-pyqt5.qtmultimedia      - liaisons Python 3 pour le module multimédi
p   python3-pyqt5.qtmultimedia:i386 - liaisons Python 3 pour le module multimédi
p   python3-pyqt5.qtmultimedia-dbg  - liaisons Python 3 pour le module multimédi
p   python3-pyqt5.qtmultimedia-dbg: - liaisons Python 3 pour le module multimédi
p   python3-pyqt5.qtopengl          - liaisons Python 3 pour le module OpenGL de
p   python3-pyqt5.qtopengl:i386     - liaisons Python 3 pour le module OpenGL de
p   python3-pyqt5.qtopengl-dbg      - liaisons Python 3 pour le module OpenGL de
p   python3-pyqt5.qtopengl-dbg:i386 - liaisons Python 3 pour le module OpenGL de
p   python3-pyqt5.qtpositioning     - Python 3 bindings for QtPositioning module
p   python3-pyqt5.qtpositioning:i38 - Python 3 bindings for QtPositioning module
p   python3-pyqt5.qtpositioning-dbg - Python 3 bindings for QtPositioning module
p   python3-pyqt5.qtpositioning-dbg - Python 3 bindings for QtPositioning module
p   python3-pyqt5.qtquick           - liaisons Python 3 pour le module QtQuick  
p   python3-pyqt5.qtquick:i386      - liaisons Python 3 pour le module QtQuick  
p   python3-pyqt5.qtquick-dbg       - liaisons Python 3 pour le module QtQuick (
p   python3-pyqt5.qtquick-dbg:i386  - liaisons Python 3 pour le module QtQuick (
p   python3-pyqt5.qtsensors         - interfaces Python 3 pour le module QtSenso
p   python3-pyqt5.qtsensors:i386    - interfaces Python 3 pour le module QtSenso
p   python3-pyqt5.qtsensors-dbg     - liaisons Python 3 pour le module QtSensors
p   python3-pyqt5.qtsensors-dbg:i38 - liaisons Python 3 pour le module QtSensors
p   python3-pyqt5.qtserialport      - liaisons Python 3 pour le module QtSerialP
p   python3-pyqt5.qtserialport:i386 - liaisons Python 3 pour le module QtSerialP
p   python3-pyqt5.qtserialport-dbg  - liaisons Python 3 pour le module QtSerialP
p   python3-pyqt5.qtserialport-dbg: - liaisons Python 3 pour le module QtSerialP
p   python3-pyqt5.qtsql             - liaisons Python 3 pour le module SQL de Qt
p   python3-pyqt5.qtsql:i386        - liaisons Python 3 pour le module SQL de Qt
p   python3-pyqt5.qtsql-dbg         - liaisons Python 3 pour le module SQL de Qt
p   python3-pyqt5.qtsql-dbg:i386    - liaisons Python 3 pour le module SQL de Qt
i   python3-pyqt5.qtsvg             - liaisons Python 3 pour le module SVG de Qt
p   python3-pyqt5.qtsvg:i386        - liaisons Python 3 pour le module SVG de Qt
p   python3-pyqt5.qtsvg-dbg         - liaisons Python 3 pour le module SVG de Qt
p   python3-pyqt5.qtsvg-dbg:i386    - liaisons Python 3 pour le module SVG de Qt
i   python3-pyqt5.qtwebchannel      - Python 3 bindings for Qt5's WebChannel mod
p   python3-pyqt5.qtwebchannel:i386 - Python 3 bindings for Qt5's WebChannel mod
p   python3-pyqt5.qtwebchannel-dbg  - Python 3 bindings for Qt5's Webchannel mod
p   python3-pyqt5.qtwebchannel-dbg: - Python 3 bindings for Qt5's Webchannel mod
i   python3-pyqt5.qtwebengine       - liaisons Python 3 avec le module WebEngine
p   python3-pyqt5.qtwebengine-dbg   - Python 3 bindings for Qt5's WebEngine modu
p   python3-pyqt5.qtwebkit          - liaisons Python 3 pour le module WebKit de
p   python3-pyqt5.qtwebkit:i386     - liaisons Python 3 pour le module WebKit de
p   python3-pyqt5.qtwebkit-dbg      - liaisons Python 3 pour le module WebKit de
p   python3-pyqt5.qtwebkit-dbg:i386 - liaisons Python 3 pour le module WebKit de
p   python3-pyqt5.qtwebsockets      - Python 3 bindings for Qt5's WebSockets mod
p   python3-pyqt5.qtwebsockets:i386 - Python 3 bindings for Qt5's WebSockets mod
p   python3-pyqt5.qtwebsockets-dbg  - Python 3 bindings for Qt5's WebSockets mod
p   python3-pyqt5.qtwebsockets-dbg: - Python 3 bindings for Qt5's WebSockets mod
p   python3-pyqt5.qtx11extras       - Python 3 bindings for QtX11Extras module  
p   python3-pyqt5.qtx11extras:i386  - Python 3 bindings for QtX11Extras module  
p   python3-pyqt5.qtx11extras-dbg   - Python 3 bindings for QtX11Extras module (
p   python3-pyqt5.qtx11extras-dbg:i - Python 3 bindings for QtX11Extras module (
p   python3-pyqt5.qtxmlpatterns     - liaisons Python 3 pour le module XmlPatter
p   python3-pyqt5.qtxmlpatterns:i38 - liaisons Python 3 pour le module XmlPatter
p   python3-pyqt5.qtxmlpatterns-dbg - liaisons Python 3 pour le module XmlPatter
p   python3-pyqt5.qtxmlpatterns-dbg - liaisons Python 3 pour le module XmlPatter
p   python3-pyqt5.qwt               - Python version of the Qwt6 technical widge
p   python3-pyqtgraph               - Scientific Graphics and GUI Library for Py
p   python3-pyquery                 - jQuery-like library for python 3          
p   python3-pyrad                   - Python module for creating and decoding RA
p   python3-pyraf                   - Python interface for IRAF                 
p   python3-pyramid                 - Pyramid web application framework, a Pylon
p   python3-pyramid-chameleon       - Chameleon templating support for the Pyram
p   python3-pyramid-jinja2          - Jinja2 template bindings for the Pyramid w
p   python3-pyramid-multiauth       - authentication policy for the Pyramid web 
p   python3-pyramid-tm              - Transaction management for the Pyramid web
p   python3-pyramid-zcml            - Declarative configuration for the Pyramid 
p   python3-pyregfi                 - Python 3 Bindings for reglookup           
p   python3-pyregion                - Python module to parse ds9 region files (P
p   python3-pyremctl                - Python 3 extension for Kerberos-authentica
p   python3-pyresample              - Resampling of remote sensing data in Pytho
p   python3-pyro4                   - distributed object middleware for Python (
p   python3-pyroma                  - Python packaging quality checker (Python3 
p   python3-pyroute2                - Python3 Netlink library                   
p   python3-pyrsistent              - persistent/functional/immutable data struc
p   python3-pyrss2gen               - interface pour générer des flux RSS 2.0 po
p   python3-pyrundeck               - Python library for the Rundeck REST API (P
p   python3-pysal                   - bibliothèque d'analyse spatiale en Python 
p   python3-pysam                   - interface for the SAM/BAM sequence alignme
p   python3-pysaml2                 - SAML Version 2 to be used in a WSGI enviro
p   python3-pyscard                 - Python3 wrapper above PC/SC API           
p   python3-pyscss                  - SCSS compiler - Python 3.x                
p   python3-pyshp                   - lecture et écriture pour le format Shapefi
p   python3-pyside2.qt3dcore        - Python bindings for Qt5 3DCore module (Pyt
p   python3-pyside2.qt3dinput       - Python bindings for Qt5 3DInput module (Py
p   python3-pyside2.qt3dlogic       - Python bindings for Qt5 3DLogic module (Py
p   python3-pyside2.qt3drender      - Python bindings for Qt5 3DRender module (P
p   python3-pyside2.qtcharts        - Python bindings for Qt5 Charts module (Pyt
p   python3-pyside2.qtconcurrent    - Python bindings for Qt5 Concurrent module 
p   python3-pyside2.qtcore          - Python bindings for Qt5 core module (Pytho
p   python3-pyside2.qtdatavisualiza - Python bindings for Qt5 Data Visualization
p   python3-pyside2.qtgui           - Python bindings for Qt5 Gui module (Python
p   python3-pyside2.qthelp          - Python bindings for Qt5 Help module (Pytho
p   python3-pyside2.qtlocation      - Python bindings for Qt5 Location module (P
p   python3-pyside2.qtmultimedia    - Python bindings for Qt5 Multimedia module 
p   python3-pyside2.qtmultimediawid - Python bindings for Qt5 MultimediaWidgets 
p   python3-pyside2.qtnetwork       - Python bindings for Qt5 Network module (Py
p   python3-pyside2.qtopengl        - Python bindings for Qt5 OpenGL module (Pyt
p   python3-pyside2.qtopenglfunctio - Python bindings for Qt5 Open GL Functions 
p   python3-pyside2.qtpositioning   - Python bindings for Qt5 Positioning module
p   python3-pyside2.qtprintsupport  - Python bindings for Qt5 PrintSupport modul
p   python3-pyside2.qtqml           - Python bindings for Qt5 Qml module (Python
p   python3-pyside2.qtquick         - Python bindings for Qt5 Quick module (Pyth
p   python3-pyside2.qtquickwidgets  - Python bindings for Qt5 QuickWidgets modul
p   python3-pyside2.qtscript        - Python bindings for Qt5 Script module (Pyt
p   python3-pyside2.qtscripttools   - Python bindings for Qt5 ScriptTools module
p   python3-pyside2.qtscxml         - Python bindings for Qt5 Scxml (Python 3)  
p   python3-pyside2.qtsensors       - Python bindings for Qt5 Sensors module (Py
p   python3-pyside2.qtsql           - Python bindings for Qt5 Sql module (Python
p   python3-pyside2.qtsvg           - Python bindings for Qt5 Svg module (Python
p   python3-pyside2.qttest          - Python bindings for Qt5 Test module (Pytho
p   python3-pyside2.qttexttospeech  - Python bindings for Qt5 TextToSpeech modul
p   python3-pyside2.qtuitools       - Python bindings for Qt5 UiTools module (Py
p   python3-pyside2.qtwebchannel    - Python bindings for Qt5 WebChannel module 
p   python3-pyside2.qtwebengine     - Python bindings for Qt5 Web Engine (Python
p   python3-pyside2.qtwebenginecore - Python bindings for Qt5 WebEngineCore modu
p   python3-pyside2.qtwebenginewidg - Python bindings for Qt5 WebEngineWidgets m
p   python3-pyside2.qtwebsockets    - Python bindings for Qt5 WebSockets module 
p   python3-pyside2.qtwidgets       - Python bindings for Qt5 Widgets module (Py
p   python3-pyside2.qtx11extras     - Python bindings for Qt5 X11Extras module (
p   python3-pyside2.qtxml           - Python bindings for Qt5 Xml module (Python
p   python3-pyside2.qtxmlpatterns   - Python bindings for Qt5 XmlPatterns module
p   python3-pysimplesoap            - simple and lightweight SOAP Library (Pytho
p   python3-pysmi                   - SNMP SMI/MIB Parser                       
p   python3-pysnmp4                 - Python SNMP library for agents and manager
p   python3-pysnmp4-apps            - Applications pour la bibliothèque SNMP Pyt
p   python3-pysnmp4-mibs            - MIB pour la bibliothèque SNMP de Python   
p   python3-pysodium                - Python libsodium wrapper (Python3 version)
p   python3-pysolar                 - Python library for precise ephemeris calcu
p   python3-pysolr                  - lightweight Python3 wrapper for querying A
p   python3-pyspectral              - Reading and manipulaing satellite sensor s
p   python3-pyspectral-doc          - Reading and manipulaing satellite sensor s
p   python3-pysph                   - open source framework for Smoothed Particl
p   python3-pysrt                   - library to edit or create SubRip files (Py
p   python3-pyssim                  - Tool computing the Structural Similarity I
p   python3-pystache                - Python3 implementation of Mustache        
p   python3-pystemd                 - systemd binding for Python                
v   python3-pysvn                   -                                           
p   python3-pysword                 - native Python reader module for the SWORD 
p   python3-pysynphot               - Python Synthetic Photometry Utilities     
p   python3-pyte                    - simple VTXXX-compatible terminal emulator 
p   python3-pytest                  - Simple, powerful testing in Python3       
p   python3-pytest-arraydiff        - Pytest plugin to generate and compare data
p   python3-pytest-astropy          - Pytest dependencies for Astropy and affili
p   python3-pytest-astropy-header   - Include basic system dependencies in the h
p   python3-pytest-asyncio          - pytest support for asyncio.               
p   python3-pytest-bdd              - BDD plugin for py.test                    
p   python3-pytest-benchmark        - pytest fixture for benchmarking code      
p   python3-pytest-cov              - py.test plugin to produce coverage reports
p   python3-pytest-cython           - pytest plugin for testing Cython extension
p   python3-pytest-django           - Django plugin for py.test.                
p   python3-pytest-doctestplus      - Pytest plugin providing advanced doctest f
p   python3-pytest-expect           - py.test-3 plugin to store test expectation
p   python3-pytest-filter-subpackag - Pytest plugin for filtering based on sub-p
p   python3-pytest-flake8           - Pytest plugin for check flake8 requirement
p   python3-pytest-flask            - pytest plugin to test Python Flask - Pytho
p   python3-pytest-flask-doc        - pytest plugin to test Python Flask - docum
p   python3-pytest-forked           - py.test plugin for running tests in forked
p   python3-pytest-helpers-namespac - provides a namespace for pytest helpers   
p   python3-pytest-httpbin          - py.test plugin providing a local httpbin (
p   python3-pytest-lazy-fixture     - Use your fixtures in @pytest.mark.parametr
p   python3-pytest-localserver      - py.test plugin to test server connections 
p   python3-pytest-mock             - thin-wrapper around mock for easier use wi
p   python3-pytest-mpl              - pytest plugin for Matplotlib image compari
p   python3-pytest-multihost        - Utility for writing multi-host tests for p
p   python3-pytest-openfiles        - Pytest plugin to check for files left open
p   python3-pytest-pep8             - pytest plugin to check PEP8 requirements  
p   python3-pytest-pylint           - pytest plugin to check source code with py
p   python3-pytest-random-order     - pytest plugin to randomise the order of te
p   python3-pytest-remotedata       - Pytest plugin to control access to data fi
p   python3-pytest-runner           - Invoke py.test as distutils command with d
p   python3-pytest-sourceorder      - Test-ordering plugin for pytest3 (Python 3
p   python3-pytest-sugar            - different output style for py.test with a 
p   python3-pytest-tempdir          - predictable and repeatable temporary direc
p   python3-pytest-timeout          - Pytest plugin to abort hanging tests - Pyt
p   python3-pytest-tornado          - py.test plugin to test Tornado application
p   python3-pytest-vcr              - Py.test integration with VCR.py           
p   python3-pytest-xdist            - xdist plugin for py.test (Python 3)       
p   python3-pytest-xvfb             - pytest plugin to run Xvfb for tests       
p   python3-pytestqt                - pytest plugin for Qt application testing (
p   python3-pytestsalt              - PyTest plug-in for Salt daemons to be used
p   python3-python-flask-jwt-extend - Open source Flask extension that provides 
p   python3-python-openidc-client   - Python OpenID Connect client (Python 3)   
p   python3-python-qt-binding       - Robot OS Python 3 bindings for QT         
p   python3-python-telegram-bot     - python module for Telegram Bot API (Python
p   python3-python-telegram-bot-doc - python module for Telegram Bot API (common
p   python3-python-utils            - collection of small Python functions and c
p   python3-pythonjsonlogger        - JSON library for Python logging framework 
p   python3-pythonmagick            - Object-oriented Python 3 interface to Imag
p   python3-pytimeparse             - time expression parser - Python 3.x       
p   python3-pytoml                  - TOML parser and emitter for Python3       
p   python3-pytools                 - big bag of things supplementing Python 3 s
p   python3-pyuca                   - Unicode Collation Algorithm (UCA) for Pyth
p   python3-pyudev                  - liaisons Python3 pour libudev             
p   python3-pyutilib                - Python 3 library featuring development uti
v   python3-pyvcf                   -                                           
p   python3-pyverbs                 - Python bindings for rdma-core             
p   python3-pyverbs:i386            - Python bindings for rdma-core             
p   python3-pyvirtualdisplay        - python wrapper for Xvfb, Xephyr and Xvnc  
p   python3-pyvisa                  - Python 3 bindings for Virtual Instrument S
p   python3-pyvisa-py               - Backend that implements a large part of th
p   python3-pyvmomi                 - VMware vSphere Python SDK - Python 3.x    
p   python3-pyvo                    - Python 3 library for data services of the 
p   python3-pyvows                  - Asynchronous BDD for Python               
p   python3-pywatchman              - Python library for Watchman and related ut
p   python3-pywps                   - Implementation of OGC's Web Processing Ser
p   python3-pywt                    - Python3 extension implementing of wavelet 
p   python3-pywws                   - software for wireless weather stations    
p   python3-pyx                     - module de Python 3 de génération de graphi
p   python3-pyx-doc                 - Python 3 module for generating PostScript 
i A python3-pyxattr                 - module pour manipuler les attributs étendu
p   python3-pyxattr-dbg             - module de manipulation des attributs étend
p   python3-pyxs                    - Pure Python 3 bindings to XenStore.       
p   python3-pyzabbix                - Zabbix API Python interface.              
p   python3-pyzfs                   - wrapper for libzfs_core C library         
p   python3-q                       - Quick-and-dirty Python 3 debugging output 
p   python3-q-text-as-data          - performs SQL-like statements on tabular te
p   python3-qcelemental             - Periodic table, physical constants, and mo
p   python3-qgis                    - Interfaçage Python à QGIS                 
p   python3-qgis-common             - Python bindings to QGIS - architecture-ind
p   python3-qinlingclient           - OpenStack Function as a Service API client
p   python3-qpack                   - Python3 implementation of the QPack protoc
p   python3-qpid-proton             - language bindings for Qpid Proton messagin
p   python3-qrcode                  - QR Code image generator library - Python 3
p   python3-qrcodegen               - QR Code generator library in multiple lang
p   python3-qrencode                - Python bindings for the Qrencode QR Code g
p   python3-qrtools                 - high level library for reading and generat
v   python3-qt-binding              -                                           
p   python3-qt5reactor              - Twisted and PyQt5 eventloop integration - 
p   python3-qtawesome               - iconic fonts in PyQt and PySide applicatio
p   python3-qtconsole               - Jupyter - Qt console (Python 3)           
p   python3-qtpy                    - abtraction layer for PySide/PyQt4/PyQt5 (P
p   python3-quamash                 - implementation of the PEP 3156 event-loop 
p   python3-quantities              - Library for computation of physical quanti
p   python3-quark-sphinx-theme      - Sphinx theme designed for QTextBrowser (Py
p   python3-questplus               - QUEST+ implementation in Python3          
p   python3-queuelib                - collection of persistent (disk-based) queu
p   python3-quintuple               - 5-qubit quantum computer simulator (Python
p   python3-qutip                   - python package for simulating the dynamics
p   python3-qwt                     - Pure Python implementation of Qwt - Python
p   python3-qwt3d-qt5               - Liaisons Python de la bibliothèque QwtPlot
p   python3-raccoon                 - Python DataFrame with fast insert and appe
p   python3-radicale                - serveur d’agendas et carnets d’adresses si
p   python3-radio-beam              - Python Tools for Radio Beam IO and Manipul
p   python3-radix                   - radix tree implementation for storage of I
p   python3-rados                   - Python 3 libraries for the Ceph librados l
p   python3-rally                   - benchmark System for OpenStack - Python co
i   python3-random2                 - backport of Python 2.7's random module    
p   python3-randomize               - randomize the order of tests in a unittest
p   python3-rarfile                 - RAR archive reader module for Python 3    
p   python3-rasterio                - Python 3 API for using geospatial raster d
p   python3-ratelimiter             - simple Python library for limiting the rat
p   python3-rawkit                  - CTypes based LibRaw bindings - Python 2.X 
p   python3-rbd                     - Python 3 libraries for the Ceph librbd lib
p   python3-rcssmin                 - CSS Minifier - Python 3.x                 
p   python3-rdflib                  - Python 3 library containing an RDF triple 
p   python3-rdflib-jsonld           - rdflib extension adding JSON-LD parser and
p   python3-rdkit                   - Collection of cheminformatics and machine-
p   python3-readlike                - GNU Readline-like line editing module     
p   python3-readme-renderer         - Library to safely render arbitrary README 
p   python3-rebulk                  - Define simple search patterns in bulk to p
p   python3-recoll                  - Python extension for recoll (Python3)     
p   python3-recommonmark            - CommonMark utility for Docutils and Sphinx
p   python3-redis                   - Persistent key-value database with network
p   python3-rediscluster            - Python interface to a cluster of Redis key
p   python3-redminelib              - Python library for the Redmine RESTful API
p   python3-rednose                 - coloured output for nosetests - Python 3.x
p   python3-reentry                 - plugin manager based on setuptools entry p
i   python3-regex                   - alternative regular expression module (Pyt
p   python3-regex-dbg               - autre module d’expressions rationnelles – 
p   python3-regions                 - Python astronomy package for region handli
p   python3-relational              - Outil pédagogique pour l'algèbre relationn
p   python3-relatorio               - Python module to create reports from Pytho
p   python3-releases                - Sphinx extension for changelog manipulatio
p   python3-rencode                 - Python encoding library similar to bittorr
p   python3-renderpm                - interface Python de rendu de bas niveau   
p   python3-renderpm-dbg            - python low level render interface (debug e
p   python3-reno                    - RElease NOtes manager - Python 3.x        
p   python3-reparser                - Simple regex-based lexer/parser for inline
p   python3-reportbug               - modules Python pour interagir avec des sys
i   python3-reportlab               - bibliothèque ReportLab pour créer des docu
i   python3-reportlab-accel         - accélérateur d’extension codé en C pour la
p   python3-reportlab-accel-dbg     - accélérateur d’extension codé en C pour la
i   python3-repoze.lru              - petite mise en œuvre LRU et décorateur pou
p   python3-repoze.sphinx.autointer - Sphinx extension to generate API docs from
p   python3-repoze.tm2              - Zope-like transaction manager WSGI middlew
p   python3-repoze.who              - ident and auth framework for Python WSGI a
p   python3-reproject               - Reproject astronomical images with Python 
p   python3-reprozip                - modules for the ReproZip packer           
p   python3-reprozip-dbg            - debug extensions for the ReproZip packer  
i   python3-requests                - bibliothèque HTTP simple et élégante pour 
p   python3-requests-cache          - persistent cache for requests library (Pyt
i   python3-requests-file           - File transport adapter for Requests - Pyth
p   python3-requests-futures        - library for asynchronous HTTP requests (Py
p   python3-requests-kerberos       - Kerberos/GSSAPI authentication handler for
p   python3-requests-mock           - mock out responses from the requests packa
p   python3-requests-ntlm           - Adds support for NTLM authentication to th
p   python3-requests-oauthlib       - module providing OAuthlib auth support for
p   python3-requests-toolbelt       - Utility belt for advanced users of python3
i   python3-requests-unixsocket     - Use requests to talk HTTP via a UNIX domai
p   python3-requestsexceptions      - import exceptions from bundled packages in
p   python3-requirements-detector   - finds and lists the requirements of a Pyth
p   python3-resource-retriever      - Robot OS resource_retriever library - Pyth
p   python3-responses               - Utility library for mocking out the reques
p   python3-restless                - lightweight REST miniframework for Python 
p   python3-restrictedpython        - Restricted execution environment for Pytho
p   python3-restructuredtext-lint   - reStructuredText linter - Python 3.x      
p   python3-retrying                - simplifies the task of adding retry behavi
p   python3-rfc3161ng               - Implementation of trusted timestamping cli
i   python3-rfc3339                 - parser and generator of RFC 3339-compliant
p   python3-rfc3986                 - validating URI references per RFC 3986 - P
p   python3-rgw                     - Python 3 libraries for the Ceph librgw lib
p   python3-ripe-atlas-cousteau     - Python3 wrapper around the RIPE Atlas API 
p   python3-ripe-atlas-sagan        - Python3 library for parsing RIPE Atlas mea
p   python3-rjsmin                  - javascript minifier written in Python - Py
p   python3-rlp                     - Recursive Length Prefix (RLP) library — Py
p   python3-robot-detection         - Detect web crawlers from HTTP UserAgent (P
p   python3-roman                   - module pour créer et analyser des nombres 
p   python3-rope                    - Python 3 refactoring library              
p   python3-rosbag                  - Python 3 tools for recording from and play
v   python3-rosbag:any              -                                           
p   python3-rosboost-cfg            - Contains scripts used by the Robot OS rosb
v   python3-rosboost-cfg:any        -                                           
p   python3-rosclean                - cleanup Robot OS filesystem resources (e.g
v   python3-rosclean:any            -                                           
p   python3-roscpp-msg              - Header for roscpp messages, Python 3      
p   python3-roscreate               - Robot OS empty package template creator (P
v   python3-roscreate:any           -                                           
v   python3-rosdep                  -                                           
p   python3-rosdep2                 - rosdep package manager abstraction tool fo
p   python3-rosdistro               - Tool to work with rosdistro files (for Rob
p   python3-rosgraph                - Tool to print information about the Robot 
p   python3-rosgraph-msgs           - Messages relating to the Robot OS Computat
v   python3-rosgraph:any            -                                           
p   python3-rosinstall              - Installer for Robot OS (Python 3)         
p   python3-rosinstall-generator    - Tool to generate rosinstall files (for Rob
p   python3-roslaunch               - roslaunch tool for Robot OS - Python 3    
v   python3-roslaunch:any           -                                           
p   python3-roslib                  - Python 3 library for roslib (Robot OS)    
v   python3-roslib:any              -                                           
p   python3-roslz4                  - Python 3 library implementing lz4 for Robo
v   python3-roslz4:any              -                                           
p   python3-rosmake                 - rosmake is a Robot OS dependency aware bui
v   python3-rosmake:any             -                                           
p   python3-rosmaster               - Robot OS Master implementation - Python 3 
v   python3-rosmaster:any           -                                           
p   python3-rosmsg                  - Command-line tools for displaying informat
v   python3-rosmsg:any              -                                           
p   python3-rosnode                 - Tool for displaying debug information abou
v   python3-rosnode:any             -                                           
p   python3-rosparam                - Tool for getting and setting Robot OS Para
v   python3-rosparam:any            -                                           
p   python3-rospkg                  - Robot OS package library (Python 3)       
p   python3-rospy                   - Python 3 client library for Robot OS      
v   python3-rospy:any               -                                           
p   python3-rosservice              - Command-line tool for listing and querying
v   python3-rosservice:any          -                                           
p   python3-rostest                 - Test suite for Robot OS based on roslaunch
v   python3-rostest:any             -                                           
p   python3-rostopic                - Tool for displaying debug information abou
v   python3-rostopic:any            -                                           
p   python3-rosunit                 - Unit-testing package for ROS (Python 3)   
v   python3-rosunit:any             -                                           
p   python3-roswtf                  - Tool for diagnosing issues with a running 
v   python3-roswtf:any              -                                           
i   python3-routes                  - Routing Recognition and Generation Tools f
p   python3-rpaths                  - cross-platform path manipulation library f
p   python3-rply                    - pure Python based parser that also works w
p   python3-rpm                     - Python 3 bindings for RPM                 
p   python3-rpy2                    - Python3 interface to the GNU R language an
p   python3-rq                      - Simple job queues for Python 3            
p   python3-rrdtool                 - time-series data storage and display syste
p   python3-rrdtool-dbg             - time-series data storage and display syste
p   python3-rsa                     - Pure-Python RSA implementation (Python 3) 
p   python3-rstr                    - Easily generate random strings of various 
p   python3-rtmidi                  - Python wrapper for the RtMidi C++ library 
p   python3-rtree                   - R-Tree spatial index for Python GIS - Pyth
p   python3-rtslib-fb               - object API for managing the Linux LIO kern
p   python3-ruamel.yaml             - roundtrip YAML parser/emitter (Python 3 mo
p   python3-ruffus                  - Python3 computation pipeline library widel
p   python3-rviz                    - Python 3 bindings for the 3D visualization
p   python3-ryu                     - software defined networking framework - Py
p   python3-s3transfer              - Amazon S3 Transfer Manager for Python3    
p   python3-sabyenc                 - yEnc extension for Python, optimized for U
p   python3-sadisplay               - Simple tool for SQLAlchemy schema visualiz
p   python3-saga                    - SAGA GIS Python bindings                  
p   python3-sagenb-export           - Convert SageNB Notebooks (Python 3)       
p   python3-sagetex                 - Embed Sage code and plots into LaTeX -- Py
p   python3-sahara                  - OpenStack data processing cluster as a ser
p   python3-sahara-dashboard        - OpenStack data processing cluster as a ser
p   python3-saharaclient            - Client library for Openstack Sahara API se
p   python3-saltpylint              - PyLint plugins needed in the several SaltS
i   python3-samba                   - Python 3 bindings for Samba               
p   python3-samba:i386              - Python 3 bindings for Samba               
p   python3-sane                    - Python Imaging Library - SANE interface (P
p   python3-sane-dbg                - Python Imaging Library - SANE interface (P
p   python3-sanlock                 - Python3 bindings to shared storage lock ma
p   python3-sanlock:i386            - Python3 bindings to shared storage lock ma
p   python3-sardana                 - instrument control and data acquisition sy
p   python3-sasmodels               - Theoretical models for small angle scatter
p   python3-sasview                 - Small Angle Scattering Analysis (Python 2)
p   python3-satpy                   - Python package for earth-observing satelli
p   python3-savitar                 - 3MF file handling library (Python bindings
v   python3-sbml                    -                                           
p   python3-sbml5                   - System Biology Markup Language library - P
p   python3-sbml5-doc               - System Biology Markup Language library - P
p   python3-scapy                   - Packet generator/sniffer and network scann
p   python3-scciclient              - Python ServerView Common Command Interface
p   python3-schedule                - Job scheduling for humans (Python 3)      
p   python3-schedutils              - Linux scheduler Python bindings           
p   python3-schema                  - simple data validation library (Python 3) 
p   python3-schema-salad            - Schema Annotations for Linked Avro Data (S
p   python3-schroot                 - set of Python 3 bindings to schroot chroot
p   python3-scipy                   - Outils scientifiques pour Python 3        
p   python3-scipy-dbg               - Outils scientifiques pour Python 3 - symbo
p   python3-scitrack                - Python3 library to track scientific data  
p   python3-scoop                   - Python3 library for concurrent parallel pr
p   python3-scour                   - SVG scrubber and optimizer (Python 3 modul
p   python3-scp                     - scp module for paramiko (Python 3)        
p   python3-scrapy                  - Python web scraping and crawling framework
p   python3-scrapy-djangoitem       - Scrapy extension to write scraped items us
p   python3-screed                  - short nucleotide read sequence utils in Py
p   python3-scripttest              - Assistant pour tester les scripts en ligne
p   python3-scruffy                 - framework for taking care of a bunch of bo
p   python3-scrypt                  - bindings for the scrypt key derivation fun
p   python3-sdl2                    - liaisons de Python à la bibliothèque C SDL
p   python3-sdnotify                - Python3 implementation of systemd's servic
p   python3-seaborn                 - statistical visualization library for Pyth
p   python3-seafile                 - Python 3 bindings for the Seafile Client  
p   python3-seamicroclient          - Client library for Seamicro chassis API - 
p   python3-searchlightclient       - OpenStack Indexing and Search API Client L
p   python3-searpc                  - Python 3 bindings for the Searpc framework
p   python3-searx                   - Privacy-respecting metasearch engine - lib
p   python3-seccomp                 - high level interface to Linux seccomp filt
p   python3-seccomp:i386            - high level interface to Linux seccomp filt
i   python3-secretstorage           - Module Python pour stocker des secrets - v
p   python3-securesystemslib        - crypto and schema library for TUF and in-t
p   python3-segyio                  - SEG-Y read/write library for seismic proce
p   python3-selenium                - Python3 bindings for Selenium             
p   python3-selinux                 - liaisons Python3 aux bibliothèques partagé
p   python3-selinux:i386            - liaisons Python3 aux bibliothèques partagé
p   python3-semanage                - liaisons Python3 pour la gestion de la pol
p   python3-semanage:i386           - liaisons Python3 pour la gestion de la pol
p   python3-semantic-version        - implementing the SemVer scheme - Python 3.
p   python3-semver                  - helps to compare semantic versioning - Pyt
p   python3-send2trash              - Python module for sending file to trash na
p   python3-sendfile                - Interface Python à sendfile(2)            
p   python3-sendfile-dbg            - Interface Python à sendfile(2) (débogage) 
p   python3-senlin                  - clustering service for OpenStack clouds - 
p   python3-senlin-dashboard        - clustering service for OpenStack clouds - 
p   python3-senlinclient            - OpenStack Clustering API Client Library - 
p   python3-sensor-msgs             - Messages relating to Robot OS sensor, Pyth
p   python3-sentencepiece           - SentencePiece binding for Python3         
p   python3-sentinels               - Python module for sentinel objects (Python
p   python3-sentinelsat             - search and download Sentinel satellite ima
p   python3-sentry-sdk              - New Python SDK for Sentry.io (Python 3)   
p   python3-sepolgen                - Python3 module used in SELinux policy gene
p   python3-sepolicy                - Python binding for SELinux Policy Analyses
p   python3-seqdiag                 - seqdiag generate sequence-diagram image fi
p   python3-serial                  - pyserial – module d’encapsulation d’accès 
p   python3-serial-asyncio          - Async I/O extension package for pyserial  
p   python3-serpent                 - simple serialization library based on ast.
p   python3-serverfiles             - accesses files on a HTTP server and stores
i   python3-service-identity        - Service identity verification for pyOpenSS
p   python3-setools                 - SETools Python bindings                   
p   python3-setoolsgui              - SETools Python bindings (GUI)             
i   python3-setproctitle            - Setproctitle implementation for Python 3  
p   python3-setproctitle-dbg        - mise en œuvre de setproctitle pour Python 
i   python3-setuptools              - Améliorations de Python3 Distutils        
p   python3-setuptools-git          - Greffon pour setuptools qui permet l'intég
p   python3-setuptools-scm          - blessed package to manage your versions by
p   python3-setuptools-scm-git-arch - Plugin for setuptools_scm to add support f
p   python3-sexpdata                - S-expression parser (Python3)             
p   python3-sfml                    - Simple and Fast Multimedia Library – liais
p   python3-sfml-dbg                - Simple and Fast Multimedia Library - Pytho
p   python3-sgmllib3k               - Python 3 port of Python 2's sgmllib       
p   python3-sgp4                    - Track earth satellite TLE orbits using up-
p   python3-sh                      - Python 3 subprocess interface             
p   python3-sha3                    - SHA-3 (Keccak) hash implementation — Pytho
p   python3-shade                   - Client library for operating OpenStack clo
p   python3-shape-msgs              - Messages relating to Robot OS shape, Pytho
p   python3-shapely                 - geometric objects, predicates, and operati
p   python3-shellescape             - escapes characters to safely assemble comm
p   python3-shodan                  - Official Python library for Shodan (Python
p   python3-shortuuid               - generates concise, unambiguous, URL-safe U
p   python3-sievelib                - Client-side Sieve and Managesieve library 
p   python3-sigmavirus24-urltemplat - Simple Python library to deal with URI Tem
p   python3-signedjson              - sign JSON with Ed25519 signatures in Pytho
p   python3-silo                    - Python3 interface to the SILO Scientific I
p   python3-silx                    - Toolbox for X-Ray data analysis - Python3 
p   python3-silx-dbg                - Toolbox for X-Ray data analysis - Python3 
p   python3-simgrid                 - Python3 bindings for the SimGrid Toolkit  
p   python3-simple-cdd              - python3 modules for Simple-CDD            
p   python3-simplebayes             - Naïve bayesian text classifier for Python 
p   python3-simpleeval              - Simple, safe single expression evaluator l
p   python3-simplegeneric           - fonctions génériques simples pour python3 
i   python3-simplejson              - simple, fast, extensible JSON encoder/deco
p   python3-simplejson-dbg          - simple, fast, extensible JSON encoder/deco
p   python3-simplenote              - Python API wrapper for the Simplenote web 
p   python3-simplestreams           - Bibliothèque et outils pour utiliser des d
p   python3-simplestreams-openstack - Library and tools for using Simple Streams
p   python3-simpletal               - implémentation simple de TAL, TALES et MET
p   python3-simpy                   - python-based simulation package (Python3 v
p   python3-simpy3                  - python-based simulation package (Python3 v
p   python3-singledispatch          - single-dispatch generic functions for Pyth
i   python3-sip                     - Python 3/C++ bindings generator runtime li
p   python3-sip:i386                - Python 3/C++ bindings generator runtime li
p   python3-sip-dbg                 - Python 3/C++ bindings generator runtime li
p   python3-sip-dbg:i386            - Python 3/C++ bindings generator runtime li
p   python3-sip-dev                 - Python 3/C++ bindings generator developmen
p   python3-sip-dev:i386            - Python 3/C++ bindings generator developmen
p   python3-siphashc                - python c-module for siphash, based on floo
p   python3-sireader                - Python module to communicate with SportIde
p   python3-siridb-connector        - Python3 interface for the SiriDB time seri
i   python3-six                     - bibliothèque de compatibilité Python 2 et 
v   python3-six:i386                -                                           
p   python3-skbio                   - Python3 data structures, algorithms, educa
p   python3-skimage                 - modules Python 3 de traitement d'image    
p   python3-skimage-lib             - Optimized low-level algorithms for Python 
p   python3-sklearn                 - Python modules for machine learning and da
p   python3-sklearn-lib             - low-level implementations and bindings for
p   python3-sklearn-pandas          - Pandas integration with sklearn (Python 3)
p   python3-skytools                - Skytools Python modules                   
p   python3-sleekxmpp               - XMPP (Jabber) Library Implementing Everyth
p   python3-slepc4py                - Python 3 bindings for SLEPc libraries     
p   python3-slepc4py-complex        - Python 3 bindings for SLEPc libraries (com
p   python3-slepc4py-real           - Python 3 bindings for SLEPc libraries (rea
p   python3-slimit                  - JavaScript minifier/parser in Python      
p   python3-slimmer                 - HTML, XHTML, CSS, JavaScript optimizer for
p   python3-slip                    - miscellaneous convenience, extension and w
p   python3-slip-dbus               - convenience functions for D-Bus services  
p   python3-slixmpp                 - Threadless, event-based XMPP Python 3 libr
p   python3-slixmpp-lib             - Threadless, event-based XMPP Python 3 libr
p   python3-slugify                 - Python module that provides tools for slug
p   python3-smartypants             - smart-quotes plugin for pyblosxom (Python 
p   python3-smbc                    - liaisons Python⋅3 pour la bibliothèque cli
p   python3-smbus                   - liaisons Python.3 pour l'accès SMBus de Li
p   python3-smclib                  - Robot OS 'bond' State Machine Compiler Pyt
p   python3-smmap                   - pure Python implementation of a sliding wi
p   python3-smoke-zephyr            - Python utility collection                 
p   python3-smstrade                - Python library to send SMS via the smstrad
p   python3-snappy                  - snappy compression library from Google - P
p   python3-sniffio                 - detect which async Python library is in us
p   python3-snimpy                  - high-level SNMP bindings for Python 3     
p   python3-snowballstemmer         - Pure Python 3 Snowball stemming library   
p   python3-snuggs                  - S-expressions for numpy - Python 3 version
p   python3-soapysdr                - SoapySDR Python 3 bindings                
p   python3-social-auth-core        - This is the core component of the python-s
p   python3-social-django           - This is the Django component of the python
p   python3-socketio                - python3 implementation of the Socket.IO re
p   python3-socketio-client         - socket.io-client library for Python3      
p   python3-socketpool              - simple Python 3 socket pool               
p   python3-socks                   - Python 3 SOCKS client module              
p   python3-socksipychain           - Python SOCKS/HTTP/SSL chaining proxy modul
p   python3-softlayer               - Python client for SoftLayer API (Python 3)
p   python3-software-properties     - Gère les dépôts depuis lesquels vous insta
p   python3-solv                    - dependency solver using a satisfiability a
p   python3-sop                     - Framework for implementing the Stateless O
p   python3-sorl-thumbnail          - thumbnail support for the Django framework
p   python3-sortedcollections       - Python 3 Sorted Collections               
p   python3-sortedcontainers        - sorted container types: SortedList, Sorted
p   python3-sortedm2m               - Replacement for Django's many to many fiel
p   python3-soundfile               - Python 3 audio module based on libsndfile 
i   python3-soupsieve               - modern CSS selector implementation for Bea
p   python3-spake2                  - SPAKE2 password-authenticated key exchange
p   python3-sparkpost               - SparkPost Python API client (Python 3)    
p   python3-sparqlwrapper           - SPARQL endpoint interface to Python3      
p   python3-sparse                  - multidimensional sparse arrays for Python 
p   python3-spectra                 - Easy color scales and color conversion for
p   python3-spectral-cube           - Manipulate astronomical data cubes with Py
p   python3-specutils               - Base classes and utilities for astronomica
i   python3-speechd                 - Interface Python pour Speech Dispatcher   
p   python3-speg                    - PEG-based parser interpreter with memoizat
p   python3-spf                     - sender policy framework (SPF) module for P
p   python3-spf-engine              - Sender Policy Framework (SPF) processing m
p   python3-spglib                  - C library for crystal symmetry determinati
p   python3-sphere                  - Python3 interface to the spherepack scient
p   python3-sphinx                  - générateur de documentation pour les proje
p   python3-sphinx-argparse         - Sphinx extension for argparse commands and
p   python3-sphinx-astropy          - Sphinx extensions and configuration specif
p   python3-sphinx-autobuild        - Automatically rebuild Sphinx documentation
p   python3-sphinx-autodoc-typehint - Type hints support for the Sphinx autodoc 
p   python3-sphinx-automodapi       - Sphinx extension for auto-generating API d
p   python3-sphinx-autorun          - Code execution extension for Sphinx (Pytho
p   python3-sphinx-bootstrap-theme  - bootstrap theme for Sphinx (Python 3)     
p   python3-sphinx-celery           - Sphinx Celery theme                       
p   python3-sphinx-click            - Sphinx plugin to automatically document cl
p   python3-sphinx-copybutton       - sphinx extension to add a "copy" button to
p   python3-sphinx-feature-classifi - generate a matrix of pluggable drivers and
p   python3-sphinx-gallery          - extension that builds an HTML gallery of e
p   python3-sphinx-issues           - extension for linking to project's issue t
p   python3-sphinx-paramlinks       - Sphinx extension to make param links linka
p   python3-sphinx-rtd-theme        - sphinx theme from readthedocs.org (Python 
p   python3-sphinx-testing          - testing utility for Sphinx extensions for 
p   python3-sphinxbase              - Speech recognition tool - Python3 bindings
p   python3-sphinxcontrib-asyncio   - sphinx extension to support coroutines in 
p   python3-sphinxcontrib-pecanwsme - documenting APIs built with Pecan and WSME
p   python3-sphinxcontrib.actdiag   - Sphinx "actdiag" extension for Python3    
p   python3-sphinxcontrib.apidoc    - Sphinx extension for running 'sphinx-apido
p   python3-sphinxcontrib.autoprogr - automated documentation of CLI programs fo
p   python3-sphinxcontrib.bibtex    - Sphinx extension for BibTeX style citation
p   python3-sphinxcontrib.blockdiag - Sphinx "blockdiag" extension for Python 3 
p   python3-sphinxcontrib.httpdomai - Sphinx domain for HTTP APIs - Python 3.x  
p   python3-sphinxcontrib.nwdiag    - Sphinx "nwdiag" extension for Python 3    
p   python3-sphinxcontrib.plantuml  - PlantUML extension for Sphinx - Python 3.x
p   python3-sphinxcontrib.programou - insert the output of arbitrary commands in
p   python3-sphinxcontrib.restbuild - extension to build reST (reStructuredText)
p   python3-sphinxcontrib.rubydomai - Ruby domain for HTTP APIs - Python 3.x    
p   python3-sphinxcontrib.seqdiag   - Sphinx "seqdiag" extension for Python3    
p   python3-sphinxcontrib.spelling  - Sphinx "spelling" extension (Python 3)    
p   python3-sphinxcontrib.svg2pdfco - Sphinx SVG to PDF Converter Extension     
p   python3-sphinxcontrib.websuppor - API to integrate Sphinx documentation into
p   python3-sphinxcontrib.youtube   - Sphinx "YouTube" extension                
p   python3-sphinxtesters           - utilities for testing Sphinx extensions - 
p   python3-spoon                   - Simple to use pre-forking server interface
p   python3-spur                    - Run commands easily over SSH (Python3)    
p   python3-spyder                  - public modules for spyder (Python 3)      
p   python3-spyder-kernels          - Jupyter kernels for the Spyder console - P
p   python3-spyder-memory-profiler  - memory profiling plugin for the Spyder IDE
v   python3-spyderlib               -                                           
p   python3-sql                     - Library to write SQL queries (implemented 
p   python3-sqlalchemy              - Boîte à outils SQL et mappeur relationnel 
p   python3-sqlalchemy-ext          - SQL toolkit and Object Relational Mapper f
p   python3-sqlalchemy-i18n         - extension pour l’internalisation des modèl
p   python3-sqlalchemy-utils        - various utility functions for SQLAlchemy -
p   python3-sqlobject               - Python 3 object relational manager providi
p   python3-sqlparse                - analyseur SQL sans validation pour Python 
p   python3-sqlsoup                 - one step database access tool for Python3,
p   python3-sqt                     - SeQuencing Tools for biological DNA/RNA hi
p   python3-squaremap               - wxPython control to display hierarchic dat
p   python3-srp                     - Secure Remote Password protocol implementa
p   python3-srs                     - Python3 SRS (Sender Rewriting Scheme) libr
p   python3-ssdeep                  - Python 3.x wrapper for the ssdeep piecewis
p   python3-sshpubkeys              - SSH public key parser - Python 3          
p   python3-sshtunnel               - SSH tunnels to remote server              
p   python3-ssoclient               - Simple client for the Ubuntu One SSO API (
p   python3-sss                     - Python3 module for the System Security Ser
p   python3-stardicter              - Conversion tools from various formats to S
p   python3-static3                 - Really simple WSGI way to serve static con
p   python3-staticconf              - Python library for loading and reading con
p   python3-statsd                  - Python client for the statsd daemon (Pytho
p   python3-statsmodels             - Python3 module for the estimation of stati
p   python3-statsmodels-lib         - Python3 low-level implementations and bind
p   python3-std-msgs                - Python 3 interface for Standard Robot OS M
p   python3-std-srvs                - Robot OS Common service definitions, Pytho
p   python3-stdeb                   - Python to Debian source package conversion
p   python3-stdnum                  - Python module to handle standardized numbe
p   python3-stem                    - Bibliothèque de contrôle Tor pour Python 3
p   python3-stemmer                 - Python 3 bindings for libstemmer - snowbal
p   python3-stemmer-dbg             - liaisons Python 3 pour libstemmer (extensi
p   python3-stereo-msgs             - Messages relating to Robot OS stereo, Pyth
p   python3-stestr                  - test runner similar to testrepository - Py
p   python3-stetl                   - Streaming ETL - Geospatial ETL framework f
p   python3-stevedore               - gérer des greffons dynamiques pour les app
p   python3-stfio                   - Python module to read common electrophysio
p   python3-stl                     - stl file and 3d object handling for the Py
p   python3-stomp                   - STOMP client library for Python 3         
p   python3-stomper                 - Python client implementation of the STOMP 
p   python3-stopit                  - Timeout control decorator and context mana
p   python3-storm                   - object-relational mapper (ORM) for Python 
p   python3-storm-dbg               - object-relational mapper (ORM) for Python 
p   python3-straight.plugin         - Simple namespaced plugin facility (Python 
p   python3-streamlink              - Python module for extracting video streams
p   python3-streamlink-doc          - CLI for extracting video streams from vari
p   python3-streamparser            - Python library to parse Apertium stream fo
p   python3-stringtemplate3         - template engine with strict model-view sep
p   python3-structlog               - structured logging for Python (3.x)       
p   python3-stsci.distutils         - Python3 packaging utilities for STScI's pa
p   python3-stsci.tools             - Miscellaneous Python tools from STScI     
p   python3-subliminal              - Python library to search and download subt
p   python3-subnettree              - Python 3 Module for CIDR Lookups          
p   python3-subunit                 - protocole de test unitaire - liaisons Pyth
p   python3-subunit2sql             - subunit file/stream to DB - Python 3.x    
p   python3-subvertpy               - Alternative Python bindings for Subversion
p   python3-suds                    - Lightweight SOAP client for Python - Pytho
p   python3-sugar3                  - Sugar Learning Platform - toolkit Python3 
p   python3-sunlight                - set of bindings to access U.S. government 
p   python3-sunpinyin               - Méthode simplifiée d'entrée du chinois de 
p   python3-sunpy                   - Software library for solar physics based o
p   python3-sure                    - utility belt for automated testing - Pytho
p   python3-surfer                  - visualize Freesurfer's data in Python3    
p   python3-sushy                   - small library to communicate with Redfish 
p   python3-svg.path                - SVG path objects and parser for Python3   
p   python3-svgwrite                - library to create SVG drawings (Python 3) 
p   python3-svipc                   - communication inter-processus (mémoire par
p   python3-svn                     - A(nother) Python 3 interface to Subversion
p   python3-swift                   - distributed virtual object store - Python 
p   python3-swiftclient             - Client library for Openstack Swift API - P
p   python3-swiftsc                 - simple client library of OpenStack Swift f
p   python3-swiglpk                 - Plain Python bindings for the GNU Linear P
p   python3-sybil                   - Automated testing for the examples in your
p   python3-sympy                   - Computer Algebra System (CAS) in Python (P
i   python3-systemd                 - liaisons Python 3 pour systemd            
p   python3-systemfixtures          - Test fixtures providing fake versions of v
p   python3-sysv-ipc                - semaphores, shared memory and message queu
p   python3-tables                  - hierarchical database for Python3 based on
p   python3-tables-dbg              - hierarchical database for Python 3 based o
p   python3-tables-lib              - hierarchical database for Python3 based on
p   python3-tablib                  - format agnostic tabular dataset library - 
p   python3-tabulate                - pretty-print tabular data in Python3      
p   python3-tackerclient            - CLI and Client Library for OpenStack Tacke
p   python3-taglib                  - Python3 bindings for the TagLib audio meta
p   python3-tagpy                   - Python 3 module for manipulating tags in m
i   python3-talloc                  - hierarchical pool based memory allocator -
p   python3-talloc:i386             - hierarchical pool based memory allocator -
p   python3-talloc-dev              - talloc Python 3 bindings - development fil
p   python3-talloc-dev:i386         - talloc Python 3 bindings - development fil
p   python3-tango                   - API pour le système de contrôle TANGO (Pyt
p   python3-tap                     - TAP producer/consumer tools for Python uni
p   python3-taskflow                - Taskflow structured state management libra
p   python3-tasklib                 - Task Warrior database interaction - Python
p   python3-taskw                   - Python bindings for your taskwarrior datab
p   python3-taurus                  - Framework for scientific/industrial CLIs a
p   python3-taurus-pyqtgraph        - Taurus extension providing pyqtgraph-based
p   python3-tblib                   - Python 3 traceback fiddling library       
i   python3-tdb                     - Python3 bindings for TDB                  
p   python3-tdb:i386                - Python3 bindings for TDB                  
p   python3-tds                     - Python DBAPI driver for MSSQL using pure P
p   python3-tempest                 - OpenStack Integration Test Suite - Python 
p   python3-tempest-horizon         - OpenStack Integration Test Suite - Horizon
p   python3-tempita                 - very small text templating language - Pyth
p   python3-tempora                 - Python objects and routines pertaining to 
p   python3-tenacity                - retry code until it succeeeds             
p   python3-termbox                 - Library for writing text-based user interf
p   python3-termcolor               - formatage en couleurs ANSII de la sortie d
p   python3-terminado               - Terminals served to term.js using Tornado 
p   python3-terminaltables          - Python library for printing tables to the 
p   python3-termstyle               - console colouring for python - Python 3.x 
p   python3-tesserocr               - Python wrapper for the tesseract-ocr API (
p   python3-test-server             - HTTP Server to test HTTP clients (Python 3
p   python3-testfixtures            - Collection of helpers and mock objects (Py
p   python3-testing.common.database - Python testing.* framework - common databa
p   python3-testing.mysqld          - Python testing.* framework - MySQL helpers
p   python3-testing.postgresql      - Python testing.* framework - PostgreSQL he
p   python3-testpath                - Utilities for Python 3 code working with f
p   python3-testrepository          - Base de données de résultats des tests - b
p   python3-testresources           - PyUnit extension for managing expensive te
p   python3-testscenarios           - Dependency injection for Python unittest t
p   python3-testtools               - Extensions à la bibliothèque Python unitte
p   python3-texext                  - sphinx extensions for working with LaTeX m
p   python3-textfsm                 - template based state machine for parsing s
p   python3-textile                 - Python 3 parser for the Textile markup    
p   python3-texttable               - Module for creating simple ASCII tables — 
p   python3-tf                      - Robot OS tf transform library - Python 3  
p   python3-tf-conversions          - Robot OS conversion library between Eigen,
p   python3-tf2                     - Robot OS tf2 transform library - Python 3 
p   python3-tf2-geometry-msgs       - Robot OS tf2 transform library for Bullet 
p   python3-tf2-kdl                 - Robot OS tf2 transform library using Oroco
p   python3-tf2-msgs                - Robot OS messages for tf2 transform librar
p   python3-tf2-ros                 - Robot OS binding for tf2 transform library
p   python3-tf2-sensor-msgs         - Robot OS sensor messages for tf2 transform
p   python3-theano                  - CPU/GPU math expression compiler for Pytho
p   python3-thrift                  - Python 3 library for Thrift               
p   python3-thrift-dbg              - bibliothèque de Python pour Thrift – symbo
p   python3-thriftpy                - Pure Python implementation of Apache Thrif
p   python3-tidylib                 - Python 3 wrapper for HTML Tidy (tidylib)  
p   python3-timeline                - Timeline module for modelling a series of 
p   python3-tinyalign               - numerical representation of differences be
p   python3-tinycss                 - complete yet simple CSS parser (Python3 ve
i   python3-tinycss2                - Low-level CSS parser (Python3 version)    
p   python3-tinydb                  - document oriented database optimized      
p   python3-tinyrpc                 - small, modular RPC library — Python 3     
i   python3-tk                      - Tkinter –⋅écriture d'applications Tk avec 
p   python3-tk:i386                 - Tkinter –⋅écriture d'applications Tk avec 
p   python3-tk-dbg                  - Tkinter –⋅écriture d'applications Tk avec 
p   python3-tk-dbg:i386             - Tkinter –⋅écriture d'applications Tk avec 
p   python3-tksnack                 - Sound extension to Tcl/Tk and Python/Tkint
p   python3-tktreectrl              - Tkinter-based wrapper for Tk TreeCtrl for 
p   python3-tld                     - Extract the top level domain (TLD) from a 
i   python3-tldextract              - Python library for separating TLDs        
p   python3-tldp                    - automatic publishing tool for DocBook, Lin
p   python3-tlsh                    - fuzzy hashing library - Python3 module    
p   python3-tmdbsimple              - Wrapper for The Movie Database API (Python
p   python3-tmuxp                   - tmux session manager (Python 3)           
p   python3-tnetstring              - python3 library for data serialization usi
p   python3-toml                    - library for Tom's Obvious, Minimal Languag
p   python3-toolz                   - List processing tools and functional utili
p   python3-tooz                    - bibliothèque de coordination pour les syst
p   python3-topic-tools             - Python 3 library for working with Robot OS
v   python3-topic-tools:any         -                                           
p   python3-toposort                - topological sort algorithm - Python 3 modu
p   python3-tornado                 - scalable, non-blocking web server and tool
p   python3-tornado4                - scalable, non-blocking web server and tool
p   python3-toro                    - Synchronization primitives for Tornado cor
p   python3-tosca-parser            - parser for TOSCA Simple Profile in YAML - 
p   python3-tower-cli               - Python 3 client library for the Ansible To
p   python3-tqdm                    - fast, extensible progress bar for Python 3
p   python3-traceback2              - backports of the traceback module - Python
p   python3-traitlets               - Lightweight Traits-like package for Python
p   python3-traits                  - Manifest typing and reactive programming f
p   python3-traitsui                - traits-capable user interfaces            
p   python3-trajectory-msgs         - Messages relating to Robot OS trajectory, 
p   python3-transaction             - Gestion des transactions pour Python      
p   python3-transip                 - Implementation of the TransIP API (Python 
p   python3-transitions             - Lightweight state machine library (Python 
p   python3-translate               - boite à outils d’aide à la localisation de
p   python3-translation-finder      - Translation file finder for Weblate       
p   python3-translationstring       - Utility library for i18n relied on by vari
p   python3-transliterate           - Bi-directional transliterator for Python  
p   python3-transmissionrpc         - Module client RPC transmission pour Python
p   python3-treetime                - inference of time stamped phylogenies and 
p   python3-treq                    - Higher level API for making HTTP requests 
p   python3-trezor                  - library for communicating with TREZOR Bitc
p   python3-trie                    - Pure Python implementation of the trie dat
p   python3-trio                    - Python async concurrency and I/O library  
p   python3-trollimage              - Pytroll imaging library                   
p   python3-trollsched              - Scheduling satellite passes in Python     
p   python3-trollsift               - String parser/formatter for PyTroll packag
p   python3-trololio                - Trollius and asyncio compatibility library
p   python3-trove                   - Database as a Service for OpenStack - Pyth
p   python3-trove-dashboard         - Database as a Service for OpenStack - Pyth
p   python3-troveclient             - Client for OpenStack Database as a Service
p   python3-trustme                 - fake certificate authority for test use   
p   python3-tsk                     - Python Bindings for The Sleuth Kit        
p   python3-ttystatus               - terminal progress bar and status output fo
p   python3-tvdb-api                - API interface to TheTVDB.com (Python 3)   
p   python3-tweepy                  - Twitter library for Python 3              
p   python3-twilio                  - Twilio API client and TwiML generator (Pyt
i   python3-twisted                 - environnement géré par événements pour app
i   python3-twisted-bin             - environnement géré par événements pour app
p   python3-twisted-bin-dbg         - Environnement événementiel pour les applic
p   python3-twitter                 - Twitter API wrapper for Python 3          
p   python3-twodict                 - Simple two way ordered dictionary for Pyth
p   python3-twython                 - Pure Python3 wrapper for the Twitter API  
p   python3-txacme                  - ACME protocol implementation for Twisted  
p   python3-txaio                   - compatibility API between asyncio/Twisted/
p   python3-txsni                   - easy-to-use SNI endpoint for Twisted (Pyth
v   python3-txt2tags                -                                           
p   python3-txtftp                  - mise en œuvre de TFTP basée sur Twisted   
p   python3-txtorcon                - Twisted-based asynchronous Tor control pro
p   python3-txws                    - Python module to add Websocket support to 
p   python3-txzmq                   - ZeroMQ binding for the Twisted framework (
p   python3-typed-ast               - AST with PEP 484 type comments support    
p   python3-typedload               - Load and dump json-like data into typed da
p   python3-typeguard               - Run-time type checker for Python          
p   python3-typing-extensions       - Backported and Experimental Type Hints for
p   python3-typogrify               - filters to transform text into typographic
i   python3-tz                      - version Python3 de la base de données de f
p   python3-tzlocal                 - objet tzinfo pour le fuseau horaire local 
p   python3-u-msgpack               - Python3 MessagePack serializer and deseria
p   python3-u2flib-server           - Universal 2nd Factor (U2F) server communic
p   python3-ua-parser               - Python module for parsing HTTP User-Agent 
p   python3-uamqp                   - AMQP 1.0 client library for Python        
p   python3-ubjson                  - Universal Binary JSON encoder/decoder for 
p   python3-ubuntu-image            - toolkit for building Ubuntu images        
p   python3-ubuntutools             - useful APIs for Ubuntu developer tools — P
p   python3-udatetime               - fast RFC3339 compliant date-time library (
p   python3-ufl                     - unified language for form-compilers (Pytho
p   python3-uflash                  - module and utility for flashing the BBC mi
p   python3-uflash-doc              - module and utility for flashing the BBC mi
p   python3-ufo2ft                  - Bridge from UFOs to fonttools objects     
p   python3-ufolib2                 - Unified Font Object (UFO) fonts library   
p   python3-ufonormalizer           - Python library to normalize the XML and ot
p   python3-ufoprocessor            - Process and generate Unified Font Object (
p   python3-uhd                     - universal hardware driver for Ettus Resear
p   python3-uinput                  - Pythonic API to Linux uinput kernel module
p   python3-ujson                   - ultra fast JSON encoder and decoder for Py
p   python3-ujson-dbg               - encodeur et décodeur ultra rapide de JSON 
p   python3-ukui-menu               - implementation of the freedesktop menu spe
p   python3-ulmo                    - Simple & fast Python 3 access to public hy
p   python3-unbound                 - library implementing DNS resolution and va
p   python3-unbound:i386            - library implementing DNS resolution and va
p   python3-uncertainties           - Python3 module for calculations with uncer
p   python3-unicodecsv              - drop-in replacement for Pythons CSV module
i   python3-unidecode               - translittérations en ASCII de texte Unicod
p   python3-unidiff                 - Unified diff Python parsing/metadata extra
p   python3-unittest2               - backport of the enhanced unittest testing 
i   python3-uno                     - pont Python-UNO                           
p   python3-unpaddedbase64          - unpadded Base64 implementation in Python 3
p   python3-unrardll                - Python wrapper for the unrar shared librar
p   python3-update-manager          - module Python 3.x pour update-manager     
p   python3-uranium                 - application framework for Cura (Python lib
p   python3-uritemplate             - implementation of RFC6570 - Python 3.x    
p   python3-uritools                - RFC 3986 compliant replacement for urlpars
i   python3-urllib3                 - Bibliothèque HTTP de regroupement de conne
p   python3-urlobject               - utility class for manipulating URLs.      
p   python3-urwid                   - curses-based UI/widget library for Python 
p   python3-urwid-satext            - collection of urwid widgets for Salut à To
p   python3-urwid-utils             - Collection of simple, straightforward, but
p   python3-urwidtrees              - Urwid Tree Container API                  
p   python3-usagestats              - Python3 module to collect usagestats from 
p   python3-usb                     - USB interface for Python (Python3)        
p   python3-user-agents             - Pure Python implementation for detecting w
p   python3-utidylib                - Python wrapper for TidyLib                
p   python3-utmp                    - module de Python pour travailler avec utmp
p   python3-uvicorn                 - ASGI server implementation, using uvloop a
p   python3-uvloop                  - fast implementation of asyncio event loop 
p   python3-uvloop-dbg              - fast implementation of asyncio event loop 
p   python3-uwsgidecorators         - module of decorators for elegant access to
p   python3-v-sim                   - Python bindings for V_Sim (a 3D visualizat
p   python3-vagrant                 - Python 3 bindings for interacting with Vag
p   python3-validictory             - general purpose Python data validator (Pyt
p   python3-vatnumber               - Python module to validate VAT numbers (imp
p   python3-vcf                     - Variant Call Format (VCF) parser for Pytho
p   python3-vcr                     - record and replay HTML interactions (Pytho
p   python3-vcstools                - VCS/SCM Python source control library for 
p   python3-vcversioner             - Use version control tags to discover versi
p   python3-venusian                - library for deferring decorator actions   
p   python3-venv                    - exécutable pyvenv-3 pour Python 3 — versio
p   python3-venv:i386               - exécutable pyvenv-3 pour Python 3 — versio
v   python3-venv:any                -                                           
p   python3-versioneer              - determine version from repository tag     
p   python3-versiontools            - Smart replacement for plain tuple used in 
p   python3-vertica                 - client Python natif pour la base de donnée
p   python3-veusz                   - application de tracés graphiques en 2D et 
p   python3-veusz.helpers           - application de tracés graphiques en 2D et 
p   python3-vigra                   - Python3 bindings for the C++ computer visi
p   python3-vine                    - Python promises (Python 3 version)        
p   python3-virtkey                 - Bibliothèque d'émulation de frappe au clav
p   python3-virtualenv              - création d’environnement virtuel Python   
p   python3-virtualenv-clone        - script for cloning a non-relocatable virtu
p   python3-virtualenvwrapper       - extension to virtualenv for managing multi
p   python3-virustotal-api          - Virus Total Public/Private/Intel API for P
p   python3-vispy                   - interactive visualization in Python 3     
p   python3-visualization-msgs      - Messages relating to Robot OS visualizatio
p   python3-vitrage                 - OpenStack RCA as a Service - Python libs  
p   python3-vitrage-dashboard       - OpenStack Vitrage - dashboard plugin      
p   python3-vitrageclient           - OpenStack root cause analysis as a Service
p   python3-vlc                     - VLC Python bindings                       
p   python3-vmdkstream              - Python 3 module for converting raw disk im
p   python3-vmware-nsx              - OpenStack virtual network service - Python
p   python3-vmware-nsxlib           - A common library that interfaces with VMwa
p   python3-vnlog                   - Toolkit to read/write/manipulate whitespac
p   python3-vobject                 - parse iCalendar and vCards in Python3     
p   python3-volatildap              - Temporary slapd launcher for testing purpo
p   python3-volume-key              - Python 3 bindings for volume-key          
p   python3-volume-key:i386         - Python 3 bindings for volume-key          
p   python3-voluptuous              - Python 3 library to validate data         
p   python3-voluptuous-serialize    - Code for converting voluptuous schemas to 
p   python3-vsts-cd-manager         - Visual Studio Team Services Continuous Del
p   python3-vtk-dicom               - DICOM for VTK - Python                    
p   python3-vtk7                    - Liaisons Python pour VTK                  
p   python3-vtkgdcm                 - Grassroots DICOM VTK/Python bindings      
p   python3-vtkplotter              - python module for 3D scientific visualizat
p   python3-vulndb                  - Python3 tool to provide access to the vuln
p   python3-w3lib                   - Collection of web-related functions (Pytho
i   python3-wadllib                 - bibliothèque Python 3 pour naviguer des fi
p   python3-waiting                 - module Python pour attendre que des événem
p   python3-waitress                - serveur WSGI en pur Python d'un niveau de 
p   python3-wand                    - Interface Python pour la bibliothèque Imag
p   python3-warlock                 - object model built on top of JSON schema -
p   python3-watchdog                - Python API and shell utilities to monitor 
p   python3-watcher                 - OpenStack Cloud Optimization as a Service 
p   python3-watcher-dashboard       - OpenStack Optimization as a service - dash
p   python3-watcherclient           - OpenStack Cloud Optimization as a Service 
p   python3-watson                  - Library for Watson (Python 3)             
p   python3-watson-developer-cloud  - Python client library to use the IBM Watso
p   python3-wchartype               - handling double-byte (full-width) characte
p   python3-wcwidth                 - determine printable width of a string on a
p   python3-webassets               - application de gestion d'actifs pour le dé
p   python3-webcolors               - bibliothèque python3 de noms  et de format
p   python3-webdav                  - WebDAV server implementation in Python (Py
i   python3-webencodings            - Python implementation of the WHATWG Encodi
i   python3-webob                   - module Python fournissant des requêtes WSG
p   python3-webpy                   - Web framework for Python applications     
p   python3-websocket               - WebSocket client library - Python 3.x     
p   python3-websockets              - implementation of the WebSocket Protocol (
p   python3-websockify              - WebSockets support for any application/ser
p   python3-webtest                 - enveloppe toute application WSGI et rend l
p   python3-webview                 - Build GUI for your Python program with Jav
p   python3-webvtt                  - Read, write and segment WebVTT caption fil
p   python3-werkzeug                - collection of utilities for WSGI applicati
p   python3-wget                    - pure Python download utility for Python 3 
p   python3-whatthepatch            - Library for parsing patch files(Python 3) 
i   python3-wheel                   - built-package format for Python           
p   python3-wheezy.template         - a lightweight template library (Python 3 p
p   python3-whichcraft              - cross-platform cross-python shutil.which f
p   python3-whisper                 - database engine for fast, reliable fixed-s
p   python3-whitenoise              - static file serving for WSGI applications 
p   python3-whois                   - Python module for retrieving WHOIS informa
p   python3-whoosh                  - pure-Python full-text indexing, search, an
p   python3-widgetsnbextension      - Interactive widgets - Jupyter notebook ext
p   python3-wikitrans               - MediaWiki markup translator (python3 libra
p   python3-willow                  - Python image library combining Pillow, Wan
p   python3-windowmocker            - Créer des fenêtres et des applications à p
p   python3-winrm                   - bibliothèque Python 3 pour Windows Remote 
p   python3-wither                  - XML/HTML Generation DSL (Python 3)        
v   python3-wlc                     -                                           
p   python3-wokkel                  - Python 3 collection of enhancements for Tw
p   python3-workqueue               - cooperative computing tools work queue Pyt
v   python3-wormhole                -                                           
p   python3-wrapt                   - decorators, wrappers and monkey patching. 
p   python3-wrapt:i386              - decorators, wrappers and monkey patching. 
p   python3-wreport                 - Python library to work with BUFR and CREX 
p   python3-ws4py                   - WebSocket library (Python 3)              
p   python3-wsaccel                 - Accelerator for ws4py and AutobahnPython -
p   python3-wsgi-intercept          - installation d’une application WSGI à la p
p   python3-wsgicors                - WSGI middleware to handle CORS preflight r
p   python3-wsgilog                 - WSGI logging and event reporting middlewar
p   python3-wsgiproxy               - minimalist WSGI server implementation usin
p   python3-wsme                    - Web Services Made Easy: implement multi-pr
p   python3-wsproto                 - WebSockets state-machine based protocol im
p   python3-wstool                  - Commands to manage multi-VCS repositories 
p   python3-wtf-peewee              - WTForms integration for peewee models (Pyt
p   python3-wtforms                 - flexible forms validation and rendering li
p   python3-wxgtk-media4.0          - Python 3 interface to the wxWidgets Cross-
p   python3-wxgtk-webview4.0        - Python 3 interface to the wxWidgets Cross-
p   python3-wxgtk4.0                - Python 3 interface to the wxWidgets Cross-
p   python3-x2go                    - Python module providing X2Go client API (P
p   python3-x2gobroker              - X2Go Session Broker (Python3 modules)     
p   python3-x3dh                    - Python 3 implementation of the X3DH key ag
p   python3-xapian                  - Xapian search engine interface for Python3
p   python3-xapian-haystack         - Xapian backend for Django-Haystack (Python
i   python3-xapp                    - Python 3 XApp library                     
p   python3-xarray                  - N-D labeled arrays and datasets in Python 
p   python3-xattr                   - module for manipulating filesystem extende
p   python3-xcbgen                  - X C Binding - protocol binding generator (
p   python3-xcffib                  - This package is a Python binding for XCB (
i   python3-xdg                     - bibliothèque Python⋅3 d'accès aux normes f
p   python3-xdmf                    - Python3 wrappers for the eXtensible Data M
p   python3-xdo                     - Python 3 library for simulating X11 keyboa
p   python3-xeddsa                  - Python 3 implementation of the XEdDSA sign
p   python3-xhtml2pdf               - A library for converting HTML into PDFs us
p   python3-xkcd                    - Python3 library for accessing xkcd.com    
i   python3-xkit                    - Bibliothèque pour la manipulation de fichi
i   python3-xlib                    - interface for Python 3 to the X11 protocol
p   python3-xlrd                    - extract data from Microsoft Excel spreadsh
p   python3-xlsxwriter              - Python 3 module for creating Excel XLSX fi
p   python3-xlwt                    - module for writing Microsoft Excel spreads
p   python3-xmltodict               - Makes working with XML feel like you are w
p   python3-xopen                   - Python3 module to open compressed files tr
p   python3-xstatic                 - XStatic base package with minimal support 
p   python3-xstatic-angular         - Angular JS XStatic support - Python 3.x   
p   python3-xstatic-angular-bootstr - Angular-Bootstrap XStatic support - Python
p   python3-xstatic-angular-cookies - Angular JS Cookies XStatic support - Pytho
p   python3-xstatic-angular-fileupl - Angular-FileUpload (standard d'empaquetage
p   python3-xstatic-angular-gettext - Angular-Gettext (XStatic packaging standar
p   python3-xstatic-angular-lrdragn - Angular-Lrdragndrop 1.0.2 (XStatic packagi
p   python3-xstatic-angular-mock    - Angular JS Mock XStatic support - Python 3
p   python3-xstatic-angular-schema- - Angular-Schema-Form (XStatic packaging sta
p   python3-xstatic-angular-ui-rout - Angular UI router XStatic support         
p   python3-xstatic-angular-uuid    - Angular UUID XStatic support              
p   python3-xstatic-angular-vis     - Angular Vis XStatic support               
p   python3-xstatic-bootstrap-datep - Bootstrap-Datepicker XStatic support - Pyt
p   python3-xstatic-bootstrap-scss  - Bootstrap-SCSS 3.2.0 (XStatic packaging st
p   python3-xstatic-bootswatch      - Bootswatch XStatic support - Python 3.x   
p   python3-xstatic-d3              - D3 JS XStatic support - Python 3.x        
p   python3-xstatic-filesaver       - implements the saveAs() FileSaver interfac
p   python3-xstatic-font-awesome    - Font Awesome XStatic support - Python 3.x 
p   python3-xstatic-hogan           - Hogan.js XStatic support - Python 3.x     
p   python3-xstatic-jasmine         - Jasmine JS XStatic support - Python 3.x   
p   python3-xstatic-jquery          - jquery XStatic support - Python 3.x       
p   python3-xstatic-jquery-migrate  - JQuery Migrate XStatic support - Python 3.
p   python3-xstatic-jquery-ui       - JQuery UI XStatic support - Python 3.x    
p   python3-xstatic-jquery.bootstra - JQuery.Bootstrap.Wizard XStatic support - 
p   python3-xstatic-jquery.quicksea - jQuery.quicksearch XStatic support - Pytho
p   python3-xstatic-jquery.tablesor - JQuery Tablesorter XStatic support - Pytho
p   python3-xstatic-js-yaml         - JavaScript yaml implementation - XStatic s
p   python3-xstatic-jsencrypt       - JSEncrypt XStatic support - Python 3.x    
p   python3-xstatic-json2yaml       - converts json or simple javascript objects
p   python3-xstatic-magic-search    - Magic-Search XStatic support - Python 3.x 
p   python3-xstatic-mdi             - Material Design Icons Webfont XStatic supp
p   python3-xstatic-objectpath      - objectpath XStatic packaging standard - Py
p   python3-xstatic-qunit           - QUnit XStatic support - Python 3.x        
p   python3-xstatic-rickshaw        - Rickshaw JS XStatic support - Python 3.x  
p   python3-xstatic-roboto-fontface - Roboto Fontface XStatic support - Python 3
p   python3-xstatic-smart-table     - AngularJS smart-table (XStatic packaging s
p   python3-xstatic-spin            - Spin.js XStatic support - Python 3.x      
p   python3-xstatic-term.js         - term.js XStatic support - Python 3.x      
p   python3-xstatic-tv4             - tv4 (XStatic packaging standard) - Python 
p   python3-xtermcolor              - Python3 module to print coloured text on t
p   python3-xvfbwrapper             - headless display inside Xvfb - Python 3.x 
p   python3-yade                    - Plate-forme pour la modélisation par éléme
i   python3-yaml                    - analyseur et générateur de code YAML pour 
p   python3-yaml:i386               - analyseur et générateur de code YAML pour 
p   python3-yaml-dbg                - Analyseur et émetteur YAML pour Python3 (d
p   python3-yaml-dbg:i386           - Analyseur et émetteur YAML pour Python3 (d
p   python3-yamlordereddictloader   - loader and dump for PyYAML keeping keys or
p   python3-yang                    - parser toolkit for IETF YANG data modeling
p   python3-yang-dbg                - boite à outils d’analyse pour le modèle de
p   python3-yapf                    - public modules for yapf (Python 3)        
p   python3-yappi                   - Yet Another Python Profiler - Python 3.x  
p   python3-yapps                   - encore un autre analyseur syntaxique (« pa
p   python3-yapsy                   - système de greffon simple pour application
p   python3-yaql                    - Yet Another Query Language - Python 3.x   
p   python3-yara                    - Python 3 bindings for YARA                
p   python3-yarl                    - yet another URL library for Python        
p   python3-yaswfp                  - Yet Another SWF Parser (Python 3)         
p   python3-yattag                  - library for generating HTML or XML in a py
p   python3-yenc                    - yEnc encoding/decoding extension (Python 3
p   python3-yowsup                  - Python 3 library to implement a WhatsApp c
p   python3-yt                      - Framework for analyzing and visualizing si
p   python3-yubico                  - Python3 library for talking to Yubico Yubi
p   python3-yubikey-manager         - Python 3 library for configuring a YubiKey
p   python3-z3                      - theorem prover from Microsoft Research - P
p   python3-z3:i386                 - theorem prover from Microsoft Research - P
p   python3-zake                    - fournit un ensemble de services pour teste
p   python3-zaqar                   - OpenStack Queueing as a Service - Python 3
p   python3-zaqar-ui                - OpenStack Queueing as a Service - Dashboar
p   python3-zaqarclient             - OpenStack Zaqar Queueing API, client and l
p   python3-zarr                    - chunked, compressed, N-dimensional arrays 
p   python3-zbar                    - QR code / bar code scanner and decoder (Py
p   python3-zbar:i386               - QR code / bar code scanner and decoder (Py
p   python3-zc.buildout             - system for managing development buildouts 
p   python3-zc.customdoctests       - Use doctest with other languages (Python 3
p   python3-zc.lockfile             - Basic inter-process locks for Python 3    
p   python3-zeep                    - Modern SOAP client library (Python 3)     
p   python3-zeitgeist               - event logging framework - Python 3 binding
p   python3-zeroc-ice               - Python 3 extension for Ice                
i   python3-zeroconf                - Pure Python implementation of multicast DN
p   python3-zfec                    - fast erasure codec, with Python 3 bindings
p   python3-zhmcclient              - library for the IBM Z HMC Web Services API
p   python3-zict                    - Mutable mapping tools for Python 3        
p   python3-zipp                    - pathlib-compatible Zipfile object wrapper 
p   python3-zipstream               - Zipfile generator                         
p   python3-zmq                     - liaisons Python3 pour la bibliothèque 0MQ 
p   python3-zmq-dbg                 - liaisons de Python pour la bibliothèque OM
p   python3-zodbpickle              - Fork of pickle module for uniform serializ
p   python3-zookeeper               - Python bindings for zookeeper             
v   python3-zope                    -                                           
p   python3-zope.component          - Zope Component Architecture               
p   python3-zope.configuration      - Zope Configuration Markup Language (ZCML) 
p   python3-zope.deprecation        - Zope Deprecation Infrastructure           
p   python3-zope.event              - Très basique système de publication d'évén
p   python3-zope.exceptions         - exceptions Zope pour Python 3             
p   python3-zope.hookable           - Hookable object support                   
p   python3-zope.i18nmessageid      - Message Identifiers for internationalizati
i   python3-zope.interface          - interfaces pour Python3                   
p   python3-zope.interface-dbg      - Interfaces pour python3 (extension de débo
p   python3-zope.location           - Outils pour travailler avec des emplacemen
p   python3-zope.proxy              - Generic transparent proxies for Python    
p   python3-zope.schema             - Extension zope.interface pour définir les 
p   python3-zope.security           - Zope Security Framework                   
p   python3-zope.testing            - Zope testing helpers for Python 3         
p   python3-zope.testrunner         - Flexible test runner with layer support fo
p   python3-zunclient               - OpenStack container management service API
p   python3-zvmcloudconnector       - z/VM Development SDK for managing z/VM - P
p   python3-zxcvbn                  - Realistic password strength estimator - Py
p   python3-zzzeeksphinx            - Zzzeek's Sphinx layout and utilities      
i   python3.8                       - Interactive high-level object-oriented lan
p   python3.8:i386                  - Interactive high-level object-oriented lan
v   python3.8-adios                 -                                           
v   python3.8-apertium-core         -                                           
v   python3.8-apertium-lex-tools    -                                           
v   python3.8-apriltag              -                                           
v   python3.8-apt                   -                                           
v   python3.8-apt:i386              -                                           
v   python3.8-apt-dbg               -                                           
v   python3.8-apt-dbg:i386          -                                           
v   python3.8-apt-dbg:any           -                                           
v   python3.8-apt:any               -                                           
v   python3.8-audit                 -                                           
v   python3.8-audit:i386            -                                           
v   python3.8-avogadro              -                                           
v   python3.8-blist                 -                                           
v   python3.8-bluez                 -                                           
v   python3.8-breezy                -                                           
v   python3.8-bsddb3                -                                           
v   python3.8-bsddb3-dbg            -                                           
v   python3.8-btrees                -                                           
v   python3.8-cairo                 -                                           
v   python3.8-cairo:i386            -                                           
v   python3.8-cairo-dbg             -                                           
v   python3.8-cairo-dbg:i386        -                                           
v   python3.8-cap-ng                -                                           
v   python3.8-cap-ng:i386           -                                           
v   python3.8-casacore              -                                           
v   python3.8-cg3                   -                                           
v   python3.8-cmor                  -                                           
v   python3.8-comedilib             -                                           
v   python3.8-compizconfig          -                                           
v   python3.8-corepywrap            -                                           
v   python3.8-cracklib              -                                           
v   python3.8-cracklib:i386         -                                           
v   python3.8-crypto                -                                           
v   python3.8-crypto:i386           -                                           
v   python3.8-crypto-dbg            -                                           
v   python3.8-crypto-dbg:i386       -                                           
v   python3.8-csound                -                                           
v   python3.8-cups                  -                                           
p   python3.8-dbg                   - Debug Build of the Python Interpreter (ver
p   python3.8-dbg:i386              - Debug Build of the Python Interpreter (ver
v   python3.8-dbg:any               -                                           
v   python3.8-dbus                  -                                           
v   python3.8-dbus:i386             -                                           
i   python3.8-dev                   - Header files and a static library for Pyth
p   python3.8-dev:i386              - Header files and a static library for Pyth
v   python3.8-dev:any               -                                           
v   python3.8-distutils             -                                           
v   python3.8-distutils:i386        -                                           
p   python3.8-doc                   - Documentation for the high-level object-or
v   python3.8-doc:i386              -                                           
v   python3.8-epr                   -                                           
v   python3.8-epr-dbg               -                                           
v   python3.8-exactimage            -                                           
p   python3.8-examples              - Examples for the Python language (v3.8)   
v   python3.8-ftdi1                 -                                           
v   python3.8-ftdi1:i386            -                                           
p   python3.8-full                  - Python Interpreter with complete class lib
p   python3.8-full:i386             - Python Interpreter with complete class lib
v   python3.8-full:any              -                                           
v   python3.8-gdbm                  -                                           
v   python3.8-gdbm:i386             -                                           
v   python3.8-gdl                   -                                           
v   python3.8-getfem++              -                                           
v   python3.8-gevent                -                                           
v   python3.8-gevent-dbg            -                                           
v   python3.8-gmpy2                 -                                           
v   python3.8-gpg                   -                                           
v   python3.8-gpg:i386              -                                           
v   python3.8-gps                   -                                           
v   python3.8-greenlet              -                                           
v   python3.8-greenlet-dbg          -                                           
v   python3.8-grpcio                -                                           
v   python3.8-gssapi                -                                           
v   python3.8-gyoto                 -                                           
v   python3.8-gyoto:any             -                                           
v   python3.8-hdate                 -                                           
v   python3.8-hdate:i386            -                                           
v   python3.8-hid                   -                                           
v   python3.8-http-parser           -                                           
v   python3.8-hunspell              -                                           
v   python3.8-icu                   -                                           
v   python3.8-icu-dbg               -                                           
v   python3.8-igraph                -                                           
v   python3.8-imobiledevice         -                                           
v   python3.8-imobiledevice:i386    -                                           
v   python3.8-indexed-gzip          -                                           
v   python3.8-jpy                   -                                           
v   python3.8-jpype                 -                                           
v   python3.8-kdtree                -                                           
v   python3.8-kdtree-dbg            -                                           
v   python3.8-kerberos              -                                           
v   python3.8-kyotocabinet          -                                           
v   python3.8-ldap                  -                                           
v   python3.8-ldap-dbg              -                                           
v   python3.8-ldns                  -                                           
v   python3.8-lib2to3               -                                           
v   python3.8-lib2to3:i386          -                                           
v   python3.8-libhamlib2            -                                           
v   python3.8-libnatpmp             -                                           
v   python3.8-librtmp               -                                           
v   python3.8-libtiff               -                                           
v   python3.8-llfuse                -                                           
v   python3.8-lttoolbox             -                                           
v   python3.8-lxml                  -                                           
v   python3.8-lxml:i386             -                                           
v   python3.8-lxml-dbg              -                                           
v   python3.8-lxml-dbg:i386         -                                           
v   python3.8-m2crypto              -                                           
v   python3.8-mailutils             -                                           
v   python3.8-mapi                  -                                           
v   python3.8-mapnik                -                                           
i   python3.8-minimal               - Minimal subset of the Python language (ver
p   python3.8-minimal:i386          - Minimal subset of the Python language (ver
v   python3.8-minimal:any           -                                           
v   python3.8-miniupnpc             -                                           
v   python3.8-mlt                   -                                           
v   python3.8-mysqldb               -                                           
v   python3.8-netcdf4               -                                           
v   python3.8-netgen                -                                           
v   python3.8-newt                  -                                           
v   python3.8-newt:i386             -                                           
v   python3.8-nlopt                 -                                           
v   python3.8-nordugrid-arc         -                                           
v   python3.8-nss                   -                                           
v   python3.8-ntp                   -                                           
v   python3.8-numpy                 -                                           
v   python3.8-ogre-1.12             -                                           
v   python3.8-openbabel             -                                           
v   python3.8-openturns             -                                           
v   python3.8-openvdb               -                                           
v   python3.8-paraview              -                                           
v   python3.8-parted                -                                           
v   python3.8-pcl                   -                                           
v   python3.8-pgmagick              -                                           
v   python3.8-pikepdf               -                                           
v   python3.8-pivy                  -                                           
v   python3.8-plplot                -                                           
v   python3.8-plplot-qt             -                                           
v   python3.8-portio                -                                           
v   python3.8-prelude               -                                           
v   python3.8-prelude:i386          -                                           
v   python3.8-preludedb             -                                           
v   python3.8-protobuf              -                                           
v   python3.8-protobuf:i386         -                                           
v   python3.8-pyalsa                -                                           
v   python3.8-pyao                  -                                           
v   python3.8-pyao-dbg              -                                           
v   python3.8-pyaudio               -                                           
v   python3.8-pycangjie             -                                           
v   python3.8-pycifrw               -                                           
v   python3.8-pycodcif              -                                           
v   python3.8-pygresql              -                                           
v   python3.8-pyisomd5sum           -                                           
v   python3.8-pykdtree              -                                           
v   python3.8-pylibacl              -                                           
v   python3.8-pylibacl-dbg          -                                           
v   python3.8-pymad                 -                                           
v   python3.8-pymad-dbg             -                                           
v   python3.8-pyodbc                -                                           
v   python3.8-pyosmium              -                                           
v   python3.8-pyraf                 -                                           
v   python3.8-pyverbs               -                                           
v   python3.8-pyverbs:i386          -                                           
v   python3.8-pywatchman            -                                           
v   python3.8-pyx                   -                                           
v   python3.8-pyxattr               -                                           
v   python3.8-pyxattr-dbg           -                                           
v   python3.8-qpid-proton           -                                           
v   python3.8-qrencode              -                                           
v   python3.8-radix                 -                                           
v   python3.8-rdkit                 -                                           
v   python3.8-renderpm              -                                           
v   python3.8-reportlab-accel       -                                           
v   python3.8-rpm                   -                                           
v   python3.8-rpy2                  -                                           
v   python3.8-rrdtool               -                                           
v   python3.8-rrdtool-dbg           -                                           
v   python3.8-samba                 -                                           
v   python3.8-samba:i386            -                                           
v   python3.8-sane                  -                                           
v   python3.8-sanlock               -                                           
v   python3.8-sanlock:i386          -                                           
v   python3.8-selinux               -                                           
v   python3.8-selinux:i386          -                                           
v   python3.8-sendfile-dbg          -                                           
v   python3.8-sfml                  -                                           
v   python3.8-silo                  -                                           
v   python3.8-skimage-lib           -                                           
v   python3.8-sklearn-lib           -                                           
v   python3.8-slepc4py-complex      -                                           
v   python3.8-slepc4py-real         -                                           
v   python3.8-smbc                  -                                           
v   python3.8-smbus                 -                                           
v   python3.8-spglib                -                                           
v   python3.8-sss                   -                                           
v   python3.8-subvertpy             -                                           
v   python3.8-talloc                -                                           
v   python3.8-talloc:i386           -                                           
v   python3.8-tango                 -                                           
v   python3.8-tdb                   -                                           
v   python3.8-tdb:i386              -                                           
v   python3.8-tk                    -                                           
v   python3.8-tk:i386               -                                           
v   python3.8-uamqp                 -                                           
v   python3.8-urwid                 -                                           
v   python3.8-utmp                  -                                           
p   python3.8-venv                  - Interactive high-level object-oriented lan
p   python3.8-venv:i386             - Interactive high-level object-oriented lan
v   python3.8-venv:any              -                                           
v   python3.8-volume-key            -                                           
v   python3.8-volume-key:i386       -                                           
v   python3.8-vtk-dicom             -                                           
v   python3.8-wheezy.template       -                                           
v   python3.8-wxgtk-media4.0        -                                           
v   python3.8-wxgtk-webview4.0      -                                           
v   python3.8-wxgtk4.0              -                                           
v   python3.8-xapian                -                                           
v   python3.8-xattr                 -                                           
v   python3.8-zodbpickle            -                                           
v   python3.8-zope.interface        -                                           
v   python3.8:any                   -                                           
p   python3.9                       - Interactive high-level object-oriented lan
p   python3.9:i386                  - Interactive high-level object-oriented lan
p   python3.9-dbg                   - Debug Build of the Python Interpreter (ver
p   python3.9-dbg:i386              - Debug Build of the Python Interpreter (ver
v   python3.9-dbg:any               -                                           
p   python3.9-dev                   - Header files and a static library for Pyth
p   python3.9-dev:i386              - Header files and a static library for Pyth
v   python3.9-dev:any               -                                           
v   python3.9-distutils             -                                           
v   python3.9-distutils:i386        -                                           
p   python3.9-doc                   - Documentation for the high-level object-or
v   python3.9-doc:i386              -                                           
p   python3.9-examples              - Examples for the Python language (v3.9)   
p   python3.9-full                  - Python Interpreter with complete class lib
p   python3.9-full:i386             - Python Interpreter with complete class lib
v   python3.9-full:any              -                                           
v   python3.9-gdbm                  -                                           
v   python3.9-gdbm:i386             -                                           
v   python3.9-lib2to3               -                                           
v   python3.9-lib2to3:i386          -                                           
p   python3.9-minimal               - Minimal subset of the Python language (ver
p   python3.9-minimal:i386          - Minimal subset of the Python language (ver
v   python3.9-minimal:any           -                                           
v   python3.9-tk                    -                                           
v   python3.9-tk:i386               -                                           
p   python3.9-venv                  - Interactive high-level object-oriented lan
p   python3.9-venv:i386             - Interactive high-level object-oriented lan
v   python3.9-venv:any              -                                           
v   python3.9:any                   -                                           
v   python3:any                     -                                           
gelmou@zenon:~$ 
4°) :

Code : Tout sélectionner

gelmou@zenon:~$ aptitude search yt-dlp
p   yt-dlp                          - downloader of videos from YouTube and othe
gelmou@zenon:~$ 
5°) :

Code : Tout sélectionner

gelmou@zenon:~$ ls /usr/bin/pyth*
/usr/bin/python2    /usr/bin/python3    /usr/bin/python3.8-config
/usr/bin/python2.7  /usr/bin/python3.8  /usr/bin/python3-config
gelmou@zenon:~$ 
Si tu installes via pip, il va falloir passer par l'environnement créé spécialement par pip, d'où l'idée d'utiliser les paquets des repos qui ne poseront pas ce soucis
Qu'est-ce qu'il faut que je fasse pour ça ?
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Ça s'est installé (si nécessaire je peux retourner l'affichage par le terminal de l'installation de python 3.9)

Mais pour ce qui est de :

Code : Tout sélectionner

gelmou@zenon:~$ python3 --version
Python 3.8.10
gelmou@zenon:~$
Donc apparemment rien n'a changé...
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Code : Tout sélectionner

gelmou@zenon:~$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root       9 mars  13  2020 /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 3662000 janv. 31  2024 /usr/bin/python2.7
lrwxrwxrwx 1 root root       9 mars   5  2021 /usr/bin/python3 -> python3.8
-rwxr-xr-x 1 root root 5478168 sept. 11 18:02 /usr/bin/python3.8
lrwxrwxrwx 1 root root      33 sept. 11 18:02 /usr/bin/python3.8-config -> x86_64-linux-gnu-python3.8-config
-rwxr-xr-x 1 root root 5803968 nov.  23  2021 /usr/bin/python3.9
lrwxrwxrwx 1 root root      16 mars  13  2020 /usr/bin/python3-config -> python3.8-config
gelmou@zenon:~$ 
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Alors première étape pas encore terminée parce que ( beaucoup de choses et aussi voir la fin du retour terminal) :

Code : Tout sélectionner

gelmou@zenon:~$ sudo apt purge python3.8
[sudo] Mot de passe de gelmou :          
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  alien at debugedit gir1.2-ayatanaappindicator3-0.1 gnome-control-center-data ieee-data libayatana-appindicator3-1 libayatana-indicator3-7 libcolord-gtk1 libfl2
  libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libmediaart-2.0-0 libncurses5 libpython3-dev libqt5multimedia5-plugins libqt5multimediagsttools5 libqt5multimediawidgets5
  librpmbuild8 librpmsign8 librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libtinfo5 lsb-security pax rpm rtmpdump rygel
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  apparmor* apt-clone* aptdaemon* apturl* apturl-common* blueberry* calibre* calibre-bin* caribou* celluloid* cinnamon* cinnamon-common* cinnamon-control-center*
  cinnamon-control-center-dbg* cinnamon-dbg* cinnamon-desktop-data* cinnamon-screensaver* cinnamon-session* cinnamon-settings-daemon* command-not-found* dkms* drawing*
  firefox* foomatic-db-compressed-ppds* gdebi* gdebi-core* gir1.2-cinnamondesktop-3.0* gir1.2-meta-muffin-0.0* gir1.2-xapp-1.0* gnome-control-center* gnome-menus*
  gnome-online-accounts* gnome-terminal* gnome-user-docs* gpodder* gufw* gvfs-backends* hplip* hplip-data* hypnotix* ibus* indicator-applet* kajongg*
  language-selector-common* language-selector-gnome* libcinnamon-desktop-dbg* libcinnamon-desktop4* libmpv1* libsmbclient* libxapp1* lightdm-settings* lsb-core*
  lsb-release* meld* mint-common* mint-meta-cinnamon* mint-meta-core* mintbackup* mintdrivers* mintinstall* mintlocale* mintmenu* mintreport* mintsources* mintstick*
  mintsystem* mintupdate* mintwelcome* mpv* nemo* nemo-data* nemo-dbg* nemo-fileroller* nemo-preview* nemo-share* netplan.io* network-manager-gnome* networkd-dispatcher*
  nvidia-prime-applet* onboard* onboard-common* openprinting-ppds* orca* pix* pix-dbg* plymouth-theme-ubuntu-text* printer-driver-escpr* printer-driver-foo2zjs*
  printer-driver-foo2zjs-common* printer-driver-m2300w* printer-driver-postscript-hp* printer-driver-ptouch* printer-driver-pxljr* printer-driver-sag-gdi* pysolfc*
  python3* python3-apport* python3-apsw* python3-apt* python3-aptdaemon* python3-aptdaemon.gtk3widgets* python3-attr* python3-automat* python3-blinker* python3-brlapi*
  python3-bs4* python3-cairo* python3-certifi* python3-cffi-backend* python3-chardet* python3-chm* python3-click* python3-colorama* python3-commandnotfound*
  python3-configobj* python3-constantly* python3-crypto* python3-cryptography* python3-css-parser* python3-cssselect* python3-cssutils* python3-cups* python3-cupshelpers*
  python3-dateutil* python3-dbus* python3-debian* python3-defer* python3-dev* python3-distro* python3-distutils* python3-dnspython* python3-entrypoints* python3-eyed3*
  python3-feedparser* python3-gdbm* python3-gi* python3-gi-cairo* python3-grpcio* python3-hamcrest* python3-html2text* python3-html5-parser* python3-html5lib*
  python3-httplib2* python3-hyperlink* python3-ibus-1.0* python3-icu* python3-idna* python3-ifaddr* python3-imdbpy* python3-incremental* python3-iso8601* python3-jwt*
  python3-keyring* python3-launchpadlib* python3-lazr.restfulclient* python3-lazr.uri* python3-ldb* python3-lib2to3* python3-louis* python3-lxml* python3-m3u8*
  python3-macaroonbakery* python3-magic* python3-mako* python3-markdown* python3-markupsafe* python3-mechanize* python3-msgpack* python3-mygpoclient* python3-nacl*
  python3-netaddr* python3-netifaces* python3-nose* python3-numpy* python3-oauthlib* python3-openssl* python3-packaging* python3-pam* python3-parted* python3-pexpect*
  python3-pil* python3-pil.imagetk* python3-pip* python3-pkg-resources* python3-podcastparser* python3-problem-report* python3-protobuf* python3-psutil*
  python3-ptyprocess* python3-pyasn1* python3-pyasn1-modules* python3-pyatspi* python3-pycurl* python3-pygame* python3-pygments* python3-pyinotify* python3-pymacaroons*
  python3-pyparsing* python3-pyqt5* python3-pyqt5.qtmultimedia* python3-pyqt5.qtsvg* python3-pyqt5.qtwebchannel* python3-pyqt5.qtwebengine* python3-pyxattr*
  python3-random2* python3-regex* python3-reportlab* python3-reportlab-accel* python3-repoze.lru* python3-requests* python3-requests-file* python3-requests-unixsocket*
  python3-rfc3339* python3-routes* python3-samba* python3-secretstorage* python3-service-identity* python3-setproctitle* python3-setuptools* python3-simplejson*
  python3-sip* python3-six* python3-soupsieve* python3-speechd* python3-systemd* python3-talloc* python3-tdb* python3-tinycss2* python3-tk* python3-tldextract*
  python3-twisted* python3-twisted-bin* python3-tz* python3-unidecode* python3-uno* python3-urllib3* python3-wadllib* python3-webencodings* python3-webob* python3-wheel*
  python3-xapp* python3-xdg* python3-xkit* python3-xlib* python3-yaml* python3-zeroconf* python3-zope.interface* python3.8* python3.8-dev* qarte* redshift-gtk*
  rhythmbox-plugin-tray-icon* rhythmbox-plugins* samba-common-bin* samba-libs* slick-greeter* smbclient* solarwolf* soundconverter* ssh-import-id* steam-launcher*
  synaptic* system-config-printer* system-config-printer-common* system-config-printer-udev* timeshift* ubuntu-advantage-tools* ubuntu-docs* ubuntu-drivers-common*
  ubuntu-minimal* ubuntu-pro-client* ubuntu-pro-client-l10n* ubuntu-system-adjustments* ubuntu-system-service* ufw* vlc-plugin-samba* warpinator* webapp-manager*
  xapps-common* xed* xed-dbg* xfsprogs* xorg* xreader* xreader-dbg* xserver-xorg* xviewer* xviewer-dbg* xviewer-plugins* yelp* youtube-dl*
ATTENTION : Les paquets essentiels suivants vont être enlevés.
Vous NE devez PAS faire ceci, à moins de savoir exactement ce
que vous êtes en train de faire.
  mintsources python3-apt (en raison de mintsources) python3-gi (en raison de mintsources) python3-gi-cairo (en raison de mintsources)
  python3-pycurl (en raison de mintsources) python3-requests (en raison de mintsources) mint-common (en raison de mintsources) gir1.2-xapp-1.0 (en raison de mintsources)
  lsb-release (en raison de mintsources)
0 mis à jour, 0 nouvellement installés, 291 à enlever et 0 non mis à jour.
Après cette opération, 716 Mo d'espace disque seront libérés.
Vous êtes sur le point de faire quelque chose de potentiellement dangereux
Pour continuer, tapez la phrase « Oui, faites ce que je vous dis ! »
 ?]
Qu'est-ce que je fais ? je termine l'opération en saisissant : « Oui, faites ce que je vous dis ! » ?
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Ah là je crois que c'est bon (?) :

Code : Tout sélectionner

gelmou@zenon:~$ python3 --version
Python 3.9.5
gelmou@zenon:~$
Et maintenant essai de téléchargement :
Ah ben non, pas d'essai.
Je n'arrive plus à ouvrir un terminal dans un dossier quand je veux télécharger cette option,
ça ne fonctionne plus.
Donc la dernière opération a fait des dégâts...
Image
C'est une chose qui m'est très importante car je télécharge beaucoup de vidéos dans tel ou tel dossier de destination selon la nature ou le sujet de la vidéo.
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Bon alors là c'est la catastrophe !

je suis sous W7 pour répondre parce que j'arrive plus à avoir ma session normale sous la linuxmint.

À la suite de ton dernier message :
Si tu lances le script dans un terminal, ça donne quelle erreur ?
Impossible de lancer un terminal où que ce soit.
Pour le lancer j'utilise le lanceur du tableau de bords.

Je me suis dis que comme je n'avais pas donné suite à l'opération qui avait commencé et que je devais confirmer pour continuer,
ne sachant pas comment sortir de ce terminal ouvert je l'avais refermé.
Alors j'ai cru que le problème venait de là d'où j'ai redémarré le PC au cas où ça aurait buggé...

Sauf qu'à l'ouverture de la session là c'est le trou noir !

Plus de bureau, enfin si mais plus le miens.
Tout noir, les dossier y sont bien mais plus de souris,
ou alors quand j'insiste à tâtons à l'aveugle sur les dossiers en cliquant deux fois sur un dossier au hasard (mais sans voir aucun pointeur de souris...),
le dossier s'ouvre sauf que le pointeur est alors une croix qui n'a presque plus les fonctions du pointeur habituel,
et enfin pour couronner le tout plus de tableau de bords !
Donc plus de lanceur, plus moyen de redémarrer le PC ou atteindre quoi que ce soit des menus tels que les applications, programmes etc...
Donc pour aller sous W7 et saisir ce message j'ai fait reset.

Là je suis dans la panade.
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Tout ça pour dire que je peux même plus aller à la procédure :

Code : Tout sélectionner

sudo ln -sf /usr/bin/python3.8 /usr/bin/python3
Je ne peux même plus utiliser ma session linux.
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Gelmou
Messages : 310
Enregistré le : ven. 28 juin 2019 13:41
Localisation : Alès, cévennes.

Re: Python deprecated

Message par Gelmou »

Mais je ne peux même pas accéder à un terminal, ni même utiliser firefox,
plus de tableau de bords.

Code : Tout sélectionner

pour passer commande ctl / alt/ F1
ça veut dire pour ouvrir un terminal ?

Et comment je fais pour accéder à firefox pour te répondre ?
Je reviens sous W7 à chaque fois ?
Y a pas un moyen d'ouvrir firefox sans lanceur ?
Pc : Desktop ASUSTeK A88XM-PLUS | Linux Mint 20.1 Ulyssa + W7 Pro SP1 64bits | Cinnamon 4.8.6 | 5.4.0-125-generic x86_64 | Quad Core AMD A8-7600 Radeon R7 10 Compute Cores 4C+6G | 6.73 GO - 1.72 GO used (25.6%) | AMD Kaveri [Radeon R7 Graphics]
Répondre