Skip to content

2024¤

Neural Network Models for Chemistry

# Neural-Network-Models-for-Chemistry Check Markdown links

A collection of Neural Network Models for chemistry - Quantum Chemistry Method - Force Field Method - Kernel Methods - Not based on Graph Models - Graph Domain Models - Transformer Domain Models - Universal models - Empirical force field

Quantum Chemistry Method

  • DeePKS, DeePHF
    DeePKS-kit is a program to generate accurate energy functionals for quantum chemistry systems, for both perturbative scheme (DeePHF) and self-consistent scheme (DeePKS).

  • NeuralXC
    Implementation of a machine-learned density functional.

  • MOB-ML
    Machine Learning for Molecular Orbital Theory, they offer analytic gradient.

  • DM21
    Pushing the Frontiers of Density Functionals by Solving the Fractional Electron Problem.

  • NN-GGA, NN-NRA, NN-meta-GGA, NN-LSDA
    Completing density functional theory by machine-learning hidden messages from molecules.

  • FemiNet
    FermiNet is a neural network for learning highly accurate ground state wavefunctions of atoms and molecules using a variational Monte Carlo approach.

  • PauliNet
    PauliNet builds upon HF or CASSCF orbitals as a physically meaningful baseline and takes a neural network approach to the SJB wavefunction in order tocorrect this baseline towards a high-accuracy solution.

  • DeePErwin
    DeepErwin is python package that implements and optimizes wave function models for numerical solutions to the multi-electron Schrödinger equation.

  • Jax-DFT
    JAX-DFT implements one-dimensional density functional theory (DFT) in JAX. It uses powerful JAX primitives to enable JIT compilation, automatical differentiation, and high-performance computation on GPUs.

  • sns-mp2
    Improving the accuracy of Moller-Plesset perturbation theory with neural networks

  • DeepH-pack

    Deep neural networks for density functional theory Hamiltonian.

  • DeepH-E3

    General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian

  • kdft
    The Kernel Density Functional (KDF) code allows generating ML-based DFT functionals.

  • ML-DFT
    ML-DFT: Machine learning for density functional approximations This repository contains the implementation for the kernel ridge regression based density functional approximation method described in the paper "Quantum chemical accuracy from density functional approximations via machine learning".

  • D4FT
    this work proposed a deep-learning approach to KS-DFT. First, in contrast to the conventional SCF loop, directly minimizing the total energy by reparameterizing the orthogonal constraint as a feed-forward computation. They prove that such an approach has the same expressivity as the SCF method yet reduces the computational complexity from O(N^4) to O(N^3)

  • SchOrb
    Unifying machine learning and quantum chemistry with a deep neural network for molecular wavefunctions

  • CiderPress
    Tools for training and evaluating CIDER functionals for use in Density Functional Theory calculations.
  • ML-RPA
    This work demonstrates how machine learning can extend the applicability of the RPA to larger system sizes, time scales, and chemical spaces.
  • ΔOF-MLFF
    a Δ-machine learning model for obtaining Kohn–Sham accuracy from orbital-free density functional theory (DFT) calculations
  • PairNet
    A molecular orbital based machine learning model for predicting accurate CCSD(T) correlation energies. The model, named as PairNet, shows excellent transferability on several public data sets using features inspired by pair natural orbitals(PNOs).

  • SPAHM(a,b)
    SPAHM(a,b): encoding the density information from guess Hamiltonian in quantum machine learning representations

  • GradDFT
    GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation functionals using machine learning techniques.

  • lapnet
    A JAX implementation of the algorithm and calculations described in Forward Laplacian: A New Computational Framework for Neural Network-based Variational Monte Carlo.

  • M-OFDFT
    M-OFDFT is a deep-learning implementation of orbital-free density functional theory that achieves DFT-level accuracy on molecular systems but with lower cost complexity, and can extrapolate to much larger molecules than those seen during training

  • ACE-Kohn-Sham DM
    we present a parameterized representation for learning the mapping from a molecular configuration to its corresponding density matrix using the Atomic Cluster Expansion (ACE) framework, which preserves the physical symmetries of the mapping, including isometric equivariance and Grassmannianity.

  • ANN for Schrodinger
    Artificial neural networks (NN) are universal function approximators and have shown great ability in computing the ground state energy of the electronic Schrödinger equation, yet NN has not established itself as a practical and accurate approach to solving the vibrational Schrödinger equation for realistic polyatomic molecules to obtain vibrational energies and wave functions for the excited states

  • equivariant_electron_density
    Generate and predict molecular electron densities with Euclidean Neural Networks

  • DeePDFT
    This is the official Implementation of the DeepDFT model for charge density prediction.

  • DFA_recommeder
    System-specific density functional recommender

  • EG-XC
    The accuracy of density functional theory hinges on the approximation of nonlocal contributions to the exchange-correlation (XC) functional. To date, machine-learned and human-designed approximations suffer from insufficient accuracy, limited scalability, or dependence on costly reference data. To address these issues, we introduce Equivariant Graph Exchange Correlation (EG-XC), a novel non-local XC functional based on equivariant graph neural network

  • scdp
    Machine learning methods are promising in significantly accelerating charge density prediction, yet existing approaches either lack accuracy or scalability. They propose a recipe that can achieve both. In particular, they identify three key ingredients: (1) representing the charge density with atomic and virtual orbitals (spherical fields centered at atom/virtual coordinates); (2) using expressive and learnable orbital basis sets (basis function for the spherical fields); and (3) using high-capacity equivariant neural network architecture

  • physics-informed-DFT
    We have developed an approach for physics-informed training of flexible empirical density functionals. In this approach, the “physics knowledge” is transferred from PBE, or any other exact-constraints-based functional, using local exchange−correlation energy density regularization, i.e., by adding its local energies into the training set

  • SchrodingerNet
    SchrödingerNet offers a novel approach to solving the full electronic-nuclear Schrödinger equation (SE) by defining a custom loss function designed to equalize local energies throughout the system.

  • qmlearn
    Quantum Machine Learning by learning one-body reduced density matrices in the AO basis.

  • Multi-task-electronic
    This package provides a python realization of the multi-task EGNN (equivariant graph neural network) for molecular electronic structure described in the paper "Multi-task learning for molecular electronic structure approaching coupled-cluster accuracy".

  • aPBE0
    We propose adaptive hybrid functionals, generating optimal exact exchange admixture ratios on the fly using data- efficient quantum machine learning models with negligible overhead. The adaptive Perdew-Burke-Ernzerhof hybrid density functional (aPBE0) improves energetics, electron densities, and HOMO- LUMO gaps in QM9, QM7b, and GMTKN55 benchmark datasets.

  • Skala
    In this work, we present Skala, a modern deep learning-based XC functional that bypasses expensive hand-designed features by learning representations directly from data. Skala achieves chemical accuracy for atomization energies of small molecules while retaining the computational efficiency typical of semi-local DFT.

Quantum Monte Carlo

  • DeePQMC
    DeepQMC implements variational quantum Monte Carlo for electrons in molecules, using deep neural networks written in PyTorch as trial wave functions.

  • oneqmc
    This package provides an implementation of the Orbformer wave function foundation model.

Green Function

  • DeepGreen
    The many-body Green's function provides access to electronic properties beyond density functional theory level in ab inito calculations. It present proof-of-concept benchmark results for both molecules and simple periodic systems, showing that our method is able to provide accurate estimate of physical observables such as energy and density of states based on the predicted Green's function.

Force Field Method

Kernel Methods

  • wigner_kernel
    They propose a novel density-based method which involves computing "Wigner kernels".

  • sGDML
    Symmetric Gradient Domain Machine Learning, focusing on kernel-based representations for molecular force fields.

Not based on Graph Models

  • DeePMD
    A package designed to minimize the effort required to build deep learning based model of interatomic potential energy and force field and to perform molecular dynamics.

  • GAP
    This package is part of QUantum mechanics and Interatomic Potentials Part of the QUantum mechanics and Interatomic Potentials package, using Gaussian process regression for invariant potentials.

  • QUIP
    The QUIP package is a collection of software tools to carry out molecular dynamics simulations. It implements a variety of interatomic potentials and tight binding quantum mechanics, and is also able to call external packages, and serve as plugins to other software such as LAMMPS, CP2K and also the python framework ASE.

  • EANN
    Embedded Atomic Neural Network (EANN) is a physically-inspired neural network framework. The EANN package is implemented using the PyTorch framework used to train interatomic potentials, dipole moments, transition dipole moments and polarizabilities of various systems.

  • REANN
    Recursively embedded atom neural network (REANN) is a PyTorch-based end-to-end multi-functional Deep Neural Network Package for Molecular, Reactive and Periodic Systems.

  • FIREANN
    Field-induced Recursively embedded atom neural network (FIREANN) is a PyTorch-based end-to-end multi-functional Deep Neural Network Package for Molecular, Reactive and Periodic Systems under the presence of the external field with rigorous rotational equivariance.

  • SCFNN
    A self consistent field neural network (SCFNN) model.

  • Torch-ANI
    TorchANI is a pytorch implementation of ANI model.

  • PESPIP
    Mathematica programs for choosing the best basis of permutational invariant polynomials for fitting a potential energy surface

  • RuNNer
    A program package for constructing high-dimensional neural network potentials,4G-HDNNPs,3G-HDNNPs.

  • aenet
    The Atomic Energy NETwork (ænet) package is a collection of tools for the construction and application of atomic interaction potentials based on artificial neural networks.

  • aevmod

    This package provides functionality for computing an atomic environment vector (AEV), as well as its Jacobian and Hessian.

  • TensorMol
    A pakcages of NN model chemistry, contains Behler-Parrinello with electrostatics, Many Body Expansion Bonds in Molecules NN, Atomwise, Forces, Inductive Charges.

  • PairNet-OPs/PairFE-Net
    In PairFE-Net, an atomic structure is encoded using pairwise nuclear repulsion forces

Graph Domain models

  • Nequip
    NequIP is an open-source code for building E(3)-equivariant interatomic potentials.

  • E3NN
    Euclidean neural networks,The aim of this library is to help the development of E(3) equivariant neural networks. It contains fundamental mathematical operations such as tensor products and spherical harmonics.

  • XequiNet
    XequiNet is an equivariant graph neural network for predicting the properties of chemical molecules or periodical systems.

  • SchNet
    SchNet is a deep learning architecture that allows for spatially and chemically resolved insights into quantum-mechanical observables of atomistic systems.

  • SchNetPack
    SchNetPack aims to provide accessible atomistic neural networks that can be trained and applied out-of-the-box, while still being extensible to custom atomistic architectures. contains schnet,painn,filedschnet,so3net

  • G-SchNet
    Implementation of G-SchNet - a generative model for 3d molecular structures.

  • PhysNet
    PhysNet: A Neural Network for Predicting Energies, Forces, Dipole Moments and Partial Charges.

  • DimeNet
    Directional Message Passing Neural Network.

  • GemNet
    Universal Directional Graph Neural Networks for Molecules.

  • DeePMoleNet
    DeepMoleNet is a deep learning package for molecular properties prediction.

  • AirNet
    A new GNN-based deep molecular model by MindSpore.

  • TorchMD-Net
    TorchMD-NET provides graph neural networks and equivariant transformer neural networks potentials for learning molecular potentials.

  • charge_transfer_nnp
    About Graph neural network potential with charge-transfer with nequip model.

  • ForceNet
    We demonstrate that force-centric GNN models without any explicit physical constraints are able to predict atomic forces more accurately than state-of-the-art energy centric GNN models, while being faster both in training and inference.

  • DIG
    A library for graph deep learning research.

  • scn
    Spherical Channels for Modeling Atomic Interactions

  • spinconv

    Rotation Invariant Graph Neural Networks using Spin Convolutions.

  • VisNet
    a scalable and accurate geometric deep learning potential for molecular dynamics simulation

  • alignn
    The Atomistic Line Graph Neural Network (https://www.nature.com/articles/s41524-021-00650-1) introduces a new graph convolution layer that explicitly models both two and three body interactions in atomistic systems.

  • So3krates
    Repository for training, testing and developing machine learned force fields using the So3krates model.

  • spice-model-five-net
    Contains the five equivariant transformer models about the spice datasets(https://github.com/openmm/spice-dataset/releases/tag/1.1).

  • sake
    Spatial Attention Kinetic Networks with E(n)-Equivariance

  • eqgat
    Pytorch implementation for the manuscript Representation Learning on Biomolecular Structures using Equivariant Graph Attention

  • GNN-LF
    Graph Neural Network With Local Frame for Molecular Potential Energy Surface

  • Cormorant
    We propose Cormorant, a rotationally covariant neural network architecture for learning the behavior and properties of complex many-body physical systems.

  • LieConv
    Generalizing Convolutional Neural Networks for Equivariance to Lie Groups on Arbitrary Continuous Data

  • torchmd-net/ET
    Neural network potentials based on graph neural networks and equivariant transformers

  • torchmd-net/TensorNet+0.1S
    On the Inclusion of Charge and Spin States in Cartesian Tensor Neural Network Potentials

  • GemNet
    GemNet: Universal Directional Graph Neural Networks for Molecules

  • equiformer
    Equiformer: Equivariant Graph Attention Transformer for 3D Atomistic Graphs

  • VisNet-LSRM
    Inspired by fragmentation-based methods, we propose the Long-Short-Range Message-Passing (LSR-MP) framework as a generalization of the existing equivariant graph neural networks (EGNNs) with the intent to incorporate long-range interactions efficiently and effectively.

  • AP-net
    AP-Net: An atomic-pairwise neural network for smooth and transferable interaction potentials

  • MACE
    MACE provides fast and accurate machine learning interatomic potentials with higher order equivariant message passing.

  • Unimol+
    Uni-Mol+ first generates a raw 3D molecule conformation from inexpensive methods such as RDKit. Then, the raw conformation is iteratively updated to its target DFT equilibrium conformation using neural networks, and the learned conformation will be used to predict the QC properties.

  • ColfNet
    Inspired by differential geometry and physics, we introduce equivariant local complete frames to graph neural networks, such that tensor information at given orders can be projected onto the frames.

  • LeftNet
    A New Perspective on Building Efficient and Expressive 3D Equivariant Graph Neural Networks

  • SO3krates with transformer
    we propose a transformer architecture called SO3krates that combines sparse equivariant representations.

  • LEIGNN A lightweight equivariant interaction graph neural network (LEIGNN) that can enable accurate and efficient interatomic potential and force predictions in crystals. Rather than relying on higher-order representations, LEIGNN employs a scalar-vector dual representation to encode equivariant feature.

  • Multi-fidelity GNNs
    Multi-fidelity GNNs for drug discovery and quantum mechanics

  • GPIP
    GPIP: Geometry-enhanced Pre-training on Interatomic Potentials.they propose a geometric structure learning framework that leverages the unlabeled configurations to improve the performance of MLIPs. Their framework consists of two stages: firstly, using CMD simulations to generate unlabeled configurations of the target molecular system; and secondly, applying geometry-enhanced self-supervised learning techniques, including masking, denoising, and contrastive learning, to capture structural information

  • ictp
    Official repository for the paper "Higher Rank Irreducible Cartesian Tensors for Equivariant Message Passing". It is built upon the ALEBREW repository and implements irreducible Cartesian tensors and their products.

  • CHGNet
    A pretrained universal neural network potential for charge-informed atomistic modeling (see publication)

  • GPTFF
    GPTFF(graph-based pre-trained transformer forcefield): A high-accuracy out-of-the-box universal AI force field for arbitrary inorganic materials

  • cace
    The Cartesian Atomic Cluster Expansion (CACE) is a new approach for developing machine learning interatomic potentials. This method utilizes Cartesian coordinates to provide a complete description of atomic environments, maintaining interaction body orders. It integrates low-dimensional embeddings of chemical elements with inter-atomic message passing.

Transformer Domain

  • SpookyNet
    Spookynet: Learning force fields with electronic degrees of freedom and nonlocal effects.

  • trip
    Transformer Interatomic Potential (TrIP): a chemically sound potential based on the SE(3)-Transformer

  • e3x
    E3x is a JAX library for constructing efficient E(3)-equivariant deep learning architectures built on top of Flax. The goal is to provide common neural network building blocks for E(3)-equivariant architectures to make the development of models operating on three-dimensional data (point clouds, polygon meshes, etc.) easier.

  • EScAIP
    EScAIP: Efficiently Scaled Attention Interatomic Potential.

  • graph-free-transformer
    Our findings suggest that Transformers can learn many of the graph-based inductive biases typically built into current ML models for chemistry—while doing so more flexibly.

Universal model

  • egret
    This repository contains the Egret family of neural network potentials, developed by Rowan using the MACE architecture.

  • eSEN
    The resulting model, eSEN, provides state-of-the-art results on a range of physical property prediction tasks,

  • UNA
    UMA: A Family of Universal Models for Atoms, a modified model of eSEN.

  • AIMNET
    This repository contains reference AIMNet implementation along with some examples and menchmarks.

  • AIMNet2
    A general-purpose neural netrork potential for organic and element-organic molecules.

  • MACE-OFF23
    This repository contains the MACE-OFF23 pre-traained transferable organic force fields.

  • Orb-V3
    Trained on the Open Molecules 2025 (OMol25) dataset—over 100M high-accuracy DFT calculations (ωB97M-V/def2-TZVPD) on diverse molecular systems including metal complexes, biomolecules, and electrolytes.

Empirical force field

  • PAMNet
    PAMNet(Physics-aware Multiplex Graph Neural Network) is an improved version of MXMNet and outperforms state-of-the-art baselines regarding both accuracy and efficiency in diverse tasks including small molecule property prediction, RNA 3D structure prediction, and protein-ligand binding affinity prediction.

  • grappa
    A machine-learned molecular mechanics force field using a deep graph attentional network

  • espaloma
    Extensible Surrogate Potential of Ab initio Learned and Optimized by Message-passing Algorithm.
  • FeNNol
    FeNNol is a library for building, training and running neural network potentials for molecular simulations. It is based on the JAX library and is designed to be fast and flexible.
  • ByteFF
    In this study, we address this issue usinga modern data-driven approach, developing ByteFF, an Amber-compatible force fi eld for drug-like molecules. To create ByteFF, we generated an expansive and highly diverse molecular dataset at the B3LYP-D3(BJ)/DZVP level of theory. This dataset includes 2.4 million optimized molecular fragment geometries with analytical Hessian matrices, along with 3.2 million torsion profiles
  • GB-FFs
    Graph-Based Force Fields Model to parameterize Force Fields by Graph Attention Networks

  • ARROW-NN
    The simulation conda package contains the InterX ARBALEST molecular dynamics simulation software along with all the necessary database files to run ARROW-NN molecular simulations

  • AMOEBA+NN
    It present an integrated non-reactive hybrid model, AMOEBA+NN, which employs the AMOEBA potential for the short- and long-range non-bonded interactions and an NNP to capture the remaining local (covalent) contributions

  • bamboo Welcome to the repository of BAMBOO! This repository hosts the source code for creating a machine learning-based force field (MLFF) for molecular dynamics (MD) simulations of lithium battery electrolytes. Whether you're interested in simulating lithium battery electrolytes or other types of liquids, BAMBOO provides a robust and versatile solution.

  • ResFF

    We introduce ResFF, a hybrid machine learning force field that employs deep residual learning to integrate explicit physics-based bonded terms with residual corrections from a lightweight equivariant neural network. Through a three-stage joint optimization, ResFF decomposes molecular energy into dominant bonded contributions and complex noncovalent deviations.

Tools and potentials

  • rascaline
    Rascaline is a library for the efficient computing of representations for atomistic machine learning also called "descriptors" or "fingerprints". These representations can be used for atomistic machine learning (ml) models including ml potentials, visualization or similarity analysis.

  • AIRS
    AIRS is a collection of open-source software tools, datasets, and benchmarks associated with our paper entitled “Artificial Intelligence for Science in Quantum, Atomistic, and Continuum Systems”.

  • phast
    PyTorch implementation for PhAST: Physics-Aware, Scalable and Task-specific GNNs for Accelerated Catalyst Design

  • mdgrad
    Pytorch differentiable molecular dynamics

  • NerualForceFild
    The Neural Force Field (NFF) code is an API based on SchNet, DimeNet, PaiNN and DANN. It provides an interface to train and evaluate neural networks for force fields. It can also be used as a property predictor that uses both 3D geometries and 2D graph information.

  • NNPOps
    The goal of this project is to promote the use of neural network potentials (NNPs) by providing highly optimized, open-source implementations of bottleneck operations that appear in popular potentials.

  • jax-md
    JAX MD is a functional and data driven library. Data is stored in arrays or tuples of arrays and functions transform data from one state to another.

  • AQML
    AQML is a mixed Python/Fortran/C++ package, intends to simulate quantum chemistry problems through the use of the fundamental building blocks of larger systems.

  • MDsim
    Training and simulating MD with ML force fields

  • AMP
    Amp: A modular approach to machine learning in atomistic simulations(https://github.com/ulissigroup/amptorch)

  • HIPPYNN
    a modular library for atomistic machine learning with pytorch.

  • flare
    FLARE is an open-source Python package for creating fast and accurate interatomic potentials.

  • nnp-pre-training
    Synthetic pre-training for neural-network interatomic potentials

  • mlp-train
    General machine learning potentials (MLP) training for molecular systems in gas phase and solution

  • NNP-MM
    NNP/MM embeds a Neural Network Potential into a conventional molecular mechanical (MM) model.

  • GAMD
    Data and code for Graph neural network Accelerated Molecular Dynamics.

  • PFP
    Here we report a development of universal NNP called PreFerred Potential (PFP), which is able to handle any combination of 45 elements. Particular emphasis is placed on the datasets, which include a diverse set of virtual structures used to attain the universality.

  • TeaNet
    universal neural network interatomic potential inspired by iterative electronic relaxations.

  • n2p2
    This repository provides ready-to-use software for high-dimensional neural network potentials in computational physics and chemistry.

  • charge3net
    Official implementation of ChargeE3Net, introduced in Higher-Order Equivariant Neural Networks for Charge Density Prediction in Materials.

  • jax-nb
    This is a JAX implementation of Polarizable Charge Equilibrium (PQEq) and DFT-D3 dispersion correction.

  • AlF_dimer
    a global potential for AlF-AlF dimer

  • Schrodinger-ANI
    A neural network potential energy function for use in drug discovery, with chemical element support extended from 41% to 94% of druglike molecules based on ChEMBL.

  • q-AQUA,q-AQUA-pol
    CCSD(T) potential for water, interfaced with TTM3-F

  • gimlet
    Graph Inference on Molecular Topology. A package for modelling, learning, and inference on molecular topological space written in Python and TensorFlow.

Semi-Empirical Quantum Mechanical Method

with SQM feature

  • DeePaTB
    We present Deep Atomic Density-Based Tight-Binding (DeePaTB), a novel machine learning-based semi-empirical quantum mechanical (ML-SQM) framework, developed upon our recently proposed atomic density-based tight-binding (aTB) method, which can generate the descriptor by Amesp, "eigenvalue of the local density matrix." This neural network-enhanced semi-empirical quantum mechanical model demonstrates remarkable computational efficiency and transferability across diverse chemical systems.

  • OrbNet; OrbNet Denali
    OrbNet Denali: A machine learning potential for biological and organic chemistry with semi-empirical cost and DFT accuracy.

  • OrbNet-Equi
    INFORMING GEOMETRIC DEEP LEARNING WITH ELECTRONIC INTERACTIONS TO ACCELERATE QUANTUM CHEMISTRY
  • OrbNet-Spin,OrbitAll
    OrbNet-Spin incorporates a spin-polarized treatment into the underlying semiempirical quantum mechanics orbital featurization and adjusts the model architecture accordingly while maintaining the geometrical constraints.

  • EHM-ML
    Machine Learned Hückel Theory: Interfacing Physics and Deep Neural Networks. The Hückel Hamiltonian is an incredibly simple tight-binding model known for its ability to capture qualitative physics phenomena arising from electron interactions in molecules and materials.

  • DFTBML
    DFTBML provides a systematic way to parameterize the Density Functional-based Tight Binding (DFTB) semiempirical quantum chemical method for different chemical systems by learning the underlying Hamiltonian parameters rather than fitting the potential energy surface directly.

  • NN-xTB
    Fast, general, and interpretable quantum accuracy remains a challenge. To address it, we introduce Neural Network Extended Tight-Binding (NN-xTB), a Hamiltonian-preserving scheme that augments the GFN2-xTB operator with small, bounded, environment-dependent shifts to a compact set of physically interpretable parameters predicted by neural network.

without SQM fearure

  • AIQM1, AIQM2
    Artificial intelligence-enhanced quantum chemical method with broad applicability.
  • BpopNN
    Incorporating Electronic Information into Machine Learning Potential Energy Surfaces via Approaching the Ground-State Electronic Energy as a Function of Atom-Based Electronic Populations.

  • Delfta
    The DelFTa application is an easy-to-use, open-source toolbox for predicting quantum-mechanical properties of drug-like molecules. Using either ∆-learning (with a GFN2-xTB baseline) or direct-learning (without a baseline), the application accurately approximates DFT reference values (ωB97X-D/def2-SVP).

  • PYSEQM
    PYSEQM is a Semi-Empirical Quantum Mechanics package implemented in PyTorch.

  • PM6-ML
    MOPAC-ML implements the PM6-ML method, a semiempirical quantum-mechanical computational method that augments PM6 with a machine learning (ML) correction. It acts as a wrapper calling a modified version of MOPAC, to which it provides the ML correction.

  • XpaiNN@xTB
    A model can deal with optimization, and frequency prediction

  • hotpp
    HotPP is an open-source package designed for constructing message passing network interatomic potentials. It facilitates the utilization of arbitrary order Cartesian tensors as messages while maintaining equivalence maintenance

  • LiTEN, LiTEN-FF
    LiTEN, a novel equivariant neural network with Tensorized Quadrangle Attention (TQA). TQA efficiently models three- and four-body interactions with linear complexity by reparameterizing high-order tensor features via vector operations, avoiding costly spherical harmonics.

Coarse-Grained Method

  • cgnet
    Coarse graining for molecular dynamics
  • SchNet-CG
    We explore the application of SchNet models to obtain a CG potential for liquid benzene, investigating the effect of model architecture and hyperparameters on the thermodynamic, dynamical, and structural properties of the simulated CG systems, reporting and discussing challenges encountered and future directions envisioned.

  • CG-SchNET
    By combining recent deep learning methods with a large and diverse training set of all-atom protein simulations, we here develop a bottom-up CG force field with chemical transferability, which can be used for extrapolative molecular dynamics on new sequences not used during model parametrization.

  • torchmd-protein-thermodynamics
    This repository contains code, data and tutarial for reproducing the paper "Machine Learning Coarse-Grained Potentials of Protein Thermodynamics". https://arxiv.org/abs/2212.07492

  • torchmd-exp
    This repository contains a method for training a neural network potential for coarse-grained proteins using unsupervised learning

  • AICG
    Learning coarse-grained force fields for fibrogenesis modeling(https://doi.org/10.1016/j.cpc.2023.108964)

Enhanced Sampling Method

  • Enhanced Sampling with Machine Learning: A Review
    we highlight successful strategies like dimensionality reduction, reinforcement learning, and fl ow-based methods. Finally, we discuss open problems at the exciting ML-enhanced MD interface

  • mlcolvar
    mlcolvar is a Python library aimed to help design data-driven collective-variables (CVs) for enhanced sampling simulations.

QM/MM Model

  • NNP-MM
    NNP/MM embeds a Neural Network Potential into a conventional molecular mechanical (MM) model. We have implemented this using the Custom QM/MM features of NAMD 2.13, which interface NAMD with the TorchANI NNP python library developed by the Roitberg and Isayev groups.

  • DeeP-HP
    Scalable hybrid deep neural networks/polarizable potentials biomolecular simulations including long-range effects

  • PairF-Net
    Here, we further develop the PairF-Net model to intrinsically incorporate energy conservation and couple the model to a molecular mechanical (MM) environment within the OpenMM package

  • embedding
    This work presents a variant of an electrostatic embedding scheme that allows the embedding of arbitrary machine learned potentials trained on molecular systems in vacuo.

  • field_schnet
    FieldSchNet provides a deep neural network for modeling the interaction of molecules and external environments as described.

  • FieldMACE
    an extension of the message-passing atomic cluster expansion (MACE) architecture that integrates the multipole expansion to model long-range interactions more effi ciently. By incorporating the multipole expansion, FieldMACE eff ectively captures environmental and long-range eff ects in both ground and excited states.

  • ML/MM
    This repository contains data and software regarding the paper submited to JCIM, entitled "Assessment of embedding schemes in a hybrid machine learning/classical potentials (ML/MM) approach".

  • emle
    An engine for electrostatic ML embedding for multiscale modelling.

Credit by: @github.com/Eipgen/Neural-Network-Models-for-Chemistry

Best of Python

Best-of Python

🏆  A ranked list of awesome Python open-source libraries & tools. Updated weekly.

This curated list contains 400 awesome open-source projects with a total of 2M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Pandas related project


Data Serialization

Back to top

protobuf (🥇40 · ⭐ 72K) - Protocol Buffers - Googles data interchange format. BSD-3 - [GitHub](https://github.com/protocolbuffers/protobuf) (👨‍💻 1.5K · 🔀 16K · 📦 1M):
git clone https://github.com/protocolbuffers/protobuf
- [PyPi](https://pypi.org/project/protobuf) (📥 900M / month · 📦 13K · ⏱️ 20.08.2026):
pip install protobuf
- [Conda](https://anaconda.org/conda-forge/protobuf) (📥 35M · ⏱️ 13.06.2026):
conda install -c conda-forge protobuf
- [npm](https://www.npmjs.com/package/google-protobuf) (📥 25M / month · 📦 3.8K · ⏱️ 24.02.2026):
npm install google-protobuf
flatbuffers (🥇34 · ⭐ 26K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2 - [GitHub](https://github.com/google/flatbuffers) (👨‍💻 780 · 🔀 3.6K · 📦 200K):
git clone https://github.com/google/flatbuffers
- [PyPi](https://pypi.org/project/flatbuffers) (📥 100M / month · 📦 700 · ⏱️ 19.12.2025):
pip install flatbuffers
- [Conda](https://anaconda.org/conda-forge/flatbuffers) (📥 2.4M · ⏱️ 22.12.2025):
conda install -c conda-forge flatbuffers
- [npm](https://www.npmjs.com/package/flatbuffers) (📥 36M / month · 📦 290 · ⏱️ 24.09.2025):
npm install flatbuffers
orjson (🥇34 · ⭐ 8.2K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2 - [GitHub](https://github.com/ijl/orjson) (👨‍💻 24 · 🔀 320 · 📦 220K):
git clone https://github.com/ijl/orjson
- [PyPi](https://pypi.org/project/orjson) (📥 240M / month · 📦 7.3K · ⏱️ 14.08.2026):
pip install orjson
- [Conda](https://anaconda.org/conda-forge/orjson) (📥 7M · ⏱️ 16.08.2026):
conda install -c conda-forge orjson
marshmallow (🥈33 · ⭐ 7.2K) - A lightweight library for converting complex objects to and from.. MIT - [GitHub](https://github.com/marshmallow-code/marshmallow) (👨‍💻 230 · 🔀 720 · 📦 230K):
git clone https://github.com/marshmallow-code/marshmallow
- [PyPi](https://pypi.org/project/marshmallow) (📥 120M / month · 📦 2.9K · ⏱️ 08.08.2026):
pip install marshmallow
- [Conda](https://anaconda.org/conda-forge/marshmallow) (📥 4.5M · ⏱️ 09.08.2026):
conda install -c conda-forge marshmallow
dill (🥈32 · ⭐ 2.4K) - serialize all of Python. BSD-3 - [GitHub](https://github.com/uqfoundation/dill) (👨‍💻 51 · 🔀 190 · 📦 250K):
git clone https://github.com/uqfoundation/dill
- [PyPi](https://pypi.org/project/dill) (📥 230M / month · 📦 4.2K · ⏱️ 19.01.2026):
pip install dill
- [Conda](https://anaconda.org/conda-forge/dill) (📥 20M · ⏱️ 19.01.2026):
conda install -c conda-forge dill
simplejson (🥈32 · ⭐ 1.7K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT - [GitHub](https://github.com/simplejson/simplejson) (👨‍💻 52 · 🔀 360 · 📦 150K):
git clone https://github.com/simplejson/simplejson
- [PyPi](https://pypi.org/project/simplejson) (📥 59M / month · 📦 3K · ⏱️ 27.08.2026):
pip install simplejson
- [Conda](https://anaconda.org/conda-forge/simplejson) (📥 5.5M · ⏱️ 27.08.2026):
conda install -c conda-forge simplejson
cloudpickle (🥈31 · ⭐ 1.9K) - Extended pickling support for Python objects. BSD-3 - [GitHub](https://github.com/cloudpipe/cloudpickle) (👨‍💻 80 · 🔀 190 · 📦 170K):
git clone https://github.com/cloudpipe/cloudpickle
- [PyPi](https://pypi.org/project/cloudpickle) (📥 150M / month · 📦 2.3K · ⏱️ 03.11.2025):
pip install cloudpickle
- [Conda](https://anaconda.org/conda-forge/cloudpickle) (📥 37M · ⏱️ 09.12.2025):
conda install -c conda-forge cloudpickle
pyasn1 (🥈31 · ⭐ 240) - Generic ASN.1 library for Python. BSD-2 - [GitHub](https://github.com/etingof/pyasn1) (👨‍💻 16 · 🔀 120 · 📦 710K):
git clone https://github.com/etingof/pyasn1
- [PyPi](https://pypi.org/project/pyasn1) (📥 570M / month · 📦 2.4K · ⏱️ 09.07.2026):
pip install pyasn1
- [Conda](https://anaconda.org/conda-forge/pyasn1) (📥 23M · ⏱️ 09.07.2026):
conda install -c conda-forge pyasn1
jsonpickle (🥉29 · ⭐ 1.3K) - Python library for serializing any arbitrary object graph into.. BSD-3 - [GitHub](https://github.com/jsonpickle/jsonpickle) (👨‍💻 90 · 🔀 180 · 📦 51K):
git clone https://github.com/jsonpickle/jsonpickle
- [PyPi](https://pypi.org/project/jsonpickle) (📥 20M / month · 📦 1.6K · ⏱️ 28.05.2026):
pip install jsonpickle
- [Conda](https://anaconda.org/conda-forge/jsonpickle) (📥 2.5M · ⏱️ 28.05.2026):
conda install -c conda-forge jsonpickle
python-rapidjson (🥉26 · ⭐ 530) - Python wrapper around rapidjson. MIT - [GitHub](https://github.com/python-rapidjson/python-rapidjson) (👨‍💻 26 · 🔀 53 · 📦 8.1K):
git clone https://github.com/python-rapidjson/python-rapidjson
- [PyPi](https://pypi.org/project/python-rapidjson) (📥 4.5M / month · 📦 270 · ⏱️ 07.12.2025):
pip install python-rapidjson
- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (📥 4.8M · ⏱️ 03.02.2026):
conda install -c conda-forge python-rapidjson
srsly (🥉26 · ⭐ 480) - Modern high-performance serialization utilities for Python (JSON,.. MIT - [GitHub](https://github.com/explosion/srsly) (👨‍💻 16 · 🔀 37 · 📦 70K):
git clone https://github.com/explosion/srsly
- [PyPi](https://pypi.org/project/srsly) (📥 24M / month · 📦 270 · ⏱️ 23.03.2026):
pip install srsly
- [Conda](https://anaconda.org/conda-forge/srsly) (📥 2.7M · ⏱️ 24.03.2026):
conda install -c conda-forge srsly
rtoml (🥉22 · ⭐ 380 · 💤) - A fast TOML library for python implemented in rust. MIT - [GitHub](https://github.com/samuelcolvin/rtoml) (👨‍💻 16 · 🔀 30 · 📦 970):
git clone https://github.com/samuelcolvin/rtoml
- [PyPi](https://pypi.org/project/rtoml) (📥 940K / month · 📦 160 · ⏱️ 19.10.2025):
pip install rtoml
Show 4 hidden projects... - msgpack (🥉29 · ⭐ 2.1K) - MessagePack serializer implementation for Python.. ❗Unlicensed - ultrajson (🥉27 · ⭐ 4.5K) - Ultra fast JSON decoder and encoder written in C with Python.. ❗Unlicensed - hickle (🥉21 · ⭐ 490 · 💀) - a HDF5-based python pickle replacement. MIT - pysimdjson (🥉20 · ⭐ 710 · 💤) - Python bindings for the simdjson project. ❗Unlicensed


Data Containers & Dataframes

Back to top

General-purpose data containers as well as utilities & extensions for pandas.

pandas (🥇40 · ⭐ 49K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 - [GitHub](https://github.com/pandas-dev/pandas) (👨‍💻 4.3K · 🔀 20K · 📦 2.9M):
git clone https://github.com/pandas-dev/pandas
- [PyPi](https://pypi.org/project/pandas) (📥 780M / month · 📦 130K · ⏱️ 22.07.2026):
pip install pandas
- [Conda](https://anaconda.org/conda-forge/pandas) (📥 93M · ⏱️ 28.07.2026):
conda install -c conda-forge pandas
polars (🥇34 · ⭐ 39K) - Extremely fast Query Engine for DataFrames, written in Rust. MIT - [GitHub](https://github.com/pola-rs/polars) (👨‍💻 760 · 🔀 3.1K · 📦 36K):
git clone https://github.com/pola-rs/polars
- [PyPi](https://pypi.org/project/polars) (📥 77M / month · 📦 7.8K · ⏱️ 26.08.2026):
pip install polars
h5py (🥇34 · ⭐ 2.2K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3 - [GitHub](https://github.com/h5py/h5py) (👨‍💻 220 · 🔀 560 · 📦 360K):
git clone https://github.com/h5py/h5py
- [PyPi](https://pypi.org/project/h5py) (📥 42M / month · 📦 11K · ⏱️ 06.03.2026):
pip install h5py
- [Conda](https://anaconda.org/conda-forge/h5py) (📥 29M · ⏱️ 26.08.2026):
conda install -c conda-forge h5py
xarray (🥈32 · ⭐ 4.2K) - N-D labeled arrays and datasets in Python. Apache-2 - [GitHub](https://github.com/pydata/xarray) (👨‍💻 630 · 🔀 1.3K · 📦 46K):
git clone https://github.com/pydata/xarray
- [PyPi](https://pypi.org/project/xarray) (📥 18M / month · 📦 6.3K · ⏱️ 09.07.2026):
pip install xarray
- [Conda](https://anaconda.org/conda-forge/xarray) (📥 17M · ⏱️ 09.07.2026):
conda install -c conda-forge xarray
numexpr (🥈31 · ⭐ 2.5K) - Fast numerical array expression evaluator for Python, NumPy, Pandas,.. MIT - [GitHub](https://github.com/pydata/numexpr) (👨‍💻 90 · 🔀 230 · 📦 100K):
git clone https://github.com/pydata/numexpr
- [PyPi](https://pypi.org/project/numexpr) (📥 16M / month · 📦 1.3K · ⏱️ 18.07.2026):
pip install numexpr
- [Conda](https://anaconda.org/conda-forge/numexpr) (📥 14M · ⏱️ 18.07.2026):
conda install -c conda-forge numexpr
zarr (🥈30 · ⭐ 2K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT - [GitHub](https://github.com/zarr-developers/zarr-python) (👨‍💻 180 · 🔀 440 · 📦 9K):
git clone https://github.com/zarr-developers/zarr-python
- [PyPi](https://pypi.org/project/zarr) (📥 7M / month · 📦 2.5K · ⏱️ 30.07.2026):
pip install zarr
- [Conda](https://anaconda.org/conda-forge/zarr) (📥 6.4M · ⏱️ 31.07.2026):
conda install -c conda-forge zarr
TinyDB (🥈29 · ⭐ 7.5K) - TinyDB is a lightweight document oriented database optimized for your.. MIT - [GitHub](https://github.com/msiemens/tinydb) (👨‍💻 100 · 🔀 620 · 📦 16K):
git clone https://github.com/msiemens/tinydb
- [PyPi](https://pypi.org/project/tinydb) (📥 4.6M / month · 📦 910 · ⏱️ 06.08.2026):
pip install tinydb
- [Conda](https://anaconda.org/conda-forge/tinydb) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge tinydb
datasketch (🥈28 · ⭐ 2.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT - [GitHub](https://github.com/ekzhu/datasketch) (👨‍💻 39 · 🔀 320 · 📦 2.6K):
git clone https://github.com/ekzhu/datasketch
- [PyPi](https://pypi.org/project/datasketch) (📥 6.4M / month · 📦 220 · ⏱️ 05.07.2026):
pip install datasketch
PyTables (🥈28 · ⭐ 1.4K) - A Python package to manage extremely large amounts of data. BSD-3 - [GitHub](https://github.com/PyTables/PyTables) (👨‍💻 150 · 🔀 280):
git clone https://github.com/PyTables/PyTables
- [PyPi](https://pypi.org/project/tables) (📥 3.2M / month · 📦 1.8K · ⏱️ 01.03.2026):
pip install tables
- [Conda](https://anaconda.org/conda-forge/pytables) (📥 13M · ⏱️ 25.07.2026):
conda install -c conda-forge pytables
Bottleneck (🥈28 · ⭐ 1.2K) - Fast NumPy array functions written in C. BSD-2 - [GitHub](https://github.com/pydata/bottleneck) (👨‍💻 42 · 🔀 120 · 📦 60K):
git clone https://github.com/pydata/bottleneck
- [PyPi](https://pypi.org/project/Bottleneck) (📥 10M / month · 📦 780 · ⏱️ 25.07.2026):
pip install Bottleneck
- [Conda](https://anaconda.org/conda-forge/bottleneck) (📥 7.5M · ⏱️ 10.11.2025):
conda install -c conda-forge bottleneck
Modin (🥈26 · ⭐ 10K · 💤) - Modin: Scale your Pandas workflows by changing a single line.. Apache-2 - [GitHub](https://github.com/modin-project/modin) (👨‍💻 140 · 🔀 660 · 📦 2.3K):
git clone https://github.com/modin-project/modin
- [PyPi](https://pypi.org/project/modin) (📥 1.5M / month · 📦 66 · ⏱️ 02.10.2025):
pip install modin
- [Conda](https://anaconda.org/conda-forge/modin-core) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge modin-core
Vaex (🥉24 · ⭐ 8.5K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT - [GitHub](https://github.com/vaexio/vaex) (👨‍💻 76 · 🔀 600 · 📦 1K):
git clone https://github.com/vaexio/vaex
- [PyPi](https://pypi.org/project/vaex) (📥 20K / month · 📦 68 · ⏱️ 03.02.2026):
pip install vaex
- [Conda](https://anaconda.org/conda-forge/vaex) (📥 640K · ⏱️ 22.04.2025):
conda install -c conda-forge vaex
pickleDB (🥉20 · ⭐ 1.1K) - pickleDB is an in memory key-value store using Pythons orjson module.. BSD-3 - [GitHub](https://github.com/patx/pickledb) (👨‍💻 17 · 🔀 130 · 📦 3.4K):
git clone https://github.com/patx/pickledb
- [PyPi](https://pypi.org/project/pickledb) (📥 27K / month · 📦 8 · ⏱️ 05.01.2026):
pip install pickledb
StaticFrame (🥉19 · ⭐ 480) - Immutable and statically-typeable DataFrames with runtime type and.. MIT - [GitHub]() (👨‍💻 30 · 🔀 38 · 📦 33):
git clone https://github.com/InvestmentSystems/static-frame
- [PyPi](https://pypi.org/project/static-frame) (📥 9.3K / month · 📦 6 · ⏱️ 11.08.2026):
pip install static-frame
- [Conda](https://anaconda.org/conda-forge/static-frame) (📥 650K · ⏱️ 07.07.2026):
conda install -c conda-forge static-frame
Show 17 hidden projects... - numpy (🥇38 · ⭐ 33K) - The fundamental package for scientific computing with Python. ❗Unlicensed - pandera (🥈27 · ⭐ 4.4K) - A light-weight and flexible data validation and testing.. ❗Unlicensed - Koalas (🥉24 · ⭐ 3.4K · 💀) - Koalas: pandas API on Apache Spark. Apache-2 spark - Blaze (🥉24 · ⭐ 3.2K · 💀) - NumPy and Pandas interface to Big Data. BSD-3 - docarray (🥉24 · ⭐ 3.1K · 💀) - The data structure for multimodal data. Apache-2 - sklearn-pandas (🥉24 · ⭐ 2.8K · 💀) - Pandas integration with sklearn. ❗️Zlib sklearn - swifter (🥉24 · ⭐ 2.5K · 💀) - A package which efficiently applies any function to a pandas.. MIT - Pandaral·lel (🥉23 · ⭐ 3.8K · 💀) - A simple and efficient tool to parallelize Pandas.. BSD-3 jupyter - pandasql (🥉22 · ⭐ 1.3K · 💀) - sqldf for pandas. MIT - bcolz (🥉22 · ⭐ 960 · 💀) - A columnar data container that can be compressed. BSD-3 - datatable (🥉21 · ⭐ 1.9K · 💀) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 - Arctic (🥉20 · ⭐ 3.1K) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 - Pandas Summary (🥉17 · ⭐ 530 · 💀) - An extension to pandas describe function. MIT - fletcher (🥉17 · ⭐ 230 · 💀) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT - daffy (🥉15 · ⭐ 58) - Lightweight DataFrame validation decorators for Pandas, Polars, Modin,.. MIT - Bounter (🥉13 · ⭐ 930 · 💀) - Counter for large datasets. MIT - PandaPy (🥉12 · ⭐ 490 · 💀) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT


Data Structures

Back to top

pyrsistent (🥇31 · ⭐ 2.2K · 💤) - Persistent/Immutable/Functional data structures for Python. MIT - [GitHub](https://github.com/tobgu/pyrsistent) (👨‍💻 78 · 🔀 160 · 📦 370K):
git clone https://github.com/tobgu/pyrsistent
- [PyPi](https://pypi.org/project/pyrsistent) (📥 38M / month · 📦 1K · ⏱️ 25.10.2023):
pip install pyrsistent
- [Conda](https://anaconda.org/conda-forge/pyrsistent) (📥 22M · ⏱️ 04.10.2025):
conda install -c conda-forge pyrsistent
bidict (🥇30 · ⭐ 1.6K) - The bidirectional mapping library for Python. MPL-2.0 - [GitHub](https://github.com/jab/bidict) (👨‍💻 26 · 🔀 69 · 📦 45K):
git clone https://github.com/jab/bidict
- [PyPi](https://pypi.org/project/bidict) (📥 31M / month · 📦 690 · ⏱️ 25.08.2026):
pip install bidict
- [Conda](https://anaconda.org/conda-forge/bidict) (📥 930K · ⏱️ 26.08.2026):
conda install -c conda-forge bidict
glom (🥈28 · ⭐ 2.2K) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3 - [GitHub](https://github.com/mahmoud/glom) (👨‍💻 24 · 🔀 77 · 📦 3.6K):
git clone https://github.com/mahmoud/glom
- [PyPi](https://pypi.org/project/glom) (📥 25M / month · 📦 250 · ⏱️ 29.12.2025):
pip install glom
- [Conda](https://anaconda.org/conda-forge/glom) (📥 68K · ⏱️ 29.12.2025):
conda install -c conda-forge glom
addict (🥈27 · ⭐ 2.5K) - The Python Dict thats better than heroin. MIT - [GitHub](https://github.com/mewwts/addict) (👨‍💻 34 · 🔀 130 · 📦 18K):
git clone https://github.com/mewwts/addict
- [PyPi](https://pypi.org/project/addict) (📥 7.9M / month · 📦 450 · ⏱️ 21.11.2020):
pip install addict
- [Conda](https://anaconda.org/conda-forge/addict) (📥 1.1M · ⏱️ 02.12.2025):
conda install -c conda-forge addict
anytree (🥉26 · ⭐ 1K) - Python tree data library. Apache-2 - [GitHub](https://github.com/c0fec0de/anytree) (👨‍💻 30 · 🔀 140 · 📦 24K):
git clone https://github.com/c0fec0de/anytree
- [PyPi](https://pypi.org/project/anytree) (📥 6.7M / month · 📦 580 · ⏱️ 08.04.2025):
pip install anytree
- [Conda](https://anaconda.org/conda-forge/anytree) (📥 100K · ⏱️ 25.04.2026):
conda install -c conda-forge anytree
multidict (🥉26 · ⭐ 480) - The multidict implementation. Apache-2 - [GitHub](https://github.com/aio-libs/multidict) (👨‍💻 65 · 🔀 120):
git clone https://github.com/aio-libs/multidict
- [PyPi](https://pypi.org/project/multidict) (📥 620M / month · 📦 2.1K · ⏱️ 26.01.2026):
pip install multidict
- [Conda](https://anaconda.org/conda-forge/multidict) (📥 28M · ⏱️ 20.02.2026):
conda install -c conda-forge multidict
python-benedict (🥉25 · ⭐ 1.6K) - dict subclass with keylist/keypath support, built-in I/O.. MIT - [GitHub](https://github.com/fabiocaccamo/python-benedict) (👨‍💻 18 · 🔀 49 · 📦 2K):
git clone https://github.com/fabiocaccamo/python-benedict
- [PyPi](https://pypi.org/project/python-benedict) (📥 1.1M / month · 📦 110 · ⏱️ 07.07.2026):
pip install python-benedict
- [Conda](https://anaconda.org/conda-forge/python-benedict) (📥 280K · ⏱️ 22.04.2025):
conda install -c conda-forge python-benedict
immutables (🥉23 · ⭐ 1.2K · 💤) - A high-performance immutable mapping type for Python. Apache-2 - [GitHub](https://github.com/MagicStack/immutables) (👨‍💻 17 · 🔀 59 · 📦 8K):
git clone https://github.com/MagicStack/immutables
- [PyPi](https://pypi.org/project/immutables) (📥 2.4M / month · 📦 140 · ⏱️ 10.10.2024):
pip install immutables
- [Conda](https://anaconda.org/conda-forge/immutables) (📥 1.9M · ⏱️ 12.09.2025):
conda install -c conda-forge immutables
janus (🥉23 · ⭐ 960) - Thread-safe asyncio-aware queue for Python. Apache-2 - [GitHub](https://github.com/aio-libs/janus) (👨‍💻 30 · 🔀 54):
git clone https://github.com/aio-libs/janus
- [PyPi](https://pypi.org/project/janus) (📥 5.4M / month · 📦 130 · ⏱️ 13.12.2024):
pip install janus
- [Conda](https://anaconda.org/conda-forge/janus) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge janus
python-box (🥉22 · ⭐ 2.8K) - Python dictionaries with advanced dot notation access. MIT - [GitHub](https://github.com/cdgriffith/Box) (👨‍💻 1 · 🔀 120):
git clone https://github.com/cdgriffith/Box
- [PyPi](https://pypi.org/project/python-box) (📥 6.6M / month · 📦 590 · ⏱️ 21.02.2026):
pip install python-box
- [Conda](https://anaconda.org/conda-forge/python-box) (📥 1.2M · ⏱️ 29.04.2026):
conda install -c conda-forge python-box
Show 5 hidden projects... - python-sortedcontainers (🥈28 · ⭐ 3.9K · 💀) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2 - ordered-set (🥈27 · ⭐ 210 · 💀) - A mutable set that remembers the order of its entries. One of.. MIT - sqlitedict (🥉24 · ⭐ 1.2K · 💀) - Persistent dict in Python, backed up by sqlite3 and pickle,.. Apache-2 - munch (🥉23 · ⭐ 780 · 💀) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT - cleverdict (🥉14 · ⭐ 91 · 💀) - A JSON-friendly data structure which allows both object attributes.. MIT


Data Validation

Back to top

pydantic (🥇36 · ⭐ 28K) - Data validation using Python type hints. MIT - [GitHub]() (👨‍💻 800 · 🔀 2.8K · 📦 1M):
git clone https://github.com/samuelcolvin/pydantic
- [PyPi](https://pypi.org/project/pydantic) (📥 1.2B / month · 📦 99K · ⏱️ 06.08.2026):
pip install pydantic
- [Conda](https://anaconda.org/conda-forge/pydantic) (📥 29M · ⏱️ 06.05.2026):
conda install -c conda-forge pydantic
jsonschema (🥇32 · ⭐ 5K) - An implementation of JSON Schema validation for Python. MIT - [GitHub]() (👨‍💻 120 · 🔀 630 · 📦 860K):
git clone https://github.com/Julian/jsonschema
- [PyPi](https://pypi.org/project/jsonschema) (📥 630M / month · 📦 9.6K · ⏱️ 07.01.2026):
pip install jsonschema
- [Conda](https://anaconda.org/conda-forge/jsonschema) (📥 51M · ⏱️ 24.08.2026):
conda install -c conda-forge jsonschema
schema (🥈30 · ⭐ 2.9K) - Schema validation just got Pythonic. MIT - [GitHub](https://github.com/keleshev/schema) (👨‍💻 75 · 🔀 220 · 📦 17K):
git clone https://github.com/keleshev/schema
- [PyPi](https://pypi.org/project/schema) (📥 27M / month · 📦 890 · ⏱️ 11.10.2025):
pip install schema
- [Conda](https://anaconda.org/conda-forge/schema) (📥 710K · ⏱️ 20.07.2026):
conda install -c conda-forge schema
cerberus (🥈29 · ⭐ 3.3K) - Lightweight, extensible data validation library for Python. ISC - [GitHub](https://github.com/pyeve/cerberus) (👨‍💻 67 · 🔀 240 · 📦 18K):
git clone https://github.com/pyeve/cerberus
- [PyPi](https://pypi.org/project/cerberus) (📥 6.1M / month · 📦 770 · ⏱️ 06.11.2025):
pip install cerberus
- [Conda](https://anaconda.org/conda-forge/cerberus) (📥 880K · ⏱️ 17.07.2026):
conda install -c conda-forge cerberus
voluptuous (🥈28 · ⭐ 1.8K · 💤) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python.. BSD-3 - [GitHub](https://github.com/alecthomas/voluptuous) (👨‍💻 110 · 🔀 220 · 📦 21K):
git clone https://github.com/alecthomas/voluptuous
- [PyPi](https://pypi.org/project/voluptuous) (📥 7.9M / month · 📦 620 · ⏱️ 18.12.2025):
pip install voluptuous
- [Conda](https://anaconda.org/conda-forge/voluptuous) (📥 1M · ⏱️ 19.12.2025):
conda install -c conda-forge voluptuous
python-email-validator (🥉27 · ⭐ 1.3K · 💤) - A robust email syntax and deliverability validation.. Unlicense - [GitHub](https://github.com/JoshData/python-email-validator) (👨‍💻 28 · 🔀 120):
git clone https://github.com/JoshData/python-email-validator
- [PyPi](https://pypi.org/project/email-validator) (📥 250M / month · 📦 1.2K · ⏱️ 26.08.2025):
pip install email-validator
- [Conda](https://anaconda.org/conda-forge/email-validator) (📥 3.5M · ⏱️ 26.08.2025):
conda install -c conda-forge email-validator
param (🥉27 · ⭐ 520) - Declarative parameters for robust Python classes and a rich API for.. BSD-3 - [GitHub](https://github.com/holoviz/param) (👨‍💻 49 · 🔀 86 · 📦 18K):
git clone https://github.com/holoviz/param
- [PyPi](https://pypi.org/project/param) (📥 2.5M / month · 📦 250 · ⏱️ 25.08.2026):
pip install param
- [Conda](https://anaconda.org/conda-forge/param) (📥 3M · ⏱️ 16.06.2026):
conda install -c conda-forge param
strictyaml (🥉26 · ⭐ 1.6K · 💤) - Type-safe YAML parser and validator. MIT - [GitHub](https://github.com/crdoconnor/strictyaml) (👨‍💻 20 · 🔀 65 · 📦 6.1K):
git clone https://github.com/crdoconnor/strictyaml
- [PyPi](https://pypi.org/project/strictyaml) (📥 29M / month · 📦 400 · ⏱️ 10.03.2023):
pip install strictyaml
- [Conda](https://anaconda.org/conda-forge/strictyaml) (📥 690K · ⏱️ 16.08.2025):
conda install -c conda-forge strictyaml
dirty-equals (🥉23 · ⭐ 1K · 💤) - Doing dirty (but extremely useful) things with equals. MIT - [GitHub](https://github.com/samuelcolvin/dirty-equals) (👨‍💻 21 · 🔀 48 · 📦 1.1K):
git clone https://github.com/samuelcolvin/dirty-equals
- [PyPi](https://pypi.org/project/dirty-equals) (📥 2.9M / month · 📦 100 · ⏱️ 17.11.2025):
pip install dirty-equals
- [Conda](https://anaconda.org/conda-forge/dirty-equals) (📥 150K · ⏱️ 18.11.2025):
conda install -c conda-forge dirty-equals
Show 6 hidden projects... - validators (🥈29 · ⭐ 1.1K · 💀) - Python Data Validation for Humans. MIT - schematics (🥉25 · ⭐ 2.6K · 💀) - Python Data Structures for Humans. BSD-3 - valideer (🥉18 · ⭐ 260 · 💀) - Lightweight data validation and adaptation Python library. MIT - typical (🥉14 · ⭐ 180 · 💀) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT - validr (🥉13 · ⭐ 220 · 💀) - A simple, fast, extensible python library for data validation. MIT - dataklasses (🥉7 · ⭐ 740 · 💀) - A different spin on dataclasses. ❗Unlicensed


Algorithms & Design Patterns

Back to top

🔗 python-patterns ( ⭐ 43K) - Collection of design patterns/idioms in Python.

algorithms (🥉23 · ⭐ 25K) - Minimal examples of data structures and algorithms in Python. MIT - [GitHub](https://github.com/keon/algorithms) (👨‍💻 220 · 🔀 4.7K · 📦 140):
git clone https://github.com/keon/algorithms
- [PyPi](https://pypi.org/project/algorithms) (📥 2.4K / month · 📦 5 · ⏱️ 18.02.2026):
pip install algorithms
- [Conda](https://anaconda.org/conda-forge/algorithms) (📥 5.1K · ⏱️ 22.04.2025):
conda install -c conda-forge algorithms
Show 2 hidden projects... - transitions (🥇26 · ⭐ 6.1K · 💀) - A lightweight, object-oriented finite state machine.. MIT - PyPattyrn (🥉16 · ⭐ 2.3K · 💀) - A simple library for implementing common design patterns. MIT


Date & Time Utilities

Back to top

arrow (🥇32 · ⭐ 9K) - Better dates & times for Python. Apache-2 - [GitHub](https://github.com/arrow-py/arrow) (👨‍💻 290 · 🔀 730 · 📦 180K):
git clone https://github.com/arrow-py/arrow
- [PyPi](https://pypi.org/project/arrow) (📥 77M / month · 📦 2.3K · ⏱️ 18.10.2025):
pip install arrow
- [Conda](https://anaconda.org/conda-forge/arrow) (📥 14M · ⏱️ 18.10.2025):
conda install -c conda-forge arrow
dateparser (🥇32 · ⭐ 2.8K) - python parser for human readable dates. BSD-3 - [GitHub](https://github.com/scrapinghub/dateparser) (👨‍💻 160 · 🔀 510 · 📦 40K):
git clone https://github.com/scrapinghub/dateparser
- [PyPi](https://pypi.org/project/dateparser) (📥 46M / month · 📦 1.7K · ⏱️ 04.08.2026):
pip install dateparser
- [Conda](https://anaconda.org/conda-forge/dateparser) (📥 2M · ⏱️ 04.08.2026):
conda install -c conda-forge dateparser
pytz (🥇32 · ⭐ 390) - pytz Python historical timezone library and database. MIT - [GitHub](https://github.com/stub42/pytz) (👨‍💻 27 · 🔀 110 · 📦 2.5M):
git clone https://github.com/stub42/pytz
- [PyPi](https://pypi.org/project/pytz) (📥 550M / month · 📦 16K · ⏱️ 25.07.2026):
pip install pytz
- [Conda](https://anaconda.org/conda-forge/pytz) (📥 97M · ⏱️ 26.07.2026):
conda install -c conda-forge pytz
holidays (🥈31 · ⭐ 1.9K) - Open World Holidays Framework. MIT - [GitHub](https://github.com/vacanza/holidays) (👨‍💻 350 · 🔀 710 · 📦 28K):
git clone https://github.com/vacanza/holidays
- [PyPi](https://pypi.org/project/holidays) (📥 31M / month · 📦 650 · ⏱️ 27.08.2026):
pip install holidays
- [Conda](https://anaconda.org/conda-forge/holidays) (📥 4.7M · ⏱️ 18.08.2026):
conda install -c conda-forge holidays
tzlocal (🥈31 · ⭐ 220) - A Python module that tries to figure out what your local timezone is. MIT - [GitHub](https://github.com/regebro/tzlocal) (👨‍💻 31 · 🔀 64 · 📦 220K):
git clone https://github.com/regebro/tzlocal
- [PyPi](https://pypi.org/project/tzlocal) (📥 230M / month · 📦 2.4K · ⏱️ 29.06.2026):
pip install tzlocal
- [Conda](https://anaconda.org/conda-forge/tzlocal) (📥 7M · ⏱️ 29.06.2026):
conda install -c conda-forge tzlocal
python-dateutil (🥉29 · ⭐ 2.6K) - Useful extensions to the standard Python datetime features. Apache-2 - [GitHub](https://github.com/dateutil/dateutil) (👨‍💻 130 · 🔀 540):
git clone https://github.com/dateutil/dateutil
- [PyPi](https://pypi.org/project/python-dateutil) (📥 1.2B / month · 📦 12K · ⏱️ 01.03.2024):
pip install python-dateutil
- [Conda](https://anaconda.org/conda-forge/python-dateutil) (📥 110M · ⏱️ 28.06.2025):
conda install -c conda-forge python-dateutil
pendulum (🥉28 · ⭐ 6.6K · 💤) - Python datetimes made easy. MIT - [GitHub]() (👨‍💻 130 · 🔀 420 · 📦 41K):
git clone https://github.com/sdispater/pendulum
- [PyPi](https://pypi.org/project/pendulum) (📥 71M / month · 📦 1.6K · ⏱️ 30.01.2026):
pip install pendulum
- [Conda](https://anaconda.org/conda-forge/pendulum) (📥 2.4M · ⏱️ 31.01.2026):
conda install -c conda-forge pendulum
Show 2 hidden projects... - isodate (🥉29 · ⭐ 170 · 💀) - ISO 8601 date/time parser. BSD-3 - parsedatetime (🥉26 · ⭐ 700 · 💀) - Parse human-readable date/time strings. Apache-2


File & Path Utilities

Back to top

filesystem_spec (🥇34 · ⭐ 1.3K) - A specification that python filesystems should adhere to. BSD-3 - [GitHub](https://github.com/fsspec/filesystem_spec) (👨‍💻 340 · 🔀 470 · 📦 310K):
git clone https://github.com/fsspec/filesystem_spec
- [PyPi](https://pypi.org/project/fsspec) (📥 890M / month · 📦 3.9K · ⏱️ 28.07.2026):
pip install fsspec
- [Conda](https://anaconda.org/conda-forge/fsspec) (📥 38M · ⏱️ 29.07.2026):
conda install -c conda-forge fsspec
watchdog (🥈31 · ⭐ 7.1K) - Python library and shell utilities to monitor filesystem events. Apache-2 - [GitHub](https://github.com/gorakhargosh/watchdog) (👨‍💻 180 · 🔀 720 · 📦 270K):
git clone https://github.com/gorakhargosh/watchdog
- [PyPi](https://pypi.org/project/watchdog) (📥 120M / month · 📦 2.7K · ⏱️ 01.11.2024):
pip install watchdog
- [Conda](https://anaconda.org/conda-forge/watchdog) (📥 6.2M · ⏱️ 04.03.2026):
conda install -c conda-forge watchdog
filelock (🥈31 · ⭐ 980) - A platform independent file lock. MIT - [GitHub]() (👨‍💻 67 · 🔀 140 · 📦 740K):
git clone https://github.com/tox-dev/py-filelock
- [PyPi](https://pypi.org/project/filelock) (📥 730M / month · 📦 5.7K · ⏱️ 23.08.2026):
pip install filelock
- [Conda](https://anaconda.org/conda-forge/filelock) (📥 49M · ⏱️ 23.08.2026):
conda install -c conda-forge filelock
aiofiles (🥈30 · ⭐ 3.2K · 💤) - File support for asyncio. Apache-2 - [GitHub](https://github.com/Tinche/aiofiles) (👨‍💻 44 · 🔀 170 · 📦 250K):
git clone https://github.com/Tinche/aiofiles
- [PyPi](https://pypi.org/project/aiofiles) (📥 160M / month · 📦 7.7K · ⏱️ 09.10.2025):
pip install aiofiles
- [Conda](https://anaconda.org/conda-forge/aiofiles) (📥 2.7M · ⏱️ 01.01.2026):
conda install -c conda-forge aiofiles
scandir (🥉22 · ⭐ 540 · 💤) - Better directory iterator and faster os.walk(). Archived, as this.. BSD-3 - [GitHub](https://github.com/benhoyt/scandir) (👨‍💻 23 · 🔀 68):
git clone https://github.com/benhoyt/scandir
- [PyPi](https://pypi.org/project/scandir) (📥 2.1M / month · 📦 220 · ⏱️ 09.03.2019):
pip install scandir
- [Conda](https://anaconda.org/conda-forge/scandir) (📥 2.1M · ⏱️ 22.08.2025):
conda install -c conda-forge scandir
Show 5 hidden projects... - appdirs (🥉28 · ⭐ 1.1K · 💀) - A small Python module for determining appropriate platform-specific.. MIT - zipp (🥉28 · ⭐ 67) - Backport of pathlib-compatible object wrapper for zip files. ❗Unlicensed - pyfilesystem2 (🥉24 · ⭐ 2.1K · 💀) - Pythons Filesystem abstraction layer. MIT - path (🥉24 · ⭐ 1.1K · 💤) - Object-oriented file system path manipulation. ❗Unlicensed - Unipath (🥉22 · ⭐ 510 · 💀) - An object-oriented approach to Python file/directory operations. MIT


Compatiblity

Back to top

typing (🥈27 · ⭐ 1.7K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0 - [GitHub](https://github.com/python/typing) (👨‍💻 150 · 🔀 290):
git clone https://github.com/python/typing
- [PyPi](https://pypi.org/project/typing) (📥 4.4M / month · 📦 3.3K · ⏱️ 01.05.2021):
pip install typing
- [Conda](https://anaconda.org/conda-forge/typing) (📥 4.4M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
Show 6 hidden projects... - six (🥇32 · ⭐ 990 · 💀) - Python 2 and 3 compatibility library. MIT - future (🥈31 · ⭐ 1.2K · 💀) - Easy, clean, reliable Python 2/3 compatibility. MIT - dataclasses (🥉24 · ⭐ 590 · 💀) - A backport of the dataclasses module for Python 3.6. Apache-2 - futures (🥉24 · ⭐ 240 · 💀) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0 - pathlib2 (🥉24 · ⭐ 86 · 💤) - Backport of pathlib aiming to support the full stdlib Python API. MIT - contextlib2 (🥉23 · ⭐ 39 · 💤) - contextlib2 is a backport of the standard librarys contextlib.. ❗️psfrag


Cryptography

Back to top

bcrypt (🥈32 · ⭐ 1.4K · 💤) - Modern(-ish) password hashing for your software and your servers. Apache-2 - [GitHub](https://github.com/pyca/bcrypt) (👨‍💻 41 · 🔀 180 · 📦 360K):
git clone https://github.com/pyca/bcrypt
- [PyPi](https://pypi.org/project/bcrypt) (📥 210M / month · 📦 2K · ⏱️ 25.09.2025):
pip install bcrypt
- [Conda](https://anaconda.org/conda-forge/bcrypt) (📥 13M · ⏱️ 07.11.2025):
conda install -c conda-forge bcrypt
pycryptodomex (🥈31 · ⭐ 3.2K) - A self-contained cryptographic library for Python. BSD-3 - [GitHub](https://github.com/Legrandin/pycryptodome) (👨‍💻 170 · 🔀 560 · 📦 140K):
git clone https://github.com/Legrandin/pycryptodome
- [PyPi](https://pypi.org/project/pycryptodomex) (📥 63M / month · 📦 1.6K · ⏱️ 17.05.2025):
pip install pycryptodomex
- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (📥 3M · ⏱️ 13.09.2025):
conda install -c conda-forge pycryptodomex
tink (🥉27 · ⭐ 14K) - A multi-language, cross-platform library that provides cryptographic APIs.. Apache-2 - [GitHub]() (👨‍💻 120 · 🔀 1.2K · 📦 1.6K):
git clone https://github.com/google/tink
- [PyPi](https://pypi.org/project/tink) (📥 2M / month · 📦 22 · ⏱️ 13.08.2026):
pip install tink
- [npm](https://www.npmjs.com/package/tink-crypto) (📥 1.3K / month · 📦 3 · ⏱️ 02.05.2023):
npm install tink-crypto
Show 4 hidden projects... - cryptography (🥇35 · ⭐ 7.7K) - cryptography is a package designed to expose.. ❗Unlicensed - keyring (🥉29 · ⭐ 1.4K · 💤) - Store and access your passwords safely. ❗Unlicensed - asn1crypto (🥉28 · ⭐ 340 · 💀) - Python ASN.1 library with a focus on performance and a pythonic API. MIT - rsa (🥉26 · ⭐ 500 · 💀) - Python-RSA is a pure-Python RSA implementation. Apache-2


Infrastructure & DevOps

Back to top

botocore (🥇36 · ⭐ 1.6K · 📉) - The low-level, core functionality of boto3 and the AWS CLI. Apache-2 - [GitHub](https://github.com/boto/botocore) (👨‍💻 220 · 🔀 1.2K · 📦 440K):
git clone https://github.com/boto/botocore
- [PyPi](https://pypi.org/project/botocore) (📥 1.3B / month · 📦 4.9K · ⏱️ 26.08.2026):
pip install botocore
- [Conda](https://anaconda.org/conda-forge/botocore) (📥 50M · ⏱️ 27.08.2026):
conda install -c conda-forge botocore
ansible (🥇35 · ⭐ 70K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0 - [GitHub](https://github.com/ansible/ansible) (👨‍💻 6.9K · 🔀 24K · 📦 42K):
git clone https://github.com/ansible/ansible
- [PyPi](https://pypi.org/project/ansible) (📥 12M / month · 📦 600 · ⏱️ 14.08.2026):
pip install ansible
- [Conda](https://anaconda.org/conda-forge/ansible) (📥 2M · ⏱️ 15.08.2026):
conda install -c conda-forge ansible
docker (🥇35 · ⭐ 7.2K) - A Python library for the Docker Engine API. Apache-2 - [GitHub](https://github.com/docker/docker-py) (👨‍💻 460 · 🔀 1.7K · 📦 130K):
git clone https://github.com/docker/docker-py
- [PyPi](https://pypi.org/project/docker) (📥 200M / month · 📦 5.8K · ⏱️ 09.07.2026):
pip install docker
- [Conda](https://anaconda.org/conda-forge/docker-py) (📥 8.1M · ⏱️ 12.07.2026):
conda install -c conda-forge docker-py
pulumi (🥈33 · ⭐ 26K) - Pulumi - Infrastructure as Code in any programming language. Apache-2 - [GitHub](https://github.com/pulumi/pulumi) (👨‍💻 4K · 🔀 1.4K · 📦 11K):
git clone https://github.com/pulumi/pulumi
- [PyPi](https://pypi.org/project/pulumi) (📥 8M / month · 📦 580 · ⏱️ 27.08.2026):
pip install pulumi
- [npm](https://www.npmjs.com/package/@pulumi/pulumi) (📥 12M / month · 📦 930 · ⏱️ 25.08.2026):
npm install @pulumi/pulumi
paramiko (🥈33 · ⭐ 9.8K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1 - [GitHub](https://github.com/paramiko/paramiko) (👨‍💻 190 · 🔀 2.1K · 📦 130K):
git clone https://github.com/paramiko/paramiko
- [PyPi](https://pypi.org/project/paramiko) (📥 150M / month · 📦 4.6K · ⏱️ 09.05.2026):
pip install paramiko
- [Conda](https://anaconda.org/conda-forge/paramiko) (📥 9.7M · ⏱️ 19.05.2026):
conda install -c conda-forge paramiko
awscli (🥈32 · ⭐ 17K) - Universal Command Line Interface for Amazon Web Services. Apache-2 - [GitHub](https://github.com/aws/aws-cli) (👨‍💻 510 · 🔀 4.6K · 📦 5):
git clone https://github.com/aws/aws-cli
- [PyPi](https://pypi.org/project/awscli) (📥 180M / month · 📦 780 · ⏱️ 05.08.2026):
pip install awscli
- [Conda](https://anaconda.org/conda-forge/awscli) (📥 62M · ⏱️ 27.08.2026):
conda install -c conda-forge awscli
kubernetes (🥈31 · ⭐ 7.6K) - Official Python client library for kubernetes. Apache-2 - [GitHub](https://github.com/kubernetes-client/python) (👨‍💻 260 · 🔀 3.5K):
git clone https://github.com/kubernetes-client/python
- [PyPi](https://pypi.org/project/kubernetes) (📥 110M / month · 📦 2.5K · ⏱️ 13.07.2026):
pip install kubernetes
- [Conda](https://anaconda.org/conda-forge/kubernetes) (📥 870K · ⏱️ 11.12.2025):
conda install -c conda-forge kubernetes
netmiko (🥈29 · ⭐ 4.2K) - Multi-vendor library to simplify Paramiko SSH connections to network.. MIT - [GitHub](https://github.com/ktbyers/netmiko) (👨‍💻 280 · 🔀 1.4K · 📦 5.7K):
git clone https://github.com/ktbyers/netmiko
- [PyPi](https://pypi.org/project/netmiko) (📥 1.2M / month · 📦 270 · ⏱️ 12.05.2026):
pip install netmiko
plumbum (🥈29 · ⭐ 3.1K) - Plumbum: Shell Combinators. MIT - [GitHub](https://github.com/tomerfiliba/plumbum) (👨‍💻 130 · 🔀 200 · 📦 9.7K):
git clone https://github.com/tomerfiliba/plumbum
- [PyPi](https://pypi.org/project/plumbum) (📥 6M / month · 📦 390 · ⏱️ 22.07.2026):
pip install plumbum
- [Conda](https://anaconda.org/conda-forge/plumbum) (📥 1.6M · ⏱️ 23.07.2026):
conda install -c conda-forge plumbum
docker-compose (🥉28 · ⭐ 38K) - Define and run multi-container applications with Docker. Apache-2 - [GitHub](https://github.com/docker/compose) (👨‍💻 660 · 🔀 5.8K · 📦 250):
git clone https://github.com/docker/compose
- [PyPi](https://pypi.org/project/docker-compose) (📥 1.1M / month · 📦 250 · ⏱️ 10.05.2021):
pip install docker-compose
- [Conda](https://anaconda.org/conda-forge/docker-compose) (📥 910K · ⏱️ 07.07.2026):
conda install -c conda-forge docker-compose
fabric (🥉28 · ⭐ 15K) - Simple, Pythonic remote execution and deployment. BSD-2 - [GitHub](https://github.com/fabric/fabric) (👨‍💻 140 · 🔀 2K · 📦 24):
git clone https://github.com/fabric/fabric
- [PyPi](https://pypi.org/project/fabric) (📥 12M / month · 📦 450 · ⏱️ 06.04.2026):
pip install fabric
- [Conda](https://anaconda.org/conda-forge/fabric) (📥 640K · ⏱️ 06.04.2026):
conda install -c conda-forge fabric
pyinfra (🥉24 · ⭐ 5.9K) - pyinfra automates/provisions/manages/deploys infrastructure. MIT - [GitHub]() (👨‍💻 220 · 🔀 530 · 📦 250):
git clone https://github.com/Fizzadar/pyinfra
- [PyPi](https://pypi.org/project/pyinfra) (📥 250K / month · 📦 46 · ⏱️ 27.07.2026):
pip install pyinfra
storm (🥉18 · ⭐ 3.3K) - Manage your SSH like a boss. MIT - [GitHub](https://github.com/emre/storm) (👨‍💻 30 · 🔀 150):
git clone https://github.com/emre/storm
- [PyPi](https://pypi.org/project/storm) (📥 2.7K / month · 📦 4 · ⏱️ 02.07.2026):
pip install storm
Show 7 hidden projects... - schedule (🥈29 · ⭐ 12K · 💀) - Python job scheduling for humans. MIT - sshtunnel (🥉28 · ⭐ 1.2K · 💀) - SSH tunnels to remote server. MIT - parallel-ssh (🥉22 · ⭐ 1.3K · 💤) - Asynchronous parallel SSH client library. ❗️LGPL-2.1 - fabtools (🥉20 · ⭐ 1.2K · 💀) - Tools for writing awesome Fabric files. BSD-2 - pypyr (🥉18 · ⭐ 640 · 💀) - pypyr task-runner cli & api for automation pipelines. Automate.. Apache-2 - wssh (🥉15 · ⭐ 1.3K · 💀) - SSH to WebSockets Bridge. MIT - Grai (🥉11 · ⭐ 310 · 💤) - Platform to programmatically manage, test, and debug data.. ❗️MIT-0


Process Utilities

Back to top

sh (🥈30 · ⭐ 7.2K) - Python process launching. MIT - [GitHub](https://github.com/amoffat/sh) (👨‍💻 110 · 🔀 510 · 📦 19K):
git clone https://github.com/amoffat/sh
- [PyPi](https://pypi.org/project/sh) (📥 12M / month · 📦 860 · ⏱️ 25.07.2026):
pip install sh
- [Conda](https://anaconda.org/conda-forge/sh) (📥 510K · ⏱️ 06.06.2026):
conda install -c conda-forge sh
supervisor (🥉29 · ⭐ 8.9K) - Supervisor process control system for Unix.. ❗️Repoze Public License - [GitHub](https://github.com/Supervisor/supervisor) (👨‍💻 180 · 🔀 1.3K · 📦 14K):
git clone https://github.com/Supervisor/supervisor
- [PyPi](https://pypi.org/project/supervisor) (📥 21M / month · 📦 160 · ⏱️ 23.08.2025):
pip install supervisor
- [Conda](https://anaconda.org/conda-forge/supervisor) (📥 790K · ⏱️ 27.02.2026):
conda install -c conda-forge supervisor
Show 2 hidden projects... - pexpect (🥇32 · ⭐ 2.7K · 💀) - A Python module for controlling interactive programs in a pseudo-.. ISC - ptyprocess (🥈30 · ⭐ 230 · 💀) - Run a subprocess in a pseudo terminal. ISC


Asynchronous Programming

Back to top

anyio (🥇34 · ⭐ 2.4K) - High level asynchronous concurrency and networking framework that works on.. MIT - [GitHub](https://github.com/agronholm/anyio) (👨‍💻 98 · 🔀 180 · 📦 670K):
git clone https://github.com/agronholm/anyio
- [PyPi](https://pypi.org/project/anyio) (📥 1.1B / month · 📦 7.3K · ⏱️ 12.07.2026):
pip install anyio
- [Conda](https://anaconda.org/conda-forge/anyio) (📥 41M · ⏱️ 12.07.2026):
conda install -c conda-forge anyio
uvloop (🥈33 · ⭐ 12K · 📈) - Ultra fast asyncio event loop. Apache-2 - [GitHub](https://github.com/MagicStack/uvloop) (👨‍💻 79 · 🔀 610 · 📦 230K):
git clone https://github.com/MagicStack/uvloop
- [PyPi](https://pypi.org/project/uvloop) (📥 280M / month · 📦 2K · ⏱️ 16.10.2025):
pip install uvloop
- [Conda](https://anaconda.org/conda-forge/uvloop) (📥 4.8M · ⏱️ 07.11.2025):
conda install -c conda-forge uvloop
asyncer (🥉27 · ⭐ 2.5K) - Asyncer, async and await, focused on developer experience. MIT - [GitHub]() (👨‍💻 24 · 🔀 87 · 📦 8.4K):
git clone https://github.com/tiangolo/asyncer
- [PyPi](https://pypi.org/project/asyncer) (📥 7.9M / month · 📦 320 · ⏱️ 25.06.2026):
pip install asyncer
- [Conda](https://anaconda.org/conda-forge/asyncer) (📥 49K · ⏱️ 25.06.2026):
conda install -c conda-forge asyncer
aiomisc (🥉22 · ⭐ 420) - aiomisc - miscellaneous utils for asyncio. MIT - [GitHub](https://github.com/aiokitchen/aiomisc) (👨‍💻 22 · 🔀 28 · 📦 450):
git clone https://github.com/aiokitchen/aiomisc
- [PyPi](https://pypi.org/project/aiomisc) (📥 59K / month · 📦 61 · ⏱️ 10.07.2026):
pip install aiomisc
Show 3 hidden projects... - greenlet (🥈32 · ⭐ 1.8K) - Lightweight in-process concurrent programming. ❗Unlicensed - unsync (🥉20 · ⭐ 900 · 💀) - Unsynchronize asyncio. MIT - stopit (🥉19 · ⭐ 35) - Raise asynchronous exceptions in other thread, control the timeout of.. ❗️GPL-3.0


Configuration

Back to top

python-dotenv (🥇36 · ⭐ 8.8K) - Reads key-value pairs from a .env file and can set them as.. BSD-3 - [GitHub](https://github.com/theskumar/python-dotenv) (👨‍💻 120 · 🔀 560 · 📦 1.7M):
git clone https://github.com/theskumar/python-dotenv
- [PyPi](https://pypi.org/project/python-dotenv) (📥 840M / month · 📦 45K · ⏱️ 16.08.2026):
pip install python-dotenv
- [Conda](https://anaconda.org/conda-forge/python-dotenv) (📥 15M · ⏱️ 17.08.2026):
conda install -c conda-forge python-dotenv
traitlets (🥈32 · ⭐ 650) - A lightweight Traits like module. BSD-3 - [GitHub](https://github.com/ipython/traitlets) (👨‍💻 130 · 🔀 210 · 📦 620K):
git clone https://github.com/ipython/traitlets
- [PyPi](https://pypi.org/project/traitlets) (📥 160M / month · 📦 2.3K · ⏱️ 03.08.2026):
pip install traitlets
- [Conda](https://anaconda.org/conda-forge/traitlets) (📥 55M · ⏱️ 03.08.2026):
conda install -c conda-forge traitlets
omegaconf (🥈31 · ⭐ 2.4K) - Flexible Python configuration system. The last one you will ever need. BSD-3 - [GitHub](https://github.com/omry/omegaconf) (👨‍💻 47 · 🔀 160 · 📦 64K):
git clone https://github.com/omry/omegaconf
- [PyPi](https://pypi.org/project/omegaconf) (📥 44M / month · 📦 2.6K · ⏱️ 07.08.2026):
pip install omegaconf
- [Conda](https://anaconda.org/conda-forge/omegaconf) (📥 2.8M · ⏱️ 10.08.2026):
conda install -c conda-forge omegaconf
Dynaconf (🥉26 · ⭐ 4.3K) - The dynamic configurator for your Python Project. MIT - [GitHub]() (👨‍💻 130 · 🔀 340):
git clone https://github.com/rochacbruno/dynaconf
- [PyPi](https://pypi.org/project/dynaconf) (📥 6.7M / month · 📦 780 · ⏱️ 05.08.2026):
pip install dynaconf
- [Conda](https://anaconda.org/conda-forge/dynaconf) (📥 230K · ⏱️ 06.08.2026):
conda install -c conda-forge dynaconf
configobj (🥉26 · ⭐ 340) - Python 3+ compatible port of the configobj library. BSD-3 - [GitHub](https://github.com/DiffSK/configobj) (👨‍💻 13 · 🔀 86 · 📦 50K):
git clone https://github.com/DiffSK/configobj
- [PyPi](https://pypi.org/project/configobj) (📥 7.3M / month · 📦 650 · ⏱️ 21.09.2024):
pip install configobj
- [Conda](https://anaconda.org/conda-forge/configobj) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge configobj
everett (🥉17 · ⭐ 150 · 💤) - configuration library for python projects. MPL-2.0 - [GitHub](https://github.com/willkg/everett) (👨‍💻 9 · 🔀 14):
git clone https://github.com/willkg/everett
- [PyPi](https://pypi.org/project/everett) (📥 640K / month · 📦 22 · ⏱️ 15.10.2025):
pip install everett
- [Conda](https://anaconda.org/conda-forge/everett) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge everett
Show 3 hidden projects... - python-decouple (🥈27 · ⭐ 3K · 💀) - Strict separation of settings from code. MIT - gin-config (🥉25 · ⭐ 2.1K · 💀) - Gin provides a lightweight configuration framework for Python. Apache-2 - hydra (🥉19 · ⭐ 20 · 📉) - A high performance persistent bloom filter. MIT


CLI Development

Back to top

click (🥇38 · ⭐ 18K) - Python composable command line interface toolkit. BSD-3 - [GitHub](https://github.com/pallets/click) (👨‍💻 450 · 🔀 2K · 📦 2.4M):
git clone https://github.com/pallets/click
- [PyPi](https://pypi.org/project/click) (📥 1.1B / month · 📦 75K · ⏱️ 26.08.2026):
pip install click
- [Conda](https://anaconda.org/conda-forge/click) (📥 72M · ⏱️ 03.07.2026):
conda install -c conda-forge click
rich (🥇36 · ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT - [GitHub](https://github.com/Textualize/rich) (👨‍💻 290 · 🔀 2.2K · 📦 560K):
git clone https://github.com/Textualize/rich
- [PyPi](https://pypi.org/project/rich) (📥 640M / month · 📦 44K · ⏱️ 12.04.2026):
pip install rich
- [Conda](https://anaconda.org/conda-forge/rich) (📥 25M · ⏱️ 12.04.2026):
conda install -c conda-forge rich
Typer (🥈33 · ⭐ 20K) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT - [GitHub]() (👨‍💻 110 · 🔀 960 · 📦 270K):
git clone https://github.com/tiangolo/typer
- [PyPi](https://pypi.org/project/typer) (📥 370M / month · 📦 33K · ⏱️ 03.08.2026):
pip install typer
- [Conda](https://anaconda.org/conda-forge/typer) (📥 14M · ⏱️ 03.08.2026):
conda install -c conda-forge typer
argcomplete (🥈32 · ⭐ 1.6K) - Python and tab completion, better together. Apache-2 - [GitHub](https://github.com/kislyuk/argcomplete) (👨‍💻 88 · 🔀 150 · 📦 75K):
git clone https://github.com/kislyuk/argcomplete
- [PyPi](https://pypi.org/project/argcomplete) (📥 81M / month · 📦 2.4K · ⏱️ 06.08.2026):
pip install argcomplete
- [Conda](https://anaconda.org/conda-forge/argcomplete) (📥 3.9M · ⏱️ 08.08.2026):
conda install -c conda-forge argcomplete
python-fire (🥈30 · ⭐ 28K · 💤) - Python Fire is a library for automatically generating.. Apache-2 - [GitHub](https://github.com/google/python-fire) (👨‍💻 67 · 🔀 1.5K · 📦 54K):
git clone https://github.com/google/python-fire
- [PyPi](https://pypi.org/project/fire) (📥 22M / month · 📦 3K · ⏱️ 16.08.2025):
pip install fire
- [Conda](https://anaconda.org/conda-forge/fire) (📥 1.6M · ⏱️ 12.09.2025):
conda install -c conda-forge fire
questionary (🥈28 · ⭐ 1.8K · 💤) - Python library to build pretty command line user prompts Easy to.. MIT - [GitHub](https://github.com/tmbo/questionary) (👨‍💻 57 · 🔀 99 · 📦 25K):
git clone https://github.com/tmbo/questionary
- [PyPi](https://pypi.org/project/questionary) (📥 26M / month · 📦 1.4K · ⏱️ 28.08.2025):
pip install questionary
- [Conda](https://anaconda.org/conda-forge/questionary) (📥 500K · ⏱️ 08.09.2025):
conda install -c conda-forge questionary
python-prompt-toolkit (🥉27 · ⭐ 11K) - Library for building powerful interactive command line.. BSD-3 - [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (👨‍💻 250 · 🔀 800):
git clone https://github.com/prompt-toolkit/python-prompt-toolkit
- [PyPi](https://pypi.org/project/prompt_toolkit) (📥 250M / month · ⏱️ 26.07.2026):
pip install prompt_toolkit
- [Conda](https://anaconda.org/conda-forge/prompt-toolkit) (📥 47M · ⏱️ 27.07.2026):
conda install -c conda-forge prompt-toolkit
ConfigArgParse (🥉27 · ⭐ 760) - Drop-in replacement for argparse with added support for config.. MIT - [GitHub](https://github.com/bw2/ConfigArgParse) (👨‍💻 56 · 🔀 120 · 📦 26K):
git clone https://github.com/bw2/ConfigArgParse
- [PyPi](https://pypi.org/project/configargparse) (📥 21M / month · 📦 770 · ⏱️ 11.03.2026):
pip install configargparse
- [Conda](https://anaconda.org/conda-forge/configargparse) (📥 2.2M · ⏱️ 11.03.2026):
conda install -c conda-forge configargparse
blessings (🥉25 · ⭐ 1.5K · 💤) - A thin, practical wrapper around terminal capabilities in Python. MIT - [GitHub](https://github.com/erikrose/blessings) (👨‍💻 17 · 🔀 150 · 📦 11K):
git clone https://github.com/erikrose/blessings
- [PyPi](https://pypi.org/project/blessings) (📥 1M / month · 📦 460 · ⏱️ 21.06.2018):
pip install blessings
- [Conda](https://anaconda.org/conda-forge/blessings) (📥 500K · ⏱️ 26.08.2025):
conda install -c conda-forge blessings
docopt-ng (🥉24 · ⭐ 220) - Humane command line arguments parser. Now with maintenance, typehints,.. MIT - [GitHub](https://github.com/jazzband/docopt-ng) (👨‍💻 54 · 🔀 26 · 📦 860):
git clone https://github.com/jazzband/docopt-ng
- [PyPi](https://pypi.org/project/docopt-ng) (📥 1.8M / month · 📦 100 · ⏱️ 30.05.2023):
pip install docopt-ng
Click Extra (🥉18 · ⭐ 120) - Drop-in replacement for Click to make user-friendly and.. ❗️GPL-2.0 - [GitHub](https://github.com/kdeldycke/click-extra) (👨‍💻 15 · 🔀 10 · 📦 140):
git clone https://github.com/kdeldycke/click-extra
- [PyPi](https://pypi.org/project/click-extra) (📥 81K / month · 📦 50 · ⏱️ 15.08.2026):
pip install click-extra
Show 9 hidden projects... - colorama (🥈32 · ⭐ 3.7K · 💀) - Simple cross-platform colored terminal text in Python. BSD-3 - wcwidth (🥈30 · ⭐ 460) - Python library that measures the width of strings in a terminal. ❗Unlicensed - cleo (🥉27 · ⭐ 1.3K · 💀) - Cleo allows you to create beautiful and testable command-line interfaces. MIT - docopt (🥉26 · ⭐ 8K · 💀) - Create *beautiful* command-line interfaces with Python. MIT - asciimatics (🥉24 · ⭐ 4.3K · 💀) - A cross platform package to do curses-like operations, plus.. Apache-2 - clint (🥉20 · ⭐ 95 · 💀) - Python Command Line Interface Tools. ISC - bashplotlib (🥉19 · ⭐ 1.9K · 💀) - plotting in the terminal. MIT - colout (🥉16 · ⭐ 1.2K · 💀) - Color text streams with a polished command line interface. ❗️GPL-3.0 - onecite (🥉11 · ⭐ 56) - An intelligent toolkit to automatically parse, complete, and format.. MIT


Development Tools

Back to top

🔗 best-of-python-dev ( ⭐ 1.2K · 💤) - A ranked list of awesome python developer tools and libraries...


Data Caching

Back to top

cachetools (🥇34 · ⭐ 2.8K) - Extensible memoizing collections and decorators. MIT - [GitHub](https://github.com/tkem/cachetools) (👨‍💻 25 · 🔀 200 · 📦 700K):
git clone https://github.com/tkem/cachetools
- [PyPi](https://pypi.org/project/cachetools) (📥 330M / month · 📦 5.2K · ⏱️ 01.08.2026):
pip install cachetools
- [Conda](https://anaconda.org/conda-forge/cachetools) (📥 23M · ⏱️ 02.08.2026):
conda install -c conda-forge cachetools
cached-property (🥈28 · ⭐ 700) - A decorator for caching properties in classes. BSD-3 - [GitHub](https://github.com/pydanny/cached-property) (👨‍💻 25 · 🔀 79 · 📦 58K):
git clone https://github.com/pydanny/cached-property
- [PyPi](https://pypi.org/project/cached-property) (📥 25M / month · 📦 1.6K · ⏱️ 25.10.2024):
pip install cached-property
- [Conda](https://anaconda.org/conda-forge/cached-property) (📥 27M · ⏱️ 25.08.2026):
conda install -c conda-forge cached-property
aiocache (🥈27 · ⭐ 1.4K · 💤) - Asyncio cache manager for redis, memcached and memory. BSD-3 - [GitHub](https://github.com/aio-libs/aiocache) (👨‍💻 53 · 🔀 170 · 📦 5.1K):
git clone https://github.com/aio-libs/aiocache
- [PyPi](https://pypi.org/project/aiocache) (📥 8.3M / month · 📦 150 · ⏱️ 25.09.2024):
pip install aiocache
beaker (🥉24 · ⭐ 510) - WSGI middleware for sessions and caching. BSD-3 - [GitHub](https://github.com/bbangert/beaker) (👨‍💻 94 · 🔀 140 · 📦 6.2K):
git clone https://github.com/bbangert/beaker
- [PyPi](https://pypi.org/project/beaker) (📥 210K / month · 📦 94 · ⏱️ 30.05.2026):
pip install beaker
- [Conda](https://anaconda.org/conda-forge/beaker) (📥 200K · ⏱️ 30.05.2026):
conda install -c conda-forge beaker
pylibmc (🥉24 · ⭐ 480 · 💤) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3 - [GitHub](https://github.com/lericson/pylibmc) (👨‍💻 57 · 🔀 140 · 📦 5.9K):
git clone https://github.com/lericson/pylibmc
- [PyPi](https://pypi.org/project/pylibmc) (📥 540K / month · 📦 79 · ⏱️ 30.08.2022):
pip install pylibmc
- [Conda](https://anaconda.org/conda-forge/pylibmc) (📥 480K · ⏱️ 28.08.2025):
conda install -c conda-forge pylibmc
Show 1 hidden projects... - cachier (🥉17 · ⭐ 660) - Persistent, stale-free, local and cross-machine caching for.. ❗Unlicensed


GUI Development

Back to top

🔗 best-of-web-python - Web UI ( ⭐ 2.6K · 💤) - Collection of libraries to implement web-based UIs.

kivy (🥇29 · ⭐ 19K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT - [GitHub](https://github.com/kivy/kivy) (👨‍💻 640 · 🔀 3.1K · 📦 18K):
git clone https://github.com/kivy/kivy
- [PyPi](https://pypi.org/project/kivy) (📥 270K / month · 📦 360 · ⏱️ 26.12.2024):
pip install kivy
- [Conda](https://anaconda.org/conda-forge/kivy) (📥 700K · ⏱️ 29.03.2026):
conda install -c conda-forge kivy
DearPyGui (🥈27 · ⭐ 15K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT - [GitHub](https://github.com/hoffstadt/DearPyGui) (👨‍💻 76 · 🔀 780 · 📦 4.5K):
git clone https://github.com/hoffstadt/DearPyGui
- [PyPi](https://pypi.org/project/dearpygui) (📥 200K / month · 📦 210 · ⏱️ 01.05.2026):
pip install dearpygui
Gooey (🥈24 · ⭐ 21K) - Turn (almost) any Python command line program into a full GUI application.. MIT - [GitHub](https://github.com/chriskiehl/Gooey) (👨‍💻 100 · 🔀 1K · 📦 1.1K):
git clone https://github.com/chriskiehl/Gooey
- [PyPi](https://pypi.org/project/gooey) (📥 6.2K / month · 📦 100 · ⏱️ 29.01.2022):
pip install gooey
- [Conda](https://anaconda.org/conda-forge/gooey) (📥 150K · ⏱️ 26.03.2026):
conda install -c conda-forge gooey
toga (🥈24 · ⭐ 5.4K) - A Python native, OS native GUI toolkit. BSD-3 - [GitHub](https://github.com/beeware/toga) (👨‍💻 350 · 🔀 820 · 📦 3):
git clone https://github.com/beeware/toga
- [PyPi](https://pypi.org/project/toga) (📥 8.6K / month · 📦 50 · ⏱️ 08.07.2026):
pip install toga
- [npm](https://www.npmjs.com/package/@pybee/toga) (📥 56 / month · 📦 5 · ⏱️ 23.04.2017):
npm install @pybee/toga
Show 5 hidden projects... - PySimpleGUI (🥈25 · ⭐ 14K) - PySimpleGUI is a Python package that enables Python.. ❗️PySimpleGUI License - flexx (🥉20 · ⭐ 3.3K · 💀) - Write desktop and web apps in pure Python. BSD-2 - Phoenix (🥉20 · ⭐ 2.6K) - wxPythons Project Phoenix. A new implementation of wxPython,.. ❗️wxWindows - Eel (🥉19 · ⭐ 6.8K · 💀) - For little HTML GUI applications, with easy Python/JS interop. MIT - enaml (🥉19 · ⭐ 1.6K · 💤) - Declarative User Interfaces for Python. ❗Unlicensed


Computer & Machine Vision

Back to top

🔗 best-of-ml-python - Computer Vision ( ⭐ 16K · 💀) - Collection of computer vision and image processing..

Show 1 hidden projects... - Pipeless (🥇12 · ⭐ 850 · 💀) - An open-source framework to create and deploy computer vision.. Apache-2


Machine Learning & Data Engineering

Back to top

🔗 best-of-ml-python ( ⭐ 16K · 💀) - A ranked list of awesome machine learning Python libraries. Updated..


Text Data

Back to top

🔗 best-of-ml-python - NLP ( ⭐ 16K · 💀) - Collection of text processing and NLP libraries.

chardet (🥇33 · ⭐ 2.7K) - Python character encoding detector. ❗️0BSD - [GitHub](https://github.com/chardet/chardet) (👨‍💻 58 · 🔀 310 · 📦 970K):
git clone https://github.com/chardet/chardet
- [PyPi](https://pypi.org/project/chardet) (📥 230M / month · 📦 7.4K · ⏱️ 14.08.2026):
pip install chardet
- [Conda](https://anaconda.org/conda-forge/chardet) (📥 34M · ⏱️ 17.08.2026):
conda install -c conda-forge chardet
- [npm](https://www.npmjs.com/package/@pypi/chardet) (📥 82 / month · 📦 7 · ⏱️ 20.08.2017):
npm install @pypi/chardet
phonenumbers (🥇29 · ⭐ 3.8K) - Python port of Googles libphonenumber. Apache-2 - [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (👨‍💻 34 · 🔀 440):
git clone https://github.com/daviddrysdale/python-phonenumbers
- [PyPi](https://pypi.org/project/phonenumbers) (📥 40M / month · 📦 970 · ⏱️ 14.08.2026):
pip install phonenumbers
- [Conda](https://anaconda.org/conda-forge/phonenumbers) (📥 2.6M · ⏱️ 15.08.2026):
conda install -c conda-forge phonenumbers
emoji (🥇29 · ⭐ 2K · 💤) - emoji terminal output for Python. BSD-3 - [GitHub](https://github.com/carpedm20/emoji) (👨‍💻 70 · 🔀 300 · 📦 93K):
git clone https://github.com/carpedm20/emoji
- [PyPi](https://pypi.org/project/emoji) (📥 17M / month · 📦 1.3K · ⏱️ 21.09.2025):
pip install emoji
- [Conda](https://anaconda.org/conda-forge/emoji) (📥 270K · ⏱️ 21.09.2025):
conda install -c conda-forge emoji
humanize (🥇29 · ⭐ 1.7K) - python humanize functions. MIT - [GitHub](https://github.com/jmoiron/humanize) (👨‍💻 62 · 🔀 150):
git clone https://github.com/jmoiron/humanize
- [PyPi](https://pypi.org/project/humanize) (📥 68M / month · 📦 1.9K · ⏱️ 30.06.2026):
pip install humanize
- [Conda](https://anaconda.org/conda-forge/humanize) (📥 1.6M · ⏱️ 01.07.2026):
conda install -c conda-forge humanize
python-slugify (🥇29 · ⭐ 1.6K) - Returns unicode slugs. MIT - [GitHub](https://github.com/un33k/python-slugify) (👨‍💻 40 · 🔀 130 · 📦 120K):
git clone https://github.com/un33k/python-slugify
- [PyPi](https://pypi.org/project/python-slugify) (📥 87M / month · 📦 1.5K · ⏱️ 08.02.2024):
pip install python-slugify
- [Conda](https://anaconda.org/conda-forge/python-slugify) (📥 4M · ⏱️ 22.04.2025):
conda install -c conda-forge python-slugify
pyahocorasick (🥉27 · ⭐ 1.1K) - Python module (C extension and plain python) implementing Aho-.. BSD-3 - [GitHub](https://github.com/WojciechMula/pyahocorasick) (👨‍💻 33 · 🔀 140 · 📦 4.4K):
git clone https://github.com/WojciechMula/pyahocorasick
- [PyPi](https://pypi.org/project/pyahocorasick) (📥 5.9M / month · 📦 270 · ⏱️ 27.04.2026):
pip install pyahocorasick
- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (📥 600K · ⏱️ 18.12.2025):
conda install -c conda-forge pyahocorasick
coolname (🥉24 · ⭐ 180) - Random Name and Slug Generator. BSD-2 - [GitHub](https://github.com/alexanderlukanin13/coolname) (👨‍💻 7 · 🔀 16 · 📦 4.4K):
git clone https://github.com/alexanderlukanin13/coolname
- [PyPi](https://pypi.org/project/coolname) (📥 11M / month · 📦 170 · ⏱️ 23.04.2026):
pip install coolname
- [Conda](https://anaconda.org/conda-forge/coolname) (📥 260K · ⏱️ 29.05.2026):
conda install -c conda-forge coolname
price-parser (🥉22 · ⭐ 350) - Extract price amount and currency symbol from a raw text string. BSD-3 - [GitHub](https://github.com/scrapinghub/price-parser) (👨‍💻 19 · 🔀 54 · 📦 560):
git clone https://github.com/scrapinghub/price-parser
- [PyPi](https://pypi.org/project/price-parser) (📥 820K / month · 📦 40 · ⏱️ 19.03.2026):
pip install price-parser
Show 3 hidden projects... - inflect (🥉27 · ⭐ 1.1K · 💀) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT - awesome-slugify (🥉19 · ⭐ 480 · 💀) - Python flexible slugify function. ❗️GPL-3.0 - millify (🥉17 · ⭐ 110 · 💀) - Convert long numbers into a human-readable format in Python. MIT


Web Development

Back to top

🔗 best-of-web-python ( ⭐ 2.6K · 💤) - A ranked list of awesome python libraries for web development...


Database Clients

Back to top

Libraries for connecting to, operating, and querying databases.

boto3 (🥇38 · ⭐ 9.9K) - Boto3, an AWS SDK for Python. Apache-2 - [GitHub](https://github.com/boto/boto3) (👨‍💻 170 · 🔀 2K · 📦 610K):
git clone https://github.com/boto/boto3
- [PyPi](https://pypi.org/project/boto3) (📥 3.3B / month · 📦 23K · ⏱️ 26.08.2026):
pip install boto3
- [Conda](https://anaconda.org/conda-forge/boto3) (📥 36M · ⏱️ 27.08.2026):
conda install -c conda-forge boto3
SQLAlchemy (🥇37 · ⭐ 12K) - The Database Toolkit for Python. MIT - [GitHub](https://github.com/sqlalchemy/sqlalchemy) (👨‍💻 860 · 🔀 1.7K · 📦 1.2M):
git clone https://github.com/sqlalchemy/sqlalchemy
- [PyPi](https://pypi.org/project/SQLAlchemy) (📥 430M / month · 📦 22K · ⏱️ 11.08.2026):
pip install SQLAlchemy
- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (📥 31M · ⏱️ 12.08.2026):
conda install -c conda-forge sqlalchemy
alembic (🥇35 · ⭐ 4.3K) - A database migrations tool for SQLAlchemy. MIT - [GitHub](https://github.com/sqlalchemy/alembic) (👨‍💻 230 · 🔀 360 · 📦 350K):
git clone https://github.com/sqlalchemy/alembic
- [PyPi](https://pypi.org/project/alembic) (📥 230M / month · 📦 4.6K · ⏱️ 08.08.2026):
pip install alembic
- [Conda](https://anaconda.org/conda-forge/alembic) (📥 12M · ⏱️ 09.08.2026):
conda install -c conda-forge alembic
redis (🥇34 · ⭐ 14K) - Redis Python client. MIT - [GitHub](https://github.com/redis/redis-py) (👨‍💻 570 · 🔀 2.7K):
git clone https://github.com/redis/redis-py
- [PyPi](https://pypi.org/project/redis) (📥 270M / month · 📦 13K · ⏱️ 30.07.2026):
pip install redis
- [Conda](https://anaconda.org/conda-forge/redis-py) (📥 2.8M · ⏱️ 31.07.2026):
conda install -c conda-forge redis-py
google-cloud-storage (🥇34 · ⭐ 5.4K) - Google Cloud Client Libraries for Python. Apache-2 - [GitHub](https://github.com/googleapis/google-cloud-python) (👨‍💻 1.1K · 🔀 1.8K · 📦 2.6K):
git clone https://github.com/googleapis/google-cloud-python
- [PyPi](https://pypi.org/project/google-cloud-storage) (📥 250M / month · 📦 3.3K · ⏱️ 06.08.2026):
pip install google-cloud-storage
- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (📥 7.6M · ⏱️ 06.08.2026):
conda install -c conda-forge google-cloud-storage
kafka-python (🥇33 · ⭐ 5.9K) - Python client for Apache Kafka. Apache-2 - [GitHub](https://github.com/dpkp/kafka-python) (👨‍💻 240 · 🔀 1.5K · 📦 37K):
git clone https://github.com/dpkp/kafka-python
- [PyPi](https://pypi.org/project/kafka-python) (📥 25M / month · 📦 1.1K · ⏱️ 16.08.2026):
pip install kafka-python
- [Conda](https://anaconda.org/conda-forge/kafka-python) (📥 530K · ⏱️ 16.08.2026):
conda install -c conda-forge kafka-python
azure-storage-blob (🥇33 · ⭐ 5.6K) - This repository is for active development of the Azure SDK.. MIT - [GitHub](https://github.com/Azure/azure-sdk-for-python) (👨‍💻 1.3K · 🔀 3.3K · 📦 2.8K):
git clone https://github.com/Azure/azure-sdk-for-python
- [PyPi](https://pypi.org/project/azure-storage-blob) (📥 140M / month · 📦 2K · ⏱️ 10.08.2026):
pip install azure-storage-blob
- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (📥 2M · ⏱️ 08.06.2026):
conda install -c conda-forge azure-storage-blob
elasticsearch (🥇33 · ⭐ 4.4K) - Official Python client for Elasticsearch. Apache-2 - [GitHub](https://github.com/elastic/elasticsearch-py) (👨‍💻 230 · 🔀 1.2K · 📦 66K):
git clone https://github.com/elastic/elasticsearch-py
- [PyPi](https://pypi.org/project/elasticsearch) (📥 52M / month · 📦 2.3K · ⏱️ 04.08.2026):
pip install elasticsearch
- [Conda](https://anaconda.org/conda-forge/elasticsearch) (📥 2M · ⏱️ 26.08.2026):
conda install -c conda-forge elasticsearch
s3transfer (🥇33 · ⭐ 240) - Amazon S3 Transfer Manager for Python. Apache-2 - [GitHub](https://github.com/boto/s3transfer) (👨‍💻 49 · 🔀 160 · 📦 390K):
git clone https://github.com/boto/s3transfer
- [PyPi](https://pypi.org/project/s3transfer) (📥 840M / month · 📦 940 · ⏱️ 22.07.2026):
pip install s3transfer
- [Conda](https://anaconda.org/conda-forge/s3transfer) (📥 31M · ⏱️ 23.07.2026):
conda install -c conda-forge s3transfer
peewee (🥈32 · ⭐ 12K) - a small, expressive orm -- supports postgresql, mysql, sqlite, now with.. MIT - [GitHub](https://github.com/coleifer/peewee) (👨‍💻 160 · 🔀 1.4K · 📦 24):
git clone https://github.com/coleifer/peewee
- [PyPi](https://pypi.org/project/peewee) (📥 52M / month · 📦 1.4K · ⏱️ 23.08.2026):
pip install peewee
- [Conda](https://anaconda.org/conda-forge/peewee) (📥 2.3M · ⏱️ 23.08.2026):
conda install -c conda-forge peewee
PyMySQL (🥈32 · ⭐ 7.8K) - MySQL client library for Python. MIT - [GitHub](https://github.com/PyMySQL/PyMySQL) (👨‍💻 130 · 🔀 1.4K · 📦 290K):
git clone https://github.com/PyMySQL/PyMySQL
- [PyPi](https://pypi.org/project/PyMySQL) (📥 99M / month · 📦 2.7K · ⏱️ 19.05.2026):
pip install PyMySQL
- [Conda](https://anaconda.org/conda-forge/pymysql) (📥 2.5M · ⏱️ 19.05.2026):
conda install -c conda-forge pymysql
Prometheus Client (🥈32 · ⭐ 4.3K) - Prometheus instrumentation library for Python.. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 870):
git clone https://github.com/prometheus/client_python
- [PyPi](https://pypi.org/project/prometheus_client) (📥 180M / month · 📦 4.8K · ⏱️ 24.07.2026):
pip install prometheus_client
- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 28M · ⏱️ 25.07.2026):
conda install -c conda-forge prometheus_client
s3fs (🥈32 · ⭐ 1K) - S3 Filesystem. BSD-3 - [GitHub](https://github.com/fsspec/s3fs) (👨‍💻 160 · 🔀 300 · 📦 29K):
git clone https://github.com/fsspec/s3fs
- [PyPi](https://pypi.org/project/s3fs) (📥 640M / month · 📦 2.1K · ⏱️ 28.07.2026):
pip install s3fs
- [Conda](https://anaconda.org/conda-forge/s3fs) (📥 13M · ⏱️ 16.06.2026):
conda install -c conda-forge s3fs
pymongo (🥈31 · ⭐ 4.3K) - PyMongo - the Official MongoDB Python driver. Apache-2 - [GitHub](https://github.com/mongodb/mongo-python-driver) (👨‍💻 250 · 🔀 1.1K):
git clone https://github.com/mongodb/mongo-python-driver
- [PyPi](https://pypi.org/project/pymongo) (📥 110M / month · 📦 6.4K · ⏱️ 20.04.2026):
pip install pymongo
- [Conda](https://anaconda.org/conda-forge/pymongo) (📥 7.4M · ⏱️ 21.04.2026):
conda install -c conda-forge pymongo
confluent-kafka-python (🥈31 · ⭐ 490) - Confluents Kafka Python Client. Apache-2 - [GitHub](https://github.com/confluentinc/confluent-kafka-python) (👨‍💻 150 · 🔀 960 · 📦 18K):
git clone https://github.com/confluentinc/confluent-kafka-python
- [PyPi](https://pypi.org/project/confluent-kafka) (📥 61M / month · 📦 1K · ⏱️ 30.06.2026):
pip install confluent-kafka
- [Conda](https://anaconda.org/conda-forge/python-confluent-kafka) (📥 2.1M · ⏱️ 12.07.2026):
conda install -c conda-forge python-confluent-kafka
sqlmodel (🥈30 · ⭐ 18K) - SQLModel, SQL databases in Python, designed for simplicity,.. MIT pydantic - [GitHub]() (👨‍💻 110 · 🔀 880 · 📦 33K):
git clone https://github.com/tiangolo/sqlmodel
- [PyPi](https://pypi.org/project/sqlmodel) (📥 23M / month · 📦 1.9K · ⏱️ 25.06.2026):
pip install sqlmodel
- [Conda](https://anaconda.org/conda-forge/sqlmodel) (📥 310K · ⏱️ 26.06.2026):
conda install -c conda-forge sqlmodel
MongoEngine (🥈30 · ⭐ 4.3K) - A Python Object-Document-Mapper for working with MongoDB. MIT - [GitHub](https://github.com/MongoEngine/mongoengine) (👨‍💻 400 · 🔀 1.2K · 📦 28K):
git clone https://github.com/MongoEngine/mongoengine
- [PyPi](https://pypi.org/project/mongoengine) (📥 2.5M / month · 📦 450 · ⏱️ 10.03.2026):
pip install mongoengine
- [Conda](https://anaconda.org/conda-forge/mongoengine) (📥 730K · ⏱️ 10.03.2026):
conda install -c conda-forge mongoengine
python-bigquery (🥈30 · ⭐ 800) - This library has moved to.. Apache-2 - [GitHub](https://github.com/googleapis/python-bigquery) (👨‍💻 180 · 🔀 320):
git clone https://github.com/googleapis/python-bigquery
- [PyPi](https://pypi.org/project/google-cloud-bigquery) (📥 180M / month · 📦 1.9K · ⏱️ 24.08.2026):
pip install google-cloud-bigquery
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigquery) (📥 4.1M · ⏱️ 26.08.2026):
conda install -c conda-forge google-cloud-bigquery
Ibis (🥈29 · ⭐ 6.5K) - the portable Python dataframe library. Apache-2 - [GitHub](https://github.com/ibis-project/ibis) (👨‍💻 520 · 🔀 720 · 📦 5.4K):
git clone https://github.com/ibis-project/ibis
- [PyPi](https://pypi.org/project/ibis-framework) (📥 3.9M / month · 📦 130 · ⏱️ 07.02.2026):
pip install ibis-framework
- [Conda](https://anaconda.org/conda-forge/ibis-framework) (📥 1.1M · ⏱️ 01.06.2026):
conda install -c conda-forge ibis-framework
tortoise-orm (🥈29 · ⭐ 5.6K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2 - [GitHub](https://github.com/tortoise/tortoise-orm) (👨‍💻 180 · 🔀 500 · 📦 11K):
git clone https://github.com/tortoise/tortoise-orm
- [PyPi](https://pypi.org/project/tortoise-orm) (📥 570K / month · 📦 390 · ⏱️ 10.08.2026):
pip install tortoise-orm
- [Conda](https://anaconda.org/conda-forge/tortoise-orm) (📥 72K · ⏱️ 10.08.2026):
conda install -c conda-forge tortoise-orm
pandas-gbq (🥈29 · ⭐ 5.4K) - This library has moved to https://github.com/googleapis/google-.. BSD-3 - [GitHub](https://github.com/googleapis/python-bigquery-pandas) (👨‍💻 60 · 🔀 1.8K):
git clone https://github.com/googleapis/python-bigquery-pandas
- [PyPi](https://pypi.org/project/pandas-gbq) (📥 32M / month · 📦 300 · ⏱️ 25.08.2026):
pip install pandas-gbq
- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (📥 2.6M · ⏱️ 01.05.2025):
conda install -c conda-forge pandas-gbq
AWS Data Wrangler (🥈29 · ⭐ 4.1K) - Pandas on AWS. Apache-2 - [GitHub]() (👨‍💻 180 · 🔀 740 · 📦 2.6K):
git clone https://github.com/awslabs/aws-data-wrangler
- [PyPi](https://pypi.org/project/awswrangler) (📥 87M / month · 📦 150 · ⏱️ 03.08.2026):
pip install awswrangler
- [Conda](https://anaconda.org/conda-forge/awswrangler) (📥 920K · ⏱️ 04.08.2026):
conda install -c conda-forge awswrangler
Cassandra Driver (🥈29 · ⭐ 1.4K) - Apache Cassandra Python Driver. Apache-2 - [GitHub]() (👨‍💻 220 · 🔀 580 · 📦 11K):
git clone https://github.com/datastax/python-driver
- [PyPi](https://pypi.org/project/cassandra-driver) (📥 7.1M / month · 📦 330 · ⏱️ 06.07.2026):
pip install cassandra-driver
- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (📥 690K · ⏱️ 11.07.2026):
conda install -c conda-forge cassandra-driver
google-cloud-bigtable (🥉28 · ⭐ 5.4K) - This library has moved to.. Apache-2 - [GitHub](https://github.com/googleapis/python-bigtable) (👨‍💻 80 · 🔀 1.8K):
git clone https://github.com/googleapis/python-bigtable
- [PyPi](https://pypi.org/project/google-cloud-bigtable) (📥 80M / month · 📦 73 · ⏱️ 24.08.2026):
pip install google-cloud-bigtable
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigtable) (📥 250K · ⏱️ 26.08.2026):
conda install -c conda-forge google-cloud-bigtable
Pony (🥉28 · ⭐ 3.8K) - Pony Object Relational Mapper. Apache-2 - [GitHub](https://github.com/ponyorm/pony) (👨‍💻 34 · 🔀 260 · 📦 4.7K):
git clone https://github.com/ponyorm/pony
- [PyPi](https://pypi.org/project/pony) (📥 710K / month · 📦 190 · ⏱️ 09.08.2026):
pip install pony
- [Conda](https://anaconda.org/conda-forge/pony) (📥 300K · ⏱️ 10.08.2026):
conda install -c conda-forge pony
PyPika (🥉28 · ⭐ 2.9K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2 - [GitHub](https://github.com/kayak/pypika) (👨‍💻 120 · 🔀 330 · 📦 47K):
git clone https://github.com/kayak/pypika
- [PyPi](https://pypi.org/project/pypika) (📥 12M / month · 📦 230 · ⏱️ 04.02.2026):
pip install pypika
- [Conda](https://anaconda.org/conda-forge/pypika) (📥 110K · ⏱️ 02.02.2026):
conda install -c conda-forge pypika
mysqlclient (🥉28 · ⭐ 2.5K) - MySQL/MariaDB connector for Python. ❗️GPL-2.0 - [GitHub](https://github.com/PyMySQL/mysqlclient) (👨‍💻 93 · 🔀 450 · 📦 210K):
git clone https://github.com/PyMySQL/mysqlclient
- [PyPi](https://pypi.org/project/mysqlclient) (📥 20M / month · 📦 1.1K · ⏱️ 10.02.2026):
pip install mysqlclient
- [Conda](https://anaconda.org/conda-forge/mysqlclient) (📥 980K · ⏱️ 03.03.2026):
conda install -c conda-forge mysqlclient
dataset (🥉27 · ⭐ 4.9K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT - [GitHub](https://github.com/pudo/dataset) (👨‍💻 81 · 🔀 300 · 📦 5.2K):
git clone https://github.com/pudo/dataset
- [PyPi](https://pypi.org/project/dataset) (📥 2.3M / month · 📦 150 · ⏱️ 12.04.2026):
pip install dataset
- [Conda](https://anaconda.org/conda-forge/dataset) (📥 20K · ⏱️ 17.09.2025):
conda install -c conda-forge dataset
PynamoDB (🥉26 · ⭐ 2.6K · 💤) - A pythonic interface to Amazons DynamoDB. MIT - [GitHub](https://github.com/pynamodb/PynamoDB) (👨‍💻 120 · 🔀 430 · 📦 2K):
git clone https://github.com/pynamodb/PynamoDB
- [PyPi](https://pypi.org/project/pynamodb) (📥 4M / month · 📦 86 · ⏱️ 02.06.2025):
pip install pynamodb
- [Conda](https://anaconda.org/conda-forge/pynamodb) (📥 4M · ⏱️ 02.06.2025):
conda install -c conda-forge pynamodb
libcloud (🥉25 · ⭐ 2.1K) - Apache Libcloud is a Python library that hides differences between.. Apache-2 - [GitHub](https://github.com/apache/libcloud) (👨‍💻 500 · 🔀 930):
git clone https://github.com/apache/libcloud
- [PyPi](https://pypi.org/project/apache-libcloud) (📥 900K / month · 📦 190 · ⏱️ 21.04.2026):
pip install apache-libcloud
piccolos (🥉25 · ⭐ 1.9K) - A fast, user friendly ORM and query builder which supports asyncio. MIT - [GitHub](https://github.com/piccolo-orm/piccolo) (👨‍💻 55 · 🔀 110 · 📦 540):
git clone https://github.com/piccolo-orm/piccolo
- [PyPi](https://pypi.org/project/piccolo) (📥 1.1M / month · 📦 18 · ⏱️ 27.07.2026):
pip install piccolo
minio (🥉24 · ⭐ 1K · 💤) - MinIO Client SDK for Python. Apache-2 - [GitHub](https://github.com/minio/minio-py) (👨‍💻 150 · 🔀 370):
git clone https://github.com/minio/minio-py
- [PyPi](https://pypi.org/project/minio) (📥 11M / month · 📦 820 · ⏱️ 27.11.2025):
pip install minio
- [Conda](https://anaconda.org/conda-forge/minio) (📥 390K · ⏱️ 27.11.2025):
conda install -c conda-forge minio
cx-Oracle (🥉24 · ⭐ 900 · 💤) - Obsolete Python interface to Oracle Database, now superseded by.. BSD-3 - [GitHub](https://github.com/oracle/python-cx_Oracle) (👨‍💻 17 · 🔀 360 · 📦 9.2K):
git clone https://github.com/oracle/python-cx_Oracle
- [PyPi](https://pypi.org/project/cx-Oracle) (📥 3.1M / month · 📦 430 · ⏱️ 20.07.2023):
pip install cx-Oracle
- [Conda](https://anaconda.org/conda-forge/cx_oracle) (📥 1.1M · ⏱️ 15.01.2026):
conda install -c conda-forge cx_oracle
pysolr (🥉24 · ⭐ 700) - Pysolr Python Solr client. BSD-3 - [GitHub](https://github.com/django-haystack/pysolr) (👨‍💻 77 · 🔀 340 · 📦 4K):
git clone https://github.com/django-haystack/pysolr
- [PyPi](https://pypi.org/project/pysolr) (📥 350K / month · 📦 87 · ⏱️ 18.11.2025):
pip install pysolr
- [Conda](https://anaconda.org/conda-forge/pysolr) (📥 120K · ⏱️ 18.11.2025):
conda install -c conda-forge pysolr
umongo (🥉24 · ⭐ 450) - sync/async MongoDB ODM, yes. MIT - [GitHub](https://github.com/Scille/umongo) (👨‍💻 19 · 🔀 68 · 📦 26K):
git clone https://github.com/Scille/umongo
- [PyPi](https://pypi.org/project/umongo) (📥 35K / month · 📦 10 · ⏱️ 01.03.2026):
pip install umongo
- [Conda](https://anaconda.org/conda-forge/umongo) (📥 19K · ⏱️ 20.08.2026):
conda install -c conda-forge umongo
Databases (🥉23 · ⭐ 3.9K · 💤) - Async database support for Python. BSD-3 - [GitHub](https://github.com/encode/databases) (👨‍💻 59 · 🔀 260):
git clone https://github.com/encode/databases
- [PyPi](https://pypi.org/project/databases) (📥 1.3M / month · 📦 160 · ⏱️ 01.03.2024):
pip install databases
- [Conda](https://anaconda.org/conda-forge/databases) (📥 390K · ⏱️ 01.01.2026):
conda install -c conda-forge databases
ODMantic (🥉23 · ⭐ 1.2K) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC - [GitHub](https://github.com/art049/odmantic) (👨‍💻 23 · 🔀 98 · 📦 3.6K):
git clone https://github.com/art049/odmantic
- [PyPi](https://pypi.org/project/odmantic) (📥 70K / month · 📦 24 · ⏱️ 24.01.2026):
pip install odmantic
HappyBase (🥉23 · ⭐ 610 · 💤) - [UNMAINTAINED] A developer-friendly Python library to interact with.. MIT - [GitHub](https://github.com/python-happybase/happybase) (👨‍💻 22 · 🔀 160 · 📦 1K):
git clone https://github.com/python-happybase/happybase
- [PyPi](https://pypi.org/project/happybase) (📥 72K / month · 📦 44 · ⏱️ 26.09.2025):
pip install happybase
- [Conda](https://anaconda.org/conda-forge/happybase) (📥 390K · ⏱️ 22.04.2025):
conda install -c conda-forge happybase
filedepot (🥉23 · ⭐ 160) - Toolkit for storing files and attachments in web applications. MIT - [GitHub](https://github.com/amol-/depot) (👨‍💻 21 · 🔀 41 · 📦 1.5K):
git clone https://github.com/amol-/depot
- [PyPi](https://pypi.org/project/filedepot) (📥 22K / month · 📦 15 · ⏱️ 22.07.2026):
pip install filedepot
neo4j-driver (🥉22 · ⭐ 1K) - Neo4j Bolt driver for Python. Apache-2 - [GitHub](https://github.com/neo4j/neo4j-python-driver) (👨‍💻 44 · 🔀 210):
git clone https://github.com/neo4j/neo4j-python-driver
- [PyPi](https://pypi.org/project/neo4j-driver) (📥 97K / month · 📦 65 · ⏱️ 04.05.2026):
pip install neo4j-driver
- [Conda](https://anaconda.org/conda-forge/neo4j-python-driver) (📥 520K · ⏱️ 04.05.2026):
conda install -c conda-forge neo4j-python-driver
cloudant (🥉19 · ⭐ 160) - A Python library for Cloudant and CouchDB. Apache-2 - [GitHub](https://github.com/cloudant/python-cloudant) (👨‍💻 33 · 🔀 55):
git clone https://github.com/cloudant/python-cloudant
- [PyPi](https://pypi.org/project/cloudant) (📥 260K / month · 📦 34 · ⏱️ 26.08.2021):
pip install cloudant
- [Conda](https://anaconda.org/conda-forge/cloudant) (📥 430K · ⏱️ 29.04.2026):
conda install -c conda-forge cloudant
psycopg3 (🥉18 · ⭐ 2.4K) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0 - [GitHub](https://github.com/psycopg/psycopg) (👨‍💻 100 · 🔀 240):
git clone https://github.com/psycopg/psycopg
PugSQL (🥉18 · ⭐ 760 · 💤) - A HugSQL-inspired database library for Python. Apache-2 - [GitHub](https://github.com/mcfunley/pugsql) (👨‍💻 14 · 🔀 27 · 📦 84):
git clone https://github.com/mcfunley/pugsql
- [PyPi](https://pypi.org/project/pugsql) (📥 31K / month · 📦 3 · ⏱️ 04.12.2025):
pip install pugsql
Show 21 hidden projects... - psycopg2 (🥈32 · ⭐ 3.6K) - PostgreSQL database adapter for the Python.. ❗️BSD-3-Clause-Attribution - pyodbc (🥈29 · ⭐ 3.1K) - Python ODBC bridge. ❗️MIT-0 - Motor (🥈29 · ⭐ 2.5K · 💀) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2 - SQLAlchemy-Utils (🥉28 · ⭐ 1.3K) - Various utility functions and datatypes for SQLAlchemy. ❗Unlicensed - Elasticsearch DSL (🥉25 · ⭐ 3.9K · 💀) - High level Python client for Elasticsearch. Apache-2 - influxdb (🥉25 · ⭐ 1.7K · 💀) - Python client for InfluxDB. MIT - pygsheets (🥉25 · ⭐ 1.5K · 💀) - Google Sheets Python API v4. MIT - redis-py-cluster (🥉25 · ⭐ 1.1K · 💀) - Python cluster client for the official redis cluster... MIT - Records (🥉24 · ⭐ 7.2K · 💀) - SQL for Humans. ISC - gino (🥉23 · ⭐ 2.7K · 💀) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. BSD-3 - mongo-connector (🥉22 · ⭐ 1.9K · 💀) - MongoDB data stream pipeline tools by YouGov (adopted.. Apache-2 - prisma (🥉21 · ⭐ 1.9K · 💀) - Prisma Client Python is an auto-generated and fully type-safe.. Apache-2 - pyhdb (🥉20 · ⭐ 320 · 💀) - SAP HANA Connector in pure Python. Apache-2 - Queries (🥉20 · ⭐ 260 · 💀) - PostgreSQL database access simplified. BSD-3 - aioprometheus (🥉20 · ⭐ 180 · 💀) - A Prometheus Python client library for asyncio-based.. MIT - PyMODM (🥉17 · ⭐ 350 · 💀) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2 - db.py (🥉15 · ⭐ 1.2K · 💀) - db.py is an easier way to interact with your databases. BSD-2 - py2neo (🥉15 · 💀) - Python client library and toolkit for Neo4j. Apache-2 - gsheets-db-api (🥉14 · ⭐ 210 · 💀) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT - SuperSQLite (🥉13 · ⭐ 720 · 💀) - A supercharged SQLite library for Python. MIT - lazydata (🥉13 · ⭐ 620 · 💀) - Lazydata: Scalable data dependencies for Python projects. Apache-2


Data Loading & Extraction

Back to top

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

Datasets (🥇35 · ⭐ 22K) - The largest hub of ready-to-use datasets for AI models with fast,.. Apache-2 - [GitHub](https://github.com/huggingface/datasets) (👨‍💻 690 · 🔀 3.3K · 📦 130K):
git clone https://github.com/huggingface/datasets
- [PyPi](https://pypi.org/project/datasets) (📥 160M / month · 📦 7.1K · ⏱️ 28.07.2026):
pip install datasets
- [Conda](https://anaconda.org/conda-forge/datasets) (📥 3.4M · ⏱️ 29.07.2026):
conda install -c conda-forge datasets
Faker (🥇35 · ⭐ 19K) - Faker is a Python package that generates fake data for you. MIT - [GitHub](https://github.com/joke2k/faker) (👨‍💻 680 · 🔀 2.1K · 📦 300K):
git clone https://github.com/joke2k/faker
- [PyPi](https://pypi.org/project/Faker) (📥 81M / month · 📦 3.6K · ⏱️ 21.08.2026):
pip install Faker
- [Conda](https://anaconda.org/conda-forge/faker) (📥 2.2M · ⏱️ 21.08.2026):
conda install -c conda-forge faker
Tablib (🥇31 · ⭐ 4.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT - [GitHub](https://github.com/jazzband/tablib) (👨‍💻 140 · 🔀 610 · 📦 130K):
git clone https://github.com/jazzband/tablib
- [PyPi](https://pypi.org/project/tablib) (📥 5.4M / month · 📦 230 · ⏱️ 31.07.2026):
pip install tablib
- [Conda](https://anaconda.org/conda-forge/tablib) (📥 390K · ⏱️ 31.07.2026):
conda install -c conda-forge tablib
python-magic (🥇31 · ⭐ 2.9K) - A python wrapper for libmagic. MIT - [GitHub](https://github.com/ahupp/python-magic) (👨‍💻 67 · 🔀 300 · 📦 87K):
git clone https://github.com/ahupp/python-magic
- [PyPi](https://pypi.org/project/python-magic) (📥 36M / month · 📦 1.5K · ⏱️ 07.06.2022):
pip install python-magic
- [Conda](https://anaconda.org/conda-forge/python-magic) (📥 950K · ⏱️ 19.06.2026):
conda install -c conda-forge python-magic
xmltodict (🥈30 · ⭐ 5.7K) - Python module that makes working with XML feel like you are working.. MIT - [GitHub](https://github.com/martinblech/xmltodict) (👨‍💻 60 · 🔀 470 · 📦 89K):
git clone https://github.com/martinblech/xmltodict
- [PyPi](https://pypi.org/project/xmltodict) (📥 130M / month · 📦 3.9K · ⏱️ 22.02.2026):
pip install xmltodict
- [Conda](https://anaconda.org/conda-forge/xmltodict) (📥 7.4M · ⏱️ 22.02.2026):
conda install -c conda-forge xmltodict
xlrd (🥈30 · ⭐ 2.2K · 💤) - Please use openpyxl where you can... BSD-3 - [GitHub](https://github.com/python-excel/xlrd) (👨‍💻 53 · 🔀 440 · 📦 250K):
git clone https://github.com/python-excel/xlrd
- [PyPi](https://pypi.org/project/xlrd) (📥 84M / month · 📦 3.5K · ⏱️ 14.06.2025):
pip install xlrd
- [Conda](https://anaconda.org/conda-forge/xlrd) (📥 5.8M · ⏱️ 26.08.2025):
conda install -c conda-forge xlrd
gdown (🥈29 · ⭐ 5.3K) - Google Drive public file downloader when curl/wget fails. MIT - [GitHub](https://github.com/wkentaro/gdown) (👨‍💻 27 · 🔀 420 · 📦 60K):
git clone https://github.com/wkentaro/gdown
- [PyPi](https://pypi.org/project/gdown) (📥 3.5M / month · 📦 1.5K · ⏱️ 30.05.2026):
pip install gdown
- [Conda](https://anaconda.org/conda-forge/gdown) (📥 570K · ⏱️ 30.05.2026):
conda install -c conda-forge gdown
xlwings (🥈29 · ⭐ 3.4K) - xlwings is a Python library that makes it easy to call Python from.. BSD-3 - [GitHub](https://github.com/xlwings/xlwings) (👨‍💻 69 · 🔀 540 · 📦 34K):
git clone https://github.com/xlwings/xlwings
- [PyPi](https://pypi.org/project/xlwings) (📥 980K / month · 📦 310 · ⏱️ 17.08.2026):
pip install xlwings
- [Conda](https://anaconda.org/conda-forge/xlwings) (📥 2.1M · ⏱️ 18.08.2026):
conda install -c conda-forge xlwings
smart-open (🥈27 · ⭐ 3.4K) - Utils for streaming large files (S3, HDFS, GCS, SFTP, Azure Blob.. MIT - [GitHub]() (👨‍💻 130 · 🔀 390):
git clone https://github.com/RaRe-Technologies/smart_open
- [PyPi](https://pypi.org/project/smart-open) (📥 76M / month · 📦 700 · ⏱️ 15.07.2026):
pip install smart-open
- [Conda](https://anaconda.org/conda-forge/smart_open) (📥 5.1M · ⏱️ 15.07.2026):
conda install -c conda-forge smart_open
Intake (🥈27 · ⭐ 1.1K) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2 - [GitHub](https://github.com/intake/intake) (👨‍💻 95 · 🔀 150 · 📦 3.7K):
git clone https://github.com/intake/intake
- [PyPi](https://pypi.org/project/intake) (📥 880K / month · 📦 230 · ⏱️ 17.06.2026):
pip install intake
- [Conda](https://anaconda.org/conda-forge/intake) (📥 940K · ⏱️ 09.03.2026):
conda install -c conda-forge intake
textract (🥈26 · ⭐ 4.5K · 📉) - extract text from any document. no muss. no fuss. MIT - [GitHub](https://github.com/deanmalmgren/textract) (👨‍💻 48 · 🔀 670 · 📦 4.9K):
git clone https://github.com/deanmalmgren/textract
- [PyPi](https://pypi.org/project/textract) (📥 420K / month · 📦 92 · ⏱️ 27.04.2026):
pip install textract
- [Conda](https://anaconda.org/conda-forge/textract) (📥 150K · ⏱️ 28.04.2026):
conda install -c conda-forge textract
csvkit (🥈25 · ⭐ 6.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT - [GitHub](https://github.com/wireservice/csvkit) (👨‍💻 120 · 🔀 670 · 📦 2K):
git clone https://github.com/wireservice/csvkit
- [PyPi](https://pypi.org/project/csvkit) (📥 490K / month · 📦 49 · ⏱️ 15.12.2025):
pip install csvkit
- [Conda](https://anaconda.org/conda-forge/csvkit) (📥 370K · ⏱️ 26.04.2026):
conda install -c conda-forge csvkit
img2dataset (🥉23 · ⭐ 4.2K · 💤) - Easily turn large sets of image urls to an image dataset. Can.. MIT - [GitHub](https://github.com/rom1504/img2dataset) (👨‍💻 36 · 🔀 360 · 📦 290):
git clone https://github.com/rom1504/img2dataset
- [PyPi](https://pypi.org/project/img2dataset) (📥 72K / month · 📦 6 · ⏱️ 09.08.2025):
pip install img2dataset
camelot (🥉23 · ⭐ 3.8K) - A Python library to extract tabular data from PDFs. MIT - [GitHub](https://github.com/camelot-dev/camelot) (👨‍💻 80 · 🔀 540 · 📦 3.7K):
git clone https://github.com/camelot-dev/camelot
- [PyPi](https://pypi.org/project/camelot) (📥 3.4K / month · 📦 6 · ⏱️ 15.12.2021):
pip install camelot
snorkel (🥉22 · ⭐ 6K) - A system for quickly generating training data with weak supervision. Apache-2 - [GitHub](https://github.com/snorkel-team/snorkel) (👨‍💻 81 · 🔀 850 · 📦 680):
git clone https://github.com/snorkel-team/snorkel
- [PyPi](https://pypi.org/project/snorkel) (📥 47K / month · 📦 22 · ⏱️ 27.02.2024):
pip install snorkel
- [Conda](https://anaconda.org/conda-forge/snorkel) (📥 75K · ⏱️ 22.04.2025):
conda install -c conda-forge snorkel
Singer (🥉22 · ⭐ 1.3K) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0 - [GitHub](https://github.com/singer-io/getting-started) (👨‍💻 33 · 🔀 150):
git clone https://github.com/singer-io/getting-started
- [PyPi](https://pypi.org/project/singer-python) (📥 560K / month · 📦 310 · ⏱️ 27.02.2026):
pip install singer-python
Upgini (🥉19 · ⭐ 360) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 - [GitHub](https://github.com/upgini/upgini) (👨‍💻 14 · 🔀 26 · 📦 11):
git clone https://github.com/upgini/upgini
- [PyPi](https://pypi.org/project/upgini) (📥 12K / month · ⏱️ 26.08.2026):
pip install upgini
rows (🥉17 · ⭐ 890) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0 - [GitHub](https://github.com/turicas/rows) (👨‍💻 32 · 🔀 140 · 📦 180):
git clone https://github.com/turicas/rows
- [PyPi](https://pypi.org/project/rows) (📥 5.5K / month · 📦 6 · ⏱️ 15.12.2021):
pip install rows
Show 14 hidden projects... - pandas-datareader (🥈27 · ⭐ 3.2K) - Extract data from a wide range of Internet sources.. ❗Unlicensed - PDFMiner (🥈25 · ⭐ 5.3K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT - SDV (🥉24 · ⭐ 3.5K) - Synthetic data generation for tabular data. ❗Unlicensed - tabulator-py (🥉22 · ⭐ 240 · 💀) - Python library for reading and writing tabular data via streams. MIT - pyexcel-xlsx (🥉21 · ⭐ 120 · 💀) - A wrapper library to read, manipulate and write data in xlsx.. BSD-3 - messytables (🥉20 · ⭐ 390 · 💀) - Tools for parsing messy tabular data. This is now superseded by.. MIT - deepdish (🥉20 · ⭐ 270 · 💀) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3 - excalibur (🥉18 · ⭐ 1.7K · 💀) - A web interface to extract tabular data from PDFs. MIT - datatest (🥉18 · ⭐ 290 · 💀) - Tools for test driven data-wrangling and data validation. Apache-2 - borb (🥉17 · ⭐ 3.6K) - pText is a library for reading, creating and manipulating PDF files.. ❗Unlicensed - pdfmux (🥉14 · ⭐ 77 · 🐣) - PDF extraction that audits its own output and certifies.. MIT python pdf markdown - csvs-to-sqlite (🥉13 · ⭐ 900 · 💀) - Convert CSV files into a SQLite database. Apache-2 - Squirrel (🥉12 · ⭐ 280 · 💀) - A Python library that enables ML teams to share, load, and.. Apache-2 - Wayback-Archive (🥉6 · ⭐ 27 · 🐣) - Download complete websites from the Wayback Machine with.. ❗️GPL-3.0


Data Pipelines & Streaming

Back to top

Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.

Airflow (🥇36 · ⭐ 47K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2 - [GitHub](https://github.com/apache/airflow) (👨‍💻 4.6K · 🔀 18K · 📦 20K):
git clone https://github.com/apache/airflow
- [PyPi](https://pypi.org/project/apache-airflow) (📥 19M / month · 📦 970 · ⏱️ 12.08.2026):
pip install apache-airflow
- [Conda](https://anaconda.org/conda-forge/airflow) (📥 2.1M · ⏱️ 20.08.2026):
conda install -c conda-forge airflow
- [Docker Hub](https://hub.docker.com/r/apache/airflow) (📥 1.6B · ⭐ 640 · ⏱️ 12.08.2026):
docker pull apache/airflow
Celery (🥇36 · ⭐ 29K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3 - [GitHub](https://github.com/celery/celery) (👨‍💻 1.5K · 🔀 5.1K · 📦 190K):
git clone https://github.com/celery/celery
- [PyPi](https://pypi.org/project/celery) (📥 57M / month · 📦 2.6K · ⏱️ 26.03.2026):
pip install celery
- [Conda](https://anaconda.org/conda-forge/celery) (📥 3.1M · ⏱️ 26.07.2026):
conda install -c conda-forge celery
rq (🥇33 · ⭐ 11K) - Simple job queues for Python. BSD-3 - [GitHub](https://github.com/rq/rq) (👨‍💻 360 · 🔀 1.5K · 📦 22K):
git clone https://github.com/rq/rq
- [PyPi](https://pypi.org/project/rq) (📥 18M / month · 📦 430 · ⏱️ 17.08.2026):
pip install rq
- [Conda](https://anaconda.org/conda-forge/rq) (📥 340K · ⏱️ 24.08.2026):
conda install -c conda-forge rq
Beam (🥇33 · ⭐ 8.6K) - Unified programming model to define and execute data processing.. Apache-2 - [GitHub](https://github.com/apache/beam) (👨‍💻 2K · 🔀 4.6K · 📦 9.8K):
git clone https://github.com/apache/beam
- [PyPi](https://pypi.org/project/apache-beam) (📥 5.7M / month · 📦 190 · ⏱️ 21.08.2026):
pip install apache-beam
- [Conda](https://anaconda.org/conda-forge/apache-beam-with-aws) (📥 360K · ⏱️ 11.07.2026):
conda install -c conda-forge apache-beam-with-aws
joblib (🥇33 · ⭐ 4.3K) - Computing with Python functions. BSD-3 - [GitHub](https://github.com/joblib/joblib) (👨‍💻 160 · 🔀 450 · 📦 740K):
git clone https://github.com/joblib/joblib
- [PyPi](https://pypi.org/project/joblib) (📥 220M / month · 📦 9.6K · ⏱️ 15.12.2025):
pip install joblib
- [Conda](https://anaconda.org/conda-forge/joblib) (📥 52M · ⏱️ 15.12.2025):
conda install -c conda-forge joblib
Prefect (🥈32 · ⭐ 24K) - Prefect is a workflow orchestration framework for building resilient.. Apache-2 - [GitHub](https://github.com/PrefectHQ/prefect) (👨‍💻 740 · 🔀 2.5K · 📦 8.4K):
git clone https://github.com/PrefectHQ/prefect
- [PyPi](https://pypi.org/project/prefect) (📥 14M / month · 📦 560 · ⏱️ 27.08.2026):
pip install prefect
- [Conda](https://anaconda.org/conda-forge/prefect) (📥 1.2M · ⏱️ 26.08.2026):
conda install -c conda-forge prefect
Dagster (🥈32 · ⭐ 16K) - An orchestration platform for the development, production, and.. Apache-2 - [GitHub](https://github.com/dagster-io/dagster) (👨‍💻 700 · 🔀 2.3K · 📦 4.9K):
git clone https://github.com/dagster-io/dagster
- [PyPi](https://pypi.org/project/dagster) (📥 10M / month · 📦 430 · ⏱️ 27.08.2026):
pip install dagster
- [Conda](https://anaconda.org/conda-forge/dagster) (📥 3.2M · ⏱️ 21.08.2026):
conda install -c conda-forge dagster
luigi (🥈30 · ⭐ 19K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2 - [GitHub](https://github.com/spotify/luigi) (👨‍💻 640 · 🔀 2.5K · 📦 2.9K):
git clone https://github.com/spotify/luigi
- [PyPi](https://pypi.org/project/luigi) (📥 1.3M / month · 📦 180 · ⏱️ 07.05.2026):
pip install luigi
- [Conda](https://anaconda.org/anaconda/luigi) (📥 25K · 📦 3 · ⏱️ 30.07.2026):
conda install -c anaconda luigi
Great Expectations (🥈30 · ⭐ 12K) - Always know what to expect from your data. Apache-2 - [GitHub]() (👨‍💻 480 · 🔀 1.8K · 📦 4):
git clone https://github.com/great-expectations/great_expectations
- [PyPi](https://pypi.org/project/great_expectations) (📥 26M / month · 📦 190 · ⏱️ 19.08.2026):
pip install great_expectations
- [Conda](https://anaconda.org/conda-forge/great-expectations) (📥 1.7M · ⏱️ 19.08.2026):
conda install -c conda-forge great-expectations
dbt (🥈29 · ⭐ 14K) - dbt enables data analysts and engineers to transform their data using the.. Apache-2 - [GitHub](https://github.com/dbt-labs/dbt-core) (👨‍💻 500 · 🔀 2.5K · 📦 10K):
git clone https://github.com/dbt-labs/dbt-core
- [PyPi](https://pypi.org/project/dbt) (📥 120K / month · 📦 36 · ⏱️ 21.08.2026):
pip install dbt
- [Conda](https://anaconda.org/conda-forge/dbt) (📥 860K · ⏱️ 22.04.2025):
conda install -c conda-forge dbt
Kedro (🥈29 · ⭐ 11K) - Kedro is a toolbox for production-ready data science. It uses software.. Apache-2 - [GitHub](https://github.com/kedro-org/kedro) (👨‍💻 300 · 🔀 1K · 📦 3.3K):
git clone https://github.com/kedro-org/kedro
- [PyPi](https://pypi.org/project/kedro) (📥 1.2M / month · 📦 160 · ⏱️ 29.06.2026):
pip install kedro
petl (🥈28 · ⭐ 1.3K) - Python Extract Transform and Load Tables of Data. MIT - [GitHub](https://github.com/petl-developers/petl) (👨‍💻 72 · 🔀 200 · 📦 4.3K):
git clone https://github.com/petl-developers/petl
- [PyPi](https://pypi.org/project/petl) (📥 830K / month · 📦 57 · ⏱️ 19.08.2026):
pip install petl
- [Conda](https://anaconda.org/conda-forge/petl) (📥 530K · ⏱️ 20.08.2026):
conda install -c conda-forge petl
zenml (🥈27 · ⭐ 5.6K) - ZenML : One AI Platform from Pipelines to Agents. https://zenml.io. Apache-2 - [GitHub](https://github.com/zenml-io/zenml) (👨‍💻 150 · 🔀 650 · 📦 1.5K):
git clone https://github.com/zenml-io/zenml
- [PyPi](https://pypi.org/project/zenml) (📥 300K / month · 📦 15 · ⏱️ 07.08.2026):
pip install zenml
arq (🥈27 · ⭐ 2.9K) - Job queues in python with asyncio and redis. MIT - [GitHub]() (👨‍💻 67 · 🔀 210 · 📦 1.5K):
git clone https://github.com/samuelcolvin/arq
- [PyPi](https://pypi.org/project/arq) (📥 4.8M / month · 📦 82 · ⏱️ 16.04.2026):
pip install arq
- [Conda](https://anaconda.org/conda-forge/arq) (📥 27K · ⏱️ 03.08.2026):
conda install -c conda-forge arq
huey (🥈26 · ⭐ 6K) - a little task queue for python. MIT - [GitHub](https://github.com/coleifer/huey) (👨‍💻 72 · 🔀 400):
git clone https://github.com/coleifer/huey
- [PyPi](https://pypi.org/project/huey) (📥 21M / month · 📦 160 · ⏱️ 05.08.2026):
pip install huey
- [Conda](https://anaconda.org/conda-forge/huey) (📥 210K · ⏱️ 05.08.2026):
conda install -c conda-forge huey
mleap (🥈26 · ⭐ 1.5K) - MLeap: Deploy ML Pipelines to Production. Apache-2 - [GitHub](https://github.com/combust/mleap) (👨‍💻 87 · 🔀 320 · 📦 250):
git clone https://github.com/combust/mleap
- [PyPi](https://pypi.org/project/mleap) (📥 2.1M / month · 📦 11 · ⏱️ 21.07.2026):
pip install mleap
- [Conda](https://anaconda.org/conda-forge/mleap) (📥 120K · ⏱️ 22.07.2026):
conda install -c conda-forge mleap
CocoIndex (🥈24 · ⭐ 6.1K · 🐣) - Data transformation framework for AI. Ultra performant, with.. Apache-2 - [GitHub](https://github.com/cocoindex-io/cocoindex) (👨‍💻 89 · 🔀 450 · 📦 70):
git clone https://github.com/cocoindex-io/cocoindex
- [PyPi](https://pypi.org/project/cocoindex) (📥 80K / month · 📦 16 · ⏱️ 12.08.2026):
pip install cocoindex
riko (🥉20 · ⭐ 1.6K) - A Python stream processing engine modeled after Yahoo! Pipes. MIT - [GitHub](https://github.com/nerevu/riko) (👨‍💻 22 · 🔀 75 · 📦 14):
git clone https://github.com/nerevu/riko
- [PyPi](https://pypi.org/project/riko) (📥 1.7K / month · ⏱️ 10.08.2026):
pip install riko
TaskTiger (🥉20 · ⭐ 1.5K) - Python task queue using Redis. MIT - [GitHub](https://github.com/closeio/tasktiger) (👨‍💻 35 · 🔀 91 · 📦 33):
git clone https://github.com/closeio/tasktiger
- [PyPi](https://pypi.org/project/tasktiger) (📥 9.9K / month · 📦 2 · ⏱️ 11.03.2026):
pip install tasktiger
dbnd (🥉19 · ⭐ 270) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2 - [GitHub](https://github.com/databand-ai/dbnd) (👨‍💻 93 · 🔀 33 · 📦 42):
git clone https://github.com/databand-ai/dbnd
- [PyPi](https://pypi.org/project/dbnd) (📥 26K / month · 📦 27 · ⏱️ 05.03.2026):
pip install dbnd
pdpipe (🥉17 · ⭐ 720) - Easy pipelines for pandas DataFrames. MIT - [GitHub](https://github.com/pdpipe/pdpipe) (👨‍💻 14 · 🔀 46 · 📦 67):
git clone https://github.com/pdpipe/pdpipe
- [PyPi](https://pypi.org/project/pdpipe) (📥 2K / month · 📦 14 · ⏱️ 06.03.2026):
pip install pdpipe
- [Conda](https://anaconda.org/conda-forge/pdpipe) (📥 66K · ⏱️ 06.03.2026):
conda install -c conda-forge pdpipe
BatchFlow (🥉17 · ⭐ 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 - [GitHub](https://github.com/analysiscenter/batchflow) (👨‍💻 40 · 🔀 45 · 📦 15):
git clone https://github.com/analysiscenter/batchflow
- [PyPi](https://pypi.org/project/batchflow) (📥 480 / month · ⏱️ 16.04.2026):
pip install batchflow
kale (🥉16 · ⭐ 700) - Convert JupyterNotebooks to Kubeflow Pipelines deployments. Apache-2 jupyter - [GitHub]() (👨‍💻 29 · 🔀 160):
git clone https://github.com/kubeflow-kale/kale
- [PyPi](https://pypi.org/project/kubeflow-kale) (📥 2.2K / month · ⏱️ 07.08.2026):
pip install kubeflow-kale
Show 21 hidden projects... - mrjob (🥈24 · ⭐ 2.6K · 💀) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2 - PyFunctional (🥈24 · ⭐ 2.3K · 💀) - Python library for creating data pipelines with chain.. MIT - faust (🥉22 · ⭐ 6.8K · 💀) - Python Stream Processing. BSD-3 - whylogs (🥉22 · ⭐ 2.8K · 💀) - Open standard for end-to-end data and ML monitoring for any.. Apache-2 - Activeloop (🥉21 · ⭐ 9.2K · 💀) - Activeloop Deep Lake. MPL-2.0 - bonobo (🥉21 · ⭐ 1.6K · 💀) - Extract Transform Load for Python 3.5+. Apache-2 - flupy (🥉21 · ⭐ 200) - Fluent data pipelines for python and your shell. ❗Unlicensed - ploomber (🥉20 · ⭐ 3.6K · 💀) - The fastest way to build data pipelines. Develop iteratively,.. Apache-2 - Pypeline (🥉20 · ⭐ 1.4K · 💀) - Concurrent data pipelines in Python . MIT - pysparkling (🥉19 · ⭐ 260 · 💀) - A pure Python implementation of Apache Sparks RDD and DStream.. MIT - Optimus (🥉17 · ⭐ 1.5K · 💀) - Agile Data Preparation Workflows madeeasy with Pandas,.. Apache-2 spark - streamparse (🥉17 · ⭐ 1.5K · 💀) - streamparse lets you run Python code against real-time.. Apache-2 - dpark (🥉16 · ⭐ 2.7K · 💀) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 spark - Databolt Flow (🥉15 · ⭐ 950 · 💀) - Python library for building highly effective data science.. MIT - mrq (🥉15 · ⭐ 880 · 💀) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT - spark-deep-learning (🥉14 · ⭐ 2K · 💀) - Deep Learning Pipelines for Apache Spark. Apache-2 spark - Mara Pipelines (🥉13 · ⭐ 2.1K · 💀) - A lightweight opinionated ETL framework, halfway between.. MIT - Botflow (🥉13 · ⭐ 740 · 💀) - Python Fast Data driven programming framework for Data pipeline.. BSD-3 - bodywork-core (🥉12 · ⭐ 430 · 💀) - ML pipeline orchestration and model deployments on.. ❗️AGPL-3.0 - datajob (🥉11 · ⭐ 100 · 💀) - Build and deploy a serverless data pipeline on AWS with no effort. Apache-2 - RasgoQL (🥉10 · ⭐ 270 · 💀) - Write python locally, execute SQL in your data warehouse. ❗️AGPL-3.0


File Formats

Back to top

PyYAML (🥇33 · ⭐ 2.9K) - Canonical source repository for PyYAML. MIT - [GitHub](https://github.com/yaml/pyyaml) (👨‍💻 40 · 🔀 570 · 📦 1.9M):
git clone https://github.com/yaml/pyyaml
- [PyPi](https://pypi.org/project/pyyaml) (📥 1.2B / month · 📦 55K · ⏱️ 25.09.2025):
pip install pyyaml
- [Conda](https://anaconda.org/conda-forge/pyyaml) (📥 92M · ⏱️ 04.02.2026):
conda install -c conda-forge pyyaml
XlsxWriter (🥉30 · ⭐ 3.9K) - A Python module for creating Excel XLSX files. BSD-2 - [GitHub](https://github.com/jmcnamara/XlsxWriter) (👨‍💻 58 · 🔀 660 · 📦 110K):
git clone https://github.com/jmcnamara/XlsxWriter
- [PyPi](https://pypi.org/project/xlsxwriter) (📥 110M / month · 📦 470 · ⏱️ 16.09.2025):
pip install xlsxwriter
- [Conda](https://anaconda.org/conda-forge/xlsxwriter) (📥 5.2M · ⏱️ 12.10.2025):
conda install -c conda-forge xlsxwriter
jmespath (🥉28 · ⭐ 2.4K) - JMESPath is a query language for JSON. MIT - [GitHub](https://github.com/jmespath/jmespath.py) (👨‍💻 32 · 🔀 190):
git clone https://github.com/jmespath/jmespath.py
- [PyPi](https://pypi.org/project/jmespath) (📥 640M / month · 📦 2K · ⏱️ 22.01.2026):
pip install jmespath
- [Conda](https://anaconda.org/conda-forge/jmespath) (📥 35M · ⏱️ 23.01.2026):
conda install -c conda-forge jmespath


Code Inspection

Back to top

deepdiff (🥇29 · ⭐ 2.5K) - Deep Difference and Search of any Python object/data. Recreate objects.. MIT - [GitHub]() (👨‍💻 110 · 🔀 270 · 📦 22K):
git clone https://github.com/seperman/deepdiff
- [PyPi](https://pypi.org/project/deepdiff) (📥 79M / month · 📦 1.5K · ⏱️ 15.05.2026):
pip install deepdiff
- [Conda](https://anaconda.org/conda-forge/deepdiff) (📥 960K · ⏱️ 16.05.2026):
conda install -c conda-forge deepdiff
Show 3 hidden projects... - entrypoints (🥈26 · ⭐ 74 · 💀) - Discover and load entry points from installed packages. MIT - typing_inspect (🥉24 · ⭐ 370 · 💀) - Runtime inspection utilities for Python typing module. MIT - importlib-resources (🥉24 · ⭐ 72) - Backport of the importlib.resources module. ❗Unlicensed


General Utilities

Back to top

attrs (🥇34 · ⭐ 5.8K) - Python Classes Without Boilerplate. MIT - [GitHub](https://github.com/python-attrs/attrs) (👨‍💻 190 · 🔀 420 · 📦 1.5M):
git clone https://github.com/python-attrs/attrs
- [PyPi](https://pypi.org/project/attrs) (📥 960M / month · 📦 11K · ⏱️ 19.03.2026):
pip install attrs
- [Conda](https://anaconda.org/conda-forge/attrs) (📥 75M · ⏱️ 19.03.2026):
conda install -c conda-forge attrs
tenacity (🥇33 · ⭐ 8.6K) - Retrying library for Python. Apache-2 - [GitHub](https://github.com/jd/tenacity) (👨‍💻 120 · 🔀 320 · 📦 410K):
git clone https://github.com/jd/tenacity
- [PyPi](https://pypi.org/project/tenacity) (📥 470M / month · 📦 6.3K · ⏱️ 07.02.2026):
pip install tenacity
- [Conda](https://anaconda.org/conda-forge/tenacity) (📥 16M · ⏱️ 08.02.2026):
conda install -c conda-forge tenacity
more-itertools (🥇33 · ⭐ 4.1K) - More routines for operating on iterables, beyond itertools. MIT - [GitHub](https://github.com/more-itertools/more-itertools) (👨‍💻 150 · 🔀 320 · 📦 300K):
git clone https://github.com/more-itertools/more-itertools
- [PyPi](https://pypi.org/project/more-itertools) (📥 330M / month · 📦 5K · ⏱️ 22.05.2026):
pip install more-itertools
- [Conda](https://anaconda.org/conda-forge/more-itertools) (📥 36M · ⏱️ 22.05.2026):
conda install -c conda-forge more-itertools
boltons (🥈30 · ⭐ 6.9K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3 - [GitHub](https://github.com/mahmoud/boltons) (👨‍💻 110 · 🔀 410 · 📦 12K):
git clone https://github.com/mahmoud/boltons
- [PyPi](https://pypi.org/project/boltons) (📥 28M / month · 📦 460 · ⏱️ 17.07.2026):
pip install boltons
- [Conda](https://anaconda.org/conda-forge/boltons) (📥 17M · ⏱️ 22.07.2026):
conda install -c conda-forge boltons
python-dependency-injector (🥈29 · ⭐ 4.9K) - Dependency injection framework for Python. BSD-3 - [GitHub](https://github.com/ets-labs/python-dependency-injector) (👨‍💻 49 · 🔀 350 · 📦 5.9K):
git clone https://github.com/ets-labs/python-dependency-injector
- [PyPi](https://pypi.org/project/dependency-injector) (📥 8.7M / month · 📦 420 · ⏱️ 18.06.2026):
pip install dependency-injector
- [Conda](https://anaconda.org/conda-forge/dependency_injector) (📥 150K · ⏱️ 19.06.2026):
conda install -c conda-forge dependency_injector
returns (🥉27 · ⭐ 4.3K) - Make your functions return something meaningful, typed, and safe!. BSD-2 - [GitHub](https://github.com/dry-python/returns) (👨‍💻 74 · 🔀 150 · 📦 1K):
git clone https://github.com/dry-python/returns
- [PyPi](https://pypi.org/project/returns) (📥 1.8M / month · 📦 240 · ⏱️ 02.08.2026):
pip install returns
- [Conda](https://anaconda.org/conda-forge/returns) (📥 95K · ⏱️ 03.08.2026):
conda install -c conda-forge returns
retrying (🥉26 · ⭐ 1.9K · 💤) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2 - [GitHub](https://github.com/rholder/retrying) (👨‍💻 15 · 🔀 160):
git clone https://github.com/rholder/retrying
- [PyPi](https://pypi.org/project/retrying) (📥 34M / month · 📦 1.1K · ⏱️ 03.08.2025):
pip install retrying
- [Conda](https://anaconda.org/conda-forge/retrying) (📥 3.4M · ⏱️ 03.08.2025):
conda install -c conda-forge retrying
natsort (🥉26 · ⭐ 910 · 📉) - Simple yet flexible natural sorting in Python. MIT - [GitHub](https://github.com/SethMMorton/natsort) (👨‍💻 25 · 🔀 52 · 📦 50K):
git clone https://github.com/SethMMorton/natsort
- [PyPi](https://pypi.org/project/natsort) (📥 23M / month · 📦 1.5K · ⏱️ 20.06.2023):
pip install natsort
- [Conda](https://anaconda.org/conda-forge/natsort) (📥 3.1M · ⏱️ 12.02.2026):
conda install -c conda-forge natsort
ubelt (🥉21 · ⭐ 740) - A Python utility library with a stdlib like feel and extra batteries... Apache-2 - [GitHub](https://github.com/Erotemic/ubelt) (👨‍💻 6 · 🔀 51):
git clone https://github.com/Erotemic/ubelt
- [PyPi](https://pypi.org/project/ubelt) (📥 63K / month · 📦 140 · ⏱️ 31.07.2026):
pip install ubelt
- [Conda](https://anaconda.org/conda-forge/ubelt) (📥 450K · ⏱️ 31.07.2026):
conda install -c conda-forge ubelt
Show 6 hidden projects... - toolz (🥈28 · ⭐ 5.1K · 💤) - A functional standard library for Python. ❗Unlicensed - funcy (🥉26 · ⭐ 3.3K · 💀) - A fancy and practical functional tools. BSD-3 - ratelimit (🥉25 · ⭐ 760 · 💀) - API Rate Limit Decorator. MIT - pampy (🥉21 · ⭐ 3.5K · 💀) - Pampy: The Pattern Matching for Python you always dreamed of. MIT - CommonRegex (🥉21 · ⭐ 1.6K · 💀) - A collection of common regular expressions bundled with an easy.. MIT - pinject (🥉19 · ⭐ 1.3K · 💀) - A pythonic dependency injection library. Apache-2


Python Implementations

Back to top

cpython (🥇34 · ⭐ 75K) - The Python programming language. MIT - [GitHub](https://github.com/python/cpython) (👨‍💻 4K · 🔀 35K · 📦 630K):
git clone https://github.com/python/cpython
- [PyPi](https://pypi.org/project/cpython) (📥 16 / month · 📦 21 · ⏱️ 22.07.2020):
pip install cpython
- [Conda](https://anaconda.org/conda-forge/typing) (📥 4.4M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
- [npm](https://www.npmjs.com/package/@buckpkg/python) (📦 6 · ⏱️ 03.08.2017):
npm install @buckpkg/python
micropython (🥈21 · ⭐ 22K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0 - [GitHub](https://github.com/micropython/micropython) (👨‍💻 760 · 🔀 8.9K · 📦 21):
git clone https://github.com/micropython/micropython
- [PyPi](https://pypi.org/project/micropython-_markupbase) (⏱️ 10.10.2016):
pip install micropython-_markupbase
Show 4 hidden projects... - grumpy (🥈18 · ⭐ 10K · 💀) - Grumpy is a Python to Go source code transcompiler and runtime. Apache-2 - pyston (🥉12 · ⭐ 2.5K · 💀) - (No longer maintained) A faster and highly-compatible.. Apache-2 - stackless (🥉9 · ⭐ 620 · 💀) - The Stackless Python programming language. ❗Unlicensed - cl-python (🥉7 · ⭐ 240 · 💀) - An implementation of Python in Common Lisp. ❗Unlicensed


Others

Back to top

Pygments (🥇35 · ⭐ 2.2K) - Pygments is a generic syntax highlighter written in Python. BSD-2 - [GitHub](https://github.com/pygments/pygments) (👨‍💻 950 · 🔀 870 · 📦 1.2M):
git clone https://github.com/pygments/pygments
- [PyPi](https://pypi.org/project/pygments) (📥 1.3B / month · 📦 12K · ⏱️ 17.08.2026):
pip install pygments
- [Conda](https://anaconda.org/conda-forge/pygments) (📥 70M · ⏱️ 17.08.2026):
conda install -c conda-forge pygments
wrapt (🥇34 · ⭐ 2.3K) - A Python module for decorators, wrappers and monkey patching. BSD-2 - [GitHub](https://github.com/GrahamDumpleton/wrapt) (👨‍💻 40 · 🔀 250 · 📦 630K):
git clone https://github.com/GrahamDumpleton/wrapt
- [PyPi](https://pypi.org/project/wrapt) (📥 500M / month · 📦 3.4K · ⏱️ 21.08.2026):
pip install wrapt
- [Conda](https://anaconda.org/conda-forge/wrapt) (📥 41M · ⏱️ 30.07.2026):
conda install -c conda-forge wrapt
pyparsing (🥇33 · ⭐ 2.5K) - Python library for creating PEG parsers. MIT - [GitHub](https://github.com/pyparsing/pyparsing) (👨‍💻 84 · 🔀 320 · 📦 1.3M):
git clone https://github.com/pyparsing/pyparsing
- [PyPi](https://pypi.org/project/pyparsing) (📥 420M / month · 📦 6.3K · ⏱️ 21.01.2026):
pip install pyparsing
- [Conda](https://anaconda.org/conda-forge/pyparsing) (📥 77M · ⏱️ 21.01.2026):
conda install -c conda-forge pyparsing
cookiecutter (🥈32 · ⭐ 25K) - A cross-platform command-line utility that creates projects from.. BSD-3 - [GitHub](https://github.com/cookiecutter/cookiecutter) (👨‍💻 330 · 🔀 2.2K · 📦 38K):
git clone https://github.com/cookiecutter/cookiecutter
- [PyPi](https://pypi.org/project/cookiecutter) (📥 9.9M / month · 📦 1.2K · ⏱️ 04.03.2026):
pip install cookiecutter
- [Conda](https://anaconda.org/conda-forge/cookiecutter) (📥 2.2M · ⏱️ 04.03.2026):
conda install -c conda-forge cookiecutter
pluggy (🥈31 · ⭐ 1.6K) - A minimalist production ready plugin system. MIT - [GitHub](https://github.com/pytest-dev/pluggy) (👨‍💻 62 · 🔀 150 · 📦 830K):
git clone https://github.com/pytest-dev/pluggy
- [PyPi](https://pypi.org/project/pluggy) (📥 1.3B / month · 📦 2.6K · ⏱️ 15.05.2025):
pip install pluggy
- [Conda](https://anaconda.org/conda-forge/pluggy) (📥 58M · ⏱️ 05.12.2025):
conda install -c conda-forge pluggy
decorator (🥈31 · ⭐ 910) - Decorators for Humans. BSD-2 - [GitHub](https://github.com/micheles/decorator) (👨‍💻 33 · 🔀 120 · 📦 770K):
git clone https://github.com/micheles/decorator
- [PyPi](https://pypi.org/project/decorator) (📥 210M / month · 📦 2.9K · ⏱️ 18.05.2026):
pip install decorator
- [Conda](https://anaconda.org/conda-forge/decorator) (📥 51M · ⏱️ 18.05.2026):
conda install -c conda-forge decorator
diagrams (🥈29 · ⭐ 42K) - Diagram as Code for prototyping cloud system architectures. MIT - [GitHub](https://github.com/mingrammer/diagrams) (👨‍💻 180 · 🔀 2.7K · 📦 2.5K):
git clone https://github.com/mingrammer/diagrams
- [PyPi](https://pypi.org/project/diagrams) (📥 6.2M / month · 📦 140 · ⏱️ 22.11.2025):
pip install diagrams
- [Conda](https://anaconda.org/conda-forge/diagrams) (📥 370K · ⏱️ 24.11.2025):
conda install -c conda-forge diagrams
fastcore (🥈29 · ⭐ 1.1K) - Python supercharged for fastai development. Apache-2 - [GitHub]() (👨‍💻 84 · 🔀 290 · 📦 13K):
git clone https://github.com/fastai/fastcore
- [PyPi](https://pypi.org/project/fastcore) (📥 69M / month · 📦 1.2K · ⏱️ 26.08.2026):
pip install fastcore
- [Conda](https://anaconda.org/conda-forge/fastcore) (📥 360K · ⏱️ 26.08.2026):
conda install -c conda-forge fastcore
keyboard (🥉27 · ⭐ 3.8K · 💤) - Hook and simulate global keyboard events on Windows and Linux. MIT - [GitHub](https://github.com/boppreh/keyboard) (👨‍💻 41 · 🔀 430 · 📦 27K):
git clone https://github.com/boppreh/keyboard
- [PyPi](https://pypi.org/project/keyboard) (📥 920K / month · 📦 720 · ⏱️ 23.03.2020):
pip install keyboard
- [Conda](https://anaconda.org/conda-forge/keyboard) (📥 84K · ⏱️ 03.11.2025):
conda install -c conda-forge keyboard
Copier (🥉27 · ⭐ 3.5K) - Library and command-line utility for rendering projects templates. MIT - [GitHub](https://github.com/copier-org/copier) (👨‍💻 130 · 🔀 270 · 📦 2K):
git clone https://github.com/copier-org/copier
- [PyPi](https://pypi.org/project/copier) (📥 2.4M / month · 📦 400 · ⏱️ 19.08.2026):
pip install copier
python-mss (🥉27 · ⭐ 1.3K) - An ultra fast cross-platform multiple screenshots module in pure.. MIT - [GitHub](https://github.com/BoboTiG/python-mss) (👨‍💻 31 · 🔀 110 · 📦 13K):
git clone https://github.com/BoboTiG/python-mss
- [PyPi](https://pypi.org/project/mss) (📥 3.7M / month · 📦 650 · ⏱️ 23.04.2026):
pip install mss
- [Conda](https://anaconda.org/conda-forge/python-mss) (📥 100K · ⏱️ 23.04.2026):
conda install -c conda-forge python-mss
Send2Trash (🥉27 · ⭐ 300) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3 - [GitHub](https://github.com/arsenetar/send2trash) (👨‍💻 20 · 🔀 47 · 📦 320K):
git clone https://github.com/arsenetar/send2trash
- [PyPi](https://pypi.org/project/send2trash) (📥 41M / month · 📦 710 · ⏱️ 14.01.2026):
pip install send2trash
- [Conda](https://anaconda.org/conda-forge/send2trash) (📥 23M · ⏱️ 12.02.2026):
conda install -c conda-forge send2trash
catalogue (🥉25 · ⭐ 180 · 💤) - Super lightweight function registries for your library. MIT - [GitHub](https://github.com/explosion/catalogue) (👨‍💻 12 · 🔀 20 · 📦 66K):
git clone https://github.com/explosion/catalogue
- [PyPi](https://pypi.org/project/catalogue) (📥 27M / month · 📦 140 · ⏱️ 25.09.2023):
pip install catalogue
- [Conda](https://anaconda.org/conda-forge/catalogue) (📥 2.4M · ⏱️ 27.08.2025):
conda install -c conda-forge catalogue
pyscaffold (🥉24 · ⭐ 2.3K) - Python project template generator with batteries included. MIT - [GitHub](https://github.com/pyscaffold/pyscaffold) (👨‍💻 59 · 🔀 190):
git clone https://github.com/pyscaffold/pyscaffold
- [PyPi](https://pypi.org/project/pyscaffold) (📥 1.5M / month · 📦 46 · ⏱️ 23.09.2024):
pip install pyscaffold
- [Conda](https://anaconda.org/conda-forge/pyscaffold) (📥 780K · ⏱️ 22.04.2025):
conda install -c conda-forge pyscaffold
Show 7 hidden projects... - pycparser (🥈30 · ⭐ 3.6K) - Complete C99 parser in pure Python. ❗Unlicensed - py4j (🥉28 · ⭐ 1.3K · 💀) - Enables Python programs to dynamically access arbitrary Java objects. BSD-3 - openpyxl (🥉24 · ⭐ 12 · 💤) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT - pyscreenshot (🥉23 · ⭐ 500 · 💀) - Python screenshot library, replacement for the Pillow.. BSD-2 - pluginbase (🥉22 · ⭐ 1.1K · 💀) - A simple but flexible plugin system for Python. BSD-3 - powerline-shell (🥉21 · ⭐ 5.9K · 💀) - A beautiful and useful prompt for your shell. MIT - macropy (🥉15 · ⭐ 2.5K · 💀) - Macros in Python: quasiquotes, case classes, LINQ and more!. MIT

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • best-of-ml-python: A ranked list of awesome machine learning Python libraries.
  • best-of-web-python: A ranked list of awesome Python libraries for web development.
  • best-of-python-dev: A ranked list of awesome Python developer tools and libraries.
  • awesome-python: A curated list of awesome Python frameworks, libraries, software and resources.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/ml-tooling/best-of-python

Best of Python Developer Tools

Best-of Python Developer Tools

🏆  A ranked list of awesome python developer tools and libraries. Updated weekly.

This curated list contains 270 awesome open-source projects with a total of 1.1M stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Flake8 related project
  •   Pytest related project
  •   Pylint related project
  •   Sphinx related project
  •   MkDocs related project


Linters & Style Checkers

Back to top

ruff (🥇35 · ⭐ 49K) - An extremely fast Python linter and code formatter, written in Rust. MIT - [GitHub]() (👨‍💻 960 · 🔀 2.4K · 📦 230K):
git clone https://github.com/charliermarsh/ruff
- [PyPi](https://pypi.org/project/ruff) (📥 340M / month · 📦 89K · ⏱️ 27.08.2026):
pip install ruff
- [Conda](https://anaconda.org/conda-forge/ruff) (📥 8.6M · ⏱️ 27.08.2026):
conda install -c conda-forge ruff
pylint (🥇30 · ⭐ 5.7K · 📉) - python code static checker. ❗️GPL-2.0 - [GitHub]() (👨‍💻 670 · 🔀 1.3K · 📦 490K):
git clone https://github.com/PyCQA/pylint
- [PyPi](https://pypi.org/project/pylint) (📦 14K · ⏱️ 09.08.2026):
pip install pylint
- [Conda](https://anaconda.org/conda-forge/pylint) (📥 8.6M · ⏱️ 10.08.2026):
conda install -c conda-forge pylint
flake8 (🥇29 · ⭐ 3.8K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT - [GitHub](https://github.com/PyCQA/flake8) (👨‍💻 180 · 🔀 350 · 📦 690K):
git clone https://github.com/PyCQA/flake8
- [PyPi](https://pypi.org/project/flake8) (📦 27K · ⏱️ 20.06.2025):
pip install flake8
- [Conda](https://anaconda.org/conda-forge/flake8) (📥 11M · ⏱️ 26.06.2025):
conda install -c conda-forge flake8
wemake-python-styleguide (🥇29 · ⭐ 2.9K) - The strictest and most opinionated python linter ever!. MIT - [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (👨‍💻 230 · 🔀 430 · 📦 18K):
git clone https://github.com/wemake-services/wemake-python-styleguide
- [PyPi](https://pypi.org/project/wemake-python-styleguide) (📥 260K / month · 📦 130 · ⏱️ 22.08.2026):
pip install wemake-python-styleguide
beartype (🥈28 · ⭐ 3.5K) - Unbearably fast near-real-time pure-Python runtime-static type-checker. MIT - [GitHub](https://github.com/beartype/beartype) (👨‍💻 33 · 🔀 80 · 📦 14K):
git clone https://github.com/beartype/beartype
- [PyPi](https://pypi.org/project/beartype) (📥 94M / month · 📦 1.3K · ⏱️ 08.08.2026):
pip install beartype
- [Conda](https://anaconda.org/conda-forge/beartype) (📥 820K · ⏱️ 14.12.2025):
conda install -c conda-forge beartype
parso (🥈28 · ⭐ 670) - A Python Parser. MIT - [GitHub](https://github.com/davidhalter/parso) (👨‍💻 54 · 🔀 120 · 📦 610K):
git clone https://github.com/davidhalter/parso
- [PyPi](https://pypi.org/project/parso) (📦 1.2K · ⏱️ 01.05.2026):
pip install parso
- [Conda](https://anaconda.org/conda-forge/parso) (📥 40M · ⏱️ 02.05.2026):
conda install -c conda-forge parso
pycodestyle (🥈27 · ⭐ 5.2K · 💤) - Simple Python style checker in one Python file. MIT - [GitHub](https://github.com/PyCQA/pycodestyle) (👨‍💻 140 · 🔀 750):
git clone https://github.com/PyCQA/pycodestyle
- [PyPi](https://pypi.org/project/pycodestyle) (📥 81M / month · 📦 2.2K · ⏱️ 20.06.2025):
pip install pycodestyle
- [Conda](https://anaconda.org/conda-forge/pycodestyle) (📥 11M · ⏱️ 22.06.2025):
conda install -c conda-forge pycodestyle
hacking (🥈26 · ⭐ 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 - [GitHub](https://github.com/openstack/hacking) (👨‍💻 190 · 🔀 65 · 📦 8K):
git clone https://github.com/openstack/hacking
- [PyPi](https://pypi.org/project/hacking) (📥 120K / month · 📦 110 · ⏱️ 11.06.2026):
pip install hacking
mypy-protobuf (🥈25 · ⭐ 710) - Generate mypy stub files from protobuf specs. Apache-2 - [GitHub]() (👨‍💻 40 · 🔀 82 · 📦 4.8K):
git clone https://github.com/dropbox/mypy-protobuf
- [PyPi](https://pypi.org/project/mypy-protobuf) (📥 8.2M / month · 📦 300 · ⏱️ 28.04.2026):
pip install mypy-protobuf
- [Conda](https://anaconda.org/conda-forge/mypy-protobuf) (📥 200K · ⏱️ 28.04.2026):
conda install -c conda-forge mypy-protobuf
flake8-isort (🥈25 · ⭐ 180 · 💤) - flake8 plugin that integrates isort. ❗️GPL-2.0 - [GitHub](https://github.com/gforcada/flake8-isort) (👨‍💻 40 · 🔀 200 · 📦 29K):
git clone https://github.com/gforcada/flake8-isort
- [PyPi](https://pypi.org/project/flake8-isort) (📥 1.4M / month · 📦 630 · ⏱️ 25.10.2025):
pip install flake8-isort
- [Conda](https://anaconda.org/conda-forge/flake8-isort) (📥 110K · ⏱️ 25.10.2025):
conda install -c conda-forge flake8-isort
flake8-bugbear (🥈24 · ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT - [GitHub](https://github.com/PyCQA/flake8-bugbear) (👨‍💻 94 · 🔀 120 · 📦 43K):
git clone https://github.com/PyCQA/flake8-bugbear
- [PyPi](https://pypi.org/project/flake8-bugbear) (📦 1.5K · ⏱️ 29.11.2025):
pip install flake8-bugbear
- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (📥 930K · ⏱️ 02.12.2025):
conda install -c conda-forge flake8-bugbear
flake8-comprehensions (🥈24 · ⭐ 470 · 💤) - A flake8 plugin to help you write better.. MIT - [GitHub](https://github.com/adamchainz/flake8-comprehensions) (👨‍💻 16 · 🔀 23 · 📦 30K):
git clone https://github.com/adamchainz/flake8-comprehensions
- [PyPi](https://pypi.org/project/flake8-comprehensions) (📥 1.7M / month · 📦 780 · ⏱️ 09.09.2025):
pip install flake8-comprehensions
- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (📥 1.2M · ⏱️ 10.09.2025):
conda install -c conda-forge flake8-comprehensions
pylint-django (🥈23 · ⭐ 620) - A Pylint plugin to help Pylint understand the Django.. ❗️GPL-3.0 - [GitHub]() (👨‍💻 73 · 🔀 120 · 📦 33K):
git clone https://github.com/PyCQA/pylint-django
- [PyPi](https://pypi.org/project/pylint-django) (📦 180 · ⏱️ 11.07.2026):
pip install pylint-django
- [Conda](https://anaconda.org/conda-forge/pylint-django) (📥 570K · ⏱️ 11.07.2026):
conda install -c conda-forge pylint-django
flake8-black (🥉22 · ⭐ 160 · 💤) - flake8 plugin to run black for checking Python coding style. MIT - [GitHub](https://github.com/peterjc/flake8-black) (👨‍💻 11 · 🔀 11 · 📦 8.8K):
git clone https://github.com/peterjc/flake8-black
- [PyPi](https://pypi.org/project/flake8-black) (📥 600K / month · 📦 540 · ⏱️ 21.09.2025):
pip install flake8-black
- [Conda](https://anaconda.org/conda-forge/flake8-black) (📥 500K · ⏱️ 22.09.2025):
conda install -c conda-forge flake8-black
flake8-commas (🥉22 · ⭐ 130 · 💤) - Flake8 extension for enforcing trailing commas in python. MIT - [GitHub](https://github.com/PyCQA/flake8-commas) (👨‍💻 15 · 🔀 30 · 📦 19K):
git clone https://github.com/PyCQA/flake8-commas
- [PyPi](https://pypi.org/project/flake8-commas) (📥 280K / month · 📦 220 · ⏱️ 16.05.2024):
pip install flake8-commas
flake8-builtins (🥉22 · ⭐ 120 · 💤) - Check for python builtins being used as variables or.. ❗️GPL-2.0 - [GitHub](https://github.com/gforcada/flake8-builtins) (👨‍💻 21 · 🔀 25 · 📦 12K):
git clone https://github.com/gforcada/flake8-builtins
- [PyPi](https://pypi.org/project/flake8-builtins) (📥 880K / month · 📦 590 · ⏱️ 25.10.2025):
pip install flake8-builtins
- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (📥 720K · ⏱️ 27.10.2025):
conda install -c conda-forge flake8-builtins
check-manifest (🥉21 · ⭐ 290 · 💤) - Tool to check the completeness of MANIFEST.in for Python.. MIT - [GitHub](https://github.com/mgedmin/check-manifest) (👨‍💻 23 · 🔀 37 · 📦 12K):
git clone https://github.com/mgedmin/check-manifest
- [PyPi](https://pypi.org/project/check-manifest) (📦 5K · ⏱️ 15.10.2025):
pip install check-manifest
- [Conda](https://anaconda.org/conda-forge/check-manifest) (📥 220K · ⏱️ 15.10.2025):
conda install -c conda-forge check-manifest
nitpick (🥉20 · ⭐ 410 · 💤) - Enforce the same settings on multiple projects. MIT - [GitHub](https://github.com/andreoliwa/nitpick) (👨‍💻 18 · 🔀 24 · 📦 1.4K):
git clone https://github.com/andreoliwa/nitpick
- [PyPi](https://pypi.org/project/nitpick) (📥 21K / month · 📦 26 · ⏱️ 30.11.2025):
pip install nitpick
flake8-import-order (🥉19 · ⭐ 280) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 - [GitHub](https://github.com/PyCQA/flake8-import-order) (👨‍💻 50 · 🔀 73):
git clone https://github.com/PyCQA/flake8-import-order
- [PyPi](https://pypi.org/project/flake8-import-order) (📦 650 · ⏱️ 24.06.2025):
pip install flake8-import-order
- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (📥 620K · ⏱️ 26.06.2025):
conda install -c conda-forge flake8-import-order
flake8-simplify (🥉19 · ⭐ 200 · 💤) - A flake8 plugin that helps you to simplify code. MIT - [GitHub](https://github.com/MartinThoma/flake8-simplify) (👨‍💻 16 · 🔀 23):
git clone https://github.com/MartinThoma/flake8-simplify
- [PyPi](https://pypi.org/project/flake8-simplify) (📥 390K / month · 📦 140 · ⏱️ 01.01.2026):
pip install flake8-simplify
- [Conda](https://anaconda.org/conda-forge/flake8-simplify) (📥 78K · ⏱️ 06.01.2026):
conda install -c conda-forge flake8-simplify
Show 21 hidden projects... - pyflakes (🥇30 · ⭐ 1.4K · 💀) - A simple program which checks Python source files for errors. MIT - pydocstyle (🥈28 · ⭐ 1.1K · 💀) - docstring style checker. MIT - darglint (🥈25 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring.. MIT - flake8-quotes (🥈25 · ⭐ 180 · 💀) - Flake8 extension for checking quotes in python. MIT - pylama (🥈23 · ⭐ 1K · 💀) - Code audit tool for python. MIT - pep8-naming (🥈23 · ⭐ 530 · 💀) - Naming Convention checker for Python. ❗️Saxpath - flake8-eradicate (🥈23 · ⭐ 310 · 💀) - Flake8 plugin to find commented out or dead code. MIT - coala (🥉22 · ⭐ 3.6K · 💀) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 - data-science-types (🥉21 · ⭐ 200 · 💀) - Type stubs for Python machine learning libraries. Apache-2 - flake8-bandit (🥉20 · ⭐ 110 · 💀) - Automated security testing using bandit and flake8. MIT - Fixit (🥉19 · ⭐ 690 · 💤) - Advanced Python linting framework with auto-fixes and.. ❗Unlicensed - pandas-vet (🥉18 · ⭐ 170 · 💀) - A plugin for Flake8 that checks pandas code. MIT - pylint-flask (🥉18 · ⭐ 64 · 💀) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0 - pycycle (🥉17 · ⭐ 340 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT - flakehell (🥉17 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT - imhotep (🥉15 · ⭐ 220 · 💀) - A static-analysis bot for Github. MIT - flake8-mypy (🥉14 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy. MIT - yala (🥉14 · ⭐ 14 · 💀) - Yet Another Linter Aggregator. MIT - bellybutton (🥉13 · ⭐ 270 · 💀) - Custom Python linting through AST expressions. MIT - linty_fresh (🥉12 · ⭐ 180 · 💀) - Surface lint errors during code review. Apache-2 mypy - lintlang (🥉9 · ⭐ 62 · 🐣) - Static analysis for AI agent configs, tool descriptions, and.. Apache-2


Type checkers

Back to top

pyright (🥈31 · ⭐ 16K) - Static Type Checker for Python. MIT - [GitHub](https://github.com/Microsoft/pyright) (👨‍💻 160 · 🔀 1.8K · 📦 1.8K):
git clone https://github.com/Microsoft/pyright
- [npm](https://www.npmjs.com/package/pyright) (📥 3.6M / month · 📦 110 · ⏱️ 14.08.2026):
npm install pyright
pyre-check (🥉24 · ⭐ 7.2K) - Performant type-checking for python. MIT - [GitHub](https://github.com/facebook/pyre-check) (👨‍💻 310 · 🔀 450 · 📦 24):
git clone https://github.com/facebook/pyre-check
- [PyPi](https://pypi.org/project/pyre-check) (📥 220K / month · 📦 110 · ⏱️ 06.08.2026):
pip install pyre-check
Show 3 hidden projects... - mypy (🥇35 · ⭐ 21K) - Optional static typing for Python. ❗Unlicensed - pytype (🥉26 · ⭐ 4.9K · 💀) - A static type analyzer for Python code. Apache-2 - typeguard (🥉24 · ⭐ 1.8K · 📉) - Run-time type checker for Python. ❗Unlicensed


Code Formatters

Back to top

black (🥇37 · ⭐ 42K) - The uncompromising Python code formatter. MIT - [GitHub](https://github.com/psf/black) (👨‍💻 550 · 🔀 2.8K · 📦 690K):
git clone https://github.com/psf/black
- [PyPi](https://pypi.org/project/black) (📥 180M / month · 📦 66K · ⏱️ 18.05.2026):
pip install black
- [Conda](https://anaconda.org/conda-forge/black) (📥 20M · ⏱️ 22.05.2026):
conda install -c conda-forge black
isort (🥈34 · ⭐ 6.9K) - A Python utility / library to sort imports. MIT - [GitHub](https://github.com/PyCQA/isort) (👨‍💻 350 · 🔀 680 · 📦 590K):
git clone https://github.com/PyCQA/isort
- [PyPi](https://pypi.org/project/isort) (📥 140M / month · 📦 29K · ⏱️ 27.08.2026):
pip install isort
- [Conda](https://anaconda.org/conda-forge/isort) (📥 10M · ⏱️ 27.08.2026):
conda install -c conda-forge isort
yapf (🥈31 · ⭐ 14K · 💤) - A formatter for Python files. Apache-2 - [GitHub](https://github.com/google/yapf) (👨‍💻 160 · 🔀 900 · 📦 110K):
git clone https://github.com/google/yapf
- [PyPi](https://pypi.org/project/yapf) (📥 9.1M / month · 📦 1.3K · ⏱️ 14.11.2024):
pip install yapf
- [Conda](https://anaconda.org/conda-forge/yapf) (📥 3.7M · ⏱️ 22.04.2025):
conda install -c conda-forge yapf
Show 4 hidden projects... - autopep8 (🥉26 · ⭐ 4.6K · 💀) - A tool that automatically formats Python code to conform to the PEP.. MIT - docformatter (🥉19 · ⭐ 590) - Formats docstrings to follow PEP 257. ❗Unlicensed - autoimport (🥉15 · ⭐ 96 · 💀) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0 - pyformat (🥉13 · ⭐ 94 · 💀) - Formats Python code to follow a consistent style. ❗️Saxpath


Code Refactoring

Back to top

jedi (🥇34 · ⭐ 6.1K) - Awesome autocompletion, static analysis and refactoring library for python. MIT - [GitHub](https://github.com/davidhalter/jedi) (👨‍💻 180 · 🔀 530 · 📦 600K):
git clone https://github.com/davidhalter/jedi
- [PyPi](https://pypi.org/project/jedi) (📥 140M / month · 📦 1.6K · ⏱️ 01.05.2026):
pip install jedi
- [Conda](https://anaconda.org/conda-forge/jedi) (📥 42M · ⏱️ 23.06.2026):
conda install -c conda-forge jedi
vulture (🥇27 · ⭐ 4.8K) - Find dead Python code. MIT - [GitHub](https://github.com/jendrikseipp/vulture) (👨‍💻 56 · 🔀 200 · 📦 7.8K):
git clone https://github.com/jendrikseipp/vulture
- [PyPi](https://pypi.org/project/vulture) (📥 13M / month · 📦 660 · ⏱️ 25.03.2026):
pip install vulture
- [Conda](https://anaconda.org/conda-forge/vulture) (📥 250K · ⏱️ 26.03.2026):
conda install -c conda-forge vulture
rope (🥇27 · ⭐ 2.2K · 💤) - a python refactoring library. ❗️LGPL-3.0 - [GitHub](https://github.com/python-rope/rope) (👨‍💻 87 · 🔀 190 · 📦 79K):
git clone https://github.com/python-rope/rope
- [PyPi](https://pypi.org/project/rope) (📥 2M / month · 📦 320 · ⏱️ 12.07.2025):
pip install rope
- [Conda](https://anaconda.org/conda-forge/rope) (📥 2.7M · ⏱️ 13.07.2025):
conda install -c conda-forge rope
autoflake (🥈25 · ⭐ 950 · 📈) - Removes unused imports and unused variables. MIT - [GitHub]() (👨‍💻 43 · 🔀 94):
git clone https://github.com/myint/autoflake
- [PyPi](https://pypi.org/project/autoflake) (📥 7.2M / month · 📦 1.5K · ⏱️ 22.08.2026):
pip install autoflake
- [Conda](https://anaconda.org/conda-forge/autoflake) (📥 690K · ⏱️ 22.08.2026):
conda install -c conda-forge autoflake
pyupgrade (🥈24 · ⭐ 4K · 💤) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT - [GitHub](https://github.com/asottile/pyupgrade) (👨‍💻 37 · 🔀 200):
git clone https://github.com/asottile/pyupgrade
- [PyPi](https://pypi.org/project/pyupgrade) (📥 1.5M / month · 📦 630 · ⏱️ 19.11.2025):
pip install pyupgrade
- [Conda](https://anaconda.org/conda-forge/pyupgrade) (📥 1M · ⏱️ 19.11.2025):
conda install -c conda-forge pyupgrade
add-trailing-comma (🥉18 · ⭐ 370 · 💤) - A tool (and pre-commit hook) to automatically add.. MIT - [GitHub](https://github.com/asottile/add-trailing-comma) (👨‍💻 11 · 🔀 29):
git clone https://github.com/asottile/add-trailing-comma
- [PyPi](https://pypi.org/project/add-trailing-comma) (📥 91K / month · 📦 41 · ⏱️ 10.10.2025):
pip install add-trailing-comma
unimport (🥉18 · ⭐ 250) - The ultimate linter and formatter for removing unused import statements.. MIT - [GitHub]() (👨‍💻 16 · 🔀 21 · 📦 170):
git clone https://github.com/hakancelik96/unimport
- [PyPi](https://pypi.org/project/unimport) (📥 47K / month · 📦 45 · ⏱️ 02.06.2026):
pip install unimport
massedit (🥉15 · ⭐ 120 · 💤) - Programmatically edit text files with Python. Useful for source to.. MIT - [GitHub](https://github.com/elmotec/massedit) (👨‍💻 9 · 🔀 14 · 📦 54):
git clone https://github.com/elmotec/massedit
- [PyPi](https://pypi.org/project/massedit) (📥 2K / month · 📦 3 · ⏱️ 21.09.2025):
pip install massedit
Show 10 hidden projects... - MonkeyType (🥈21 · ⭐ 4.9K · 💀) - A Python library that generates static type annotations by.. BSD-3 - redbaron (🥈21 · ⭐ 720 · 💀) - Bottom-up approach to refactoring in python. ❗️LGPL-3.0 - eradicate (🥈21 · ⭐ 220 · 💤) - Removes commented-out code. ❗️Saxpath - Bowler (🥉20 · ⭐ 1.6K · 💀) - Safe code refactoring for modern Python. MIT - pyannotate (🥉20 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations. Apache-2 - baron (🥉20 · ⭐ 300 · 💀) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0 - unify (🥉18 · ⭐ 94 · 💀) - Modifies strings to all use the same quote where possible. MIT - com2ann (🥉17 · ⭐ 160 · 💀) - Tool for translation type comments to type annotations in Python. MIT - retype (🥉13 · ⭐ 140 · 💀) - Re-apply type annotations from .pyi stubs to your codebase. MIT - pep8ify (🥉13 · ⭐ 120 · 💀) - A library that modifies python source code to conform to pep8. Apache-2


Code Security

Back to top

bandit (🥇30 · ⭐ 8.1K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 - [GitHub](https://github.com/PyCQA/bandit) (👨‍💻 200 · 🔀 780 · 📦 68K):
git clone https://github.com/PyCQA/bandit
- [PyPi](https://pypi.org/project/bandit) (📥 29M / month · 📦 3.4K · ⏱️ 25.02.2026):
pip install bandit
- [Conda](https://anaconda.org/conda-forge/bandit) (📥 720K · ⏱️ 25.02.2026):
conda install -c conda-forge bandit
safety (🥈29 · ⭐ 2K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT - [GitHub](https://github.com/pyupio/safety) (👨‍💻 56 · 🔀 180 · 📦 20K):
git clone https://github.com/pyupio/safety
- [PyPi](https://pypi.org/project/safety) (📥 4.5M / month · 📦 1.4K · ⏱️ 29.05.2026):
pip install safety
- [Conda](https://anaconda.org/conda-forge/safety) (📥 190K · ⏱️ 30.05.2026):
conda install -c conda-forge safety
sqlmap (🥈25 · ⭐ 38K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 - [GitHub](https://github.com/sqlmapproject/sqlmap) (👨‍💻 160 · 🔀 6.3K · 📦 24):
git clone https://github.com/sqlmapproject/sqlmap
- [PyPi](https://pypi.org/project/sqlmap) (📥 68K / month · 📦 13 · ⏱️ 04.08.2026):
pip install sqlmap
dlint (🥉18 · ⭐ 180 · 💤) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3 - [GitHub](https://github.com/dlint-py/dlint) (👨‍💻 16 · 🔀 17):
git clone https://github.com/dlint-py/dlint
- [PyPi](https://pypi.org/project/dlint) (📥 76K / month · 📦 110 · ⏱️ 31.10.2024):
pip install dlint
- [Conda](https://anaconda.org/conda-forge/dlint) (📥 15K · ⏱️ 22.04.2025):
conda install -c conda-forge dlint
Show 4 hidden projects... - pyarmor (🥈25 · ⭐ 5.2K) - A tool used to obfuscate python scripts, bind obfuscated scripts.. ❗️SGI-B-2.0 - detect-secrets (🥉24 · ⭐ 4.2K · 💀) - An enterprise friendly way of detecting and preventing.. Apache-2 - dodgy (🥉19 · ⭐ 120 · 💀) - Dodgy: Searches for dodgy looking lines in Python code. MIT - pyt (🥉16 · ⭐ 2.2K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. ❗️GPL-2.0


Virtual Environments

Back to top

virtualenv (🥇36 · ⭐ 5K) - Virtual Python Environment builder. MIT - [GitHub](https://github.com/pypa/virtualenv) (👨‍💻 310 · 🔀 1.1K · 📦 510K):
git clone https://github.com/pypa/virtualenv
- [PyPi](https://pypi.org/project/virtualenv) (📥 540M / month · 📦 2.2K · ⏱️ 25.08.2026):
pip install virtualenv
- [Conda](https://anaconda.org/conda-forge/virtualenv) (📥 24M · ⏱️ 26.08.2026):
conda install -c conda-forge virtualenv
pipenv (🥈35 · ⭐ 25K) - Python Development Workflow for Humans. MIT - [GitHub](https://github.com/pypa/pipenv) (👨‍💻 550 · 🔀 1.9K · 📦 170K):
git clone https://github.com/pypa/pipenv
- [PyPi](https://pypi.org/project/pipenv) (📥 25M / month · 📦 260 · ⏱️ 20.08.2026):
pip install pipenv
- [Conda](https://anaconda.org/conda-forge/pipenv) (📥 370K · ⏱️ 20.08.2026):
conda install -c conda-forge pipenv
nodeenv (🥈31 · ⭐ 1.8K · 💤) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 - [GitHub](https://github.com/ekalinin/nodeenv) (👨‍💻 110 · 🔀 220 · 📦 150K):
git clone https://github.com/ekalinin/nodeenv
- [PyPi](https://pypi.org/project/nodeenv) (📥 220M / month · 📦 410 · ⏱️ 20.12.2025):
pip install nodeenv
- [Conda](https://anaconda.org/conda-forge/nodeenv) (📥 9.7M · ⏱️ 20.12.2025):
conda install -c conda-forge nodeenv
Show 7 hidden projects... - pyenv (🥈23 · ⭐ 41K · 💀) - Simple Python version management. MIT - pyenv-virtualenv (🥉14 · ⭐ 6.3K · 💀) - a pyenv plugin to manage virtualenv (a.k.a. python-.. MIT - vex (🥉14 · ⭐ 350 · 💀) - Run a command in the named virtualenv. MIT - pyenv-installer (🥉12 · ⭐ 3.9K · 💀) - This tool is used to install `pyenv` and friends. MIT - freshenv (🥉12 · ⭐ 150 · 💀) - Provision, share, manage local and cloud developer environments. MPL-2.0 - dh-virtualenv (🥉11 · ⭐ 1.6K · 💀) - Python virtualenvs in Debian packages. ❗️GPL-2.0 - pipenv-pipes (🥉11 · ⭐ 130 · 💀) - A PipEnv Environment Switcher. MIT


Dependency & Package Managers

Back to top

pip (🥇36 · ⭐ 10K) - The Python package installer. MIT - [GitHub](https://github.com/pypa/pip) (👨‍💻 910 · 🔀 3.4K · 📦 260K):
git clone https://github.com/pypa/pip
- [PyPi](https://pypi.org/project/pip) (📥 720M / month · 📦 6.3K · ⏱️ 04.08.2026):
pip install pip
- [Conda](https://anaconda.org/conda-forge/pip) (📥 250M · ⏱️ 05.08.2026):
conda install -c conda-forge pip
pipx (🥇31 · ⭐ 13K) - Install and Run Python Applications in Isolated Environments. MIT - [GitHub](https://github.com/pypa/pipx) (👨‍💻 210 · 🔀 590 · 📦 4.9K):
git clone https://github.com/pypa/pipx
- [PyPi](https://pypi.org/project/pipx) (📥 6.8M / month · 📦 110 · ⏱️ 13.08.2026):
pip install pipx
- [Conda](https://anaconda.org/conda-forge/pipx) (📥 250K · ⏱️ 05.06.2026):
conda install -c conda-forge pipx
pip-tools (🥇31 · ⭐ 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 - [GitHub](https://github.com/jazzband/pip-tools) (👨‍💻 230 · 🔀 670 · 📦 38K):
git clone https://github.com/jazzband/pip-tools
- [PyPi](https://pypi.org/project/pip-tools) (📥 17M / month · 📦 3.2K · ⏱️ 12.08.2026):
pip install pip-tools
- [Conda](https://anaconda.org/conda-forge/pip-tools) (📥 370K · ⏱️ 14.08.2026):
conda install -c conda-forge pip-tools
PDM (🥈30 · ⭐ 8.7K) - A modern Python package and dependency manager supporting the latest PEP.. MIT - [GitHub](https://github.com/pdm-project/pdm) (👨‍💻 260 · 🔀 480 · 📦 630):
git clone https://github.com/pdm-project/pdm
- [PyPi](https://pypi.org/project/pdm) (📥 11M / month · 📦 240 · ⏱️ 18.08.2026):
pip install pdm
- [Conda](https://anaconda.org/conda-forge/pdm) (📥 1.9M · ⏱️ 18.08.2026):
conda install -c conda-forge pdm
conda (🥈30 · ⭐ 7.5K) - A system-level, binary package and environment manager running on all.. BSD-3 - [GitHub](https://github.com/conda/conda) (👨‍💻 500 · 🔀 2.2K · 📦 52K):
git clone https://github.com/conda/conda
- [PyPi](https://pypi.org/project/conda) (📥 6.2K / month · 📦 83 · ⏱️ 22.04.2017):
pip install conda
- [Conda](https://anaconda.org/conda-forge/conda) (📥 80M · ⏱️ 21.08.2026):
conda install -c conda-forge conda
poetry (🥉29 · ⭐ 34K · 📉) - Python packaging and dependency management made easy. MIT - [GitHub](https://github.com/python-poetry/poetry) (👨‍💻 670 · 🔀 2.5K):
git clone https://github.com/python-poetry/poetry
- [PyPi](https://pypi.org/project/poetry) (📦 920 · ⏱️ 09.05.2026):
pip install poetry
- [Conda](https://anaconda.org/conda-forge/poetry) (📥 8.3M · ⏱️ 09.05.2026):
conda install -c conda-forge poetry
pipreqs (🥉25 · ⭐ 7.4K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2 - [GitHub](https://github.com/bndr/pipreqs) (👨‍💻 76 · 🔀 420 · 📦 41K):
git clone https://github.com/bndr/pipreqs
- [PyPi](https://pypi.org/project/pipreqs) (📦 320 · ⏱️ 18.02.2024):
pip install pipreqs
- [Conda](https://anaconda.org/conda-forge/pipreqs) (📥 130K · ⏱️ 20.06.2026):
conda install -c conda-forge pipreqs
mamba (🥉20 · ⭐ 8.1K) - The Fast Cross-Platform Package Manager. BSD-3 - [GitHub](https://github.com/mamba-org/mamba) (👨‍💻 190 · 🔀 450):
git clone https://github.com/mamba-org/mamba
- [Conda](https://anaconda.org/conda-forge/mamba) (📥 28M · ⏱️ 07.08.2026):
conda install -c conda-forge mamba
pyflow (🥉16 · ⭐ 1.3K · 💤) - An installation and dependency system for Python. MIT - [GitHub](https://github.com/David-OConnor/pyflow) (👨‍💻 30 · 🔀 48 · 📦 44):
git clone https://github.com/David-OConnor/pyflow
- [PyPi](https://pypi.org/project/pyflow) (📦 1 · ⏱️ 02.07.2021):
pip install pyflow
Show 2 hidden projects... - dephell (🥉18 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,.. MIT - pip-run (🥉15 · ⭐ 140 · 💀) - pip-run - dynamic dependency loader for Python. ❗Unlicensed


Code Metrics & Complexity

Back to top

mccabe (🥇28 · ⭐ 680 · 💀) - McCabe complexity checker for Python. ❗️Saxpath - [GitHub](https://github.com/PyCQA/mccabe) (👨‍💻 24 · 🔀 63 · 📦 530K):
git clone https://github.com/PyCQA/mccabe
- [PyPi](https://pypi.org/project/mccabe) (📥 91M / month · 📦 930 · ⏱️ 24.01.2022):
pip install mccabe
- [Conda](https://anaconda.org/conda-forge/mccabe) (📥 13M · ⏱️ 22.04.2025):
conda install -c conda-forge mccabe
prospector (🥈23 · ⭐ 2.1K) - Prospector is a tool to analyse Python code by aggregating the.. ❗️GPL-2.0 - [GitHub]() (👨‍💻 99 · 🔀 180 · 📦 5.6K):
git clone https://github.com/PyCQA/prospector
- [PyPi](https://pypi.org/project/prospector) (📦 310 · ⏱️ 16.07.2026):
pip install prospector
- [Conda](https://anaconda.org/conda-forge/prospector) (📥 260K · ⏱️ 16.07.2026):
conda install -c conda-forge prospector
wily (🥈22 · ⭐ 1.3K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2 - [GitHub](https://github.com/tonybaloney/wily) (👨‍💻 25 · 🔀 67 · 📦 310):
git clone https://github.com/tonybaloney/wily
- [PyPi](https://pypi.org/project/wily) (📥 65K / month · 📦 14 · ⏱️ 26.04.2026):
pip install wily
Show 3 hidden projects... - radon (🥈22 · ⭐ 1.9K · 💀) - Various code metrics for Python code. MIT - xenon (🥉20 · ⭐ 81 · 💀) - Monitoring tool based on radon. MIT - cohesion (🥉15 · ⭐ 250 · 💀) - A tool for measuring Python class cohesion. ❗️GPL-3.0


Logging

Back to top

tqdm (🥇37 · ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 - [GitHub](https://github.com/tqdm/tqdm) (👨‍💻 150 · 🔀 1.5K · 📦 1.2M):
git clone https://github.com/tqdm/tqdm
- [PyPi](https://pypi.org/project/tqdm) (📥 660M / month · 📦 59K · ⏱️ 27.07.2026):
pip install tqdm
- [Conda](https://anaconda.org/conda-forge/tqdm) (📥 56M · ⏱️ 27.07.2026):
conda install -c conda-forge tqdm
- [Docker Hub](https://hub.docker.com/r/tqdm/tqdm) (📥 8.8K · ⭐ 3 · ⏱️ 22.08.2026):
docker pull tqdm/tqdm
rich (🥇36 · ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT - [GitHub](https://github.com/Textualize/rich) (👨‍💻 290 · 🔀 2.2K · 📦 560K):
git clone https://github.com/Textualize/rich
- [PyPi](https://pypi.org/project/rich) (📥 640M / month · 📦 44K · ⏱️ 12.04.2026):
pip install rich
- [Conda](https://anaconda.org/conda-forge/rich) (📥 25M · ⏱️ 12.04.2026):
conda install -c conda-forge rich
loguru (🥇31 · ⭐ 24K) - Python logging made (stupidly) simple. MIT - [GitHub](https://github.com/Delgan/loguru) (👨‍💻 79 · 🔀 800 · 📦 160K):
git clone https://github.com/Delgan/loguru
- [PyPi](https://pypi.org/project/loguru) (📥 86M / month · 📦 15K · ⏱️ 06.12.2024):
pip install loguru
- [Conda](https://anaconda.org/conda-forge/loguru) (📥 4.9M · ⏱️ 16.01.2026):
conda install -c conda-forge loguru
structlog (🥇31 · ⭐ 4.8K) - Simple, powerful, and fast logging for Python. Apache-2 - [GitHub](https://github.com/hynek/structlog) (👨‍💻 140 · 🔀 280 · 📦 38K):
git clone https://github.com/hynek/structlog
- [PyPi](https://pypi.org/project/structlog) (📥 120M / month · 📦 5K · ⏱️ 06.06.2026):
pip install structlog
- [Conda](https://anaconda.org/conda-forge/structlog) (📥 1.5M · ⏱️ 06.06.2026):
conda install -c conda-forge structlog
sentry-sdk (🥇31 · ⭐ 2.2K) - The official Python SDK for Sentry.io. MIT - [GitHub](https://github.com/getsentry/sentry-python) (👨‍💻 350 · 🔀 660):
git clone https://github.com/getsentry/sentry-python
- [PyPi](https://pypi.org/project/sentry-sdk) (📥 180M / month · 📦 1.9K · ⏱️ 24.08.2026):
pip install sentry-sdk
- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 2M · ⏱️ 25.08.2026):
conda install -c conda-forge sentry-sdk
tabulate (🥈30 · ⭐ 2.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT - [GitHub](https://github.com/astanin/python-tabulate) (👨‍💻 110 · 🔀 200):
git clone https://github.com/astanin/python-tabulate
- [PyPi](https://pypi.org/project/tabulate) (📥 230M / month · 📦 12K · ⏱️ 04.03.2026):
pip install tabulate
- [Conda](https://anaconda.org/conda-forge/tabulate) (📥 14M · ⏱️ 05.03.2026):
conda install -c conda-forge tabulate
python-json-logger (🥈29 · ⭐ 1.8K) - Json Formatter for the standard python logger. BSD-2 - [GitHub](https://github.com/madzak/python-json-logger) (👨‍💻 64 · 🔀 230):
git clone https://github.com/madzak/python-json-logger
- [PyPi](https://pypi.org/project/python-json-logger) (📥 120M / month · 📦 1.7K · ⏱️ 15.08.2026):
pip install python-json-logger
- [Conda](https://anaconda.org/conda-forge/python-json-logger) (📥 18M · ⏱️ 16.08.2026):
conda install -c conda-forge python-json-logger
colorlog (🥈29 · ⭐ 970) - A colored formatter for the python logging module. MIT - [GitHub](https://github.com/borntyping/python-colorlog) (👨‍💻 37 · 🔀 99 · 📦 68K):
git clone https://github.com/borntyping/python-colorlog
- [PyPi](https://pypi.org/project/colorlog) (📥 62M / month · 📦 3.2K · ⏱️ 23.07.2026):
pip install colorlog
- [Conda](https://anaconda.org/conda-forge/colorlog) (📥 7.7M · ⏱️ 18.07.2026):
conda install -c conda-forge colorlog
python-coloredlogs (🥉27 · ⭐ 550 · 💤) - Colored terminal output for Pythons logging module. MIT - [GitHub](https://github.com/xolox/python-coloredlogs) (👨‍💻 17 · 🔀 45 · 📦 88K):
git clone https://github.com/xolox/python-coloredlogs
- [PyPi](https://pypi.org/project/coloredlogs) (📥 41M / month · 📦 1.9K · ⏱️ 11.06.2021):
pip install coloredlogs
- [Conda](https://anaconda.org/anaconda/coloredlogs) (📥 25K · ⏱️ 03.11.2025):
conda install -c anaconda coloredlogs
alive-progress (🥉26 · ⭐ 5.9K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT - [GitHub](https://github.com/rsalmei/alive-progress) (👨‍💻 11 · 🔀 210 · 📦 5.2K):
git clone https://github.com/rsalmei/alive-progress
- [PyPi](https://pypi.org/project/alive-progress) (📥 3.6M / month · 📦 590 · ⏱️ 20.07.2025):
pip install alive-progress
- [Conda](https://anaconda.org/conda-forge/alive-progress) (📥 340K · ⏱️ 08.03.2026):
conda install -c conda-forge alive-progress
progressbar2 (🥉26 · ⭐ 880) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3 - [GitHub](https://github.com/WoLpH/python-progressbar) (👨‍💻 140 · 🔀 110):
git clone https://github.com/WoLpH/python-progressbar
- [PyPi](https://pypi.org/project/progressbar2) (📥 20M / month · 📦 1.1K · ⏱️ 14.08.2026):
pip install progressbar2
- [Conda](https://anaconda.org/conda-forge/progressbar2) (📥 5.5M · ⏱️ 14.08.2026):
conda install -c conda-forge progressbar2
stackprinter (🥉23 · ⭐ 1.3K) - Debugging-friendly exceptions for Python. MIT - [GitHub](https://github.com/cknd/stackprinter) (👨‍💻 9 · 🔀 42 · 📦 450):
git clone https://github.com/cknd/stackprinter
- [PyPi](https://pypi.org/project/stackprinter) (📥 460K / month · 📦 54 · ⏱️ 17.04.2026):
pip install stackprinter
- [Conda](https://anaconda.org/conda-forge/stackprinter) (📥 22K · ⏱️ 20.04.2026):
conda install -c conda-forge stackprinter
better-exceptions (🥉22 · ⭐ 4.7K · 💤) - Pretty and useful exceptions in Python, automatically. MIT - [GitHub](https://github.com/Qix-/better-exceptions) (👨‍💻 20 · 🔀 200):
git clone https://github.com/Qix-/better-exceptions
- [PyPi](https://pypi.org/project/better-exceptions) (📥 470K / month · 📦 100 · ⏱️ 29.01.2021):
pip install better-exceptions
rebound (🥉21 · ⭐ 4.1K) - Command-line tool that instantly fetches Stack Overflow results.. ❗️GPL-3.0 - [GitHub](https://github.com/shobrook/rebound) (👨‍💻 16 · 🔀 380):
git clone https://github.com/shobrook/rebound
- [PyPi](https://pypi.org/project/rebound) (📥 36K / month · 📦 59 · ⏱️ 22.07.2026):
pip install rebound
- [Conda](https://anaconda.org/conda-forge/rebound) (📥 1.4M · ⏱️ 10.07.2026):
conda install -c conda-forge rebound
Show 7 hidden projects... - prettytable (🥈29 · ⭐ 1.7K) - A simple Python library for easily displaying tabular data.. ❗Unlicensed - logbook (🥉27 · ⭐ 1.5K · 📈) - A cool logging replacement for Python. ❗Unlicensed - notifiers (🥉24 · ⭐ 2.7K · 💀) - The easy way to send notifications. MIT - wasabi (🥉24 · ⭐ 460 · 💀) - A lightweight console printing and formatting toolkit. MIT - python-devtools (🥉21 · ⭐ 970 · 💀) - Dev tools for python. MIT - PrettyErrors (🥉20 · ⭐ 2.9K · 💀) - Prettify Python exception output to make it legible. MIT - tbvaccine (🥉16 · ⭐ 300 · 💀) - A small utility to pretty-print Python tracebacks. MIT


Shell

Back to top

xxh (🥉16 · ⭐ 5.8K · 💤) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2 - [GitHub](https://github.com/xxh/xxh) (👨‍💻 29 · 🔀 120):
git clone https://github.com/xxh/xxh
- [PyPi](https://pypi.org/project/xxh-xxh) (📥 1.2K / month · ⏱️ 06.04.2024):
pip install xxh-xxh
Show 1 hidden projects... - xonsh (🥇27 · ⭐ 9.6K) - Python-powered shell. Full-featured, cross-platform and AI-.. ❗️BSD-1-Clause


Documentation

Back to top

mkdocs-material (🥇34 · ⭐ 27K) - Documentation that simply works. MIT - [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 330 · 🔀 4.1K · 📦 93K):
git clone https://github.com/squidfunk/mkdocs-material
- [PyPi](https://pypi.org/project/mkdocs-material) (📥 17M / month · 📦 15K · ⏱️ 17.07.2026):
pip install mkdocs-material
- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (📥 1.1M · ⏱️ 18.07.2026):
conda install -c conda-forge mkdocs-material
mkdocs (🥇32 · ⭐ 22K · 💤) - Project documentation with Markdown. BSD-2 - [GitHub](https://github.com/mkdocs/mkdocs) (👨‍💻 260 · 🔀 2.6K · 📦 110K):
git clone https://github.com/mkdocs/mkdocs
- [PyPi](https://pypi.org/project/mkdocs) (📥 18M / month · 📦 7.1K · ⏱️ 30.08.2024):
pip install mkdocs
- [Conda](https://anaconda.org/conda-forge/mkdocs) (📥 1.2M · ⏱️ 22.04.2025):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈30 · ⭐ 5K) - Sphinx theme from Read the Docs. MIT - [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (👨‍💻 120 · 🔀 1.8K · 📦 16):
git clone https://github.com/readthedocs/sphinx_rtd_theme
- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (📥 13M / month · 📦 20K · ⏱️ 12.01.2026):
pip install sphinx_rtd_theme
- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (📥 5.5M · ⏱️ 29.07.2026):
conda install -c conda-forge sphinx_rtd_theme
mkdocstrings (🥈29 · ⭐ 2.1K) - Automatic documentation from sources, for MkDocs. ISC - [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 55 · 🔀 120 · 📦 30K):
git clone https://github.com/mkdocstrings/mkdocstrings
- [PyPi](https://pypi.org/project/mkdocstrings) (📥 8.2M / month · 📦 2.1K · ⏱️ 11.07.2026):
pip install mkdocstrings
- [Conda](https://anaconda.org/conda-forge/mkdocstrings) (📥 410K · ⏱️ 12.07.2026):
conda install -c conda-forge mkdocstrings
Griffe (🥈29 · ⭐ 680) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC - [GitHub](https://github.com/mkdocstrings/griffe) (👨‍💻 51 · 🔀 71 · 📦 18K):
git clone https://github.com/mkdocstrings/griffe
- [PyPi](https://pypi.org/project/griffe) (📥 33M / month · 📦 680 · ⏱️ 16.08.2026):
pip install griffe
- [Conda](https://anaconda.org/conda-forge/griffe) (📥 1.1M · ⏱️ 17.08.2026):
conda install -c conda-forge griffe
sphinx-autodoc-typehints (🥈28 · ⭐ 590) - Type hints support for the Sphinx autodoc extension. MIT - [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (👨‍💻 70 · 🔀 110 · 📦 62K):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (📥 8.5M / month · 📦 7.7K · ⏱️ 24.08.2026):
pip install sphinx-autodoc-typehints
- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (📥 1.1M · ⏱️ 25.08.2026):
conda install -c conda-forge sphinx-autodoc-typehints
sphinx-autobuild (🥈25 · ⭐ 600 · 💤) - Rebuild Sphinx documentation on changes, with hot.. MIT - [GitHub]() (👨‍💻 37 · 🔀 94 · 📦 33K):
git clone https://github.com/executablebooks/sphinx-autobuild
- [PyPi](https://pypi.org/project/sphinx-autobuild) (📥 4.9M / month · 📦 2.3K · ⏱️ 25.08.2025):
pip install sphinx-autobuild
- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (📥 580K · ⏱️ 04.11.2025):
conda install -c conda-forge sphinx-autobuild
sphinx-markdown-builder (🥉24 · ⭐ 160) - DISCONTINUED: sphinx builder that outputs markdown.. MIT - [GitHub](https://github.com/clayrisser/sphinx-markdown-builder) (👨‍💻 19 · 🔀 60 · 📦 1.6K):
git clone https://github.com/clayrisser/sphinx-markdown-builder
- [PyPi](https://pypi.org/project/sphinx-markdown-builder) (📥 580K / month · 📦 270 · ⏱️ 16.08.2026):
pip install sphinx-markdown-builder
pdoc3 (🥉23 · ⭐ 1.2K · 💤) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 - [GitHub](https://github.com/pdoc3/pdoc) (👨‍💻 69 · 🔀 140 · 📦 5.3K):
git clone https://github.com/pdoc3/pdoc
- [PyPi](https://pypi.org/project/pdoc3) (📥 270K / month · 📦 490 · ⏱️ 20.03.2025):
pip install pdoc3
- [Conda](https://anaconda.org/anaconda/pdoc3) (📥 3K · ⏱️ 17.10.2025):
conda install -c anaconda pdoc3
interrogate (🥉23 · ⭐ 660 · 💤) - Explain yourself! Interrogate a codebase for docstring coverage. MIT - [GitHub](https://github.com/econchick/interrogate) (👨‍💻 17 · 🔀 49 · 📦 9.5K):
git clone https://github.com/econchick/interrogate
- [PyPi](https://pypi.org/project/interrogate) (📥 1.6M / month · 📦 390 · ⏱️ 07.04.2024):
pip install interrogate
blacken-docs (🥉19 · ⭐ 670 · 💤) - Run Black on Python code blocks in documentation files. MIT - [GitHub]() (👨‍💻 26 · 🔀 45 · 📦 1.6K):
git clone https://github.com/asottile/blacken-docs
- [PyPi](https://pypi.org/project/blacken-docs) (📦 120 · ⏱️ 08.09.2025):
pip install blacken-docs
- [Conda](https://anaconda.org/conda-forge/blacken-docs) (📥 66K · ⏱️ 08.09.2025):
conda install -c conda-forge blacken-docs
lazydocs (🥉19 · ⭐ 240 · 💤) - Generate markdown API documentation from Google-style Python.. MIT - [GitHub](https://github.com/ml-tooling/lazydocs) (👨‍💻 13 · 🔀 43 · 📦 420):
git clone https://github.com/ml-tooling/lazydocs
- [PyPi](https://pypi.org/project/lazydocs) (📥 26K / month · 📦 65 · ⏱️ 27.07.2021):
pip install lazydocs
mkdocs-print-site-plugin (🥉18 · ⭐ 180) - MkDocs Plugin that adds an additional page that.. MIT - [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 17 · 🔀 28):
git clone https://github.com/timvink/mkdocs-print-site-plugin
- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 210K / month · 📦 22 · ⏱️ 03.08.2025):
pip install mkdocs-print-site-plugin
Show 15 hidden projects... - sphinx (🥇31 · ⭐ 7.7K) - The Sphinx documentation generator. ❗Unlicensed - alabaster (🥈28 · ⭐ 770 · 💀) - A light, configurable Sphinx theme. BSD-3 - pdoc (🥈25 · ⭐ 2.4K · 💤) - API Documentation for Python Projects. ❗️MIT-0 - breathe (🥈25 · ⭐ 810 · 💀) - Sphinx Doxygen renderer. BSD-3 - numpydoc (🥉24 · ⭐ 350) - Numpys Sphinx extensions. ❗Unlicensed - sphinx-bootstrap-theme (🥉22 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT - mkdocs-with-pdf (🥉21 · ⭐ 360 · 💀) - Generate a single PDF file from MkDocs repository. MIT - pytkdocs (🥉21 · ⭐ 54 · 💀) - Load Python objects documentation. ISC - portray (🥉20 · ⭐ 860 · 💀) - Your Project with Great Documentation. MIT - mkdocs-awesome-pages-plugin (🥉20 · ⭐ 620 · 💀) - An MkDocs plugin that simplifies configuring page.. MIT - mkdocs-pdf-export-plugin (🥉20 · ⭐ 220 · 💀) - An MkDocs plugin to export content pages as PDF files. MIT - pycco (🥉19 · ⭐ 840 · 💀) - Literate-style documentation generator. MIT - releases (🥉19 · ⭐ 180 · 💀) - A powerful Sphinx changelog-generating extension. BSD-2 - mkdocs-git-revision-date-plugin (🥉19 · ⭐ 56 · 💀) - MkDocs plugin for setting revision date from git per.. MIT - mkdocs-versioning (🥉16 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with.. MIT


Debugging Tools

Back to top

icecream (🥇27 · ⭐ 10K) - Never use print() to debug again. MIT - [GitHub](https://github.com/gruns/icecream) (👨‍💻 40 · 🔀 220 · 📦 24):
git clone https://github.com/gruns/icecream
- [PyPi](https://pypi.org/project/icecream) (📥 1.8M / month · 📦 600 · ⏱️ 03.04.2026):
pip install icecream
- [Conda](https://anaconda.org/conda-forge/icecream) (📥 120K · ⏱️ 04.04.2026):
conda install -c conda-forge icecream
pyelftools (🥇27 · ⭐ 2.3K) - Parsing ELF and DWARF in Python. Unlicense - [GitHub](https://github.com/eliben/pyelftools) (👨‍💻 110 · 🔀 550 · 📦 13K):
git clone https://github.com/eliben/pyelftools
- [PyPi](https://pypi.org/project/pyelftools) (📥 16M / month · 📦 360 · ⏱️ 29.05.2026):
pip install pyelftools
- [Conda](https://anaconda.org/conda-forge/pyelftools) (📥 1.8M · ⏱️ 29.05.2026):
conda install -c conda-forge pyelftools
snoop (🥈23 · ⭐ 1.5K) - A powerful set of Python debugging tools, based on PySnooper. MIT - [GitHub](https://github.com/alexmojaki/snoop) (👨‍💻 22 · 🔀 43):
git clone https://github.com/alexmojaki/snoop
- [PyPi](https://pypi.org/project/snoop) (📥 200K / month · 📦 54 · ⏱️ 18.07.2026):
pip install snoop
- [Conda](https://anaconda.org/conda-forge/snoop) (📥 19K · ⏱️ 22.04.2025):
conda install -c conda-forge snoop
pdbpp (🥈23 · ⭐ 1.4K) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3 - [GitHub](https://github.com/pdbpp/pdbpp) (👨‍💻 41 · 🔀 74):
git clone https://github.com/pdbpp/pdbpp
- [PyPi](https://pypi.org/project/pdbpp) (📥 1.5M / month · 📦 640 · ⏱️ 23.02.2026):
pip install pdbpp
- [Conda](https://anaconda.org/conda-forge/pdbpp) (📥 400K · ⏱️ 23.02.2026):
conda install -c conda-forge pdbpp
python-hunter (🥉19 · ⭐ 870 · 💤) - Hunter is a flexible code tracing toolkit. BSD-2 - [GitHub](https://github.com/ionelmc/python-hunter) (👨‍💻 10 · 🔀 51):
git clone https://github.com/ionelmc/python-hunter
- [PyPi](https://pypi.org/project/hunter) (📥 950K / month · 📦 17 · ⏱️ 22.08.2025):
pip install hunter
- [Conda](https://anaconda.org/conda-forge/hunter) (📥 250K · ⏱️ 03.11.2025):
conda install -c conda-forge hunter
Birdseye (🥉16 · ⭐ 1.7K · 💤) - Graphical Python debugger which lets you easily view the values of.. MIT - [GitHub](https://github.com/alexmojaki/birdseye) (👨‍💻 10 · 🔀 73):
git clone https://github.com/alexmojaki/birdseye
- [PyPi](https://pypi.org/project/birdseye) (📥 1.2K / month · 📦 9 · ⏱️ 06.09.2025):
pip install birdseye
Show 7 hidden projects... - ipdb (🥇27 · ⭐ 1.8K · 💀) - Integration of IPython pdb. BSD-3 - PySnooper (🥈26 · ⭐ 16K · 💀) - Never use print for debugging again. MIT - pudb (🥉22 · ⭐ 3.2K · 💤) - Full-screen console debugger for Python. ❗Unlicensed - gdbgui (🥉21 · ⭐ 10K · 💀) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0 - pyrasite (🥉18 · ⭐ 1.8K · 💀) - Inject code into running Python processes. ❗️GPL-3.0 - python-manhole (🥉18 · ⭐ 400 · 💀) - Debugging manhole for python applications. BSD-2 - reloadium (🥉15 · ⭐ 3K · 💀) - Hot Reloading and Profiling for Python. Apache-2


Testing Tools

Back to top

🔗 best-of-web-python - Testing ( ⭐ 2.6K · 💤) - Testing libraries & tools for python web frameworks.

🔗 unittest - Unittest is a test framework included in the Python standard library.

pytest (🥇39 · ⭐ 14K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT - [GitHub](https://github.com/pytest-dev/pytest) (👨‍💻 1.2K · 🔀 3.3K · 📦 1.9M):
git clone https://github.com/pytest-dev/pytest
- [PyPi](https://pypi.org/project/pytest) (📥 1.1B / month · 📦 190K · ⏱️ 19.06.2026):
pip install pytest
- [Conda](https://anaconda.org/conda-forge/pytest) (📥 56M · ⏱️ 22.06.2026):
conda install -c conda-forge pytest
playwright-python (🥇33 · ⭐ 15K) - Python version of the Playwright testing and automation.. Apache-2 - [GitHub](https://github.com/microsoft/playwright-python) (👨‍💻 57 · 🔀 1.2K · 📦 61K):
git clone https://github.com/microsoft/playwright-python
- [PyPi](https://pypi.org/project/playwright) (📥 110M / month · 📦 7.5K · ⏱️ 31.07.2026):
pip install playwright
hypothesis (🥇33 · ⭐ 8.9K) - The property-based testing library for Python. MPL-2.0 - [GitHub](https://github.com/HypothesisWorks/hypothesis) (👨‍💻 420 · 🔀 670 · 📦 45K):
git clone https://github.com/HypothesisWorks/hypothesis
- [PyPi](https://pypi.org/project/hypothesis) (📥 52M / month · 📦 8.1K · ⏱️ 16.08.2026):
pip install hypothesis
- [Conda](https://anaconda.org/conda-forge/hypothesis) (📥 21M · ⏱️ 17.08.2026):
conda install -c conda-forge hypothesis
tox (🥇33 · ⭐ 3.9K) - Command line driven CI frontend and development task automation tool. MIT - [GitHub](https://github.com/tox-dev/tox) (👨‍💻 360 · 🔀 570 · 📦 140K):
git clone https://github.com/tox-dev/tox
- [PyPi](https://pypi.org/project/tox) (📥 31M / month · 📦 14K · ⏱️ 25.08.2026):
pip install tox
- [Conda](https://anaconda.org/conda-forge/tox) (📥 2M · ⏱️ 25.08.2026):
conda install -c conda-forge tox
pytest-asyncio (🥇33 · ⭐ 1.7K) - Asyncio support for pytest. Apache-2 - [GitHub](https://github.com/pytest-dev/pytest-asyncio) (👨‍💻 82 · 🔀 200 · 📦 220K):
git clone https://github.com/pytest-dev/pytest-asyncio
- [PyPi](https://pypi.org/project/pytest-asyncio) (📥 300M / month · 📦 41K · ⏱️ 26.05.2026):
pip install pytest-asyncio
- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (📥 4.1M · ⏱️ 26.05.2026):
conda install -c conda-forge pytest-asyncio
robotframework (🥈32 · ⭐ 12K) - Generic automation framework for acceptance testing and RPA. Apache-2 - [GitHub](https://github.com/robotframework/robotframework) (👨‍💻 240 · 🔀 2.6K · 📦 14K):
git clone https://github.com/robotframework/robotframework
- [PyPi](https://pypi.org/project/robotframework) (📥 5M / month · 📦 1.2K · ⏱️ 17.07.2026):
pip install robotframework
- [Conda](https://anaconda.org/conda-forge/robotframework) (📥 290K · ⏱️ 04.03.2026):
conda install -c conda-forge robotframework
pytest-cov (🥈32 · ⭐ 2.1K) - Coverage plugin for pytest. MIT - [GitHub](https://github.com/pytest-dev/pytest-cov) (👨‍💻 100 · 🔀 240):
git clone https://github.com/pytest-dev/pytest-cov
- [PyPi](https://pypi.org/project/pytest-cov) (📥 240M / month · 📦 78K · ⏱️ 21.03.2026):
pip install pytest-cov
- [Conda](https://anaconda.org/conda-forge/pytest-cov) (📥 20M · ⏱️ 22.03.2026):
conda install -c conda-forge pytest-cov
pytest-mock (🥈31 · ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT - [GitHub](https://github.com/pytest-dev/pytest-mock) (👨‍💻 86 · 🔀 170 · 📦 140K):
git clone https://github.com/pytest-dev/pytest-mock
- [PyPi](https://pypi.org/project/pytest-mock) (📥 100M / month · 📦 9.4K · ⏱️ 16.09.2025):
pip install pytest-mock
- [Conda](https://anaconda.org/conda-forge/pytest-mock) (📥 6M · ⏱️ 17.09.2025):
conda install -c conda-forge pytest-mock
pytest-xdist (🥈31 · ⭐ 1.9K) - pytest plugin for distributed testing and loop-on-failures.. MIT - [GitHub](https://github.com/pytest-dev/pytest-xdist) (👨‍💻 120 · 🔀 280 · 📦 140K):
git clone https://github.com/pytest-dev/pytest-xdist
- [PyPi](https://pypi.org/project/pytest-xdist) (📥 170M / month · 📦 5.6K · ⏱️ 01.07.2025):
pip install pytest-xdist
- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (📥 14M · ⏱️ 02.07.2025):
conda install -c conda-forge pytest-xdist
pyautogui (🥈29 · ⭐ 10K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3 - [GitHub](https://github.com/asweigart/pyautogui) (👨‍💻 52 · 🔀 1.3K · 📦 57K):
git clone https://github.com/asweigart/pyautogui
- [PyPi](https://pypi.org/project/pyautogui) (📥 2.6M / month · 📦 1K · ⏱️ 24.05.2023):
pip install pyautogui
- [Conda](https://anaconda.org/conda-forge/pyautogui) (📥 500K · ⏱️ 18.05.2026):
conda install -c conda-forge pyautogui
pytest-benchmark (🥈29 · ⭐ 1.4K · 📈) - pytest fixture for benchmarking code. BSD-2 - [GitHub](https://github.com/ionelmc/pytest-benchmark) (👨‍💻 56 · 🔀 140 · 📦 18K):
git clone https://github.com/ionelmc/pytest-benchmark
- [PyPi](https://pypi.org/project/pytest-benchmark) (📥 12M / month · 📦 4.1K · ⏱️ 23.08.2026):
pip install pytest-benchmark
- [Conda](https://anaconda.org/conda-forge/pytest-benchmark) (📥 3.4M · ⏱️ 23.08.2026):
conda install -c conda-forge pytest-benchmark
nox (🥈28 · ⭐ 1.6K) - Flexible test automation. Apache-2 - [GitHub]() (👨‍💻 130 · 🔀 190 · 📦 8.4K):
git clone https://github.com/theacodes/nox
- [PyPi](https://pypi.org/project/nox) (📥 5.9M / month · 📦 1.8K · ⏱️ 18.08.2026):
pip install nox
- [Conda](https://anaconda.org/conda-forge/nox) (📥 640K · ⏱️ 24.08.2026):
conda install -c conda-forge nox
pytest-bdd (🥈28 · ⭐ 1.5K) - BDD library for the pytest runner. MIT - [GitHub](https://github.com/pytest-dev/pytest-bdd) (👨‍💻 71 · 🔀 250 · 📦 5.1K):
git clone https://github.com/pytest-dev/pytest-bdd
- [PyPi](https://pypi.org/project/pytest-bdd) (📥 3.6M / month · 📦 110 · ⏱️ 05.12.2024):
pip install pytest-bdd
- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (📥 79K · ⏱️ 03.07.2026):
conda install -c conda-forge pytest-bdd
mimesis (🥈27 · ⭐ 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT - [GitHub](https://github.com/lk-geimfari/mimesis) (👨‍💻 130 · 🔀 360 · 📦 2.3K):
git clone https://github.com/lk-geimfari/mimesis
- [PyPi](https://pypi.org/project/mimesis) (📥 2.6M / month · 📦 100 · ⏱️ 16.07.2026):
pip install mimesis
- [Conda](https://anaconda.org/conda-forge/mimesis) (📥 400K · ⏱️ 24.08.2026):
conda install -c conda-forge mimesis
freezegun (🥈27 · ⭐ 4.5K · 💤) - Let your Python tests travel through time. Apache-2 - [GitHub](https://github.com/spulec/freezegun) (👨‍💻 130 · 🔀 290):
git clone https://github.com/spulec/freezegun
- [PyPi](https://pypi.org/project/freezegun) (📥 59M / month · 📦 1.3K · ⏱️ 09.08.2025):
pip install freezegun
- [Conda](https://anaconda.org/conda-forge/freezegun) (📥 2.3M · ⏱️ 09.08.2025):
conda install -c conda-forge freezegun
pytest-sugar (🥈27 · ⭐ 1.5K · 💤) - a plugin for py.test that changes the default look and.. BSD-3 - [GitHub](https://github.com/Teemu/pytest-sugar) (👨‍💻 58 · 🔀 81 · 📦 31K):
git clone https://github.com/Teemu/pytest-sugar
- [PyPi](https://pypi.org/project/pytest-sugar) (📥 8.5M / month · 📦 1.5K · ⏱️ 23.08.2025):
pip install pytest-sugar
- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (📥 650K · ⏱️ 24.08.2025):
conda install -c conda-forge pytest-sugar
pytest-html (🥈27 · ⭐ 770) - Plugin for generating HTML reports for pytest results. MPL-2.0 - [GitHub](https://github.com/pytest-dev/pytest-html) (👨‍💻 66 · 🔀 250 · 📦 59K):
git clone https://github.com/pytest-dev/pytest-html
- [PyPi](https://pypi.org/project/pytest-html) (📥 20M / month · 📦 1.1K · ⏱️ 19.01.2026):
pip install pytest-html
- [Conda](https://anaconda.org/conda-forge/pytest-html) (📥 1.2M · ⏱️ 21.01.2026):
conda install -c conda-forge pytest-html
asv (🥉26 · ⭐ 1K) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3 - [GitHub](https://github.com/airspeed-velocity/asv) (👨‍💻 98 · 🔀 210 · 📦 1.8K):
git clone https://github.com/airspeed-velocity/asv
- [PyPi](https://pypi.org/project/asv) (📥 450K / month · 📦 210 · ⏱️ 27.06.2026):
pip install asv
- [Conda](https://anaconda.org/conda-forge/asv) (📥 1.6M · ⏱️ 11.08.2026):
conda install -c conda-forge asv
nose2 (🥉26 · ⭐ 820) - The successor to nose, based on unittest2. BSD-2 - [GitHub](https://github.com/nose-devs/nose2) (👨‍💻 86 · 🔀 130 · 📦 27K):
git clone https://github.com/nose-devs/nose2
- [PyPi](https://pypi.org/project/nose2) (📥 690K / month · 📦 360 · ⏱️ 02.03.2026):
pip install nose2
- [Conda](https://anaconda.org/conda-forge/nose2) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge nose2
pytest-randomly (🥉26 · ⭐ 720) - Pytest plugin to randomly order tests and control random.seed. MIT - [GitHub](https://github.com/pytest-dev/pytest-randomly) (👨‍💻 20 · 🔀 37 · 📦 13K):
git clone https://github.com/pytest-dev/pytest-randomly
- [PyPi](https://pypi.org/project/pytest-randomly) (📥 12M / month · 📦 940 · ⏱️ 20.04.2026):
pip install pytest-randomly
- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (📥 430K · ⏱️ 28.07.2026):
conda install -c conda-forge pytest-randomly
coveralls-python (🥉26 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT - [GitHub](https://github.com/TheKevJames/coveralls-python) (👨‍💻 67 · 🔀 190 · 📦 37K):
git clone https://github.com/TheKevJames/coveralls-python
- [PyPi](https://pypi.org/project/coveralls) (📥 1M / month · 📦 2.6K · ⏱️ 28.02.2026):
pip install coveralls
- [Conda](https://anaconda.org/conda-forge/coveralls) (📥 1.7M · ⏱️ 28.02.2026):
conda install -c conda-forge coveralls
pytest-testinfra (🥉25 · ⭐ 2.4K · 💤) - Testinfra test your infrastructures. Apache-2 - [GitHub](https://github.com/pytest-dev/pytest-testinfra) (👨‍💻 140 · 🔀 360 · 📦 2.7K):
git clone https://github.com/pytest-dev/pytest-testinfra
- [PyPi](https://pypi.org/project/pytest-testinfra) (📥 1.4M / month · 📦 20 · ⏱️ 30.03.2025):
pip install pytest-testinfra
- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (📥 44K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testinfra
pytest-testmon (🥉24 · ⭐ 1K · 💤) - Selects tests affected by changed files. Executes the.. MIT - [GitHub](https://github.com/tarpas/pytest-testmon) (👨‍💻 29 · 🔀 78 · 📦 1.8K):
git clone https://github.com/tarpas/pytest-testmon
- [PyPi](https://pypi.org/project/pytest-testmon) (📥 4.4M / month · 📦 59 · ⏱️ 01.12.2025):
pip install pytest-testmon
- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (📥 200K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testmon
pytest-watch (🥉23 · ⭐ 730 · 💤) - Local continuous test runner with pytest and watchdog. MIT - [GitHub](https://github.com/joeyespo/pytest-watch) (👨‍💻 16 · 🔀 54 · 📦 12K):
git clone https://github.com/joeyespo/pytest-watch
- [PyPi](https://pypi.org/project/pytest-watch) (📥 990K / month · 📦 560 · ⏱️ 20.05.2018):
pip install pytest-watch
- [Conda](https://anaconda.org/conda-forge/pytest-watch) (📥 270K · ⏱️ 02.10.2025):
conda install -c conda-forge pytest-watch
pytest-datadir (🥉22 · ⭐ 280) - pytest plugin for manipulating test data directories and.. MIT - [GitHub](https://github.com/gabrielcnr/pytest-datadir) (👨‍💻 16 · 🔀 26 · 📦 2.3K):
git clone https://github.com/gabrielcnr/pytest-datadir
- [PyPi](https://pypi.org/project/pytest-datadir) (📥 2M / month · 📦 270 · ⏱️ 30.07.2025):
pip install pytest-datadir
- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (📥 560K · ⏱️ 30.07.2025):
conda install -c conda-forge pytest-datadir
green (🥉21 · ⭐ 790) - Green is a clean, colorful, fast python test runner. MIT - [GitHub](https://github.com/CleanCut/green) (👨‍💻 41 · 🔀 75 · 📦 1.4K):
git clone https://github.com/CleanCut/green
- [PyPi](https://pypi.org/project/green) (📥 13K / month · 📦 130 · ⏱️ 18.04.2024):
pip install green
- [Conda](https://anaconda.org/conda-forge/green) (📥 480K · ⏱️ 02.03.2026):
conda install -c conda-forge green
pytest-docker (🥉21 · ⭐ 480 · 💤) - Docker-based integration tests. MIT - [GitHub](https://github.com/avast/pytest-docker) (👨‍💻 30 · 🔀 77):
git clone https://github.com/avast/pytest-docker
- [PyPi](https://pypi.org/project/pytest-docker) (📥 2.6M / month · 📦 150 · ⏱️ 12.11.2025):
pip install pytest-docker
xdoctest (🥉21 · ⭐ 220) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 - [GitHub](https://github.com/Erotemic/xdoctest) (👨‍💻 14 · 🔀 18):
git clone https://github.com/Erotemic/xdoctest
- [PyPi](https://pypi.org/project/xdoctest) (📥 1.1M / month · 📦 260 · ⏱️ 27.03.2026):
pip install xdoctest
- [Conda](https://anaconda.org/conda-forge/xdoctest) (📥 280K · ⏱️ 27.03.2026):
conda install -c conda-forge xdoctest
pytest-plugins (🥉19 · ⭐ 600 · 💤) - A grab-bag of nifty pytest plugins. MIT - [GitHub](https://github.com/man-group/pytest-plugins) (👨‍💻 67 · 🔀 89):
git clone https://github.com/man-group/pytest-plugins
- [PyPi](https://pypi.org/project/pytest-virtualenv) (📥 26K / month · 📦 73 · ⏱️ 29.11.2024):
pip install pytest-virtualenv
- [Conda](https://anaconda.org/conda-forge/pytest-shutil) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-shutil
Show 12 hidden projects... - nose (🥈28 · ⭐ 1.4K · 💀) - nose is nicer testing for python. ❗️LGPL-2.1+ - factory_boy (🥉25 · ⭐ 3.6K · 💀) - A test fixtures replacement for Python. MIT - PyHamcrest (🥉24 · ⭐ 790 · 💀) - Hamcrest matchers for Python. ❗Unlicensed - ddt (🥉24 · ⭐ 440 · 💀) - Data-Driven Tests for Python Unittest. MIT - pytest-lazy-fixture (🥉22 · ⭐ 380 · 💀) - It helps to use fixtures in pytest.mark.parametrize. MIT - pytest-mypy (🥉22 · ⭐ 260 · 💀) - A Pytest Plugin for Mypy. ❗Unlicensed - uiautomator (🥉21 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool. MIT - Mamba Test Runner (🥉21 · ⭐ 520 · 💀) - The definitive testing tool for Python. Born under the.. MIT - assertpy (🥉19 · ⭐ 520 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 - sixpack (🥉18 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework. BSD-2 - fake2db (🥉15 · ⭐ 2.1K · 💀) - create custom test databases that are populated with fake data. ❗️GPL-2.0 - pytest-play (🥉14 · ⭐ 73 · 💀) - pytest plugin that let you automate actions and.. Apache-2


Code Packaging

Back to top

🔗 Python.org Packaging - An Overview of Packaging for Python.

pyinstaller (🥇33 · ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 - [GitHub](https://github.com/pyinstaller/pyinstaller) (👨‍💻 500 · 🔀 2K · 📦 91K):
git clone https://github.com/pyinstaller/pyinstaller
- [PyPi](https://pypi.org/project/pyinstaller) (📥 18M / month · 📦 2.6K · ⏱️ 17.08.2026):
pip install pyinstaller
- [Conda](https://anaconda.org/conda-forge/pyinstaller) (📥 2.1M · ⏱️ 18.08.2026):
conda install -c conda-forge pyinstaller
Nuitka (🥈29 · ⭐ 15K) - Nuitka is a Python compiler written in Python. Its fully compatible.. ❗️AGPL-3.0 - [GitHub](https://github.com/Nuitka/Nuitka) (👨‍💻 210 · 🔀 790 · 📦 4K):
git clone https://github.com/Nuitka/Nuitka
- [PyPi](https://pypi.org/project/nuitka) (📥 510K / month · 📦 270 · ⏱️ 27.08.2026):
pip install nuitka
- [Conda](https://anaconda.org/conda-forge/nuitka) (📥 3.7M · ⏱️ 24.06.2026):
conda install -c conda-forge nuitka
briefcase (🥈26 · ⭐ 3.3K) - Tools to support converting a Python project into a standalone.. BSD-3 - [GitHub](https://github.com/beeware/briefcase) (👨‍💻 220 · 🔀 520 · 📦 880):
git clone https://github.com/beeware/briefcase
- [PyPi](https://pypi.org/project/briefcase) (📥 39K / month · 📦 45 · ⏱️ 08.07.2026):
pip install briefcase
pex (🥈24 · ⭐ 4.2K) - The PEX packaging toolchain. Apache-2 - [GitHub]() (👨‍💻 130 · 🔀 320):
git clone https://github.com/pantsbuild/pex
- [PyPi](https://pypi.org/project/pex) (📥 5.6M / month · 📦 65 · ⏱️ 26.08.2026):
pip install pex
cx_Freeze (🥈22 · ⭐ 1.6K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed - [GitHub](https://github.com/marcelotduarte/cx_Freeze) (👨‍💻 130 · 🔀 240):
git clone https://github.com/marcelotduarte/cx_Freeze
- [PyPi](https://pypi.org/project/cx_freeze) (📥 180K / month · 📦 150 · ⏱️ 22.08.2026):
pip install cx_freeze
- [Conda](https://anaconda.org/conda-forge/cx_freeze) (📥 1.5M · ⏱️ 27.08.2026):
conda install -c conda-forge cx_freeze
py2exe (🥈22 · ⭐ 990) - Create standalone Windows programs from Python code. MIT - [GitHub](https://github.com/py2exe/py2exe) (👨‍💻 25 · 🔀 110 · 📦 2.3K):
git clone https://github.com/py2exe/py2exe
- [PyPi](https://pypi.org/project/py2exe) (📥 9.9K / month · 📦 12 · ⏱️ 21.06.2026):
pip install py2exe
py2app (🥈22 · ⭐ 420) - py2app is a Python setuptools command which will allow you to make.. MIT - [GitHub](https://github.com/ronaldoussoren/py2app) (👨‍💻 31 · 🔀 45 · 📦 5.6K):
git clone https://github.com/ronaldoussoren/py2app
- [PyPi](https://pypi.org/project/py2app) (📥 55K / month · 📦 42 · ⏱️ 13.02.2026):
pip install py2app
shiv (🥉21 · ⭐ 1.9K · 💤) - shiv is a command line utility for building fully self contained Python.. BSD-2 - [GitHub](https://github.com/linkedin/shiv) (👨‍💻 45 · 🔀 110):
git clone https://github.com/linkedin/shiv
- [PyPi](https://pypi.org/project/shiv) (📥 480K / month · 📦 29 · ⏱️ 01.11.2024):
pip install shiv
constructor (🥉19 · ⭐ 500) - tool for creating installers from conda packages. BSD-3 - [GitHub](https://github.com/conda/constructor) (👨‍💻 81 · 🔀 180 · 📦 28):
git clone https://github.com/conda/constructor
- [Conda](https://anaconda.org/anaconda/constructor) (📥 29K · ⏱️ 24.08.2026):
conda install -c anaconda constructor
Show 6 hidden projects... - packaging (🥇32 · ⭐ 750) - Core utilities for Python packages. ❗Unlicensed - PyOxidizer (🥉21 · ⭐ 4.8K · 💀) - A modern Python application packaging and distribution tool. MPL-2.0 - pynsist (🥉20 · ⭐ 890 · 💀) - Build Windows installers for Python applications. MIT - xar (🥉16 · ⭐ 1.6K · 💀) - executable archive format. BSD-3 - pyship (🥉13 · ⭐ 45) - pyship - ship Python desktop apps to end users. MIT - subpar (🥉9 · ⭐ 570 · 💀) - Subpar is a utility for creating self-contained python executables... Apache-2


Build Tools

Back to top

setuptools (🥇37 · ⭐ 2.8K) - Official project repository for the Setuptools build system. MIT - [GitHub](https://github.com/pypa/setuptools) (👨‍💻 650 · 🔀 1.4K · 📦 870K):
git clone https://github.com/pypa/setuptools
- [PyPi](https://pypi.org/project/setuptools) (📥 1.6B / month · 📦 34K · ⏱️ 08.08.2026):
pip install setuptools
- [Conda](https://anaconda.org/conda-forge/setuptools) (📥 230M · ⏱️ 09.08.2026):
conda install -c conda-forge setuptools
wheel (🥇33 · ⭐ 570) - The official binary distribution format for Python. MIT - [GitHub](https://github.com/pypa/wheel) (👨‍💻 92 · 🔀 190 · 📦 390K):
git clone https://github.com/pypa/wheel
- [PyPi](https://pypi.org/project/wheel) (📥 570M / month · 📦 17K · ⏱️ 11.08.2026):
pip install wheel
- [Conda](https://anaconda.org/conda-forge/wheel) (📥 190M · ⏱️ 13.08.2026):
conda install -c conda-forge wheel
twine (🥈32 · ⭐ 1.8K) - Utilities for interacting with PyPI. Apache-2 - [GitHub](https://github.com/pypa/twine) (👨‍💻 130 · 🔀 330 · 📦 150K):
git clone https://github.com/pypa/twine
- [PyPi](https://pypi.org/project/twine) (📥 32M / month · 📦 42K · ⏱️ 27.07.2026):
pip install twine
- [Conda](https://anaconda.org/conda-forge/twine) (📥 2M · ⏱️ 28.07.2026):
conda install -c conda-forge twine
invoke (🥈30 · ⭐ 4.7K) - Pythonic task management & command execution. BSD-2 - [GitHub](https://github.com/pyinvoke/invoke) (👨‍💻 63 · 🔀 390 · 📦 35K):
git clone https://github.com/pyinvoke/invoke
- [PyPi](https://pypi.org/project/invoke) (📥 84M / month · 📦 1.4K · ⏱️ 07.04.2026):
pip install invoke
- [Conda](https://anaconda.org/conda-forge/invoke) (📥 3.1M · ⏱️ 07.04.2026):
conda install -c conda-forge invoke
setuptools_scm (🥈30 · ⭐ 950) - the blessed package to manage your versions by scm tags. MIT - [GitHub]() (👨‍💻 160 · 🔀 240 · 📦 34K):
git clone https://github.com/pypa/setuptools_scm
- [PyPi](https://pypi.org/project/setuptools_scm) (📥 120M / month · 📦 2.7K · ⏱️ 21.07.2026):
pip install setuptools_scm
- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (📥 8.4M · ⏱️ 21.07.2026):
conda install -c conda-forge setuptools_scm
scons (🥈29 · ⭐ 2.4K) - SCons - a software construction tool. MIT - [GitHub](https://github.com/SCons/scons) (👨‍💻 170 · 🔀 360 · 📦 4.3K):
git clone https://github.com/SCons/scons
- [PyPi](https://pypi.org/project/scons) (📥 890K / month · 📦 65 · ⏱️ 27.08.2026):
pip install scons
- [Conda](https://anaconda.org/conda-forge/scons) (📥 1.6M · ⏱️ 27.08.2026):
conda install -c conda-forge scons
flit (🥈29 · ⭐ 2.3K) - Simplified packaging of Python modules. BSD-3 - [GitHub](https://github.com/pypa/flit) (👨‍💻 83 · 🔀 160 · 📦 2.9K):
git clone https://github.com/pypa/flit
- [PyPi](https://pypi.org/project/flit) (📥 13M / month · 📦 1.1K · ⏱️ 04.08.2026):
pip install flit
- [Conda](https://anaconda.org/conda-forge/flit) (📥 470K · ⏱️ 05.08.2026):
conda install -c conda-forge flit
doit (🥉25 · ⭐ 2K) - CLI task management & automation tool. MIT - [GitHub](https://github.com/pydoit/doit) (👨‍💻 70 · 🔀 190 · 📦 2.3K):
git clone https://github.com/pydoit/doit
- [PyPi](https://pypi.org/project/doit) (📥 710K / month · 📦 140 · ⏱️ 09.02.2026):
pip install doit
- [Conda](https://anaconda.org/conda-forge/doit) (📥 590K · ⏱️ 09.02.2026):
conda install -c conda-forge doit
buildbot (🥉23 · ⭐ 5.4K · 💤) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 - [GitHub](https://github.com/buildbot/buildbot) (👨‍💻 910 · 🔀 1.6K · 📦 420):
git clone https://github.com/buildbot/buildbot
- [PyPi](https://pypi.org/project/buildbot) (📥 22K / month · 📦 20 · ⏱️ 12.05.2025):
pip install buildbot
- [Conda](https://anaconda.org/conda-forge/buildbot) (📥 200K · ⏱️ 13.05.2025):
conda install -c conda-forge buildbot
pybuilder (🥉22 · ⭐ 2K · 📈) - Software build automation tool for Python. Apache-2 - [GitHub](https://github.com/pybuilder/pybuilder) (👨‍💻 40 · 🔀 280):
git clone https://github.com/pybuilder/pybuilder
- [PyPi](https://pypi.org/project/pybuilder) (📥 65K / month · 📦 6 · ⏱️ 25.08.2026):
pip install pybuilder
- [Conda](https://anaconda.org/conda-forge/pybuilder) (📥 420K · ⏱️ 25.08.2026):
conda install -c conda-forge pybuilder
universal-build (🥉12 · ⭐ 25 · 💀) - Universal build utilities for containerized build pipelines. MIT - [GitHub](https://github.com/ml-tooling/universal-build) (👨‍💻 5 · 🔀 8):
git clone https://github.com/ml-tooling/universal-build
- [PyPi](https://pypi.org/project/universal-build) (📥 150 / month · 📦 7 · ⏱️ 16.11.2021):
pip install universal-build
Show 3 hidden projects... - buildout (🥉21 · ⭐ 620) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 - paver (🥉19 · ⭐ 460 · 💀) - Python-based project scripting. BSD-3 - pynt (🥉16 · ⭐ 160 · 💀) - A pynt of Python build. MIT


System Monitoring & Profiling

Back to top

psutil (🥇36 · ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3 - [GitHub](https://github.com/giampaolo/psutil) (👨‍💻 260 · 🔀 1.5K · 📦 800K):
git clone https://github.com/giampaolo/psutil
- [PyPi](https://pypi.org/project/psutil) (📥 390M / month · 📦 20K · ⏱️ 28.01.2026):
pip install psutil
- [Conda](https://anaconda.org/conda-forge/psutil) (📥 70M · ⏱️ 22.08.2026):
conda install -c conda-forge psutil
py-spy (🥇31 · ⭐ 15K) - Sampling profiler for Python programs. MIT - [GitHub](https://github.com/benfred/py-spy) (👨‍💻 57 · 🔀 540 · 📦 9K):
git clone https://github.com/benfred/py-spy
- [PyPi](https://pypi.org/project/py-spy) (📥 28M / month · 📦 240 · ⏱️ 24.04.2026):
pip install py-spy
- [Conda](https://anaconda.org/conda-forge/py-spy) (📥 1M · ⏱️ 27.04.2026):
conda install -c conda-forge py-spy
- [Cargo](https://crates.io/crates/py-spy) (📦 5 · ⏱️ 24.04.2026):
cargo install py-spy
pyinstrument (🥈29 · ⭐ 8K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3 - [GitHub](https://github.com/joerick/pyinstrument) (👨‍💻 78 · 🔀 300 · 📦 4.6K):
git clone https://github.com/joerick/pyinstrument
- [PyPi](https://pypi.org/project/pyinstrument) (📥 10M / month · 📦 340 · ⏱️ 29.07.2026):
pip install pyinstrument
- [Conda](https://anaconda.org/conda-forge/pyinstrument) (📥 1.4M · ⏱️ 30.07.2026):
conda install -c conda-forge pyinstrument
memray (🥈28 · ⭐ 15K) - Memray is a memory profiler for Python. Apache-2 - [GitHub](https://github.com/bloomberg/memray) (👨‍💻 77 · 🔀 460 · 📦 24):
git clone https://github.com/bloomberg/memray
- [PyPi](https://pypi.org/project/memray) (📥 15M / month · 📦 210 · ⏱️ 07.08.2026):
pip install memray
- [Conda](https://anaconda.org/conda-forge/memray) (📥 780K · ⏱️ 08.04.2026):
conda install -c conda-forge memray
Scalene (🥈26 · ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 - [GitHub](https://github.com/plasma-umass/scalene) (👨‍💻 62 · 🔀 440 · 📦 1.1K):
git clone https://github.com/plasma-umass/scalene
- [PyPi](https://pypi.org/project/scalene) (📥 380K / month · 📦 75 · ⏱️ 12.05.2026):
pip install scalene
Yappi (🥈26 · ⭐ 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT - [GitHub](https://github.com/sumerc/yappi) (👨‍💻 35 · 🔀 82 · 📦 1.7K):
git clone https://github.com/sumerc/yappi
- [PyPi](https://pypi.org/project/yappi) (📥 5.1M / month · 📦 89 · ⏱️ 17.03.2026):
pip install yappi
- [Conda](https://anaconda.org/conda-forge/yappi) (📥 440K · ⏱️ 18.03.2026):
conda install -c conda-forge yappi
memory-profiler (🥉25 · ⭐ 4.5K · 💤) - Monitor Memory usage of Python code. BSD-3 - [GitHub](https://github.com/pythonprofilers/memory_profiler) (👨‍💻 100 · 🔀 390):
git clone https://github.com/pythonprofilers/memory_profiler
- [PyPi](https://pypi.org/project/memory_profiler) (📥 6M / month · 📦 460 · ⏱️ 15.11.2022):
pip install memory_profiler
- [Conda](https://anaconda.org/conda-forge/memory_profiler) (📥 5.2M · ⏱️ 04.12.2025):
conda install -c conda-forge memory_profiler
memory_profiler (🥉25 · ⭐ 4.5K · 💤) - Monitor Memory usage of Python code. BSD-3 - [GitHub](https://github.com/fabianp/memory_profiler) (👨‍💻 62 · 🔀 390):
git clone https://github.com/fabianp/memory_profiler
- [PyPi](https://pypi.org/project/memory_profiler) (📥 6M / month · 📦 460 · ⏱️ 15.11.2022):
pip install memory_profiler
- [Conda](https://anaconda.org/conda-forge/memory_profiler) (📥 5.2M · ⏱️ 04.12.2025):
conda install -c conda-forge memory_profiler
pympler (🥉25 · ⭐ 1.4K) - Development tool to measure, monitor and analyze the memory behavior.. Apache-2 - [GitHub](https://github.com/pympler/pympler) (👨‍💻 31 · 🔀 93):
git clone https://github.com/pympler/pympler
- [PyPi](https://pypi.org/project/pympler) (📥 7.4M / month · 📦 260 · ⏱️ 28.06.2024):
pip install pympler
- [Conda](https://anaconda.org/conda-forge/pympler) (📥 820K · ⏱️ 15.07.2026):
conda install -c conda-forge pympler
line_profiler (🥉22 · ⭐ 3.2K) - Line-by-line profiling for Python. BSD-3 - [GitHub](https://github.com/pyutils/line_profiler) (👨‍💻 55 · 🔀 140):
git clone https://github.com/pyutils/line_profiler
- [PyPi](https://pypi.org/project/line_profiler) (📦 400 · ⏱️ 23.02.2026):
pip install line_profiler
- [Conda](https://anaconda.org/conda-forge/line_profiler) (📥 5.7M · ⏱️ 24.02.2026):
conda install -c conda-forge line_profiler
Show 8 hidden projects... - Glances (🥈27 · ⭐ 33K) - Glances an Eye on your system. A top/htop alternative for.. ❗Unlicensed - Bpytop (🥉22 · ⭐ 8.2K · 💀) - Linux/OSX/FreeBSD resource monitor. Apache-2 - vprof (🥉19 · ⭐ 4K · 💀) - Visual profiler for Python. BSD-2 - Diamond (🥉19 · ⭐ 1.8K · 💀) - Diamond is a python daemon that collects system metrics and publishes.. MIT - Profiling (🥉17 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler. BSD-3 - heartrate (🥉16 · ⭐ 1.5K · 💀) - Simple real time visualisation of the execution of a Python program. MIT - pyheat (🥉16 · ⭐ 730 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT - livepython (🥉11 · ⭐ 2.6K · 💀) - Visually trace Python code in real-time. MIT


AST Tools

Back to top

executing (🥇29 · ⭐ 400) - Get information about what a Python frame is currently doing,.. MIT - [GitHub](https://github.com/alexmojaki/executing) (👨‍💻 12 · 🔀 38 · 📦 350K):
git clone https://github.com/alexmojaki/executing
- [PyPi](https://pypi.org/project/executing) (📥 140M / month · 📦 800 · ⏱️ 01.09.2025):
pip install executing
- [Conda](https://anaconda.org/conda-forge/executing) (📥 30M · ⏱️ 01.09.2025):
conda install -c conda-forge executing
gast (🥈25 · ⭐ 150 · 💤) - Python AST that abstracts the underlying Python version. BSD-3 - [GitHub](https://github.com/serge-sans-paille/gast) (👨‍💻 13 · 🔀 38 · 📦 220K):
git clone https://github.com/serge-sans-paille/gast
- [PyPi](https://pypi.org/project/gast) (📥 18M / month · 📦 530 · ⏱️ 29.11.2025):
pip install gast
- [Conda](https://anaconda.org/conda-forge/gast) (📥 4.8M · ⏱️ 30.11.2025):
conda install -c conda-forge gast
asteval (🥉21 · ⭐ 220) - Safe, minimalistic evaluator of python expression using ast module. MIT - [GitHub]() (👨‍💻 28 · 🔀 53):
git clone https://github.com/newville/asteval
- [PyPi](https://pypi.org/project/asteval) (📦 230 · ⏱️ 21.08.2026):
pip install asteval
- [Conda](https://anaconda.org/conda-forge/asteval) (📥 1.1M · ⏱️ 22.08.2026):
conda install -c conda-forge asteval
Show 3 hidden projects... - astunparse (🥈26 · ⭐ 220 · 💀) - An AST unparser for Python. BSD-3 - astor (🥉24 · ⭐ 860 · 💀) - Python AST read/write. BSD-3 - typed_ast (🥉23 · ⭐ 230 · 💀) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2


Others

Back to top

pre-commit (🥇35 · ⭐ 16K) - A framework for managing and maintaining multi-language pre-commit.. MIT - [GitHub](https://github.com/pre-commit/pre-commit) (👨‍💻 170 · 🔀 1K · 📦 290K):
git clone https://github.com/pre-commit/pre-commit
- [PyPi](https://pypi.org/project/pre-commit) (📥 200M / month · 📦 38K · ⏱️ 10.08.2026):
pip install pre-commit
- [Conda](https://anaconda.org/conda-forge/pre-commit) (📥 11M · ⏱️ 11.08.2026):
conda install -c conda-forge pre-commit

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/ml-tooling/best-of-python-dev

Best of Atomistic Machine Learning

Best of Atomistic Machine Learning ⚛️🧬💎

🏆  A ranked list of awesome atomistic machine learning (AML) projects. Updated regularly.

DOI

This curated list contains 520 awesome open-source projects with a total of 250K stars grouped into 23 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml.

The current focus of this list is more on simulation data rather than experimental data, and more on materials rather than drug design. Nevertheless, contributions from other fields are warmly welcome!

How to cite. See the button "Cite this repository" on the right side-bar.

🧙‍♂️ Discover other best-of lists or create your own.

Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects


Active learning

Back to top

Projects that focus on enabling active learning, iterative learning schemes for atomistic ML.

DP-GEN (🥇23 · ⭐ 400) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 ML-IAP MD workflows - [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 76 · 🔀 190 · 📥 2.1K · 📦 8 · 📋 370 - 13% open · ⏱️ 24.08.2026):
git clone https://github.com/deepmodeling/dpgen
- [PyPi](https://pypi.org/project/dpgen) (📥 480 / month · 📦 2 · ⏱️ 12.05.2026):
pip install dpgen
- [Conda](https://anaconda.org/deepmodeling/dpgen) (📥 320 · ⏱️ 25.03.2025):
conda install -c deepmodeling dpgen
FLARE (🥈19 · ⭐ 360 · 💤) - An open-source Python package for creating fast and accurate interatomic potentials. MIT C++ ML-IAP - [GitHub](https://github.com/mir-group/flare) (👨‍💻 44 · 🔀 78 · 📥 10 · 📦 12 · 📋 220 - 14% open · ⏱️ 30.01.2026):
git clone https://github.com/mir-group/flare
Bgolearn (🥈18 · ⭐ 150) - [NPJ Com. Mat.] Offical implement of Bgolearn. MIT materials-discovery probabilistic - [GitHub](https://github.com/Bin-Cao/Bgolearn) (👨‍💻 4 · 🔀 21 · 📥 87 · 📋 5 - 20% open · ⏱️ 30.08.2026):
git clone https://github.com/Bin-Cao/Bgolearn
- [PyPi](https://pypi.org/project/Bgolearn) (📥 440 / month · ⏱️ 28.08.2026):
pip install Bgolearn
DP-GEN2 (🥈16 · ⭐ 43) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 ML-IAP MD workflows - [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 20 · 🔀 36 · 📦 6 · 📋 66 - 48% open · ⏱️ 01.09.2026):
git clone https://github.com/deepmodeling/dpgen2
IPSuite (🥉15 · ⭐ 25) - A Python toolkit for FAIR development and deployment of machine-learned interatomic potentials. EPL-2.0 ML-IAP MD workflows HTC FAIR - [GitHub](https://github.com/zincware/IPSuite) (👨‍💻 9 · 🔀 13 · 📦 14 · 📋 180 - 49% open · ⏱️ 13.03.2026):
git clone https://github.com/zincware/IPSuite
- [PyPi](https://pypi.org/project/ipsuite) (📥 80 / month · 📦 5 · ⏱️ 20.11.2025):
pip install ipsuite
Show 4 hidden projects... - flare++ (🥉12 · ⭐ 39 · 💀) - A many-body extension of the FLARE code. MIT C++ ML-IAP - Finetuna (🥉9 · ⭐ 71 · 💀) - Active Learning for Machine Learning Potentials. MIT - ACEHAL (🥉5 · ⭐ 16 · 💀) - Hyperactive Learning (HAL) Python interface for building Atomic Cluster Expansion potentials. Unlicensed Julia - ALEBREW (🥉4 · ⭐ 21 · 💀) - Official repository for the paper Uncertainty-biased molecular dynamics for learning uniformly accurate interatomic.. Custom ML-IAP MD


Community resources

Back to top

Projects that collect atomistic ML resources or foster communication within community.

🔗 ACE / GRACE support - Support forum for the Atomic Cluster Expansion (ACE) and extensions.

🔗 AI for Science Map - Interactive mindmap of the AI4Science research field, including atomistic machine learning, including papers,..

🔗 ASE ecosystem - This is a list of software packages related to ASE or using ASE. md, ml-iap

🔗 Atomic Cluster Expansion - Atomic Cluster Expansion (ACE) community homepage.

🔗 CrystaLLM - Generate a crystal structure from a composition. language-models generative pretrained transformer

🔗 GAP-ML.org community homepage ML-IAP

🔗 matsci.org - A community forum for the discussion of anything materials science, with a focus on computational materials science..

🔗 Matter Modeling Stack Exchange - Machine Learning - Forum StackExchange, site Matter Modeling, ML-tagged questions.

MatBench Discovery (🥇23 · ⭐ 250) - An evaluation framework for machine learning models simulating high-throughput materials discovery. MIT datasets benchmarking model-repository - [GitHub](https://github.com/janosh/matbench-discovery) (👨‍💻 35 · 🔀 68 · 📥 16K · 📦 8 · 📋 78 - 3% open · ⏱️ 31.08.2026):
git clone https://github.com/janosh/matbench-discovery
- [PyPi](https://pypi.org/project/matbench-discovery) (📥 2.6K / month · 📦 2 · ⏱️ 11.09.2024):
pip install matbench-discovery
Best-of Machine Learning with Python (🥇21 · ⭐ 24K) - A ranked list of awesome machine learning Python libraries. Updated weekly. CC-BY-4.0 general-ml Python - [GitHub](https://github.com/lukasmasuch/best-of-ml-python) (👨‍💻 57 · 🔀 3.1K · 📋 70 - 50% open · ⏱️ 22.03.2026):
git clone https://github.com/ml-tooling/best-of-ml-python
OpenML (🥇21 · ⭐ 750) - Open Machine Learning. BSD-3 datasets - [GitHub](https://github.com/openml/OpenML) (👨‍💻 35 · 🔀 130 · 📋 1K - 37% open · ⏱️ 19.08.2026):
git clone https://github.com/openml/OpenML
ML-PEG (🥈18 · ⭐ 61) - ML Performance and Extrapolation Guide. GPL-3.0 benchmarking viz datasets structure-optimization MD transport-phenomena biomolecules long-range electrostatics - [GitHub](https://github.com/ddmms/ml-peg) (👨‍💻 32 · 🔀 53 · 📥 57 · 📋 320 - 50% open · ⏱️ 03.09.2026):
git clone https://github.com/ddmms/ml-peg
- [PyPi](https://pypi.org/project/ml-peg) (📥 29 / month · ⏱️ 06.07.2026):
pip install ml-peg
Garden (🥈16 · ⭐ 41) - FAIR AI/ML Model Publishing Framework. MIT model-repository - [GitHub](https://github.com/Garden-AI/garden) (👨‍💻 14 · 🔀 5 · 📦 6 · 📋 380 - 3% open · ⏱️ 18.03.2026):
git clone https://github.com/Garden-AI/garden
- [PyPi](https://pypi.org/project/garden-ai) (📥 620 / month · ⏱️ 18.03.2026):
pip install garden-ai
Graph-based Deep Learning Literature (🥈15 · ⭐ 5.1K · 📉) - links to conference publications in graph-based deep learning. MIT general-ml rep-learn - [GitHub](https://github.com/naganandy/graph-based-deep-learning-literature) (👨‍💻 12 · 🔀 770 · ⏱️ 07.06.2026):
git clone https://github.com/naganandy/graph-based-deep-learning-literature
GT4SD - Generative Toolkit for Scientific Discovery (🥈15 · ⭐ 380) - Gradio apps of generative models in GT4SD. MIT generative pretrained drug-discovery model-repository - [GitHub](https://github.com/GT4SD/gt4sd-core) (👨‍💻 20 · 🔀 81 · 📋 120 - 1% open · ⏱️ 31.07.2026):
git clone https://github.com/GT4SD/gt4sd-core
GNoME Explorer (🥈12 · ⭐ 1.2K) - Graph Networks for Materials Exploration Database. Apache-2 datasets materials-discovery - [GitHub](https://github.com/google-deepmind/materials_discovery) (👨‍💻 3 · 🔀 200 · 📋 37 - 89% open · ⏱️ 29.04.2026):
git clone https://github.com/google-deepmind/materials_discovery
AI for Science Resources (🥈12 · ⭐ 790) - List of resources for AI4Science research, including learning resources. GPL-3.0 license - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 96 · 📋 32 - 18% open · ⏱️ 29.06.2026):
git clone https://github.com/divelab/AIRS
Awesome Materials & Chemistry Datasets (🥈12 · ⭐ 380) - A curated list of the most useful datasets in materials science and chemistry for training machine learning and AI.. MIT datasets experimental-data literature-data proprietary - [GitHub](https://github.com/blaiszik/awesome-matchem-datasets) (👨‍💻 10 · 🔀 44 · 📋 15 - 26% open · ⏱️ 28.07.2026):
git clone https://github.com/blaiszik/awesome-matchem-datasets
Neural-Network-Models-for-Chemistry (🥈12 · ⭐ 200) - A collection of Neural Network Models for chemistry. MIT rep-learn - [GitHub](https://github.com/Eipgen/Neural-Network-Models-for-Chemistry) (👨‍💻 3 · 🔀 22 · 📋 2 - 50% open · ⏱️ 09.04.2026):
git clone https://github.com/Eipgen/Neural-Network-Models-for-Chemistry
optimade.science (🥈11 · ⭐ 10) - A sky-scanner Optimade browser-only GUI. MIT datasets - [GitHub](https://github.com/tilde-lab/optimade.science) (👨‍💻 9 · 🔀 4 · 📋 26 - 26% open · ⏱️ 06.07.2026):
git clone https://github.com/tilde-lab/optimade.science
Awesome Neural Geometry (🥉8 · ⭐ 1.1K · 💤) - A curated collection of resources and research related to the geometry of representations in the brain, deep networks,.. Unlicensed educational rep-learn - [GitHub](https://github.com/neurreps/awesome-neural-geometry) (👨‍💻 16 · 🔀 72 · ⏱️ 24.02.2026):
git clone https://github.com/neurreps/awesome-neural-geometry
The Collection of Database and Dataset Resources in Materials Science (🥉8 · ⭐ 460) - A list of databases, datasets and books/handbooks where you can find materials properties for machine learning.. Unlicensed datasets - [GitHub](https://github.com/sedaoturak/data-resources-for-materials-science) (👨‍💻 2 · 🔀 63 · ⏱️ 17.07.2026):
git clone https://github.com/sedaoturak/data-resources-for-materials-science
AI for Science paper collection (🥉8 · ⭐ 170 · 💤) - List the AI for Science papers accepted by top conferences. Apache-2 - [GitHub](https://github.com/AI4QC/AI_for_Science_paper_collection) (👨‍💻 7 · 🔀 17 · ⏱️ 24.09.2025):
git clone https://github.com/sherrylixuecheng/AI_for_Science_paper_collection
Awesome Neural SBI (🥉8 · ⭐ 170 · 💤) - Community-sourced list of papers and resources on neural simulation-based inference. MIT active-learning - [GitHub](https://github.com/smsharma/awesome-neural-sbi) (👨‍💻 7 · 🔀 8 · 📋 2 - 50% open · ⏱️ 28.01.2026):
git clone https://github.com/smsharma/awesome-neural-sbi
DeepModeling Projects (🥉8 · ⭐ 8) - DeepModeling projects. CC-BY-4.0 - [GitHub](https://github.com/deepmodeling/deepmodeling-projects) (👨‍💻 4 · 🔀 3 · ⏱️ 10.04.2026):
git clone https://github.com/deepmodeling/deepmodeling-projects
Awesome-Crystal-GNNs (🥉7 · ⭐ 120) - This repository contains a collection of resources and papers on GNN Models on Crystal Solid State Materials. MIT - [GitHub](https://github.com/kdmsit/Awesome-Crystal-GNNs) (👨‍💻 2 · 🔀 13 · ⏱️ 09.03.2026):
git clone https://github.com/kdmsit/Awesome-Crystal-GNNs
Charting ML Publications in Science (🥉6 · ⭐ 47) - Literature analysis of ML applications in materials science, chemistry, physics. MIT literature-data general-ml - [GitHub](https://github.com/blaiszik/ml_publication_charts) (👨‍💻 2 · ⏱️ 10.03.2026):
git clone https://github.com/blaiszik/ml_publication_charts
Show 12 hidden projects... - MatBench (🥇19 · ⭐ 220 · 💀) - Matbench: Benchmarks for materials science property prediction. MIT datasets benchmarking model-repository - Awesome Materials Informatics (🥈11 · ⭐ 530 · 💀) - Curated list of known efforts in materials informatics, i.e. in modern materials science. Custom - Awesome-Scientific-Language-Models (🥉10 · ⭐ 660 · 💀) - A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery (EMNLP24). MIT language-models general-ml pretrained multimodal - MoLFormers UI (🥉9 · ⭐ 410 · 💀) - A family of foundation models trained on chemicals. Apache-2 transformer language-models pretrained drug-discovery - Awesome-Graph-Generation (🥉8 · ⭐ 360 · 💀) - A curated list of up-to-date graph generation papers and resources. Unlicensed rep-learn - A Highly Opinionated List of Open-Source Materials Informatics Resources (🥉8 · ⭐ 160 · 💀) - A Highly Opinionated List of Open Source Materials Informatics Resources. MIT - MADICES Awesome Interoperability (🥉7 · ⭐ 1) - Linked data interoperability resources of the Machine-actionable data interoperability for the chemical sciences.. MIT datasets - LAM Crystal Philately competition 2024 (🥉5 · ⭐ 23 · 💀) - OpenLAM Challenge crystal structure prediction https://arxiv.org/abs/2501.16358. LGPL-2.1 single-paper datasets structure-prediction materials-discovery ML-IAP UIP - Geometric-GNNs (🥉4 · ⭐ 120 · 💀) - List of Geometric GNNs for 3D atomic systems. Unlicensed datasets educational rep-learn - Does this material exist? (🥉3 · ⭐ 18 · 💀) - Vote on whether you think predicted crystal structures could be synthesised. MIT for-fun materials-discovery - GitHub topic materials-informatics (🥉1) - GitHub topic materials-informatics. Unlicensed - MateriApps (🥉1) - A Portal Site of Materials Science Simulation. Unlicensed


Datasets

Back to top

Datasets, databases and trained models for atomistic ML.

🔗 Alexandria Materials Database - A database of millions of theoretical crystal structures (3D, 2D and 1D) discovered by machine learning accelerated..

🔗 Catalysis Hub - A web-platform for sharing data and software for computational catalysis research!.

🔗 Citrination Datasets - AI-Powered Materials Data Platform. Open Citrination has been decommissioned.

🔗 crystals.ai - Curated datasets for reproducible AI in materials science.

🔗 DeepChem Models - DeepChem models on HuggingFace. model-repository pretrained language-models

🔗 Graphs of Materials Project 20190401 - The dataset used to train the MEGNet interatomic potential. ML-IAP

🔗 HME21 Dataset - High-temperature multi-element 2021 dataset for the PreFerred Potential (PFP).. UIP

🔗 JARVIS-Leaderboard ( ⭐ 75 · 💀) - A large scale benchmark of materials design methods: https://www.nature.com/articles/s41524-024-01259-w. model-repository benchmarking community-resource educational

🔗 Materials Project - Charge Densities - Materials Project has started offering charge density information available for download via their public API.

🔗 Materials Project Trajectory (MPtrj) Dataset - The dataset used to train the CHGNet universal potential. UIP

🔗 matterverse.ai - Database of yet-to-be-sythesized materials predicted using state-of-the-art machine learning algorithms.

🔗 MPF.2021.2.8 - The dataset used to train the M3GNet universal potential. UIP

🔗 NRELMatDB - Computational materials database with the specific focus on materials for renewable energy applications including, but..

🔗 QM9 Charge Densities and Energies - QM9 molecules calculated with VASP using Atomic Simulation Environment. ML-DFT

🔗 QM40 Dataset - A More Realistic QM Dataset for Machine Learning in Molecular Science https://doi.org/10.1038/s41597-024-04206-y. drug-discovery

🔗 QMugs dataset - Quantum Mechanical Properties of Drug-like Molecules https://doi.org/10.1038/s41597-022-01390-7. drug-discovery

🔗 Quantum-Machine.org Datasets - Collection of datasets, including QM7, QM9, etc. MD, DFT. Small organic molecules, mostly.

🔗 sGDML Datasets - MD17, MD22, DFT datasets.

🔗 MoleculeNet - A Benchmark for Molecular Machine Learning. benchmarking

🔗 ZINC15 - A free database of commercially-available compounds for virtual screening. ZINC contains over 230 million purchasable.. graph biomolecules

🔗 ZINC20 - A free database of commercially-available compounds for virtual screening. ZINC contains over 230 million purchasable.. graph biomolecules

FAIR Chemistry datasets (🥇31 · ⭐ 2.2K) - Datasets OC20, OC22, etc. Formerly known as Open Catalyst Project. MIT catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 73 · 🔀 500 · 📋 600 - 1% open · ⏱️ 31.08.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 96K / month · 📦 86 · ⏱️ 17.08.2026):
pip install fairchem-core
Meta Open Materials 2024 (OMat24) Dataset (🥇30 · ⭐ 2.2K) - Contains over 100 million Density Functional Theory calculations focused on structural and compositional diversity. CC-BY-4.0 - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 73 · 🔀 500 · 📋 600 - 1% open · ⏱️ 31.08.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 96K / month · 📦 86 · ⏱️ 17.08.2026):
pip install fairchem-core
OPTIMADE Python tools (🥇24 · ⭐ 91) - Tools for implementing and consuming OPTIMADE APIs in Python. MIT - [GitHub](https://github.com/Materials-Consortia/optimade-python-tools) (👨‍💻 37 · 🔀 54 · 📋 480 - 18% open · ⏱️ 06.08.2026):
git clone https://github.com/Materials-Consortia/optimade-python-tools
- [PyPi](https://pypi.org/project/optimade) (📥 22K / month · 📦 4 · ⏱️ 21.06.2026):
pip install optimade
- [Conda](https://anaconda.org/conda-forge/optimade) (📥 200K · ⏱️ 21.06.2026):
conda install -c conda-forge optimade
MPContribs (🥇24 · ⭐ 40) - Platform for materials scientists to contribute and disseminate their materials data through Materials Project. MIT - [GitHub](https://github.com/materialsproject/MPContribs) (👨‍💻 32 · 🔀 27 · 📦 60 · 📋 120 - 29% open · ⏱️ 01.09.2026):
git clone https://github.com/materialsproject/MPContribs
- [PyPi](https://pypi.org/project/mpcontribs-client) (📥 5.9K / month · 📦 7 · ⏱️ 09.02.2026):
pip install mpcontribs-client
Open Databases Integration for Materials Design (OPTIMADE) (🥈16 · ⭐ 110) - Specification of a common REST API for access to materials databases. CC-BY-4.0 - [GitHub](https://github.com/Materials-Consortia/OPTIMADE) (👨‍💻 24 · 🔀 37 · 📋 260 - 29% open · ⏱️ 31.08.2026):
git clone https://github.com/Materials-Consortia/OPTIMADE
load-atoms (🥈15 · ⭐ 49 · 💤) - download and manipulate atomistic datasets. MIT data-structures - [GitHub](https://github.com/jla-gardner/load-atoms) (👨‍💻 5 · 🔀 5 · 📦 8 · 📋 35 - 14% open · ⏱️ 25.11.2025):
git clone https://github.com/jla-gardner/load-atoms
- [PyPi](https://pypi.org/project/load-atoms) (📥 690 / month · 📦 3 · ⏱️ 25.11.2025):
pip install load-atoms
QH9 (🥈12 · ⭐ 790) - A Quantum Hamiltonian Prediction Benchmark. CC-BY-NC-SA-4.0 ML-DFT - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 96 · 📋 32 - 18% open · ⏱️ 29.06.2026):
git clone https://github.com/divelab/AIRS
nablaDFT (🥈12 · ⭐ 240 · 💤) - nablaDFT: Large-Scale Conformational Energy and Hamiltonian Prediction benchmark and dataset. MIT ML-DFT ML-WFT drug-discovery ML-IAP benchmarking - [GitHub](https://github.com/AIRI-Institute/nablaDFT) (👨‍💻 9 · 🔀 25 · 📋 28 - 10% open · ⏱️ 31.12.2025):
git clone https://github.com/AIRI-Institute/nablaDFT
MatPES (🥈12 · ⭐ 59) - A foundational potential energy dataset for materials. BSD-3 UIP ML-IAP - [GitHub](https://github.com/materialyzeai/matpes) (👨‍💻 3 · 🔀 5 · 📋 10 - 20% open · ⏱️ 01.07.2026):
git clone https://github.com/materialsvirtuallab/matpes
- [PyPi](https://pypi.org/project/matpes) (📥 180 / month · 📦 2 · ⏱️ 10.03.2025):
pip install matpes
MPDS API (🥈12 · ⭐ 27) - Tutorials, notebooks, issue tracker, and website on the MPDS API: the data retrieval interface for the Materials.. CC-BY-4.0 phase-transition - [GitHub](https://github.com/mpds-io/mpds-api) (👨‍💻 5 · 🔀 7 · 📋 36 - 22% open · ⏱️ 23.08.2026):
git clone https://github.com/mpds-io/mpds-api
- [PyPi](https://pypi.org/project/mpds_client) (📥 190 / month · ⏱️ 14.09.2020):
pip install mpds_client
SPICE (🥈11 · ⭐ 200 · 💤) - A collection of QM data for training potential functions. MIT ML-IAP MD - [GitHub](https://github.com/openmm/spice-dataset) (👨‍💻 1 · 🔀 11 · 📥 380 · 📋 76 - 27% open · ⏱️ 25.02.2026):
git clone https://github.com/openmm/spice-dataset
OpenKIM (🥈11 · ⭐ 40) - The Open Knowledgebase of Interatomic Models (OpenKIM) aims to be an online resource for standardized testing, long-.. LGPL-2.1 model-repository knowledge-base pretrained - [GitHub](https://github.com/openkim/kim-api) (👨‍💻 27 · 🔀 20 · 📋 37 - 40% open · ⏱️ 06.03.2026):
git clone https://github.com/openkim/kim-api
OBELiX (🥉9 · ⭐ 61 · 💤) - A Curated Dataset of Crystal Structures and Experimentally Measured Ionic Conductivities for Lithium Solid-State.. CC-BY-4.0 experimental-data transport-phenomena - [GitHub](https://github.com/NRC-Mila/OBELiX) (👨‍💻 6 · 🔀 9 · 📋 2 - 50% open · ⏱️ 27.11.2025):
git clone https://github.com/NRC-Mila/OBELiX
- [PyPi](https://pypi.org/project/obelix-data) (📥 74 / month · ⏱️ 16.05.2025):
pip install obelix-data
polyVERSE (🥉9 · ⭐ 42) - polyVERSE is a comprehensive repository of informatics-ready datasets curated by the Ramprasad Group. Custom soft-matter - [GitHub](https://github.com/Ramprasad-Group/polyVERSE) (👨‍💻 11 · 🔀 8 · ⏱️ 23.08.2026):
git clone https://github.com/Ramprasad-Group/polyVERSE
AIS Square (🥉9 · ⭐ 15) - A collaborative and open-source platform for sharing AI for Science datasets, models, and workflows. Home of the.. LGPL-3.0 community-resource model-repository - [GitHub](https://github.com/deepmodeling/AIS-Square) (👨‍💻 8 · 🔀 9 · 📋 6 - 83% open · ⏱️ 11.08.2026):
git clone https://github.com/deepmodeling/AIS-Square
The Perovskite Database Project (🥉5 · ⭐ 74) - Perovskite Database Project aims at making all perovskite device data, both past and future, available in a form.. Unlicensed community-resource - [GitHub](https://github.com/Jesperkemist/perovskitedatabase) (👨‍💻 2 · 🔀 26 · ⏱️ 20.03.2026):
git clone https://github.com/Jesperkemist/perovskitedatabase
Visual Graph Datasets (🥉5 · ⭐ 5) - Datasets for the training of graph neural networks (GNNs) and subsequent visualization of attributional explanations.. MIT XAI rep-learn - [GitHub](https://github.com/aimat-lab/visual_graph_datasets) (👨‍💻 2 · 🔀 3 · ⏱️ 24.03.2026):
git clone https://github.com/aimat-lab/visual_graph_datasets
Show 17 hidden projects... - ATOM3D (🥈19 · ⭐ 320 · 💀) - ATOM3D: tasks on molecules in three dimensions. MIT biomolecules benchmarking - OpenQDC (🥈14 · ⭐ 66 · 💀) - Repository of Quantum Datasets Publicly Available. CC-BY-4.0 - MoleculeNet Leaderboard (🥉9 · ⭐ 110 · 💀) - MIT benchmarking - Materials Data Facility (MDF) (🥉9 · ⭐ 10 · 💀) - A simple way to publish, discover, and access materials datasets. Publication of very large datasets supported (e.g.,.. Apache-2 - 2DMD dataset (🥉9 · ⭐ 8 · 💀) - Code for Kazeev, N., Al-Maeeni, A.R., Romanov, I. et al. Sparse representation for machine learning the properties of.. Apache-2 material-defect - ANI-1 Dataset (🥉8 · ⭐ 110 · 💀) - A data set of 20 million calculated off-equilibrium conformations for organic molecules. MIT - GEOM (🥉7 · ⭐ 260 · 💀) - GEOM: Energy-annotated molecular conformations. Unlicensed drug-discovery - ANI-1x Datasets (🥉6 · ⭐ 68 · 💀) - The ANI-1ccx and ANI-1x data sets, coupled-cluster and density functional theory properties for organic molecules. MIT - COMP6 Benchmark dataset (🥉6 · ⭐ 42 · 💀) - COMP6 Benchmark dataset for ML potentials. MIT - SciGlass (🥉6 · ⭐ 16 · 💀) - The database contains a vast set of data on the properties of glass materials. MIT - GDB-9-Ex9 and ORNL_AISD-Ex (🥉5 · ⭐ 11 · 💀) - Distributed computing workflow for generation and analysis of large scale molecular datasets obtained running multi-.. Unlicensed - OPTIMADE providers dashboard (🥉5 · ⭐ 2 · 💀) - A dashboard of known providers. Unlicensed - 3DSC Database (🥉4 · ⭐ 30 · 💀) - Repo for the paper publishing the superconductor database with 3D crystal structures. Custom superconductors materials-discovery - paper-data-redundancy (🥉4 · ⭐ 11 · 💀) - Repo for the paper Exploiting redundancy in large materials datasets for efficient machine learning with less data. BSD-3 small-data single-paper - linear-regression-benchmarks (🥉4 · ⭐ 1 · 💀) - Data sets used for linear regression benchmarks. MIT benchmarking single-paper - nep-data (🥉3 · ⭐ 21 · 💀) - Data related to the NEP machine-learned potential of GPUMD. Unlicensed ML-IAP MD transport-phenomena - tmQM_wB97MV Dataset (🥉1 · ⭐ 12 · 💀) - Code for Applying Large Graph Neural Networks to Predict Transition Metal Complex Energies Using the tmQM_wB97MV.. Unlicensed catalysis rep-learn


Data Structures

Back to top

Projects that focus on providing data structures used in atomistic machine learning.

dpdata (🥇28 · ⭐ 250) - A Python package for manipulating atomistic data of software in computational science. LGPL-3.0 - [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 72 · 🔀 160 · 📦 160 · 📋 160 - 7% open · ⏱️ 19.08.2026):
git clone https://github.com/deepmodeling/dpdata
- [PyPi](https://pypi.org/project/dpdata) (📥 40K / month · 📦 47 · ⏱️ 19.08.2026):
pip install dpdata
- [Conda](https://anaconda.org/deepmodeling/dpdata) (📥 490 · ⏱️ 25.03.2025):
conda install -c deepmodeling dpdata
Metatensor (🥈24 · ⭐ 110) - Self-describing sparse tensor data format for atomistic machine learning and beyond. BSD-3 ML-IAP MD Rust C-lang C++ Python - [GitHub](https://github.com/metatensor/metatensor) (👨‍💻 37 · 🔀 28 · 📥 56K · 📦 16 · 📋 270 - 20% open · ⏱️ 01.09.2026):
git clone https://github.com/metatensor/metatensor
- [PyPi](https://pypi.org/project/metatensor) (📥 1.3K / month · ⏱️ 26.01.2024):
pip install metatensor
mp-pyrho (🥉18 · ⭐ 43) - Tools for re-griding volumetric quantum chemistry data for machine-learning purposes. Custom ML-DFT - [GitHub](https://github.com/materialsproject/pyrho) (👨‍💻 10 · 🔀 10 · 📦 37 · 📋 10 - 70% open · ⏱️ 11.05.2026):
git clone https://github.com/materialsproject/pyrho
- [PyPi](https://pypi.org/project/mp-pyrho) (📥 82K / month · 📦 5 · ⏱️ 13.10.2025):
pip install mp-pyrho
dlpack (🥉16 · ⭐ 1.2K) - common in-memory tensor structure. Apache-2 C++ - [GitHub](https://github.com/dmlc/dlpack) (👨‍💻 36 · 🔀 160 · 📋 89 - 28% open · ⏱️ 11.08.2026):
git clone https://github.com/dmlc/dlpack


Density functional theory (ML-DFT)

Back to top

Projects and models that focus on quantities of DFT, such as density functional approximations (ML-DFA), the charge density, density of states, the Hamiltonian, etc.

🔗 IKS-PIML - Code and generated data for the paper Inverting the Kohn-Sham equations with physics-informed machine learning.. neural-operator pinn datasets single-paper

🔗 M-OFDFT - Overcoming the Barrier of Orbital-Free Density Functional Theory in Molecular Systems Using Deep Learning.. transformer single-paper

JAX-DFT (🥇26 · ⭐ 39K) - This library provides basic building blocks that can construct DFT calculations as a differentiable program. Apache-2 - [GitHub](https://github.com/google-research/google-research) (👨‍💻 880 · 🔀 8.4K · 📋 2.3K - 84% open · ⏱️ 03.09.2026):
git clone https://github.com/google-research/google-research
HamGNN (🥇16 · ⭐ 220 · 📈) - An E(3) equivariant Graph Neural Network for predicting electronic Hamiltonian matrix. GPL-3.0 rep-learn magnetism C-lang - [GitHub](https://github.com/QuantumLab-ZY/HamGNN) (👨‍💻 9 · 🔀 49 · 📋 85 - 83% open · ⏱️ 31.08.2026):
git clone https://github.com/QuantumLab-ZY/HamGNN
MALA (🥇16 · ⭐ 100 · 💤) - Materials Learning Algorithms. A framework for machine learning materials properties from first-principles data. BSD-3 - [GitHub](https://github.com/mala-project/mala) (👨‍💻 47 · 🔀 27 · 📦 2 · 📋 310 - 9% open · ⏱️ 16.09.2025):
git clone https://github.com/mala-project/mala
SALTED (🥈15 · ⭐ 46) - Symmetry-Adapted Learning of Three-dimensional Electron Densities (and their electrostatic response). GPL-3.0 - [GitHub](https://github.com/andreagrisafi/SALTED) (👨‍💻 30 · 🔀 9 · 📋 17 - 11% open · ⏱️ 02.09.2026):
git clone https://github.com/andreagrisafi/SALTED
CiderPress (🥈15 · ⭐ 27) - A high-performance software package for training and evaluating machine-learned XC functionals using the CIDER.. GPL-3.0 ml-functional C-lang - [GitHub](https://github.com/cider-dft/CiderPress) (👨‍💻 3 · 🔀 4 · ⏱️ 27.08.2026):
git clone https://github.com/mir-group/CiderPress
- [PyPi](https://pypi.org/project/ciderpress) (📥 110 / month · ⏱️ 27.08.2026):
pip install ciderpress
Q-stack (🥈13 · ⭐ 20) - Stack of codes for dedicated pre- and post-processing tasks for Quantum Machine Learning (QML). MIT excited-states general-tool - [GitHub](https://github.com/lcmd-epfl/Q-stack) (👨‍💻 8 · 🔀 7 · 📋 57 - 15% open · ⏱️ 03.08.2026):
git clone https://github.com/lcmd-epfl/Q-stack
QHNet (🥈12 · ⭐ 790) - Artificial Intelligence Research for Science (AIRS). GPL-3.0 rep-learn - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 96 · 📋 32 - 18% open · ⏱️ 29.06.2026):
git clone https://github.com/divelab/AIRS
ACEhamiltonians (🥈9 · ⭐ 17 · 💤) - Provides tools for constructing, fitting, and predicting self-consistent Hamiltonian and overlap matrices in solid-.. MIT Julia - [GitHub](https://github.com/ACEsuit/ACEhamiltonians.jl) (👨‍💻 5 · 🔀 7 · 📋 5 - 40% open · ⏱️ 17.09.2025):
git clone https://github.com/ACEsuit/ACEhamiltonians.jl
dftio (🥈8 · ⭐ 16 · 💤) - dftio is to assist machine learning communities to transcript DFT output into a format that is easy to read or used by.. LGPL-3.0 data-structures workflows - [GitHub](https://github.com/deepmodeling/dftio) (👨‍💻 5 · 🔀 14 · 📋 26 - 84% open · ⏱️ 18.12.2025):
git clone https://github.com/deepmodeling/dftio
DeepH-E3 (🥉7 · ⭐ 120 · 💤) - General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian. MIT magnetism - [GitHub](https://github.com/Xiaoxun-Gong/DeepH-E3) (👨‍💻 2 · 🔀 29 · 📋 40 - 67% open · ⏱️ 27.01.2026):
git clone https://github.com/Xiaoxun-Gong/DeepH-E3
MLDensity (🥉7 · ⭐ 8) - Linear Jacobi-Legendre expansion of the charge density for machine learning-accelerated electronic structure.. Unlicensed - [GitHub](https://github.com/StefanoSanvitoGroup/MLdensity) (👨‍💻 3 · 📋 2 - 50% open · ⏱️ 26.08.2026):
git clone https://github.com/StefanoSanvitoGroup/MLdensity
Show 26 hidden projects... - DM21 (🥇19 · ⭐ 15K · 💀) - This package provides a PySCF interface to the DM21 (DeepMind 21) family of exchange-correlation functionals described.. Apache-2 - DeepH-pack (🥈12 · ⭐ 340 · 💀) - Deep neural networks for density functional theory Hamiltonian. LGPL-3.0 Julia - Grad DFT (🥈10 · ⭐ 110 · 💀) - GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation.. Apache-2 - NeuralXC (🥈10 · ⭐ 38 · 💀) - Implementation of a machine learned density functional. BSD-3 - DeePKS-kit (🥈9 · ⭐ 120 · 💀) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 ml-functional - PROPhet (🥈9 · ⭐ 66 · 💀) - PROPhet is a code to integrate machine learning techniques with first-principles quantum chemistry approaches. GPL-3.0 ML-IAP MD single-paper C++ - ChargE3Net (🥈8 · ⭐ 75 · 💀) - [npj Comp. Mat.] Higher-order equivariant neural networks for charge density prediction in materials. MIT rep-learn - Libnxc (🥈8 · ⭐ 21 · 💀) - A library for using machine-learned exchange-correlation functionals for density-functional theory. MPL-2.0 C++ Fortran - Mat2Spec (🥉7 · ⭐ 31 · 💀) - Density of States Prediction for Materials Discovery via Contrastive Learning from Probabilistic Embeddings. MIT spectroscopy - DeepDFT (🥉6 · ⭐ 90 · 💀) - Official implementation of DeepDFT model. MIT - scdp (scalable charge density prediction) (🥉6 · ⭐ 41 · 💀) - [NeurIPS 2024] source code for A Recipe for Charge Density Prediction. MIT rep-learn single-paper - charge-density-models (🥉6 · ⭐ 16 · 💀) - Tools to build charge density models using [fairchem](https://github.com/FAIR-Chem/fairchem). MIT rep-learn - KSR-DFT (🥉6 · ⭐ 4 · 💀) - Kohn-Sham regularizer for machine-learned DFT functionals. Apache-2 - xDeepH (🥉5 · ⭐ 41 · 💀) - Extended DeepH (xDeepH) method for magnetic materials. LGPL-3.0 magnetism Julia - InfGCN for Electron Density Estimation (🥉5 · ⭐ 17 · 💀) - Official implementation of the NeurIPS 23 spotlight paper of InfGCN. MIT rep-learn neural-operator - rho_learn (🥉5 · ⭐ 4 · 💀) - A proof-of-concept workflow for torch-based electron density learning. MIT ML-DFT rep-eng - ML-DFT (🥉4 · ⭐ 28 · 💀) - A package for density functional approximation using machine learning. MIT - DeepCDP (🥉4 · ⭐ 6 · 💀) - DeepCDP: Deep learning Charge Density Prediction. Unlicensed - CSNN (🥉4 · ⭐ 3 · 💀) - Primary codebase of CSNN - Concentric Spherical Neural Network for 3D Representation Learning. BSD-3 - rholearn (🥉4 · ⭐ 3 · 💀) - Learning and predicting electronic densities decomposed on a basis and global electronic densities of states at DFT.. MIT ML-DFT rep-eng density-of-states - MALADA (🥉4 · ⭐ 1 · 💀) - MALA Data Acquisition: Helpful tools to build data for MALA. BSD-3 - gprep (🥉4 · 💀) - Fitting DFTB repulsive potentials with GPR. MIT single-paper - ofdft_nflows (🥉3 · ⭐ 12 · 💀) - Nomalizing flows for orbita-free DFT. Unlicensed generative - APET (🥉3 · ⭐ 6 · 💀) - Atomic Positional Embedding-based Transformer. GPL-3.0 density-of-states transformer - A3MD (🥉2 · ⭐ 8 · 💀) - MPNN-like + Analytic Density Model = Accurate electron densities. Unlicensed rep-learn single-paper - kdft (🥉1 · ⭐ 1 · 💀) - The Kernel Density Functional (KDF) code allows generating ML based DFT functionals. Unlicensed


Educational Resources

Back to top

Tutorials, guides, cookbooks, recipes, etc.

🔗 AI for Science 101 community-resource rep-learn

🔗 AL4MS 2023 workshop tutorials active-learning

🔗 Quantum Chemistry in the Age of Machine Learning - Book, 2022.

COSMO Software Cookbook (🥇14 · ⭐ 55) - A collection of simulation recipes for the atomic-scale modeling of materials and molecules. BSD-3 - [GitHub](https://github.com/lab-cosmo/atomistic-cookbook) (👨‍💻 23 · 🔀 11 · 📋 35 - 31% open · ⏱️ 27.08.2026):
git clone https://github.com/lab-cosmo/software-cookbook
Geometric GNN Dojo (🥇12 · ⭐ 520 · 💤) - New to geometric GNNs: try our practical notebook, prepared for MPhil students at the University of Cambridge. MIT rep-learn - [GitHub](https://github.com/chaitjo/geometric-gnn-dojo) (👨‍💻 4 · 🔀 55 · 📋 9 - 22% open · ⏱️ 09.10.2025):
git clone https://github.com/chaitjo/geometric-gnn-dojo
Deep Learning for Molecules and Materials Book (🥈11 · ⭐ 750 · 💤) - Deep learning for molecules and materials book. Custom - [GitHub](https://github.com/whitead/dmol-book) (👨‍💻 19 · 🔀 130 · 📋 180 - 17% open · ⏱️ 20.02.2026):
git clone https://github.com/whitead/dmol-book
AI4Chemistry course (🥈11 · ⭐ 290) - EPFL AI for chemistry course, Spring 2023. https://schwallergroup.github.io/ai4chem_course. MIT chemistry - [GitHub](https://github.com/schwallergroup/ai4chem_course) (👨‍💻 10 · 🔀 63 · 📋 6 - 50% open · ⏱️ 03.04.2026):
git clone https://github.com/schwallergroup/ai4chem_course
DSECOP (🥈9 · ⭐ 55) - This repository contains data science educational materials developed by DSECOP Fellows. CCO-1.0 - [GitHub](https://github.com/GDS-Education-Community-of-Practice/DSECOP) (👨‍💻 15 · 🔀 26 · 📋 8 - 12% open · ⏱️ 25.08.2026):
git clone https://github.com/GDS-Education-Community-of-Practice/DSECOP
iam-notebooks (🥈9 · ⭐ 38) - Jupyter notebooks for the lectures of the Introduction to Atomistic Modeling. Apache-2 - [GitHub](https://github.com/ceriottm/iam-notebooks) (👨‍💻 7 · 🔀 6 · ⏱️ 22.05.2026):
git clone https://github.com/ceriottm/iam-notebooks
MLforMaterials (🥈8 · ⭐ 160 · 💤) - Online resource for a practical course in machine learning for materials research at Imperial College London.. MIT community-resource general-ml rep-eng materials-discovery - [GitHub](https://github.com/aronwalsh/MLforMaterials) (👨‍💻 2 · 🔀 20 · 📋 4 - 25% open · ⏱️ 07.02.2026):
git clone https://github.com/aronwalsh/MLforMaterials
MACE-tutorials (🥉6 · ⭐ 73 · 💤) - Another set of tutorials for the MACE interatomic potential by one of the authors. MIT ML-IAP rep-learn MD - [GitHub](https://github.com/ACEsuit/mace-tutorials) (👨‍💻 2 · 🔀 17 · ⏱️ 22.01.2026):
git clone https://github.com/ilyes319/mace-tutorials
DeepModeling Tutorials (🥉6 · ⭐ 17) - Tutorials for DeepModeling projects. Unlicensed - [GitHub](https://github.com/deepmodeling/tutorials) (👨‍💻 12 · 🔀 23 · 📋 4 - 25% open · ⏱️ 11.03.2026):
git clone https://github.com/deepmodeling/tutorials
Show 20 hidden projects... - DeepLearningLifeSciences (🥇12 · ⭐ 410 · 💀) - Example code from the book Deep Learning for the Life Sciences. MIT - Introduction to AI-driven Science on Supercomputers: A Student Training Series (🥈11 · ⭐ 240 · 💤) - Unlicensed general-ml rep-learn language-models - OPTIMADE Tutorial Exercises (🥈9 · ⭐ 17 · 💀) - Tutorial exercises for the OPTIMADE API. MIT datasets - RDKit Tutorials (🥈8 · ⭐ 310 · 💀) - Tutorials to learn how to work with the RDKit. Custom - BestPractices (🥈8 · ⭐ 200 · 💀) - Things that you should (and should not) do in your Materials Informatics research. MIT - jarvis-tools-notebooks (🥈8 · ⭐ 97 · 💀) - This repository is no longer maintained. For the latest updates and continued development, please visit:.. NIST - MAChINE (🥉7 · ⭐ 1 · 💀) - Client-Server Web App to introduce usage of ML in materials science to beginners. MIT - Applied AI for Materials (🥉6 · ⭐ 86 · 💀) - Course materials for Applied AI for Materials Science and Engineering. Unlicensed - Machine Learning for Materials Hard and Soft (🥉6 · ⭐ 40 · 💀) - ESI-DCAFM-TACO-VDSP Summer School on Machine Learning for Materials Hard and Soft. Unlicensed - ML for catalysis tutorials (🥉6 · ⭐ 12 · 💀) - A jupyter book repo for tutorial on how to use OCP ML models for catalysis. MIT - Data Handling, DoE and Statistical Analysis for Material Chemists (🥉6 · ⭐ 4 · 💀) - Notebooks for workshops of DoE course, hosted by the Computational Materials Chemistry group at Uppsala University. GPL-3.0 - AI4Science101 (🥉5 · ⭐ 100 · 💀) - AI for Science. Unlicensed - ML-in-chemistry-101 (🥉4 · ⭐ 90 · 💀) - The course materials for Machine Learning in Chemistry 101. Unlicensed - DSM-CORE (🥉4 · ⭐ 17 · 💀) - Data Science for Materials - Collection of Open Educational Resources. Unlicensed - chemrev-gpr (🥉4 · ⭐ 11 · 💀) - Notebooks accompanying the paper on GPR in materials and molecules in Chemical Reviews 2020. Unlicensed - AI4ChemMat Hands-On Series (🥉4 · ⭐ 1 · 💀) - Hands-On Series organized by Chemistry and Materials working group at Argonne Nat Lab. MPL-2.0 - PiNN Lab (🥉3 · ⭐ 3 · 💀) - Material for running a lab session on atomic neural networks. GPL-3.0 - MLDensity_tutorial (🥉2 · ⭐ 12 · 💀) - Tutorial files to work with ML for the charge density in molecules and solids. Unlicensed - LAMMPS-style pair potentials with GAP (🥉2 · ⭐ 4 · 💀) - A tutorial on how to create LAMMPS-style pair potentials and use them in combination with GAP potentials to run MD.. Unlicensed ML-IAP MD rep-eng - MALA Tutorial (🥉2 · ⭐ 2 · 💀) - A full MALA hands-on tutorial. Unlicensed


Explainable Artificial intelligence (XAI)

Back to top

Projects that focus on explainability and model interpretability in atomistic ML.

MEGAN: Multi Explanation Graph Attention Student (🥈9 · ⭐ 12) - Minimal implementation of graph attention student model architecture. MIT rep-learn - [GitHub](https://github.com/aimat-lab/graph_attention_student) (👨‍💻 2 · 🔀 2 · 📋 3 - 33% open · ⏱️ 15.08.2026):
git clone https://github.com/aimat-lab/graph_attention_student
Show 3 hidden projects... - exmol (🥇19 · ⭐ 360 · 💀) - Explainer for black box models that predict molecule properties. MIT - Linear vs blackbox (🥉3 · ⭐ 2 · 💀) - Code and data related to the publication: Interpretable models for extrapolation in scientific machine learning. MIT XAI single-paper rep-eng - XElemNet (🥉2 · 💀) - Using explainable artificial intelligence (XAI) techniques to analyze ElemNet... Unlicensed rep-eng single-paper


Electronic structure methods (ML-ESM)

Back to top

Projects and models that focus on quantities of electronic structure methods, which do not fit into either of the categories ML-WFT or ML-DFT.

DeePTB (🥇17 · ⭐ 120) - DeePTB: A deep learning package for tight-binding Hamiltonian with ab initio accuracy. LGPL-3.0 ML-DFT - [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 15 · 🔀 33 · 📦 4 · 📋 80 - 47% open · ⏱️ 15.07.2026):
git clone https://github.com/deepmodeling/DeePTB
- [PyPi](https://pypi.org/project/dptb) (📥 160 / month · 📦 2 · ⏱️ 20.06.2026):
pip install dptb
Show 5 hidden projects... - QDF for molecule (🥈8 · ⭐ 230 · 💀) - Quantum deep field: data-driven wave function, electron density generation, and energy prediction and extrapolation.. MIT - QMLearn (🥈5 · ⭐ 12 · 💀) - Quantum Machine Learning by learning one-body reduced density matrices in the AO basis... MIT - q-pac (🥈5 · ⭐ 6 · 💀) - Kernel charge equilibration method. MIT electrostatics - halex (🥈5 · ⭐ 5 · 💀) - Hamiltonian Learning for Excited States https://doi.org/10.48550/arXiv.2311.00844. Unlicensed excited-states - e3psi (🥉4 · ⭐ 7 · 💀) - Equivariant machine learning library for learning from electronic structures. LGPL-3.0


General Tools

Back to top

General tools for atomistic machine learning.

RDKit (🥇36 · ⭐ 3.6K · 📉) - BSD-3 C++ cheminformatics - [GitHub](https://github.com/rdkit/rdkit) (👨‍💻 280 · 🔀 1K · 📦 3 · 📋 3.8K - 1% open · ⏱️ 03.09.2026):
git clone https://github.com/rdkit/rdkit
- [PyPi](https://pypi.org/project/rdkit) (📦 2.1K · ⏱️ 03.09.2026):
pip install rdkit
- [Conda](https://anaconda.org/rdkit/rdkit) (📥 2.6M · ⏱️ 25.03.2025):
conda install -c rdkit rdkit
DeepChem (🥇34 · ⭐ 7K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology. MIT - [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 2.3K · 📦 670 · 📋 2.5K - 47% open · ⏱️ 20.08.2026):
git clone https://github.com/deepchem/deepchem
- [PyPi](https://pypi.org/project/deepchem) (📥 37K / month · 📦 32 · ⏱️ 21.08.2026):
pip install deepchem
- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge deepchem
- [Docker Hub](https://hub.docker.com/r/deepchemio/deepchem) (📥 12K · ⭐ 5 · ⏱️ 15.07.2025):
docker pull deepchemio/deepchem
Matminer (🥇26 · ⭐ 620 · 📉) - Data mining for materials science. Custom - [GitHub](https://github.com/hackingmaterials/matminer) (👨‍💻 58 · 🔀 220 · 📦 490 · 📋 240 - 14% open · ⏱️ 30.06.2026):
git clone https://github.com/hackingmaterials/matminer
- [PyPi](https://pypi.org/project/matminer) (📦 89 · ⏱️ 14.04.2026):
pip install matminer
- [Conda](https://anaconda.org/conda-forge/matminer) (📥 120K · ⏱️ 14.04.2026):
conda install -c conda-forge matminer
QUIP (🥇26 · ⭐ 400) - libAtoms/QUIP molecular dynamics framework: https://libatoms.github.io. GPL-2.0 MD ML-IAP rep-eng Fortran - [GitHub](https://github.com/libAtoms/QUIP) (👨‍💻 87 · 🔀 130 · 📥 1K · 📦 46 · 📋 500 - 23% open · ⏱️ 12.05.2026):
git clone https://github.com/libAtoms/QUIP
- [PyPi](https://pypi.org/project/quippy-ase) (📥 2K / month · 📦 9 · ⏱️ 30.04.2026):
pip install quippy-ase
- [Docker Hub](https://hub.docker.com/r/libatomsquip/quip) (📥 11K · ⭐ 4 · ⏱️ 24.04.2023):
docker pull libatomsquip/quip
MAML (🥈21 · ⭐ 470) - Python for Materials Machine Learning, Materials Descriptors, Machine Learning Force Fields, Deep Learning, etc. BSD-3 - [GitHub](https://github.com/materialyzeai/maml) (👨‍💻 39 · 🔀 97 · 📦 17 · 📋 76 - 14% open · ⏱️ 27.07.2026):
git clone https://github.com/materialsvirtuallab/maml
- [PyPi](https://pypi.org/project/maml) (📥 450 / month · 📦 3 · ⏱️ 02.04.2025):
pip install maml
Scikit-Matter (🥈20 · ⭐ 98) - A collection of scikit-learn compatible utilities that implement methods born out of the materials science and.. BSD-3 scikit-learn - [GitHub](https://github.com/scikit-learn-contrib/scikit-matter) (👨‍💻 19 · 🔀 26 · 📥 24 · 📋 83 - 24% open · ⏱️ 27.08.2026):
git clone https://github.com/scikit-learn-contrib/scikit-matter
- [PyPi](https://pypi.org/project/skmatter) (📥 28K / month · 📦 7 · ⏱️ 27.08.2026):
pip install skmatter
- [Conda](https://anaconda.org/conda-forge/skmatter) (📥 9.2K · ⏱️ 29.08.2026):
conda install -c conda-forge skmatter
MLatom (🥈19 · ⭐ 160) - AI-enhanced computational chemistry. MIT UIP ML-IAP MD ML-DFT ML-ESM transfer-learning active-learning spectroscopy structure-optimization - [GitHub](https://github.com/dralgroup/mlatom) (👨‍💻 7 · 🔀 23 · 📋 9 - 44% open · ⏱️ 20.08.2026):
git clone https://github.com/dralgroup/mlatom
- [PyPi](https://pypi.org/project/mlatom) (📥 2.4K / month · 📦 3 · ⏱️ 20.08.2026):
pip install mlatom
MAST-ML (🥉14 · ⭐ 130 · 💤) - MAterials Simulation Toolkit for Machine Learning (MAST-ML). MIT - [GitHub](https://github.com/uw-cmg/MAST-ML) (👨‍💻 19 · 🔀 61 · 📥 180 · 📋 220 - 14% open · ⏱️ 10.10.2025):
git clone https://github.com/uw-cmg/MAST-ML
Artificial Intelligence for Science (AIRS) (🥉12 · ⭐ 790) - Artificial Intelligence Research for Science (AIRS). GPL-3.0 license rep-learn generative ML-IAP MD ML-DFT ML-WFT biomolecules - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 96 · 📋 32 - 18% open · ⏱️ 29.06.2026):
git clone https://github.com/divelab/AIRS
Show 15 hidden projects... - JARVIS-Tools (🥈23 · ⭐ 400 · 💀) - About JARVIS-Tools: an open-source software package for data-driven atomistic materials design. Publications:.. Custom - Molfeat (🥈22 · ⭐ 230 · 💀) - molfeat - the hub for all your molecular featurizers. Apache-2 cheminformatics rep-eng rep-learn generative language-models pretrained - AtomAI (🥈18 · ⭐ 230 · 💀) - Deep and Machine Learning for Microscopy. MIT computer-vision USL experimental-data - Automatminer (🥉16 · ⭐ 170 · 💀) - An automatic engine for predicting materials properties. Custom autoML - XenonPy (🥉16 · ⭐ 160 · 💀) - XenonPy is a Python Software for Materials Informatics. BSD-3 - QML (🥉15 · ⭐ 210 · 💀) - QML: Quantum Machine Learning. MIT - AMPtorch (🥉11 · ⭐ 62 · 💀) - AMPtorch: Atomistic Machine Learning Package (AMP) - PyTorch. GPL-3.0 - OpenChem (🥉10 · ⭐ 750 · 💀) - OpenChem: Deep Learning toolkit for Computational Chemistry and Drug Design Research. MIT - JAXChem (🥉7 · ⭐ 85 · 💀) - JAXChem is a JAX-based deep learning library for complex and versatile chemical modeling. MIT - uncertainty_benchmarking (🥉7 · ⭐ 44 · 💀) - Various code/notebooks to benchmark different ways we could estimate uncertainty in ML predictions. Unlicensed benchmarking probabilistic - torchchem (🥉7 · ⭐ 38 · 💀) - An experimental repo for experimenting with PyTorch models. MIT - Equisolve (🥉6 · ⭐ 5 · 💀) - A ML toolkit package utilizing the metatensor data format to build models for the prediction of equivariant properties.. BSD-3 ML-IAP - quantum-structure-ml (🥉3 · ⭐ 3 · 💀) - Multi-class classification model for predicting the magnetic order of magnetic structures and a binary classification.. Unlicensed magnetism benchmarking - ACEatoms (🥉3 · ⭐ 2 · 💀) - Generic code for modelling atomic properties using ACE. Custom Julia - Magpie (🥉3) - Materials Agnostic Platform for Informatics and Exploration (Magpie). MIT Java


Generative Models

Back to top

Projects that implement generative models for atomistic ML.

GT4SD (🥇17 · ⭐ 380) - GT4SD, an open-source library to accelerate hypothesis generation in the scientific discovery process. MIT pretrained drug-discovery rep-learn - [GitHub](https://github.com/GT4SD/gt4sd-core) (👨‍💻 20 · 🔀 81 · 📋 120 - 1% open · ⏱️ 31.07.2026):
git clone https://github.com/GT4SD/gt4sd-core
- [PyPi](https://pypi.org/project/gt4sd) (📥 640 / month · ⏱️ 31.07.2026):
pip install gt4sd
PMTransformer (🥇15 · ⭐ 120) - Universal Transfer Learning in Porous Materials, including MOFs. MIT transfer-learning pretrained transformer - [GitHub](https://github.com/hspark1212/MOFTransformer) (👨‍💻 2 · 🔀 22 · 📦 8 · 📋 48 - 4% open · ⏱️ 23.05.2026):
git clone https://github.com/hspark1212/MOFTransformer
- [PyPi](https://pypi.org/project/moftransformer) (📥 250 / month · 📦 1 · ⏱️ 20.06.2024):
pip install moftransformer
SiMGen (🥈13 · ⭐ 31 · 📈) - Zero Shot Molecular Generation via Similarity Kernels. MIT viz - [GitHub](https://github.com/RokasEl/simgen) (👨‍💻 4 · 🔀 5 · 📦 2 · 📋 5 - 20% open · ⏱️ 30.08.2026):
git clone https://github.com/RokasEl/simgen
- [PyPi](https://pypi.org/project/simgen) (📥 140 / month · ⏱️ 30.08.2026):
pip install simgen
SLICES and MatterGPT (🥈11 · ⭐ 150) - SLICES: An Invertible, Invariant, and String-based Crystal Representation [2023, Nature Communications] MatterGPT,.. LGPL-2.1 rep-eng language-models transformer materials-discovery structure-prediction - [GitHub](https://github.com/xiaohang007/SLICES) (👨‍💻 2 · 🔀 57 · 📦 7 · 📋 17 - 23% open · ⏱️ 03.03.2026):
git clone https://github.com/xiaohang007/SLICES
- [PyPi](https://pypi.org/project/slices) (📥 120 / month · 📦 1 · ⏱️ 14.10.2025):
pip install slices
- [Docker Hub](https://hub.docker.com/r/xiaohang07/slices) (📥 970 · ⭐ 1 · ⏱️ 14.10.2025):
docker pull xiaohang07/slices
SchNetPack G-SchNet (🥈11 · ⭐ 64 · 💤) - G-SchNet extension for SchNetPack. MIT - [GitHub](https://github.com/atomistic-machine-learning/schnetpack-gschnet) (👨‍💻 3 · 🔀 11 · ⏱️ 13.11.2025):
git clone https://github.com/atomistic-machine-learning/schnetpack-gschnet
Matcha (🥉5 · ⭐ 34) - Multi-stage Riemannian flow matching for physically valid molecular docking, with GNINA scoring, PoseBusters.. Unlicensed drug-discovery cheminformatics rep-learn benchmarking - [GitHub](https://github.com/LigandPro/Matcha) (👨‍💻 3 · 🔀 4 · 📋 4 - 50% open · ⏱️ 29.04.2026):
git clone https://github.com/LigandPro/Matcha
Show 12 hidden projects... - MoLeR (🥈14 · ⭐ 330 · 💀) - Implementation of MoLeR: a generative model of molecular graphs which supports scaffold-constrained generation. MIT - synspace (🥈14 · ⭐ 48 · 💀) - Synthesis generative model. MIT - EDM (🥉9 · ⭐ 580 · 💀) - E(3) Equivariant Diffusion Model for Molecule Generation in 3D. MIT - G-SchNet (🥉8 · ⭐ 140 · 💀) - G-SchNet - a generative model for 3d molecular structures. MIT - bVAE-IM (🥉8 · ⭐ 14 · 💀) - Implementation of Chemical Design with GPU-based Ising Machine. MIT QML single-paper - molecular-vae (🥉7 · ⭐ 71 · 💀) - Pytorch implementation of the paper Automatic Chemical Design Using a Data-Driven Continuous Representation of.. MIT rep-learn cheminformatics single-paper - cG-SchNet (🥉7 · ⭐ 70 · 💀) - cG-SchNet - a conditional generative neural network for 3d molecular structures. MIT - COATI (🥉6 · ⭐ 130 · 💀) - COATI: multi-modal contrastive pre-training for representing and traversing chemical space. Apache-2 drug-discovery multimodal pretrained rep-learn - rxngenerator (🥉6 · ⭐ 14 · 💀) - A generative model for molecular generation via multi-step chemical reactions. MIT - MolSLEPA (🥉5 · ⭐ 8 · 💀) - Interpretable Fragment-based Molecule Design with Self-learning Entropic Population Annealing. MIT XAI - Mapping out phase diagrams with generative classifiers (🥉4 · ⭐ 8 · 💀) - Repository for our ``Mapping out phase diagrams with generative models paper. MIT phase-transition - descriptors-inversion (🥉4 · ⭐ 6 · 💀) - Local inversion of the chemical environment representations. MIT rep-eng single-paper


Interatomic Potentials (ML-IAP)

Back to top

Machine learning interatomic potentials (aka ML-IAP, MLIAP, MLIP, MLP) and force fields (ML-FF) for molecular dynamics.

fairchem (🥇31 · ⭐ 2.2K) - FAIR Chemistrys library of machine learning methods for chemistry. Formerly known as Open Catalyst Project. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 73 · 🔀 500 · 📋 600 - 1% open · ⏱️ 31.08.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 96K / month · 📦 86 · ⏱️ 17.08.2026):
pip install fairchem-core
DeePMD-kit (🥇31 · ⭐ 2K) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 MD workflows C++ - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 89 · 🔀 640 · 📥 77K · 📦 62 · 📋 1.3K - 15% open · ⏱️ 02.09.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 37K / month · 📦 22 · ⏱️ 19.08.2026):
pip install deepmd-kit
- [Conda](https://anaconda.org/deepmodeling/deepmd-kit) (📥 4.2K · ⏱️ 25.03.2025):
conda install -c deepmodeling deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 6.9K · ⭐ 1 · ⏱️ 22.08.2026):
docker pull deepmodeling/deepmd-kit
NequIP (🥇28 · ⭐ 960) - NequIP is a code for building E(3)-equivariant interatomic potentials. MIT - [GitHub](https://github.com/mir-group/nequip) (👨‍💻 46 · 🔀 210 · 📦 56 · 📋 130 - 4% open · ⏱️ 31.08.2026):
git clone https://github.com/mir-group/nequip
- [PyPi](https://pypi.org/project/nequip) (📥 7.8K / month · 📦 29 · ⏱️ 01.09.2026):
pip install nequip
- [Conda](https://anaconda.org/conda-forge/nequip) (📥 31K · ⏱️ 02.09.2026):
conda install -c conda-forge nequip
TorchANI (🥇26 · ⭐ 560) - TorchANI 2.0 is an open-source library that supports training, development, and research of ANI-style neural network.. MIT - [GitHub](https://github.com/aiqm/torchani) (👨‍💻 23 · 🔀 140 · 📦 80 · 📋 180 - 4% open · ⏱️ 18.08.2026):
git clone https://github.com/aiqm/torchani
- [PyPi](https://pypi.org/project/torchani) (📥 5.8K / month · 📦 24 · ⏱️ 20.07.2026):
pip install torchani
- [Conda](https://anaconda.org/conda-forge/torchani) (📥 1.5M · ⏱️ 18.08.2026):
conda install -c conda-forge torchani
MatCalc (🥇25 · ⭐ 150) - A python library for calculating materials properties from the PES. BSD-3 workflows benchmarking UIP pretrained model-repository - [GitHub](https://github.com/materialyzeai/matcalc) (👨‍💻 23 · 🔀 36 · 📦 27 · 📋 47 - 8% open · ⏱️ 02.09.2026):
git clone https://github.com/materialsvirtuallab/matcalc
- [PyPi](https://pypi.org/project/matcalc) (📥 2.1K / month · 📦 14 · ⏱️ 28.05.2026):
pip install matcalc
MACE (🥇24 · ⭐ 1.3K) - MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing. MIT - [GitHub](https://github.com/ACEsuit/mace) (👨‍💻 82 · 🔀 450 · 📋 670 - 27% open · ⏱️ 31.08.2026):
git clone https://github.com/ACEsuit/mace
Metatrain (🥇23 · ⭐ 78) - Train, fine-tune, and manipulate machine learning models for atomistic systems. BSD-3 workflows benchmarking rep-eng rep-learn - [GitHub](https://github.com/metatensor/metatrain) (👨‍💻 40 · 🔀 41 · 📥 110 · 📦 17 · 📋 320 - 33% open · ⏱️ 02.09.2026):
git clone https://github.com/metatensor/metatrain
- [PyPi](https://pypi.org/project/metatrain) (📥 5.7K / month · 📦 6 · ⏱️ 11.08.2026):
pip install metatrain
janus-core (🥇20 · ⭐ 51) - Tools for machine learnt interatomic potentials. BSD-3 benchmarking workflows structure-optimization MD transport-phenomena - [GitHub](https://github.com/stfc/janus-core) (👨‍💻 11 · 🔀 18 · 📥 260 · 📦 16 · 📋 320 - 16% open · ⏱️ 26.08.2026):
git clone https://github.com/stfc/janus-core
- [PyPi](https://pypi.org/project/janus-core) (📥 3.1K / month · 📦 7 · ⏱️ 18.07.2026):
pip install janus-core
TorchMD-NET (🥈19 · ⭐ 480) - Training neural network potentials. MIT MD rep-learn transformer pretrained - [GitHub](https://github.com/torchmd/torchmd-net) (👨‍💻 20 · 🔀 97 · 📥 230 · 📋 120 - 25% open · ⏱️ 13.07.2026):
git clone https://github.com/torchmd/torchmd-net
- [Conda](https://anaconda.org/conda-forge/torchmd-net) (📥 990K · ⏱️ 18.03.2026):
conda install -c conda-forge torchmd-net
Autoplex (🥈19 · ⭐ 160) - Code for automated fitting of machine learned interatomic potentials. GPL-3.0 benchmarking workflows - [GitHub](https://github.com/autoatml/autoplex) (👨‍💻 16 · 🔀 26 · 📦 2 · 📋 150 - 22% open · ⏱️ 20.08.2026):
git clone https://github.com/autoatml/autoplex
- [PyPi](https://pypi.org/project/autoplex) (📥 230 / month · ⏱️ 17.08.2026):
pip install autoplex
KLIFF (🥈18 · ⭐ 40 · 💤) - KIM-based Learning-Integrated Fitting Framework for interatomic potentials. LGPL-2.1 probabilistic workflows - [GitHub](https://github.com/openkim/kliff) (👨‍💻 14 · 🔀 21 · 📦 4 · 📋 56 - 41% open · ⏱️ 28.02.2026):
git clone https://github.com/openkim/kliff
- [PyPi](https://pypi.org/project/kliff) (📥 44 / month · ⏱️ 11.04.2025):
pip install kliff
- [Conda](https://anaconda.org/conda-forge/kliff) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge kliff
Allegro (🥈17 · ⭐ 500) - Allegro is a code for building highly scalable E(3)-equivariant interatomic potentials. MIT - [GitHub](https://github.com/mir-group/allegro) (👨‍💻 10 · 🔀 74 · 📦 5 · 📋 51 - 1% open · ⏱️ 28.05.2026):
git clone https://github.com/mir-group/allegro
wfl (🥈16 · ⭐ 43) - Workflow is a Python toolkit for building interatomic potential creation and atomistic simulation workflows. GPL-2.0 workflows HTC - [GitHub](https://github.com/libAtoms/workflow) (👨‍💻 21 · 🔀 21 · 📦 6 · 📋 170 - 42% open · ⏱️ 22.07.2026):
git clone https://github.com/libAtoms/workflow
apax (🥈16 · ⭐ 37) - A flexible and performant framework for training machine learning potentials. MIT - [GitHub](https://github.com/apax-hub/apax) (👨‍💻 11 · 🔀 7 · 📦 7 · 📋 180 - 17% open · ⏱️ 01.06.2026):
git clone https://github.com/apax-hub/apax
- [PyPi](https://pypi.org/project/apax) (📥 84 / month · 📦 2 · ⏱️ 18.03.2026):
pip install apax
Neural Force Field (🥈15 · ⭐ 290 · 💤) - Neural Network Force Field based on PyTorch. MIT pretrained - [GitHub](https://github.com/learningmatter-mit/NeuralForceField) (👨‍💻 45 · 🔀 61 · 📋 23 - 21% open · ⏱️ 10.02.2026):
git clone https://github.com/learningmatter-mit/NeuralForceField
PiNN (🥈15 · ⭐ 130) - A Python library for building atomic neural networks. BSD-3 - [GitHub](https://github.com/Teoroo-CMC/PiNN) (👨‍💻 9 · 🔀 41 · 📋 7 - 14% open · ⏱️ 24.08.2026):
git clone https://github.com/Teoroo-CMC/PiNN
- [Docker Hub](https://hub.docker.com/r/teoroo/pinn) (📥 980 · ⏱️ 24.08.2026):
docker pull teoroo/pinn
MLIPX - Machine-Learned Interatomic Potential eXploration (🥈15 · ⭐ 110 · 💤) - Machine-Learned Interatomic Potential eXploration (mlipx) is designed at BASF for evaluating machine-learned.. MIT benchmarking viz workflows - [GitHub](https://github.com/basf/mlipx) (👨‍💻 5 · 🔀 8 · 📦 7 · 📋 18 - 33% open · ⏱️ 16.10.2025):
git clone https://github.com/basf/mlipx
- [PyPi](https://pypi.org/project/mlipx) (📥 2.1K / month · 📦 4 · ⏱️ 09.06.2025):
pip install mlipx
NNPOps (🥈15 · ⭐ 100 · 💤) - High-performance operations for neural network potentials. MIT MD C++ - [GitHub](https://github.com/openmm/NNPOps) (👨‍💻 11 · 🔀 18 · 📋 67 - 41% open · ⏱️ 04.02.2026):
git clone https://github.com/openmm/NNPOps
- [Conda](https://anaconda.org/conda-forge/nnpops) (📥 810K · ⏱️ 17.06.2026):
conda install -c conda-forge nnpops
Graph-PES (🥈14 · ⭐ 130) - train and use graph-based ML models of potential energy surfaces. MIT rep-learn UIP MD pretrained - [GitHub](https://github.com/vldgroup/graph-pes) (👨‍💻 8 · 🔀 15 · 📦 3 · 📋 18 - 22% open · ⏱️ 13.07.2026):
git clone https://github.com/jla-gardner/graph-pes
- [PyPi](https://pypi.org/project/graph-pes) (📥 3.1K / month · 📦 2 · ⏱️ 20.02.2026):
pip install graph-pes
aiida-mlip (🥈14 · ⭐ 26) - machine learning interatomic potentials aiida plugin. BSD-3 workflows structure-optimization MD - [GitHub](https://github.com/stfc/aiida-mlip) (👨‍💻 9 · 🔀 13 · 📥 55 · 📦 3 · 📋 160 - 43% open · ⏱️ 28.07.2026):
git clone https://github.com/stfc/aiida-mlip
- [PyPi](https://pypi.org/project/aiida-mlip) (📥 190 / month · ⏱️ 17.11.2025):
pip install aiida-mlip
calorine (🥈14 · ⭐ 13) - A Python package for constructing and sampling neuroevolution potential models. https://doi.org/10.21105/joss.06264. Custom - [PyPi](https://pypi.org/project/calorine) (📥 26K / month · 📦 10 · ⏱️ 06.07.2026):
pip install calorine
- [GitLab](https://gitlab.com/materials-modeling/calorine) (🔀 6 · 📋 130 - 11% open · ⏱️ 06.07.2026):
git clone https://gitlab.com/materials-modeling/calorine
Pacemaker (🥈13 · ⭐ 110) - Python package for fitting atomic cluster expansion (ACE) potentials. Custom - [GitHub](https://github.com/ICAMS/python-ace) (👨‍💻 7 · 🔀 27 · 📋 73 - 43% open · ⏱️ 27.08.2026):
git clone https://github.com/ICAMS/python-ace
- [PyPi](https://pypi.org/project/python-ace) (📥 14 / month · ⏱️ 24.10.2022):
pip install python-ace
MACE-Jax (🥈12 · ⭐ 110) - Equivariant machine learning interatomic potentials in JAX. MIT - [GitHub](https://github.com/ACEsuit/mace-jax) (👨‍💻 9 · 🔀 25 · 📋 12 - 50% open · ⏱️ 10.08.2026):
git clone https://github.com/ACEsuit/mace-jax
Asparagus (🥈12 · ⭐ 13) - Program Package for Sampling, Training and Applying ML-based Potential models https://doi.org/10.48550/arXiv.2407.15175. MIT workflows sampling MD - [GitHub](https://github.com/MMunibas/Asparagus) (👨‍💻 11 · 🔀 6 · ⏱️ 13.08.2026):
git clone https://github.com/MMunibas/Asparagus
DeepMD-GNN (🥉11 · ⭐ 56) - DeePMD-kit plugin for various graph neural network models. LGPL-3.0 rep-learn MD UIP C++ - [GitHub](https://github.com/deepmodeling/deepmd-gnn) (👨‍💻 10 · 🔀 9 · 📋 30 - 53% open · ⏱️ 24.07.2026):
git clone https://github.com/deepmodeling/deepmd-gnn
TurboGAP (🥉11 · ⭐ 21) - The TurboGAP code. Custom Fortran - [GitHub](https://github.com/mcaroba/turbogap) (👨‍💻 11 · 🔀 14 · 📋 12 - 25% open · ⏱️ 12.08.2026):
git clone https://github.com/mcaroba/turbogap
tinker-hp (🥉10 · ⭐ 100) - Tinker-HP: High-Performance Massively Parallel Tinker for CPUs & GPUs. Custom - [GitHub](https://github.com/TinkerTools/tinker-hp) (👨‍💻 13 · 🔀 27 · 📋 29 - 24% open · ⏱️ 06.06.2026):
git clone https://github.com/TinkerTools/tinker-hp
PyNEP (🥉9 · ⭐ 71 · 💤) - A python interface of the machine learning potential NEP used in GPUMD. MIT - [GitHub](https://github.com/bigd4/PyNEP) (👨‍💻 10 · 🔀 19 · 📋 14 - 42% open · ⏱️ 27.10.2025):
git clone https://github.com/bigd4/PyNEP
GAP (🥉9 · ⭐ 48) - Gaussian Approximation Potential (GAP). Custom - [GitHub](https://github.com/libAtoms/GAP) (👨‍💻 13 · 🔀 21 · ⏱️ 05.07.2026):
git clone https://github.com/libAtoms/GAP
ALF (🥉9 · ⭐ 46) - An open-source active learning framework for training machine-learned interatomic potentials. Custom active-learning - [GitHub](https://github.com/lanl/ALF) (👨‍💻 9 · 🔀 18 · ⏱️ 13.08.2026):
git clone https://github.com/lanl/alf
ACEfit (🥉9 · ⭐ 8) - MIT Julia - [GitHub](https://github.com/ACEsuit/ACEfit.jl) (👨‍💻 10 · 🔀 8 · 📋 61 - 39% open · ⏱️ 20.03.2026):
git clone https://github.com/ACEsuit/ACEfit.jl
EquiformerV2 (🥉8 · ⭐ 350) - [ICLR 2024] EquiformerV2: Improved Equivariant Transformer for Scaling to Higher-Degree Representations. MIT pretrained UIP rep-learn - [GitHub](https://github.com/atomicarchitects/equiformer_v2) (👨‍💻 2 · 🔀 49 · 📋 27 - 66% open · ⏱️ 10.04.2026):
git clone https://github.com/atomicarchitects/equiformer_v2
MLXDM (🥉8 · ⭐ 9) - A Neural Network Potential with Rigorous Treatment of Long-Range Dispersion https://doi.org/10.1039/D2DD00150K. MIT long-range - [GitHub](https://github.com/RowleyGroup/MLXDM) (👨‍💻 8 · 🔀 2 · ⏱️ 01.09.2026):
git clone https://github.com/RowleyGroup/MLXDM
Show 45 hidden projects... - MEGNet (🥇20 · ⭐ 560 · 💀) - Graph Networks as a Universal Machine Learning Framework for Molecules and Crystals. BSD-3 multifidelity - sGDML (🥈16 · ⭐ 170 · 💀) - sGDML - Reference implementation of the Symmetric Gradient Domain Machine Learning model. MIT - PyXtalFF (🥈14 · ⭐ 93 · 💀) - Machine Learning Interatomic Potential Predictions. MIT - Ultra-Fast Force Fields (UF3) (🥈14 · ⭐ 73 · 💀) - UF3: a python library for generating ultra-fast interatomic potentials. Apache-2 - n2p2 (🥈13 · ⭐ 240 · 💀) - n2p2 - A Neural Network Potential Package. GPL-3.0 C++ - TensorMol (🥈12 · ⭐ 280 · 💀) - Tensorflow + Molecules = TensorMol. GPL-3.0 single-paper - ANI-1 (🥈12 · ⭐ 230 · 💀) - ANI-1 neural net potential with python interface (ASE). MIT - So3krates (MLFF) (🥈12 · ⭐ 140 · 💀) - Build neural networks for machine learning force fields with JAX. MIT - SIMPLE-NN (🥈12 · ⭐ 48 · 💀) - SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE version Neural Network). GPL-3.0 - CCS_fit (🥉10 · ⭐ 10 · 💀) - Curvature Constrained Splines. GPL-3.0 - DimeNet (🥉9 · ⭐ 360 · 💀) - DimeNet and DimeNet++ models, as proposed in Directional Message Passing for Molecular Graphs (ICLR 2020) and Fast and.. Custom - SchNet (🥉9 · ⭐ 300 · 💀) - SchNet - a deep learning architecture for quantum chemistry. MIT - GemNet (🥉9 · ⭐ 220 · 💀) - GemNet model in PyTorch, as proposed in GemNet: Universal Directional Graph Neural Networks for Molecules (NeurIPS.. Custom - ACE.jl (🥉9 · ⭐ 67 · 💀) - Parameterisation of Equivariant Properties of Particle Systems. Custom Julia - Point Edge Transformer (PET) (🥉9 · ⭐ 35 · 💀) - Point Edge Transformer. MIT rep-learn transformer - ACE1.jl (🥉9 · ⭐ 24 · 💀) - Atomic Cluster Expansion for Modelling Invariant Atomic Properties. Custom Julia - NNsforMD (🥉9 · ⭐ 11 · 💀) - Neural network class for molecular dynamics to predict potential energy, forces and non-adiabatic couplings. MIT - AIMNet (🥉8 · ⭐ 110 · 💀) - Atoms In Molecules Neural Network Potential. MIT single-paper - SIMPLE-NN v2 (🥉8 · ⭐ 44 · 💀) - SIMPLE-NN is an open package that constructs Behler-Parrinello-type neural-network interatomic potentials from ab.. GPL-3.0 - Atomistic Adversarial Attacks (🥉8 · ⭐ 41 · 💀) - Code for performing adversarial attacks on atomistic systems using NN potentials. MIT probabilistic - MEGNetSparse (🥉8 · ⭐ 5 · 💀) - A library imlementing a graph neural network with sparse representation from Code for Kazeev, N., Al-Maeeni, A.R.,.. MIT material-defect - PhysNet (🥉7 · ⭐ 120 · 💀) - Code for training PhysNet models. MIT electrostatics - SNAP (🥉7 · ⭐ 40 · 💀) - Repository for spectral neighbor analysis potential (SNAP) model development. BSD-3 - MLIP-3 (🥉6 · ⭐ 27 · 💀) - MLIP-3: Active learning on atomic environments with Moment Tensor Potentials (MTP). BSD-2 C++ - testing-framework (🥉6 · ⭐ 11 · 💀) - The purpose of this repository is to aid the testing of a large number of interatomic potentials for a variety of.. Unlicensed benchmarking - PANNA (🥉6 · ⭐ 11 · 💀) - A package to train and validate all-to-all connected network models for BP[1] and modified-BP[2] type local atomic.. MIT benchmarking - Alchemical learning (🥉6 · ⭐ 3 · 💀) - Code for the Modeling high-entropy transition metal alloys with alchemical compression article. BSD-3 rep-eng Defects & Disorder - BPNET (🥉6 · ⭐ 3 · 💀) - Fast Behler-Parrinello type neural networks in Fortran2008. MIT rep-eng Fortran - ACE1Pack.jl (🥉6 · ⭐ 1 · 💀) - Provides convenience functionality for the usage of ACE1.jl, ACEfit.jl, JuLIP.jl for fitting interatomic potentials.. MIT Julia - glp (🥉5 · ⭐ 27 · 💀) - tools for graph-based machine-learning potentials in jax. MIT - NequIP-JAX (🥉5 · ⭐ 25 · 💀) - JAX implementation of the NequIP interatomic potential. Unlicensed - Allegro-Legato (🥉5 · ⭐ 21 · 💀) - An extension of Allegro with enhanced robustness and time-to-failure. MIT MD - TensorPotential (🥉5 · ⭐ 13 · 💀) - Tensorpotential is a TensorFlow based tool for development, fitting ML interatomic potentials from electronic.. Custom - GN-MM (🥉5 · ⭐ 12 · 💀) - The Gaussian Moment Neural Network (GM-NN) package developed for large-scale atomistic simulations employing atomistic.. MIT active-learning MD rep-eng magnetism - MatML (🥉4 · ⭐ 9) - Full MatML Docker image, including MatGL, MatCalc, MatPES and LAMMPS with ML-GNNP and ML-SNAP. BSD-3 MD UIP rep-learn pretrained - PeriodicPotentials (🥉4 · 💀) - A Periodic table app that displays potentials based on the selected elements. MIT community-resource viz JavaScript - Allegro-JAX (🥉3 · ⭐ 22 · 💀) - JAX implementation of the Allegro interatomic potential. MIT - ACE Workflows (🥉3 · 💀) - Workflow Examples for ACE Models. Unlicensed Julia workflows - PyFLAME (🥉3 · 💀) - An automated approach for developing neural network interatomic potentials with FLAME.. Unlicensed active-learning structure-prediction structure-optimization rep-eng Fortran - SingleNN (🥉2 · ⭐ 9 · 💀) - An efficient package for training and executing neural-network interatomic potentials. Unlicensed C++ - mag-ace (🥉2 · ⭐ 8 · 💀) - Magnetic ACE potential. FORTRAN interface for LAMMPS SPIN package. Unlicensed magnetism MD Fortran - AisNet (🥉2 · ⭐ 3 · 💀) - A Universal Interatomic Potential Neural Network with Encoded Local Environment Features.. MIT - RuNNer (🥉2) - The RuNNer Neural Network Energy Representation is a Fortran-based framework for the construction of Behler-.. GPL-3.0 Fortran - nnp-pre-training (🥉1 · ⭐ 7 · 💀) - Synthetic pre-training for neural-network interatomic potentials. Unlicensed pretrained MD - mlp (🥉1 · ⭐ 1 · 💀) - Proper orthogonal descriptors for efficient and accurate interatomic potentials... Unlicensed Julia


Language Models

Back to top

Projects that use (large) language models (LMs, LLMs) or natural language procesing (NLP) techniques for atomistic ML.

🔗 MaCBench Leaderboard - Leaderboard for multimodal language models for chemistry & materials research. community-resource benchmarking datasets

paper-qa (🥇19 · ⭐ 9K) - LLM Chain for answering questions from docs. Unlicensed ai-agent - [GitHub]() (🔀 910):
git clone https://github.com/whitead/paper-qa
- [PyPi](https://pypi.org/project/paper-qa) (📥 64K / month · 📦 29 · ⏱️ 12.08.2026):
pip install paper-qa
ChemBench (🥇17 · ⭐ 150 · 💤) - How good are LLMs at chemistry?. MIT benchmarking multimodal - [GitHub](https://github.com/lamalab-org/chembench) (👨‍💻 15 · 🔀 19 · 📦 3 · 📋 340 - 16% open · ⏱️ 11.09.2025):
git clone https://github.com/lamalab-org/chembench
- [PyPi](https://pypi.org/project/chembench) (📥 330 / month · ⏱️ 27.02.2025):
pip install chembench
MolSkill (🥉10 · ⭐ 120) - Extracting medicinal chemistry intuition via preference machine learning. MIT drug-discovery recommender - [GitHub](https://github.com/microsoft/molskill) (👨‍💻 5 · 🔀 14 · 📋 6 - 33% open · ⏱️ 19.08.2026):
git clone https://github.com/microsoft/molskill
- [Conda](https://anaconda.org/msr-ai4science/molskill) (📥 560 · ⏱️ 25.03.2025):
conda install -c msr-ai4science molskill
LLaMP (🥉8 · ⭐ 100 · 💤) - [EMNLP 25] A web app and Python API for multi-modal RAG framework to ground LLMs on high-fidelity materials.. BSD-3 multimodal RAG materials-discovery pretrained JavaScript Python - [GitHub](https://github.com/chiang-yuan/llamp) (👨‍💻 6 · 🔀 15 · 📋 25 - 32% open · ⏱️ 11.11.2025):
git clone https://github.com/chiang-yuan/llamp
LLM-Prop (🥉7 · ⭐ 58 · 💤) - A repository for the LLM-Prop implementation. MIT - [GitHub](https://github.com/vertaix/LLM-Prop) (👨‍💻 7 · 🔀 11 · 📋 3 - 66% open · ⏱️ 31.01.2026):
git clone https://github.com/vertaix/LLM-Prop
Show 19 hidden projects... - ChemDataExtractor (🥇17 · ⭐ 360 · 💀) - Automatically extract chemical information from scientific documents. MIT literature-data - OpenBioML ChemNLP (🥇17 · ⭐ 180 · 💀) - ChemNLP project. MIT datasets - ChemCrow (🥈16 · ⭐ 950 · 💀) - Open source package for the accurate solution of reasoning-intensive chemical tasks. MIT ai-agent - mat2vec (🥈12 · ⭐ 640 · 💀) - Supplementary Materials for Tshitoyan et al. Unsupervised word embeddings capture latent knowledge from materials.. MIT rep-learn - gptchem (🥈12 · ⭐ 260 · 💀) - Use GPT-3 to solve chemistry problems. MIT - ChatMOF (🥈11 · ⭐ 120 · 💀) - Predict and Inverse design for metal-organic framework with large-language models (llms). MIT generative - AtomGPT (🥈11 · ⭐ 50 · 💀) - https://atomgpt.org. Custom generative pretrained transformer - nlcc (🥈11 · ⭐ 46 · 💀) - Natural language computational chemistry command line interface. MIT single-paper - NIST ChemNLP (🥈11 · ⭐ 28 · 💤) - chemnlp. MIT literature-data - MoLFormer (🥉9 · ⭐ 410 · 💀) - Repository for MolFormer. Apache-2 transformer pretrained drug-discovery - chemlift (🥉7 · ⭐ 46 · 💀) - Language-interfaced fine-tuning for chemistry. MIT - crystal-text-llm (🥉6 · ⭐ 120 · 💀) - Large language models to generate stable crystals. CC-BY-NC-4.0 materials-discovery - LLM4Chem (🥉6 · ⭐ 120 · 💀) - Official code repo for the paper LlaSMol: Advancing Large Language Models for Chemistry with a Large-Scale,.. MIT cheminformatics datasets - BERT-PSIE-TC (🥉6 · ⭐ 15 · 💀) - A dataset of Curie temperatures automatically extracted from scientific literature with the use of the BERT-PSIE.. MIT magnetism - SciBot (🥉5 · ⭐ 62 · 💀) - SciBot is a simple demo of building a domain-specific chatbot for science. Unlicensed ai-agent - Cephalo (🥉5 · ⭐ 13 · 💀) - Multimodal Vision-Language Models for Bio-Inspired Materials Analysis and Design. Apache-2 generative multimodal pretrained - MAPI_LLM (🥉5 · ⭐ 9 · 💀) - A LLM application developed during the LLM March MADNESS Hackathon https://doi.org/10.1039/D3DD00113J. MIT ai-agent dataset - CatBERTa (🥉4 · ⭐ 28 · 💀) - Large Language Model for Catalyst Property Prediction. Unlicensed transformer catalysis - ChemDataWriter (🥉3 · ⭐ 13 · 💀) - ChemDataWriter is a transformer-based library for automatically generating research books in the chemistry area. MIT literature-data


Materials Discovery

Back to top

Projects that implement materials discovery methods using atomistic ML.

SMACT (🥇25 · ⭐ 140) - Python package to aid materials design and informatics. MIT HTC structure-prediction electrostatics - [GitHub](https://github.com/WMD-group/SMACT) (👨‍💻 51 · 🔀 32 · 📦 85 · 📋 64 - 4% open · ⏱️ 03.09.2026):
git clone https://github.com/WMD-group/SMACT
- [PyPi](https://pypi.org/project/smact) (📥 31K / month · 📦 14 · ⏱️ 03.03.2026):
pip install smact
- [Conda](https://anaconda.org/conda-forge/smact) (📥 14K · ⏱️ 15.07.2026):
conda install -c conda-forge smact
MatterGen (🥇17 · ⭐ 1.8K) - Official implementation of MatterGen -- a generative model for inorganic materials design across the periodic table.. MIT generative structure-prediction pretrained - [GitHub](https://github.com/microsoft/mattergen) (👨‍💻 14 · 🔀 340 · 📋 150 - 5% open · ⏱️ 27.08.2026):
git clone https://github.com/microsoft/mattergen
CARE (🥈14 · ⭐ 88) - Automated creation and manipulation of chemical reaction networks (CRNs) in heterogeneous catalysis, powered by state-.. MIT catalysis cheminformatics ML-IAP Julia - [GitHub](https://github.com/LopezGroup-ICIQ/care) (👨‍💻 5 · 🔀 14 · 📥 8 · 📋 2 - 50% open · ⏱️ 07.07.2026):
git clone https://github.com/LopezGroup-ICIQ/care
- [PyPi](https://pypi.org/project/care-crn) (📥 49 / month · ⏱️ 06.07.2026):
pip install care-crn
BOSS (🥈13 · ⭐ 28 · 📈) - Bayesian Optimization Structure Search (BOSS). Apache-2 probabilistic - [PyPi](https://pypi.org/project/aalto-boss) (📥 320 / month · ⏱️ 03.09.2026):
pip install aalto-boss
- [GitLab](https://gitlab.com/cest-group/boss) (🔀 16 · 📋 43 - 18% open · ⏱️ 03.09.2026):
git clone https://gitlab.com/cest-group/boss
Materials Discovery: GNoME (🥈12 · ⭐ 1.2K) - Graph Networks for Materials Science (GNoME) and dataset of 381,000 novel stable materials. Apache-2 UIP datasets rep-learn proprietary - [GitHub](https://github.com/google-deepmind/materials_discovery) (👨‍💻 3 · 🔀 200 · 📋 37 - 89% open · ⏱️ 29.04.2026):
git clone https://github.com/google-deepmind/materials_discovery
aviary (🥈12 · ⭐ 63) - The Wren sits on its Roost in the Aviary. MIT - [GitHub](https://github.com/CompRhys/aviary) (👨‍💻 6 · 🔀 13 · 📦 1 · 📋 34 - 11% open · ⏱️ 12.04.2026):
git clone https://github.com/CompRhys/aviary
AGOX (🥉8 · ⭐ 19 · 💤) - AGOX is a package for global optimization of atomic system using e.g. the energy calculated from density functional.. GPL-3.0 structure-optimization - [PyPi](https://pypi.org/project/agox) (📥 91 / month · 📦 3 · ⏱️ 04.02.2026):
pip install agox
- [GitLab](https://gitlab.com/agox/agox) (🔀 8 · 📋 29 - 31% open · ⏱️ 04.02.2026):
git clone https://gitlab.com/agox/agox
Show 7 hidden projects... - Computational Autonomy for Materials Discovery (CAMD) (🥉7 · ⭐ 1 · 💀) - Agent-based sequential learning software for materials discovery. Apache-2 - MAGUS (🥉5 · ⭐ 120 · 💀) - Machine learning And Graph theory assisted Universal structure Searcher. Unlicensed structure-prediction active-learning - CSPML (crystal structure prediction with machine learning-based element substitution) (🥉5 · ⭐ 29 · 💀) - Original implementation of CSPML. MIT structure-prediction - SPINNER (🥉4 · ⭐ 15 · 💀) - SPINNER (Structure Prediction of Inorganic crystals using Neural Network potentials with Evolutionary and Random.. GPL-3.0 C++ structure-prediction - ML-atomate (🥉4 · ⭐ 7 · 💀) - Machine learning-assisted Atomate code for autonomous computational materials screening. GPL-3.0 active-learning workflows - closed-loop-acceleration-benchmarks (🥉4 · 💀) - Data and scripts in support of the publication By how much can closed-loop frameworks accelerate computational.. MIT materials-discovery active-learning single-paper - sl_discovery (🥉3 · ⭐ 5 · 💀) - Data processing and models related to Quantifying the performance of machine learning models in materials discovery. Apache-2 materials-discovery single-paper


Mathematical tools

Back to top

Projects that implement mathematical objects used in atomistic machine learning.

cuEquivariance (🥇23 · ⭐ 420) - cuEquivariance is a math library that is a collective of low-level primitives and tensor ops to accelerate widely-used.. Apache-2 rep-learn - [GitHub](https://github.com/NVIDIA/cuEquivariance) (👨‍💻 14 · 🔀 39 · 📋 90 - 25% open · ⏱️ 10.08.2026):
git clone https://github.com/NVIDIA/cuEquivariance
- [PyPi](https://pypi.org/project/cuequivariance) (📥 200K / month · 📦 24 · ⏱️ 07.08.2026):
pip install cuequivariance
- [Conda](https://anaconda.org/conda-forge/cuequivariance) (📥 29K · ⏱️ 08.08.2026):
conda install -c conda-forge cuequivariance
KFAC-JAX (🥇21 · ⭐ 330) - Second Order Optimization and Curvature Estimation with K-FAC in JAX. Apache-2 - [GitHub](https://github.com/google-deepmind/kfac-jax) (👨‍💻 21 · 🔀 32 · 📦 16 · 📋 38 - 63% open · ⏱️ 02.09.2026):
git clone https://github.com/google-deepmind/kfac-jax
- [PyPi](https://pypi.org/project/kfac-jax) (📥 2.6K / month · 📦 2 · ⏱️ 25.02.2026):
pip install kfac-jax
OpenEquivariance (🥇21 · ⭐ 160) - OpenEquivariance: a fast, open-source GPU JIT kernel generator for the Clebsch-Gordon Tensor Product. BSD-3 rep-learn - [GitHub](https://github.com/PASSIONLab/OpenEquivariance) (👨‍💻 6 · 🔀 16 · 📦 8 · 📋 39 - 5% open · ⏱️ 03.09.2026):
git clone https://github.com/PASSIONLab/OpenEquivariance
- [PyPi](https://pypi.org/project/openequivariance) (📥 53K / month · 📦 4 · ⏱️ 14.06.2026):
pip install openequivariance
SpheriCart (🥈20 · ⭐ 100) - Multi-language library for the calculation of spherical harmonics in Cartesian coordinates. MIT - [GitHub](https://github.com/lab-cosmo/sphericart) (👨‍💻 15 · 🔀 17 · 📥 1.3K · 📦 11 · 📋 52 - 17% open · ⏱️ 09.07.2026):
git clone https://github.com/lab-cosmo/sphericart
- [PyPi](https://pypi.org/project/sphericart) (📥 3.6K / month · 📦 2 · ⏱️ 09.07.2026):
pip install sphericart
Polynomials4ML.jl (🥈12 · ⭐ 14) - Polynomials for ML: fast evaluation, batching, differentiation. MIT Julia - [GitHub](https://github.com/ACEsuit/Polynomials4ML.jl) (👨‍💻 12 · 🔀 7 · 📋 62 - 12% open · ⏱️ 17.06.2026):
git clone https://github.com/ACEsuit/Polynomials4ML.jl
GElib (🥉10 · ⭐ 26) - C++/CUDA library for SO(3) equivariant operations. MPL-2.0 C++ - [GitHub](https://github.com/risi-kondor/GElib) (👨‍💻 6 · 🔀 3 · 📋 8 - 50% open · ⏱️ 20.08.2026):
git clone https://github.com/risi-kondor/GElib
COSMO Toolbox (🥉6 · ⭐ 8) - Assorted libraries and utilities for atomistic simulation analysis. Unlicensed C++ - [GitHub](https://github.com/lab-cosmo/toolbox) (👨‍💻 10 · 🔀 7 · ⏱️ 01.04.2026):
git clone https://github.com/lab-cosmo/toolbox
cnine (🥉6 · ⭐ 5) - Cnine tensor library. Unlicensed C++ - [GitHub](https://github.com/risi-kondor/cnine) (👨‍💻 8 · 🔀 4 · 📋 2 - 50% open · ⏱️ 23.08.2026):
git clone https://github.com/risi-kondor/cnine
Show 6 hidden projects... - gpax (🥈17 · ⭐ 240 · 💀) - Gaussian Processes for Experimental Sciences. MIT probabilistic active-learning - lie-nn (🥉9 · ⭐ 38 · 💀) - Tools for building equivariant polynomials on reductive Lie groups. MIT rep-learn - LapJAX (🥉8 · ⭐ 75 · 💀) - A JAX based package designed for efficient second order operators (e.g., laplacian) computation. MIT - EquivariantOperators.jl (🥉6 · ⭐ 18 · 💀) - This package is deprecated. Functionalities are migrating to Porcupine.jl. MIT Julia - torch_spex (🥉3 · ⭐ 2 · 💀) - Spherical expansions in PyTorch. Unlicensed - Wigner Kernels (🥉1 · ⭐ 2) - Collection of programs to benchmark Wigner kernels. Unlicensed benchmarking


Molecular Dynamics

Back to top

Projects that simplify the integration of molecular dynamics and atomistic machine learning.

JAX-MD (🥇28 · ⭐ 1.5K) - Differentiable, Hardware Accelerated, Molecular Dynamics. Apache-2 - [GitHub](https://github.com/jax-md/jax-md) (👨‍💻 54 · 🔀 240 · 📦 96 · 📋 200 - 24% open · ⏱️ 18.08.2026):
git clone https://github.com/jax-md/jax-md
- [PyPi](https://pypi.org/project/jax-md) (📥 19K / month · 📦 25 · ⏱️ 10.06.2026):
pip install jax-md
TorchSim (🥇25 · ⭐ 490) - Torch-native, batchable, atomistic simulations. MIT HTC UIP ML-IAP structure-optimization - [GitHub](https://github.com/TorchSim/torch-sim) (👨‍💻 38 · 🔀 110 · 📋 180 - 10% open · ⏱️ 21.08.2026):
git clone https://github.com/Radical-AI/torch-sim
- [PyPi](https://pypi.org/project/torch-sim-atomistic) (📥 27K / month · 📦 34 · ⏱️ 27.07.2026):
pip install torch-sim-atomistic
GPUMD (🥈22 · ⭐ 830) - GPUMD is a highly efficient general-purpose molecular dynamic (MD) package and enables machine-learned potentials.. GPL-3.0 ML-IAP C++ electrostatics - [GitHub](https://github.com/brucefan1983/GPUMD) (👨‍💻 66 · 🔀 200 · 📋 290 - 5% open · ⏱️ 03.09.2026):
git clone https://github.com/brucefan1983/GPUMD
mlcolvar (🥈19 · ⭐ 140) - A unified framework for machine learning collective variables for enhanced sampling simulations. MIT sampling - [GitHub](https://github.com/luigibonati/mlcolvar) (👨‍💻 15 · 🔀 35 · 📦 13 · 📋 120 - 9% open · ⏱️ 14.07.2026):
git clone https://github.com/luigibonati/mlcolvar
- [PyPi](https://pypi.org/project/mlcolvar) (📥 340 / month · 📦 4 · ⏱️ 03.02.2026):
pip install mlcolvar
OpenMM-ML (🥈18 · ⭐ 180) - High level API for using machine learning models in OpenMM simulations. MIT ML-IAP - [GitHub](https://github.com/openmm/openmm-ml) (👨‍💻 12 · 🔀 47 · 📦 2 · 📋 82 - 31% open · ⏱️ 29.08.2026):
git clone https://github.com/openmm/openmm-ml
- [Conda](https://anaconda.org/conda-forge/openmm-ml) (📥 87K · ⏱️ 08.06.2026):
conda install -c conda-forge openmm-ml
FitSNAP (🥈17 · ⭐ 190 · 💤) - Software for generating machine-learning interatomic potentials for LAMMPS. GPL-2.0 - [GitHub](https://github.com/FitSNAP/FitSNAP) (👨‍💻 24 · 🔀 65 · 📥 18 · 📋 84 - 25% open · ⏱️ 17.10.2025):
git clone https://github.com/FitSNAP/FitSNAP
- [Conda](https://anaconda.org/conda-forge/fitsnap3) (📥 19K · ⏱️ 22.04.2025):
conda install -c conda-forge fitsnap3
openmm-torch (🥉15 · ⭐ 220) - OpenMM plugin to define forces with neural networks. Custom ML-IAP C++ - [GitHub](https://github.com/openmm/openmm-torch) (👨‍💻 9 · 🔀 32 · 📋 110 - 33% open · ⏱️ 24.06.2026):
git clone https://github.com/openmm/openmm-torch
- [Conda](https://anaconda.org/conda-forge/openmm-torch) (📥 1.4M · ⏱️ 17.06.2026):
conda install -c conda-forge openmm-torch
DMFF (🥉13 · ⭐ 200) - DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable.. LGPL-3.0 C++ - [GitHub](https://github.com/deepmodeling/DMFF) (👨‍💻 17 · 🔀 49 · 📋 33 - 39% open · ⏱️ 07.04.2026):
git clone https://github.com/deepmodeling/DMFF
Psiflow (🥉12 · ⭐ 140) - scalable molecular simulation. MIT ML-IAP active-learning sampling - [GitHub](https://github.com/molmod/psiflow) (👨‍💻 5 · 🔀 16 · 📋 62 - 20% open · ⏱️ 28.04.2026):
git clone https://github.com/molmod/psiflow
pair_allegro (🥉12 · ⭐ 65) - LAMMPS pair styles for NequIP and Allegro deep learning interatomic potentials. MIT ML-IAP rep-learn - [GitHub](https://github.com/mir-group/pair_nequip_allegro) (👨‍💻 6 · 🔀 12 · 📋 52 - 23% open · ⏱️ 14.05.2026):
git clone https://github.com/mir-group/pair_allegro
PACE (🥉8 · ⭐ 34 · 💤) - The LAMMPS ML-IAP `pair_style pace`, aka Atomic Cluster Expansion (ACE), aka ML-PACE,.. Custom - [GitHub](https://github.com/ICAMS/lammps-user-pace) (👨‍💻 8 · 🔀 16 · 📋 11 - 45% open · ⏱️ 03.12.2025):
git clone https://github.com/ICAMS/lammps-user-pace
MUSE (🥉6 · ⭐ 11) - A python package for fast building amorphous solids and liquid mixtures from @materialsproject computed structures and.. MIT ML-IAP Defects & Disorder - [GitHub](https://github.com/chiang-yuan/muse) (👨‍💻 2 · 📦 1 · 📋 2 - 50% open · ⏱️ 22.04.2026):
git clone https://github.com/chiang-yuan/muse
Show 3 hidden projects... - pair_nequip (🥉10 · ⭐ 44 · 💀) - LAMMPS pair style for NequIP. MIT ML-IAP rep-learn - SOMD (🥉4 · ⭐ 17 · 💤) - Molecular dynamics package designed for the SIESTA DFT code. AGPL-3.0 ML-IAP active-learning - interface-lammps-mlip-3 (🥉3 · ⭐ 5 · 💀) - An interface between LAMMPS and MLIP (version 3). GPL-2.0


Probabilistic ML

Back to top

Projects that focus on probabilistic, Bayesian, Gaussian process and adversarial methods for atomistic ML, for optimization, uncertainty quantification (UQ), etc.

thermo (🥇6 · ⭐ 18) - Data-driven risk-conscious thermoelectric materials discovery. MIT materials-discovery experimental-data active-learning transport-phenomena - [GitHub](https://github.com/janosh/thermo) (🔀 4 · ⏱️ 16.06.2026):
git clone https://github.com/janosh/thermo


Reinforcement Learning

Back to top

Projects that focus on reinforcement learning for atomistic ML.

Show 2 hidden projects... - ReLeaSE (🥇11 · ⭐ 370 · 💀) - Deep Reinforcement Learning for de-novo Drug Design. MIT drug-discovery - CatGym (🥉5 · ⭐ 13 · 💀) - Surface segregation using Deep Reinforcement Learning. GPL


Representation Engineering

Back to top

Projects that offer implementations of representations aka descriptors, fingerprints of atomistic systems, and models built with them, aka feature engineering.

cdk (🥇26 · ⭐ 600) - The Chemistry Development Kit. LGPL-2.1 cheminformatics Java - [GitHub](https://github.com/cdk/cdk) (👨‍💻 170 · 🔀 180 · 📥 150K · 📋 330 - 2% open · ⏱️ 02.09.2026):
git clone https://github.com/cdk/cdk
- [Maven](https://search.maven.org/artifact/org.openscience.cdk/cdk-bundle) (📦 18 · ⏱️ 03.03.2026):
<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-bundle</artifactId>
    <version>[VERSION]</version>
</dependency>
DScribe (🥇25 · ⭐ 480 · 💤) - DScribe is a python package for creating machine learning descriptors for atomistic systems. Apache-2 - [GitHub](https://github.com/SINGROUP/dscribe) (👨‍💻 18 · 🔀 97 · 📦 300 · 📋 110 - 13% open · ⏱️ 27.09.2025):
git clone https://github.com/SINGROUP/dscribe
- [PyPi](https://pypi.org/project/dscribe) (📥 60K / month · 📦 63 · ⏱️ 27.09.2025):
pip install dscribe
- [Conda](https://anaconda.org/conda-forge/dscribe) (📥 320K · ⏱️ 09.08.2026):
conda install -c conda-forge dscribe
ChemML (🥇19 · ⭐ 180) - ChemML is a machine learning and informatics program suite for the chemical and materials sciences. BSD-3 cheminformatics active-learning workflows - [GitHub](https://github.com/hachmannlab/chemml) (👨‍💻 17 · 🔀 34 · 📥 14 · 📦 8 · 📋 16 - 43% open · ⏱️ 28.07.2026):
git clone https://github.com/hachmannlab/chemml
- [PyPi](https://pypi.org/project/chemml) (📥 120 / month · 📦 2 · ⏱️ 08.10.2023):
pip install chemml
ElementEmbeddings (🥇17 · ⭐ 52) - Python package to interact with high-dimensional representations of the chemical elements. MIT XAI USL viz - [GitHub](https://github.com/WMD-group/ElementEmbeddings) (👨‍💻 10 · 🔀 5 · 📦 6 · ⏱️ 09.08.2026):
git clone https://github.com/WMD-group/ElementEmbeddings
- [PyPi](https://pypi.org/project/ElementEmbeddings) (📥 600 / month · 📦 2 · ⏱️ 14.07.2026):
pip install ElementEmbeddings
- [Conda](https://anaconda.org/conda-forge/elementembeddings) (📥 5.1K · ⏱️ 15.07.2026):
conda install -c conda-forge elementembeddings
Featomic (🥈15 · ⭐ 82) - Computing representations for atomistic machine learning. BSD-3 Rust C++ - [GitHub](https://github.com/metatensor/featomic) (👨‍💻 21 · 🔀 20 · 📥 1K · 📦 2 · 📋 88 - 47% open · ⏱️ 22.07.2026):
git clone https://github.com/metatensor/featomic
pySIPFENN (🥈15 · ⭐ 24) - Python python toolset for Structure-Informed Property and Feature Engineering with Neural Networks. It offers unique.. LGPL-3.0 material-defect Defects & Disorder pretrained transfer-learning - [GitHub](https://github.com/PhasesResearchLab/pySIPFENN) (👨‍💻 5 · 🔀 6 · 📥 120 · 📦 7 · 📋 10 - 70% open · ⏱️ 18.07.2026):
git clone https://github.com/PhasesResearchLab/pySIPFENN
- [PyPi](https://pypi.org/project/pysipfenn) (📥 160 / month · ⏱️ 18.07.2026):
pip install pysipfenn
- [Conda](https://anaconda.org/conda-forge/pysipfenn) (📥 27K · ⏱️ 19.07.2026):
conda install -c conda-forge pysipfenn
GlassPy (🥈13 · ⭐ 41) - Python module for scientists working with glass materials. GPL-3.0 - [GitHub](https://github.com/drcassar/glasspy) (👨‍💻 2 · 🔀 9 · 📦 7 · 📋 17 - 47% open · ⏱️ 17.03.2026):
git clone https://github.com/drcassar/glasspy
- [PyPi](https://pypi.org/project/glasspy) (📥 300 / month · ⏱️ 13.03.2026):
pip install glasspy
SISSO (🥈12 · ⭐ 370 · 💤) - A data-driven method combining symbolic regression and compressed sensing for accurate & interpretable models. Apache-2 Fortran - [GitHub](https://github.com/rouyang2017/SISSO) (👨‍💻 3 · 🔀 95 · 📋 78 - 23% open · ⏱️ 26.01.2026):
git clone https://github.com/rouyang2017/SISSO
PDynA (🥈12 · ⭐ 57) - Python package to analyse the structural dynamics of perovskites. MIT MD - [GitHub](https://github.com/WMD-group/PDynA) (👨‍💻 4 · 🔀 6 · 📦 2 · 📋 6 - 16% open · ⏱️ 15.08.2026):
git clone https://github.com/WMD-group/PDynA
- [PyPi](https://pypi.org/project/pdyna) (📥 28 / month · ⏱️ 23.09.2024):
pip install pdyna
BenchML (🥉11 · ⭐ 15 · 💤) - ML benchmarking and pipeling framework. Apache-2 benchmarking - [GitHub](https://github.com/capoe/benchml) (👨‍💻 9 · 🔀 6 · 📋 13 - 23% open · ⏱️ 28.10.2025):
git clone https://github.com/capoe/benchml
- [PyPi](https://pypi.org/project/benchml) (📥 45 / month · ⏱️ 14.07.2022):
pip install benchml
ElemNet (🥉7 · ⭐ 100 · 💤) - Deep Learning the Chemistry of Materials From Only Elemental Composition for Enhancing Materials Property Prediction. Unlicensed single-paper - [GitHub](https://github.com/NU-CUCIS/ElemNet) (👨‍💻 4 · 🔀 35 · 📋 8 - 50% open · ⏱️ 13.01.2026):
git clone https://github.com/NU-CUCIS/ElemNet
MOLPIPx (🥉7 · ⭐ 50) - Differentiable version of Permutationally Invariant Polynomial (PIP) models in JAX and Rust. Apache-2 Python Rust - [GitHub](https://github.com/ChemAI-Lab/molpipx) (👨‍💻 13 · 🔀 1 · ⏱️ 27.03.2026):
git clone https://github.com/ChemAI-Lab/molpipx
soap_turbo (🥉6 · ⭐ 9) - soap_turbo comprises a series of libraries to be used in combination with QUIP/GAP and TurboGAP. Custom Fortran - [GitHub](https://github.com/libAtoms/soap_turbo) (👨‍💻 4 · 🔀 10 · 📋 8 - 62% open · ⏱️ 29.05.2026):
git clone https://github.com/libAtoms/soap_turbo
fplib (🥉6 · ⭐ 8 · 💤) - libfp is a library for calculating crystalline fingerprints and measuring similarities of materials. MIT C-lang single-paper - [GitHub](https://github.com/Rutgers-ZRG/libfp) (👨‍💻 2 · 🔀 1 · 📦 2 · ⏱️ 22.09.2025):
git clone https://github.com/zhuligs/fplib
Show 17 hidden projects... - CatLearn (🥈15 · ⭐ 120 · 💀) - GPL-3.0 surface-science - MODNet (🥈15 · ⭐ 110 · 💀) - MODNet: a framework for machine learning materials properties. MIT pretrained small-data transfer-learning - Librascal (🥈12 · ⭐ 83 · 💀) - A scalable and versatile library to generate representations for atomic-scale learning. LGPL-2.1 - CBFV (🥈12 · ⭐ 33 · 💀) - Tool to quickly create a composition-based feature vector. Unlicensed - SkipAtom (🥉9 · ⭐ 28 · 💀) - Distributed representations of atoms, inspired by the Skip-gram model. MIT - cmlkit (🥉8 · ⭐ 33 · 💀) - tools for machine learning in condensed matter physics and quantum chemistry. MIT benchmarking - NICE (🥉7 · ⭐ 12 · 💀) - NICE (N-body Iteratively Contracted Equivariants) is a set of tools designed for the calculation of invariant and.. MIT - SISSO++ (🥉7 · ⭐ 6 · 💀) - C++ Implementation of SISSO with python bindings. Apache-2 C++ - milad (🥉6 · ⭐ 35 · 💀) - Moment Invariants Local Atomic Descriptor. GPL-3.0 generative - SA-GPR (🥉6 · ⭐ 23 · 💀) - Public repository for symmetry-adapted Gaussian Process Regression (SA-GPR). LGPL-3.0 C-lang - SOAPxx (🥉6 · ⭐ 7 · 💀) - A SOAP implementation. GPL-2.0 C++ - pyLODE (🥉6 · ⭐ 3 · 💀) - Pythonic implementation of LOng Distance Equivariants. Apache-2 electrostatics - AMP (🥉6 · 💀) - Amp is an open-source package designed to easily bring machine-learning to atomistic calculations. Unlicensed - MXenes4HER (🥉5 · ⭐ 7 · 💀) - Predicting hydrogen evolution (HER) activity over 4500 MXene materials https://doi.org/10.1039/D3TA00344B. GPL-3.0 materials-discovery catalysis scikit-learn single-paper - automl-materials (🥉4 · ⭐ 5 · 💀) - AutoML for Regression Tasks on Small Tabular Data in Materials Design. MIT autoML benchmarking single-paper - ML-for-CurieTemp-Predictions (🥉4 · ⭐ 3 · 💀) - Machine Learning Predictions of High-Curie-Temperature Materials. MIT single-paper magnetism - magnetism-prediction (🥉4 · ⭐ 2) - DFT-aided Machine Learning Search for Magnetism in Fe-based Bimetallic Chalcogenides. Apache-2 magnetism single-paper


Representation Learning

Back to top

General models that learn a representations aka embeddings of atomistic systems, such as message-passing neural networks (MPNN).

PyG Models (🥇34 · ⭐ 24K) - Representation learning models implemented in PyTorch Geometric. MIT general-ml - [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 570 · 🔀 4K · 📦 12K · 📋 4.1K - 32% open · ⏱️ 01.09.2026):
git clone https://github.com/pyg-team/pytorch_geometric
e3nn (🥇29 · ⭐ 1.3K · 💤) - A modular framework for neural networks with Euclidean symmetry. MIT - [GitHub](https://github.com/e3nn/e3nn) (👨‍💻 38 · 🔀 180 · 📦 690 · 📋 180 - 17% open · ⏱️ 13.02.2026):
git clone https://github.com/e3nn/e3nn
- [PyPi](https://pypi.org/project/e3nn) (📥 440K / month · 📦 74 · ⏱️ 13.02.2026):
pip install e3nn
- [Conda](https://anaconda.org/conda-forge/e3nn) (📥 85K · ⏱️ 29.04.2026):
conda install -c conda-forge e3nn
MatGL (Materials Graph Library) (🥇28 · ⭐ 570) - Graph deep learning library for materials. BSD-3 ML-IAP pretrained multifidelity - [GitHub](https://github.com/materialyzeai/matgl) (👨‍💻 29 · 🔀 120 · 📦 100 · 📋 160 - 2% open · ⏱️ 02.09.2026):
git clone https://github.com/materialsvirtuallab/matgl
- [PyPi](https://pypi.org/project/matgl) (📥 55K / month · 📦 35 · ⏱️ 02.07.2026):
pip install matgl
- [Docker Hub](https://hub.docker.com/r/materialsvirtuallab/matgl) (📥 500 · ⭐ 1 · ⏱️ 26.04.2026):
docker pull materialsvirtuallab/matgl
SchNetPack (🥇25 · ⭐ 940) - SchNetPack - Deep Neural Networks for Atomistic Systems. MIT - [GitHub](https://github.com/atomistic-machine-learning/schnetpack) (👨‍💻 43 · 🔀 250 · 📦 110 · 📋 280 - 1% open · ⏱️ 20.07.2026):
git clone https://github.com/atomistic-machine-learning/schnetpack
- [PyPi](https://pypi.org/project/schnetpack) (📥 2.5K / month · 📦 4 · ⏱️ 19.12.2025):
pip install schnetpack
e3nn-jax (🥈18 · ⭐ 230 · 📉) - jax library for E3 Equivariant Neural Networks. Apache-2 - [GitHub](https://github.com/e3nn/e3nn-jax) (👨‍💻 8 · 🔀 23 · 📦 99 · 📋 26 - 15% open · ⏱️ 01.04.2026):
git clone https://github.com/e3nn/e3nn-jax
- [PyPi](https://pypi.org/project/e3nn-jax) (📦 35 · ⏱️ 01.04.2026):
pip install e3nn-jax
HydraGNN (🥈17 · ⭐ 130) - Distributed PyTorch implementation of multi-headed graph convolutional neural networks. BSD-3 - [GitHub](https://github.com/ORNL/HydraGNN) (👨‍💻 21 · 🔀 46 · 📦 3 · 📋 63 - 38% open · ⏱️ 03.09.2026):
git clone https://github.com/ORNL/HydraGNN
Graphormer (🥈14 · ⭐ 2.5K) - Graphormer is a general-purpose deep learning backbone for molecular modeling. MIT transformer pretrained - [GitHub](https://github.com/microsoft/Graphormer) (👨‍💻 15 · 🔀 360 · 📋 160 - 58% open · ⏱️ 12.06.2026):
git clone https://github.com/microsoft/Graphormer
Neural fingerprint (nfp) (🥈14 · ⭐ 62 · 📈) - Keras layers for end-to-end learning with rdkit and pymatgen. Custom - [GitHub](https://github.com/NatLabRockies/nfp) (👨‍💻 6 · 🔀 35 · 📦 16 · 📋 8 - 25% open · ⏱️ 02.09.2026):
git clone https://github.com/NREL/nfp
hippynn (🥈13 · ⭐ 98) - python library for atomistic machine learning. Custom workflows - [GitHub](https://github.com/lanl/hippynn) (👨‍💻 22 · 🔀 37 · 📦 4 · 📋 42 - 33% open · ⏱️ 22.08.2026):
git clone https://github.com/lanl/hippynn
SE(3)-Transformers (🥈9 · ⭐ 580) - code for the SE3 Transformers paper: https://arxiv.org/abs/2006.10503. MIT single-paper transformer - [GitHub](https://github.com/FabianFuchsML/se3-transformer-public) (👨‍💻 2 · 🔀 77 · 📋 29 - 37% open · ⏱️ 03.04.2026):
git clone https://github.com/FabianFuchsML/se3-transformer-public
Crystalframer (🥉8 · ⭐ 21 · 💤) - The official code respository for Rethinking the role of frames for SE(3)-invariant crystal structure modeling (ICLR.. MIT transformer single-paper - [GitHub](https://github.com/omron-sinicx/crystalframer) (👨‍💻 3 · 🔀 3 · 📥 16 · ⏱️ 16.10.2025):
git clone https://github.com/omron-sinicx/crystalframer
molecularGNN_smiles (🥉7 · ⭐ 340) - The code of a graph neural network (GNN) for molecules, which is based on learning representations of r-radius.. Apache-2 - [GitHub](https://github.com/masashitsubaki/molecularGNN_smiles) (👨‍💻 1 · 🔀 80 · 📋 7 - 85% open · ⏱️ 25.06.2026):
git clone https://github.com/masashitsubaki/molecularGNN_smiles
DeeperGATGNN (🥉7 · ⭐ 65 · 💤) - Scalable graph neural networks for materials property prediction. MIT - [GitHub](https://github.com/usccolumbia/deeperGATGNN) (👨‍💻 3 · 🔀 8 · ⏱️ 02.02.2026):
git clone https://github.com/usccolumbia/deeperGATGNN
Show 50 hidden projects... - Deep Graph Library (DGL) (🥇36 · ⭐ 14K · 💀) - Python package built to ease deep learning on graph, on top of existing DL frameworks. Apache-2 - dgl-lifesci (🥇24 · ⭐ 810 · 💀) - Python package for graph neural networks in chemistry and biology. Apache-2 - ALIGNN (🥇21 · ⭐ 330 · 💀) - Atomistic Line Graph Neural Network https://scholar.google.com/citations?user=9Q-tNnwAAAAJ.. Custom - NVIDIA Deep Learning Examples for Tensor Cores (🥈20 · ⭐ 15K · 💀) - State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and.. Custom educational drug-discovery - DIG: Dive into Graphs (🥈20 · ⭐ 2K · 💀) - A library for graph deep learning research. GPL-3.0 - Uni-Mol (🥈18 · ⭐ 1.2K · 💀) - Official Repository for the Uni-Mol Series Methods. MIT pretrained - escnn (🥈17 · ⭐ 550 · 💀) - Equivariant Steerable CNNs Library for Pytorch https://quva-lab.github.io/escnn/. Custom - kgcnn (🥈17 · ⭐ 120 · 💀) - Graph convolutions in Keras with TensorFlow, PyTorch or Jax. MIT - benchmarking-gnns (🥈14 · ⭐ 2.7K · 💀) - Repository for benchmarking graph neural networks (JMLR 2023). MIT single-paper benchmarking - Crystal Graph Convolutional Neural Networks (CGCNN) (🥈13 · ⭐ 890 · 💀) - Crystal graph convolutional neural networks for predicting material properties. MIT - xtal2png (🥈13 · ⭐ 39 · 💀) - Encode/decode a crystal structure to/from a grayscale PNG image for direct use with image-based machine learning.. MIT computer-vision - Compositionally-Restricted Attention-Based Network (CrabNet) (🥈13 · ⭐ 18 · 💀) - Predict materials properties using only the composition information!. MIT - FAENet (🥈12 · ⭐ 35 · 💀) - Frame Averaging Equivariant GNN for materials modeling. MIT - pretrained-gnns (🥈10 · ⭐ 1.1K · 💀) - Strategies for Pre-training Graph Neural Networks. MIT pretrained - GDC (🥈10 · ⭐ 280 · 💀) - Graph Diffusion Convolution, as proposed in Diffusion Improves Graph Learning (NeurIPS 2019). MIT generative - Atom2Vec (🥈10 · ⭐ 38 · 💀) - Atom2Vec: a simple way to describe atoms for machine learning. MIT - GATGNN: Global Attention Graph Neural Network (🥈9 · ⭐ 88 · 💀) - Pytorch Repository for our work: Graph convolutional neural networks with global attention for improved materials.. MIT - ai4material_design (🥈9 · ⭐ 8 · 💀) - Code for Kazeev, N., Al-Maeeni, A.R., Romanov, I. et al. Sparse representation for machine learning the properties of.. Apache-2 pretrained material-defect - Equiformer (🥉8 · ⭐ 290 · 💀) - [ICLR 2023 Spotlight] Equiformer: Equivariant Graph Attention Transformer for 3D Atomistic Graphs. MIT transformer - graphite (🥉8 · ⭐ 110 · 💀) - A repository for implementing graph network models based on atomic structures. MIT - Graph-Aware-Transformers (🥉8 · ⭐ 70 · 💀) - Graph-Aware Attention for Adaptive Dynamics in Transformers. Apache-2 transformer graph-data pretrained single-paper - UVVisML (🥉8 · ⭐ 37 · 💀) - Predict optical properties of molecules with machine learning. MIT optical-properties single-paper probabilistic - GNNOpt (🥉8 · ⭐ 34 · 💀) - Universal Ensemble-Embedding Graph Neural Network for Direct Prediction of Optical Spectra from Crystal Structures. MIT optical-properties single-paper - T-e3nn (🥉8 · ⭐ 20 · 💀) - Time-reversal Euclidean neural networks based on e3nn. MIT magnetism - tensorfieldnetworks (🥉7 · ⭐ 160 · 💀) - Rotation- and translation-equivariant neural networks for 3D point clouds. MIT - Geom3D (🥉7 · ⭐ 130 · 💀) - Geom3D: Geometric Modeling on 3D Structures, NeurIPS 2023. MIT benchmarking single-paper - DTNN (🥉7 · ⭐ 79 · 💀) - Deep Tensor Neural Network. MIT - Cormorant (🥉7 · ⭐ 60 · 💀) - Codebase for Cormorant Neural Networks. Custom - escnn_jax (🥉7 · ⭐ 33 · 💀) - Equivariant Steerable CNNs Library for Pytorch https://quva-lab.github.io/escnn/. Custom - CGAT (🥉7 · ⭐ 31 · 💀) - Crystal graph attention neural networks for materials prediction. MIT - matsciml (🥉6 · ⭐ 130 · 💀) - Open MatSci ML Toolkit is a framework for prototyping and scaling out deep learning models for materials discovery.. MIT workflows benchmarking - MACE-Layer (🥉6 · ⭐ 49 · 💀) - Higher order equivariant graph neural networks for 3D point clouds. MIT - AdsorbML (🥉6 · ⭐ 46 · 💀) - MIT surface-science single-paper - charge_transfer_nnp (🥉6 · ⭐ 37 · 💀) - Graph neural network potential with charge transfer. MIT electrostatics - Crystalformer (🥉6 · ⭐ 29 · 💀) - The official code respository for Crystalformer: Infinitely Connected Attention for Periodic Structure Encoding (ICLR.. MIT transformer single-paper - GLAMOUR (🥉6 · ⭐ 26 · 💀) - Graph Learning over Macromolecule Representations. MIT single-paper - FieldSchNet (🥉6 · ⭐ 25 · 💀) - Deep neural network for molecules in external fields. MIT - ML4pXRDs (🥉6 · ⭐ 3 · 💀) - Contains code to train neural networks based on simulated powder XRDs from synthetic crystals. MIT XRD single-paper - Autobahn (🥉5 · ⭐ 30 · 💀) - Repository for Autobahn: Automorphism Based Graph Neural Networks. MIT - CraTENet (🥉5 · ⭐ 18 · 💀) - An attention-based deep neural network for thermoelectric transport properties. MIT transport-phenomena - SCFNN (🥉5 · ⭐ 15 · 💀) - Self-consistent determination of long-range electrostatics in neural network potentials. MIT C++ electrostatics single-paper - gkx: Green-Kubo Method in JAX (🥉5 · ⭐ 8 · 💀) - Green-Kubo + JAX + MLPs = Anharmonic Thermal Conductivities Done Fast. MIT transport-phenomena - Per-site PAiNN (🥉5 · ⭐ 2 · 💀) - Fork of PaiNN for PerovskiteOrderingGCNNs. MIT probabilistic pretrained single-paper - Per-Site CGCNN (🥉5 · ⭐ 1 · 💀) - Crystal graph convolutional neural networks for predicting material properties. MIT pretrained single-paper - Graph Transport Network (🥉4 · ⭐ 15 · 💀) - Graph transport network (GTN), as proposed in Scalable Optimal Transport in High Dimensions for Graph Distances,.. Custom transport-phenomena - atom_by_atom (🥉4 · ⭐ 12 · 💀) - Atom-by-atom design of metal oxide catalysts for the oxygen evolution reaction with Machine Learning. Unlicensed surface-science single-paper - EGraFFBench (🥉4 · ⭐ 12 · 💀) - Unlicensed single-paper benchmarking ML-IAP - Element encoder (🥉3 · ⭐ 6 · 💀) - Autoencoder neural network to compress properties of atomic species into a vector representation. GPL-3.0 single-paper - Point Edge Transformer (🥉2) - Smooth, exact rotational symmetrization for deep learning on point clouds. CC-BY-4.0 - SphericalNet (🥉1 · ⭐ 3 · 💀) - Implementation of Clebsch-Gordan Networks (CGnet: https://arxiv.org/pdf/1806.09231.pdf) by GElib & cnine libraries in.. Unlicensed


Universal Potentials

Back to top

Machine-learned interatomic potentials (ML-IAP) that have been trained on large, chemically and structural diverse datasets. For materials, this means e.g. datasets that include a majority of the periodic table.

🔗 TeaNet - Universal neural network interatomic potential inspired by iterative electronic relaxations.. ML-IAP

🔗 PreFerred Potential (PFP) - Universal neural network potential for material discovery https://doi.org/10.1038/s41467-022-30687-9. ML-IAP proprietary

DPA-2 (🥇32 · ⭐ 2K) - A large atomic model as a multi-task learner https://arxiv.org/abs/2312.15492. LGPL-3.0 ML-IAP pretrained workflows datasets - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 89 · 🔀 640 · 📥 77K · 📦 62 · 📋 1.3K - 15% open · ⏱️ 02.09.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 37K / month · 📦 22 · ⏱️ 19.08.2026):
pip install deepmd-kit
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 3.2M · ⏱️ 01.09.2026):
conda install -c conda-forge deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 6.9K · ⭐ 1 · ⏱️ 22.08.2026):
docker pull deepmodeling/deepmd-kit
DeePMD-DPA3 (🥇32 · ⭐ 2K) - Successor of DPA-2. LGPL-3.0 ML-IAP pretrained workflows datasets - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 89 · 🔀 640 · 📥 77K · 📦 62 · 📋 1.3K - 15% open · ⏱️ 02.09.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 37K / month · 📦 22 · ⏱️ 19.08.2026):
pip install deepmd-kit
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 3.2M · ⏱️ 01.09.2026):
conda install -c conda-forge deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 6.9K · ⭐ 1 · ⏱️ 22.08.2026):
docker pull deepmodeling/deepmd-kit
FAIRChem EquiformerV2 models (🥈31 · ⭐ 2.2K) - FAIRChem implementation of Equiformer V2 (eqV2) models. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 73 · 🔀 500 · 📋 600 - 1% open · ⏱️ 31.08.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 96K / month · 📦 86 · ⏱️ 17.08.2026):
pip install fairchem-core
FAIRChem eSEN models (🥈31 · ⭐ 2.2K) - FAIRChem implementation of Smooth Energy Network (eSEN) models arXiv:2502.12147. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 73 · 🔀 500 · 📋 600 - 1% open · ⏱️ 31.08.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 96K / month · 📦 86 · ⏱️ 17.08.2026):
pip install fairchem-core
MACE-FOUNDATION models (🥈25 · ⭐ 1.2K) - MACE foundation models (MP, OMAT, mh-1). MIT ML-IAP pretrained rep-learn MD - [GitHub](https://github.com/ACEsuit/mace-foundations) (👨‍💻 6 · 🔀 420 · 📥 610K · 📋 45 - 22% open · ⏱️ 26.08.2026):
git clone https://github.com/ACEsuit/mace-foundations
- [PyPi](https://pypi.org/project/mace-torch) (📥 120K / month · 📦 110 · ⏱️ 10.05.2026):
pip install mace-torch
MatterSim (🥈24 · ⭐ 590) - MatterSim: A deep learning atomistic model across elements, temperatures and pressures. MIT ML-IAP active-learning multimodal phase-transition pretrained - [GitHub](https://github.com/microsoft/mattersim) (👨‍💻 27 · 🔀 97 · 📥 45 · 📋 48 - 10% open · ⏱️ 20.08.2026):
git clone https://github.com/microsoft/mattersim
- [PyPi](https://pypi.org/project/mattersim) (📥 18K / month · 📦 29 · ⏱️ 28.05.2026):
pip install mattersim
SevenNet (🥈24 · ⭐ 270) - SevenNet - a graph neural network interatomic potential package supporting efficient multi-GPU parallel molecular.. GPL-3.0 ML-IAP MD pretrained - [GitHub](https://github.com/MDIL-SNU/SevenNet) (👨‍💻 22 · 🔀 57 · 📥 40K · 📋 96 - 18% open · ⏱️ 22.07.2026):
git clone https://github.com/MDIL-SNU/SevenNet
- [PyPi](https://pypi.org/project/sevenn) (📥 38K / month · 📦 28 · ⏱️ 19.06.2026):
pip install sevenn
Orb Models (🥉21 · ⭐ 620) - ORB forcefield models from Orbital Materials. Custom ML-IAP pretrained - [GitHub](https://github.com/orbital-materials/orb-models) (👨‍💻 16 · 🔀 89 · 📦 43 · 📋 81 - 9% open · ⏱️ 07.08.2026):
git clone https://github.com/orbital-materials/orb-models
- [PyPi](https://pypi.org/project/orb-models) (📥 13K / month · 📦 38 · ⏱️ 26.05.2026):
pip install orb-models
CHGNet (🥉20 · ⭐ 400 · 💤) - Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov. Custom ML-IAP MD pretrained electrostatics magnetism structure-relaxation - [GitHub](https://github.com/CederGroupHub/chgnet) (👨‍💻 13 · 🔀 100 · 📦 80 · 📋 78 - 5% open · ⏱️ 19.02.2026):
git clone https://github.com/CederGroupHub/chgnet
- [PyPi](https://pypi.org/project/chgnet) (📥 55K / month · 📦 33 · ⏱️ 22.09.2025):
pip install chgnet
PET-MAD (🥉20 · ⭐ 230) - Universal machine-learning models for advanced atomistic simulations. BSD-3 ML-IAP MD rep-learn transformer - [GitHub](https://github.com/lab-cosmo/upet) (👨‍💻 17 · 🔀 24 · 📥 110 · 📦 13 · 📋 24 - 8% open · ⏱️ 01.09.2026):
git clone https://github.com/lab-cosmo/pet-mad
- [PyPi](https://pypi.org/project/pet-mad) (📥 360 / month · 📦 12 · ⏱️ 12.12.2025):
pip install pet-mad
- [Conda](https://anaconda.org/conda-forge/pet-mad):
conda install -c conda-forge pet-mad
GRACE (🥉13 · ⭐ 110) - GRACE models and gracemaker (as implemented in TensorPotential package). Custom ML-IAP pretrained MD rep-learn rep-eng - [GitHub](https://github.com/ICAMS/grace-tensorpotential) (👨‍💻 5 · 🔀 19 · 📦 17 · 📋 22 - 68% open · ⏱️ 03.09.2026):
git clone https://github.com/ICAMS/grace-tensorpotential
MLIP Arena Leaderboard (🥉12 · ⭐ 100) - [NeurIPS 25 Spotlight] Fair and transparent benchmark of machine learning interatomic potentials (MLIPs), beyond basic.. Apache-2 ML-IAP benchmarking - [GitHub](https://github.com/atomind-ai/mlip-arena) (👨‍💻 3 · 🔀 9 · 📦 2 · 📋 23 - 56% open · ⏱️ 16.06.2026):
git clone https://github.com/atomind-ai/mlip-arena
EScAIP (🥉7 · ⭐ 60 · 💤) - [NeurIPS 2024] Official implementation of the Efficiently Scaled Attention Interatomic Potential. MIT ML-IAP rep-learn transformer single-paper - [GitHub](https://github.com/ASK-Berkeley/EScAIP) (👨‍💻 2 · 🔀 6 · 📥 22 · 📋 9 - 22% open · ⏱️ 26.09.2025):
git clone https://github.com/ASK-Berkeley/EScAIP
Show 4 hidden projects... - M3GNet (🥉16 · ⭐ 330 · 💀) - Materials graph network with 3-body interactions featuring a DFT surrogate crystal relaxer and a state-of-the-art.. BSD-3 ML-IAP pretrained - ffonons (🥉7 · ⭐ 24 · 💀) - Phonons from ML force fields. MIT benchmarking density-of-states - CHIPS-FF (🥉6 · ⭐ 14 · 💀) - Evaluation of universal machine learning force-fields https://doi.org/10.1021/acsmaterialslett.5c00093. Custom benchmarking structure-optimization MD materials-discovery transport-phenomena - Joint Multidomain Pre-Training (JMP) (🥉5 · ⭐ 62 · 💀) - Code for From Molecules to Materials Pre-training Large Generalizable Models for Atomic Property Prediction. CC-BY-NC-4.0 pretrained ML-IAP general-tool


Unsupervised Learning

Back to top

Projects that focus on unsupervised, semi- or self-supervised learning for atomistic ML, such as dimensionality reduction, clustering, contrastive learning, etc.

DADApy (🥇18 · ⭐ 150 · 📉) - Distance-based Analysis of DAta-manifolds in python. Apache-2 - [GitHub](https://github.com/sissa-data-science/DADApy) (👨‍💻 23 · 🔀 24 · 📋 50 - 32% open · ⏱️ 27.05.2026):
git clone https://github.com/sissa-data-science/DADApy
- [PyPi](https://pypi.org/project/dadapy) (📦 3 · ⏱️ 01.05.2026):
pip install dadapy
Show 9 hidden projects... - ASAP (🥈12 · ⭐ 160 · 💀) - ASAP is a package that can quickly analyze and visualize datasets of crystal or molecular structures. MIT - mat_discover (🥈12 · ⭐ 46 · 💀) - A materials discovery algorithm geared towards exploring high-performance candidates in new chemical spaces. MIT materials-discovery rep-eng HTC - pumml (🥈10 · ⭐ 36 · 💀) - Positive and Unlabeled Materials Machine Learning (pumml) is a code that uses semi-supervised machine learning to.. MIT materials-discovery - Sketchmap (🥉8 · ⭐ 48 · 💀) - Suite of programs to perform non-linear dimensionality reduction -- sketch-map in particular. GPL-3.0 C++ - 3D-EMGP (🥉5 · ⭐ 33 · 💀) - [AAAI 2023] The implementation for the paper Energy-Motivated Equivariant Pretraining for 3D Molecular Graphs. MIT pretrained rep-learn single-paper - paper-ml-robustness-material-property (🥉5 · ⭐ 4 · 💀) - A critical examination of robustness and generalizability of machine learning prediction of materials properties. BSD-3 datasets single-paper - Coarse-Graining-Auto-encoders (🥉4 · ⭐ 21 · 💀) - Implementation of coarse-graining Autoencoders. Unlicensed single-paper - KmdPlus (🥉4 · ⭐ 8 · 💀) - This module contains a class for treating kernel mean descriptor (KMD), and a function for generating descriptors with.. MIT - Descriptor Embedding and Clustering for Atomisitic-environment Framework (DECAF) ( ⭐ 2) - Provides a workflow to obtain clustering of local environments in dataset of structures. Unlicensed


Visualization

Back to top

Projects that focus on visualization (viz.) for atomistic ML.

Crystal Toolkit (🥇26 · ⭐ 200) - Crystal Toolkit is a framework for building web apps for materials science and is currently powering the new Materials.. MIT - [GitHub](https://github.com/materialsproject/crystaltoolkit) (👨‍💻 39 · 🔀 67 · 📦 43 · 📋 150 - 45% open · ⏱️ 18.08.2026):
git clone https://github.com/materialsproject/crystaltoolkit
- [PyPi](https://pypi.org/project/crystal-toolkit) (📥 44K / month · 📦 13 · ⏱️ 28.08.2026):
pip install crystal-toolkit
pymatviz (🥈23 · ⭐ 330) - A toolkit for visualizations in materials informatics. MIT general-tool probabilistic - [GitHub](https://github.com/janosh/pymatviz) (👨‍💻 14 · 🔀 43 · 📥 23K · 📦 37 · ⏱️ 02.09.2026):
git clone https://github.com/janosh/pymatviz
- [PyPi](https://pypi.org/project/pymatviz) (📥 25K / month · 📦 10 · ⏱️ 07.06.2026):
pip install pymatviz
Elementari (🥈22 · ⭐ 360) - Interactive browser visualizations for materials science: crystal structures/molecules, trajectories, convex hulls,.. MIT JavaScript - [GitHub](https://github.com/janosh/matterviz) (👨‍💻 10 · 🔀 48 · 📥 14K · 📦 8 · ⏱️ 03.09.2026):
git clone https://github.com/janosh/elementari
- [npm](https://www.npmjs.com/package/elementari) (📦 2 · ⏱️ 19.06.2025):
npm install elementari
Chemiscope (🥈22 · ⭐ 180) - An interactive structure/property explorer for materials and molecules. BSD-3 JavaScript - [GitHub](https://github.com/lab-cosmo/chemiscope) (👨‍💻 27 · 🔀 43 · 📥 750 · 📦 6 · 📋 170 - 9% open · ⏱️ 26.08.2026):
git clone https://github.com/lab-cosmo/chemiscope
- [npm](https://www.npmjs.com/package/chemiscope) (📥 110 / month · 📦 3 · ⏱️ 15.03.2023):
npm install chemiscope
ZnDraw (🥉18 · ⭐ 50) - A powerful tool for visualizing, modifying, and analysing atomistic systems. EPL-2.0 MD generative JavaScript - [GitHub](https://github.com/zincware/ZnDraw) (👨‍💻 17 · 🔀 5 · 📦 16 · 📋 400 - 23% open · ⏱️ 27.05.2026):
git clone https://github.com/zincware/ZnDraw
- [PyPi](https://pypi.org/project/zndraw) (📥 2.9K / month · 📦 5 · ⏱️ 01.04.2026):
pip install zndraw
Show 1 hidden projects... - Atomvision (🥉11 · ⭐ 36 · 💀) - Deep learning framework for atomistic image data. Custom computer-vision experimental-data rep-learn


Wavefunction methods (ML-WFT)

Back to top

Projects and models that focus on quantities of wavefunction theory methods, such as Monte Carlo techniques like deep learning variational Monte Carlo (DL-VMC), quantum chemistry methods, etc.

DeepQMC (🥇22 · ⭐ 420) - Deep learning quantum Monte Carlo for electrons in real space. MIT - [GitHub](https://github.com/deepqmc/deepqmc) (👨‍💻 16 · 🔀 62 · 📥 4 · 📦 3 · 📋 65 - 1% open · ⏱️ 10.08.2026):
git clone https://github.com/deepqmc/deepqmc
- [PyPi](https://pypi.org/project/deepqmc) (📥 150 / month · ⏱️ 20.07.2026):
pip install deepqmc
FermiNet (🥈15 · ⭐ 850) - An implementation of the Fermionic Neural Network for ab-initio electronic structure calculations. Apache-2 transformer - [GitHub](https://github.com/google-deepmind/ferminet) (👨‍💻 26 · 🔀 170 · 📋 74 - 5% open · ⏱️ 21.05.2026):
git clone https://github.com/google-deepmind/ferminet
JaQMC (🥈12 · ⭐ 120) - JAX accelerated Quantum Monte Carlo. Apache-2 - [GitHub](https://github.com/bytedance/jaqmc) (👨‍💻 9 · 🔀 26 · 📦 1 · 📋 13 - 15% open · ⏱️ 02.09.2026):
git clone https://github.com/bytedance/jaqmc
Show 4 hidden projects... - DeepErwin (🥉8 · ⭐ 67 · 💀) - DeepErwin is a python 3.8+ package that implements and optimizes JAX 2.x wave function models for numerical solutions.. Custom - ACEpsi.jl (🥉7 · ⭐ 3 · 💀) - ACE wave function parameterizations. MIT rep-eng Julia - LapNet (🥉5 · ⭐ 73 · 💀) - Efficient and Accurate Neural-Network Ansatz for Quantum Monte Carlo. Apache-2 - SchNOrb (🥉5 · ⭐ 72 · 💀) - Unifying machine learning and quantum chemistry with a deep neural network for molecular wavefunctions. MIT


Others

Back to top


Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/JuDFTteam/best-of-atomistic-machine-learning

Awesome Python

# Awesome Python

An opinionated guide to the best Python frameworks, libraries, and tools.

Visit the website to search and filter projects more easily.

Sponsors

The #10 most-starred repo on GitHub. Put your product in front of Python developers. Become a sponsor.

Categories

AI & ML

Web Development

HTTP & Scraping

Database & Storage

Data & Science

Developer Tools

DevOps

CLI & GUI

Text & Documents

Media

Python Language

Python Toolchain

Security

Other

Projects

AI & ML

AI and Agents

Libraries for building AI applications, LLM integrations, and autonomous agents.

  • Agent Skills
  • django-ai-plugins - Django backend agent skills for Django, DRF, Celery, and Django-specific code review.
  • sentry-skills - Python-focused engineering skills for code review, debugging, and backend workflows.
  • trailofbits-skills - Python-friendly security skills for auditing, testing, and safer backend development.
  • Orchestration
  • langchain - Building applications with LLMs through composability.
  • langgraph - Low-level orchestration framework for building stateful, long-running LLM agents.
  • crewai - A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.
  • pydantic-ai - A Python agent framework for building generative AI applications with structured schemas.
  • Vendor Agent SDKs
  • openai-agents - OpenAI's framework for building and managing AI agents.
  • claude-agent-sdk - Anthropic's Python SDK for building AI agents on Claude Code's harness — custom tools, in-process MCP servers, hooks.
  • Personal Assistants
  • hermes-agent - An adaptive personal AI assistant that grows with you.
  • Prompt Optimization
  • dspy - A framework for programming, not prompting, language models.
  • Data Layer
  • instructor - A library for extracting structured data from LLMs, powered by Pydantic.
  • llama-index - A data framework for your LLM application.
  • mem0 - An intelligent memory layer for AI agents enabling personalized interactions.
  • openviking - A context database for AI agents that unifies memory, resources, and skills.
  • semantica - A graph-native context and knowledge layer for AI agents with reasoning, provenance, and governance.
  • Pre-trained Models
  • transformers - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.
  • LLM Inference and Serving
  • sglang - A high-performance serving framework for large language models and multimodal models.
  • vllm - A high-throughput and memory-efficient inference and serving engine for LLMs.
  • mlx-lm - Run and fine-tune large language models on Apple Silicon with MLX.
  • LLM Gateways
  • LiteLLM - Call 100+ LLMs using OpenAI format.
  • Image and Video Generation
  • diffusers - A library that provides pre-trained diffusion models for generating and editing images, audio, and video.
  • Fine-tuning
  • unsloth - A library for faster LLM fine-tuning and training with reduced memory usage.
  • axolotl - A framework for fine-tuning and post-training large language models.
  • Speech
  • openai-whisper - A general-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.
  • funasr - Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.
  • vibevoice - A family of open-source voice AI models from Microsoft for text-to-speech and long-form speech recognition.
  • gTTS - Python library and CLI tool for converting text to speech using Google Translate TTS.
  • kittentts - Lightweight ONNX text-to-speech library with small CPU-friendly models.

Deep Learning

Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.

  • Frameworks
  • pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
  • tensorflow - The most popular Deep Learning framework created by Google.
  • keras - A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends.
  • jax - A library for high-performance numerical computing with automatic differentiation and JIT compilation.
  • pytorch-lightning - Deep learning framework to train, deploy, and ship AI products Lightning fast.
  • Reinforcement Learning
  • gymnasium - A standard API for reinforcement learning environments with popular reference environments (gym successor).
  • stable-baselines3 - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.

Machine Learning

Libraries for Machine Learning. Also see awesome-machine-learning.

  • General
  • scikit-learn - The most popular Python library for Machine Learning with extensive documentation and community support.
  • pgmpy - A Python library for probabilistic graphical models and Bayesian networks.
  • feature-engine - sklearn compatible API with the widest toolset for feature engineering and selection.
  • Gradient Boosting
  • xgboost - A scalable, portable, and distributed gradient boosting library.
  • lightgbm - A fast, distributed, high performance gradient boosting framework.
  • catboost - A fast, scalable, high performance gradient boosting on decision trees library.
  • Time Series Forecasting
  • timesfm - A pretrained foundation model from Google Research for time-series forecasting.

Natural Language Processing

Libraries for working with human languages.

  • General
  • nltk - A leading platform for building Python programs to work with human language data.
  • spacy - A library for industrial-strength natural language processing in Python and Cython.
  • gensim - Topic Modeling for Humans.
  • stanza - The Stanford NLP Group's official Python library, supporting 60+ languages.
  • Chinese
  • jieba - The most popular Chinese text segmentation library.
  • pypinyin - Convert Chinese hanzi (漢字) to pinyin (拼音).
  • pangu.py - Paranoid text spacing.

Computer Vision

Libraries for Computer Vision.

  • General
  • opencv-python - Open Source Computer Vision Library.
  • ultralytics - Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.
  • kornia - Open Source Differentiable Computer Vision Library for PyTorch.
  • fiftyone - The open-source tool for building high-quality datasets and computer vision models.
  • OCR
  • pytesseract - A wrapper for Google Tesseract OCR.
  • easyocr - Ready-to-use OCR with 40+ languages supported.

Recommender Systems

Libraries for building recommender systems.

  • annoy - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
  • implicit - A fast Python implementation of collaborative filtering for implicit datasets.
  • scikit-surprise - A scikit for building and analyzing recommender systems.

Web Development

Web Frameworks

Traditional full stack web frameworks. Also see Web APIs.

  • Synchronous
  • flask - A microframework for Python.
  • django - The most popular web framework in Python.
  • bottle - A fast and simple micro-framework distributed as a single file with no dependencies.
  • pyramid - A small, fast, down-to-earth, open source Python web framework.
  • fasthtml - The fastest way to create an HTML app.
  • Asynchronous
  • starlette - A lightweight ASGI framework and toolkit for building high-performance async services.
  • tornado - A web framework and asynchronous networking library.
  • litestar - Production-ready, capable and extensible ASGI Web framework.
  • reflex - A framework for building reactive, full-stack web applications entirely with Python.

Web APIs

Libraries for building RESTful, GraphQL, and RPC APIs.

  • Django
  • django-rest-framework - A powerful and flexible toolkit to build web APIs.
  • django-ninja - Fast, Django REST framework based on type hints and Pydantic.
  • strawberry-django - Strawberry GraphQL integration with Django.
  • django-modern-rest - Modern REST with speed, types, async, msgspec, pydantic and other goodies!
  • Flask
  • apiflask - A lightweight Python web API framework based on Flask and Marshmallow.
  • Framework Agnostic
  • fastapi - A modern, fast, web framework for building APIs with standard Python type hints.
  • connexion - A spec-first framework that automatically handles requests based on your OpenAPI specification.
  • strawberry - A GraphQL library that leverages Python type annotations for schema definition.
  • RPC
  • grpcio - HTTP/2-based RPC framework with Python bindings, built by Google.

Web Servers

ASGI and WSGI compatible web servers.

  • ASGI
  • uvicorn - A lightning-fast ASGI server implementation, using uvloop and httptools.
  • granian - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
  • hypercorn - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
  • WSGI
  • gunicorn - Pre-forked, ported from Ruby's Unicorn project.
  • waitress - Multi-threaded, powers Pyramid.

WebSocket

Libraries for working with WebSocket.

  • websockets - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
  • channels - Developer-friendly asynchrony for Django.
  • flask-socketio - Socket.IO integration for Flask applications.
  • autobahn-python - WebSocket & WAMP for Python on Twisted and asyncio.

Template Engines

Libraries and tools for templating and lexing.

  • jinja - A modern and designer friendly templating language.
  • mako - Hyperfast and lightweight templating for the Python platform.

Web Asset Management

Tools for managing, storing, compressing and minifying website assets.

  • django-storages - A collection of custom storage back ends for Django.
  • django-compressor - Compresses linked and inline JavaScript or CSS into a single cached file.

Authentication

Libraries for implementing authentication schemes.

  • OAuth
  • oauthlib - A generic and thorough implementation of the OAuth request-signing logic.
  • authlib - A comprehensive library for building OAuth, OpenID Connect, and JWT/JWS/JWE/JWK/JWA.
  • django-allauth - Authentication app for Django that "just works."
  • django-oauth-toolkit - OAuth 2 goodies for Django.
  • JWT
  • pyjwt - JSON Web Token implementation in Python.
  • Permissions
  • django-guardian - Implementation of per-object permissions for Django.
  • django-rules - A tiny but powerful app providing object-level permissions to Django, without requiring a database.

Admin Panels

Libraries for administrative interfaces.

  • flask-admin - Simple and extensible administrative interface framework for Flask.
  • django-unfold - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
  • django-grappelli - A jazzy skin for the Django Admin-Interface.

CMS

Content Management Systems.

  • wagtail - A Django content management system.
  • django-cms - The easy-to-use and developer-friendly enterprise CMS powered by Django.

ERP

Enterprise resource planning frameworks.

  • odoo - A suite of open source business apps: CRM, e-commerce, accounting, inventory, and thousands of community modules.

Static Site Generators

Static site generator is a software that takes some text + templates as input and produces HTML files on the output.

  • pelican - Static site generator that supports Markdown and reST syntax.
  • nikola - A static website and blog generator.

HTTP & Scraping

HTTP Clients

Libraries for working with HTTP.

  • Clients
  • requests - HTTP Requests for Humans.
  • httpx - A next generation HTTP client for Python.
  • aiohttp - Asynchronous HTTP client/server framework for asyncio and Python.
  • urllib3 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
  • httpx2 - HTTP/1.1 and HTTP/2 client with sync and async APIs, maintained by Pydantic (httpx fork).
  • URL Manipulation
  • yarl - Yet another URL library.

Web Scraping

Libraries to automate web scraping and extract web content.

  • Frameworks
  • browser-use - Make websites accessible for AI agents with easy browser automation.
  • scrapy - A fast high-level screen scraping and web crawling framework.
  • crawl4ai - An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.
  • Content Extraction
  • feedparser - Universal feed parser.
  • html2text - Convert HTML to Markdown-formatted text.
  • trafilatura - A tool for gathering text and metadata from the web, with built-in content filtering.

Email

Libraries for sending and parsing email, and mail server management.

  • yagmail - Yet another Gmail/SMTP client.

Database & Storage

ORM

Libraries that implement Object-Relational Mapping or data mapping techniques.

  • Relational Databases
  • sqlalchemy - The Python SQL Toolkit and Object Relational Mapper.
  • django.db.models - (part of Django) The Django ORM.
  • peewee - A small, expressive ORM.
  • sqlmodel - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
  • NoSQL Databases
  • pynamodb - A Pythonic interface for Amazon DynamoDB.
  • mongoengine - A Python Object-Document-Mapper for working with MongoDB.
  • beanie - An asynchronous Python object-document mapper (ODM) for MongoDB.

Database Drivers

Libraries for connecting and operating databases.

  • MySQL - awesome-mysql
  • pymysql - A pure Python MySQL driver compatible to mysql-python.
  • mysqlclient - MySQL connector with Python 3 support (mysql-python fork).
  • PostgreSQL - awesome-postgres
  • psycopg - The most popular PostgreSQL adapter for Python.
  • asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.
  • SQLite - awesome-sqlite
  • sqlite3 - (Python standard library) SQLite interface compliant with DB-API 2.0.
  • sqlite-utils - Python CLI utility and library for manipulating SQLite databases.
  • ClickHouse
  • clickhouse-connect - The official ClickHouse client, with SQLAlchemy and Superset connectors.
  • clickhouse-driver - Python driver with native interface for ClickHouse.
  • Other Relational Databases
  • pyodbc - An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database.
  • oracledb - The official Python driver for Oracle Database, successor to cx_Oracle.
  • mssql-python - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.
  • NoSQL Databases
  • redis - The Python client for Redis.
  • pymongo - The official Python client for MongoDB.
  • cassandra-driver - The Python Driver for Apache Cassandra.
  • django-mongodb-backend - Official MongoDB database backend for Django.

Database

In-process databases usable directly from Python.

  • Analytical
  • duckdb - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.
  • chdb - In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via remoteSecure().
  • Vector
  • chromadb - An open-source embedding database for building AI applications with embeddings and semantic search.
  • lancedb - A developer-friendly embedded retrieval database for multimodal AI.
  • zvec - An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases.
  • Key-Value & Document
  • tinydb - A tiny, document-oriented database.

Caching

Libraries for caching data.

  • cachetools - Extensible memoizing collections and decorators.
  • diskcache - SQLite and file backed cache backend with faster lookups than memcached and redis.
  • hishel - RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.
  • dogpile.cache - dogpile.cache is a next generation replacement for Beaker made by the same authors.
  • django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.

Libraries and software for indexing and performing search queries on data.

Serialization

Libraries for serializing complex data types.

  • msgpack - MessagePack serializer implementation for Python.
  • orjson - Fast, correct JSON library.
  • marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
  • msgspec - A fast serialization and validation library with built-in support for JSON, MessagePack, YAML, and TOML.

Data & Science

Data Analysis

Libraries for data analysis.

  • pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
  • polars - A fast DataFrame library implemented in Rust with a Python API.
  • ibis-framework - A portable Python dataframe library with a single API for 20+ backends.

Data Ingestion / ETL

Libraries for data extraction, transformation, and loading pipelines across multiple sources and destinations.

  • General
  • awswrangler - Pandas integration with AWS services like Athena, Glue, Redshift, S3, and DynamoDB.
  • dlt - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
  • pathway - Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
  • Financial Data
  • yfinance - Easy Pythonic way to download market and financial data from Yahoo Finance.
  • akshare - A financial data interface library, built for human beings!
  • edgartools - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
  • openbb - A financial data platform for analysts, quants and AI agents.

Data Validation

Libraries for validating data. Used for forms in many cases.

  • pydantic - Data validation using Python type hints.
  • jsonschema - An implementation of JSON Schema for Python.
  • pandera - A data validation library for dataframes, with support for pandas, polars, and Spark.

Data Visualization

Libraries for visualizing data. Also see awesome-javascript.

  • Plotting
  • matplotlib - A Python 2D plotting library.
  • plotly - Interactive graphing library for Python.
  • seaborn - Statistical data visualization using Matplotlib.
  • altair - Declarative statistical visualization library for Python.
  • bokeh - Interactive Web Plotting for Python.
  • Specialized
  • cartopy - A cartographic python library with matplotlib support.
  • pygraphviz - Python interface to Graphviz.
  • graphify - Turn any folder of code, SQL schemas, docs, papers, images, or videos into a queryable knowledge graph.
  • Dashboards and Apps
  • streamlit - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
  • gradio - Build and share machine learning apps, all in Python.

Geolocation

Libraries for geocoding addresses and working with latitudes and longitudes.

Science

Libraries for scientific computing. Also see Python-for-Scientists.

  • Core
  • numpy - A fundamental package for scientific computing with Python.
  • scipy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
  • numba - Python JIT compiler to LLVM aimed at scientific Python.
  • Symbolic Mathematics
  • sympy - A Python library for symbolic mathematics.
  • Statistics
  • statsmodels - Statistical modeling and econometrics in Python.
  • Biology and Chemistry
  • biopython - Biopython is a set of freely available tools for biological computation.
  • rdkit - Cheminformatics and Machine Learning Software.
  • Physics and Engineering
  • pint - Operate and manipulate physical quantities with units and dimensional analysis.
  • astropy - A community Python library for Astronomy.
  • obspy - A Python toolbox for seismology.
  • Simulation and Modeling
  • pymc - Probabilistic programming and Bayesian modeling in Python.
  • simpy - A process-based discrete-event simulation framework.
  • mesa - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
  • Graphs and Networks
  • networkx - A high-productivity software for complex networks.
  • Computational Geometry
  • shapely - Manipulation and analysis of geometric objects in the Cartesian plane.
  • Other
  • colour-science - Implementing a comprehensive number of colour theory transformations and algorithms.
  • manim - An animation engine for explanatory math videos.

Quantum Computing

Libraries for quantum computing.

  • qiskit - An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
  • qutip - Quantum Toolbox in Python.
  • pennylane - A hybrid quantum-classical machine learning library with automatic differentiation support.
  • cirq - A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.

Developer Tools

Algorithms and Design Patterns

Python implementation of data structures, algorithms and design patterns. Also see awesome-algorithms.

  • Algorithms
  • sortedcontainers - Fast and pure-Python implementation of sorted collections.
  • algorithms - Minimal examples of data structures and algorithms.
  • thealgorithms - All Algorithms implemented in Python.
  • Design Patterns
  • transitions - A lightweight, object-oriented finite state machine implementation.
  • python-patterns - A collection of design patterns in Python.
  • python-statemachine - Expressive statecharts and finite state machines with a declarative API, in sync and async codebases.

Interactive Interpreter

Interactive Python interpreters (REPL).

  • ipython - A powerful interactive Python shell, and the kernel behind Jupyter notebooks.
  • jupyter - A rich toolkit to help you make the most out of using Python interactively.
  • awesome-jupyter
  • marimo - Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.
  • ptpython - Advanced Python REPL built on top of the python-prompt-toolkit.

Code Analysis

Tools of static analysis, linters and code quality checkers. Also see awesome-static-analysis.

  • Code Analysis
  • vulture - A tool for finding and analyzing dead Python code.
  • prospector - A tool to analyze Python code.
  • repowise - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.
  • complexipy - Cognitive complexity analysis for Python code, written in Rust.
  • Git Hooks
  • pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.
  • Linters and Formatters
  • ruff - An extremely fast Python linter and code formatter.
  • black - The uncompromising Python code formatter.
  • isort - A Python utility / library to sort imports.
  • pylint - A fully customizable source code analyzer.
  • flake8 - A wrapper around pycodestyle, pyflakes and McCabe.
  • bandit - A tool designed to find common security issues in Python code.
  • Refactoring
  • rope - Rope is a python refactoring library.
  • Type Checkers - awesome-python-typing
  • mypy - Check variable types during compile time.
  • ty - An extremely fast Python type checker and language server.
  • pyright - Full-featured static type checker for Python from Microsoft, the engine behind Pylance.
  • pyrefly - A fast type checker and language server for Python.
  • Type Annotations Generators
  • monkeytype - A system for Python that generates static type annotations by collecting runtime types.

Testing

Libraries for testing codebases and generating test data. Also see awesome-python-testing.

  • Frameworks
  • pytest - A mature full-featured Python testing tool.
  • hypothesis - Hypothesis is an advanced Quickcheck style property based testing library.
  • robotframework - A generic test automation framework.
  • Test Runners
  • tox - Auto builds and tests distributions in multiple Python versions
  • nox - Flexible test automation for Python.
  • Browser Automation
  • playwright-python - Python version of the Playwright testing and automation library.
  • selenium - Python bindings for Selenium WebDriver.
  • seleniumbase - Python framework for web automation & testing, with stealth options.
  • Load Testing
  • locust - Scalable user load testing tool written in Python.
  • API Testing
  • schemathesis - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
  • Mock
  • mock - (Python standard library) A mocking and patching library.
  • responses - A utility library for mocking out the requests Python library.
  • freezegun - Travel through time by mocking the datetime module.
  • vcrpy - Record and replay HTTP interactions on your tests.
  • respx - Mock HTTPX with awesome request patterns and response side effects.
  • Object Factories
  • factory_boy - A test fixtures replacement for Python.
  • polyfactory - mock data generation library with support to classes (continuation of pydantic-factories)
  • Code Coverage
  • coverage - Code coverage measurement.
  • Fake Data
  • faker - A Python package that generates fake data.
  • mimesis - is a Python library that help you generate fake data.

Debugging Tools

Libraries for debugging code.

  • pdb-like Debugger
  • ipdb - IPython-enabled pdb.
  • pudb - A full-screen, console-based Python debugger.
  • Tracing
  • hunter - A flexible code tracing toolkit.
  • Profiler
  • py-spy - A sampling profiler for Python programs. Written in Rust.
  • memray - A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself.
  • pyinstrument - A statistical wall-clock profiler with low overhead and readable call-tree output.
  • scalene - A high-performance, high-precision CPU, GPU, and memory profiler for Python.
  • Others
  • django-debug-toolbar - Display various debug information for Django.
  • icecream - Inspect variables, expressions, and program execution with a single, simple function call.
  • flask-debugtoolbar - A port of the django-debug-toolbar to flask.

Build Tools

Compile software from source code. If you're looking for Python packaging/build tools, see Package Management.

  • invoke - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
  • scons - A software construction tool.
  • doit - A task runner and build tool.

Documentation

Libraries for generating project documentation.

  • sphinx - Python Documentation generator.
  • awesome-sphinxdoc
  • mkdocs-material - A documentation framework and Material Design theme built on MkDocs.
  • diagrams - Diagram as Code.
  • pdoc - Epydoc replacement to auto generate API documentation for Python libraries.
  • zensical - A modern static site generator for technical documentation.

DevOps

DevOps Tools

Software and libraries for DevOps.

  • Cloud Providers
  • boto3 - Python interface to Amazon Web Services.
  • awscli - Universal Command Line Interface for Amazon Web Services.
  • azure-sdk-for-python - Microsoft Azure SDK for Python, published as per-service packages.
  • google-cloud-python - Google Cloud client libraries for Python, published as per-service packages.
  • Configuration Management
  • ansible - A radically simple IT automation platform.
  • cloud-init - A multi-distribution package that handles early initialization of a cloud instance.
  • pyinfra - A versatile CLI tools and python libraries to automate infrastructure.
  • salt - Infrastructure automation and management system.
  • Deployment
  • fabric - A simple, Pythonic tool for remote execution and deployment.
  • chalice - A Python serverless microframework for AWS.
  • Monitoring and Processes
  • psutil - A cross-platform process and system utilities module.
  • sentry-sdk - Sentry SDK for Python.
  • supervisor - Supervisor process control system for UNIX.
  • flower - A real-time monitor and web admin for Celery task queues.
  • sh - A full-fledged subprocess replacement for Python.
  • Other
  • borgbackup - A deduplicating archiver with compression and encryption.
  • chaostoolkit - A Chaos Engineering toolkit & Orchestration for Developers.

Distributed Computing

Frameworks and libraries for Distributed Computing.

  • ray - A system for parallel and distributed Python that unifies the machine learning ecosystem.
  • pyspark - Apache Spark Python API.
  • dask - A flexible parallel computing library for analytic computing.
  • joblib - A set of tools to provide lightweight pipelining in Python.
  • mpi4py - Python bindings for MPI.

Task Queues

Libraries for working with task queues.

  • celery - An asynchronous task queue/job queue based on distributed message passing.
  • rq - Simple job queues for Python.
  • dramatiq - A fast and reliable background task processing library for Python 3.
  • huey - Little multi-threaded task queue.
  • taskiq - Distributed task queue with native asyncio support and pluggable brokers.

Messaging

Libraries for working with message brokers and event streaming.

  • confluent-kafka - Confluent's Python client for Apache Kafka, built on librdkafka.
  • pika - Pure-Python RabbitMQ/AMQP 0-9-1 client library.
  • paho-mqtt - The Eclipse Paho MQTT client for Python.
  • faststream - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.

Job Schedulers

Libraries for scheduling jobs.

  • Task Scheduling
  • apscheduler - A light but powerful in-process task scheduler that lets you schedule functions.
  • schedule - Python job scheduling for humans.
  • Workflow Orchestration
  • apache-airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
  • prefect - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
  • dagster - An orchestration platform for the development, production, and observation of data assets.

Logging

Libraries for generating and working with logs.

  • logging - (Python standard library) Logging facility for Python.
  • structlog - Structured logging made easy.
  • loguru - Library which aims to bring enjoyable logging in Python.

Network Virtualization

Tools and libraries for Virtual Networking and SDN (Software Defined Networking).

  • scapy - A brilliant packet manipulation library.
  • napalm - Cross-vendor API to manipulate network devices.

CLI & GUI

CLI Development

Libraries for building command-line applications.

  • CLI Development
  • argparse - (Python standard library) Command-line option and argument parsing.
  • click - A package for creating beautiful command line interfaces in a composable way.
  • typer - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
  • prompt_toolkit - A library for building powerful interactive command lines.
  • fire - A library for creating command line interfaces from absolutely any Python object.
  • Terminal Rendering
  • tqdm - Fast, extensible progress bar for loops and CLI.
  • rich - Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler log handler.
  • colorama - Cross-platform colored terminal text.
  • alive-progress - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
  • TUI Frameworks
  • textual - A framework for building interactive user interfaces that run in the terminal and the browser.
  • urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
  • asciimatics - A package to create full-screen text UIs (from interactive forms to ASCII animations).

CLI Tools

Useful CLI-based tools.

  • Database CLIs
  • pgcli - PostgreSQL CLI with autocompletion and syntax highlighting.
  • mycli - MySQL CLI with autocompletion and syntax highlighting.
  • litecli - SQLite CLI with autocompletion and syntax highlighting.
  • iredis - Redis CLI with autocompletion and syntax highlighting.
  • Downloaders
  • yt-dlp - A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.
  • HTTP Clients
  • httpie - A command line HTTP client, a user-friendly cURL replacement.
  • Project Scaffolding
  • cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
  • copier - A library and command-line utility for rendering projects templates.
  • Shells
  • xonsh - A Python-powered shell. Full-featured and cross-platform.
  • Terminal Workflow
  • tmuxp - A tmux session manager.

GUI Development

Libraries for working with graphical user interface applications.

  • Desktop
  • pygobject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
  • wxPython - A blending of the wxWidgets C++ class library with the Python.
  • kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
  • dearpygui - A Simple GPU accelerated Python GUI framework
  • toga - A Python native, OS native GUI toolkit.
  • Qt
  • PySide6 - Qt for Python offers the official Python bindings for Qt, same as PyQt6 but it's the official binding with different licensing.
  • PyQt6 - Python bindings for the Qt cross-platform application and UI framework.
  • Tkinter
  • tkinter - (Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
  • customtkinter - A modern and customizable python UI-library based on Tkinter.
  • tkdesigner - Generates Tkinter interfaces from Figma designs using the Figma API.
  • Web-based
  • pywebview - A lightweight cross-platform native wrapper around a webview component.
  • nicegui - An easy-to-use, Python-based UI framework, which shows up in your web browser.
  • flet - Cross-platform GUI framework for building modern apps in pure Python.
  • Wrappers
  • gooey - Turn command line programs into a full GUI application with one line.

Text & Documents

Text Processing

Libraries for parsing and manipulating plain texts.

  • Encoding and Unicode
  • charset-normalizer - Universal character encoding detector, the default of the requests ecosystem.
  • chardet - Python character encoding detector.
  • ftfy - Makes Unicode text less broken and more consistent automagically.
  • Fuzzy Matching
  • rapidfuzz - Rapid fuzzy string matching using various string metrics, with a C++ core.
  • General
  • difflib - (Python standard library) Helpers for computing deltas.
  • pyfiglet - An implementation of figlet written in Python.
  • Internationalization
  • babel - An internationalization library for Python.
  • Parser
  • pygments - A generic syntax highlighter.
  • pyparsing - A general purpose framework for generating parsers.
  • sqlparse - A non-validating SQL parser.
  • phonenumbers - Parsing, formatting, storing and validating international phone numbers.
  • parsy - Easy, generic parser combinator library for creating parsers.
  • Transliteration and Slugs
  • python-slugify - A Python slugify library that translates unicode to ASCII.
  • unidecode - ASCII transliterations of Unicode text.
  • Unique identifiers
  • shortuuid - A generator library for concise, unambiguous and URL-safe UUIDs.
  • sqids - A library for generating short unique IDs from numbers.

HTML Manipulation

Libraries for working with HTML and XML.

  • beautifulsoup4 - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
  • lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
  • xmltodict - Working with XML feel like you are working with JSON.
  • markupsafe - Implements a XML/HTML/XHTML Markup safe string for Python.
  • justhtml - A pure Python HTML5 parser that just works.

File Format Processing

Libraries for parsing and manipulating specific text formats.

  • General
  • pyelftools - Parsing and analyzing ELF files and DWARF debugging information.
  • tablib - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
  • File Conversion
  • markitdown - Python tool for converting files and office documents to Markdown.
  • docling - Library for converting documents into structured data.
  • Excel
  • openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
  • xlsxwriter - A Python module for creating Excel .xlsx files.
  • Word
  • python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
  • PowerPoint
  • python-pptx - Python library for creating and updating PowerPoint (.pptx) files.
  • PDF
  • pypdf - A library capable of splitting, merging, cropping, and transforming PDF pages.
  • reportlab - Allowing Rapid creation of rich PDF documents.
  • pdfminer.six - Pdfminer.six is a community maintained fork of the original PDFMiner.
  • HTML-to-PDF
  • weasyprint - A visual rendering engine for HTML and CSS that can export to PDF.
  • Markdown
  • markdown-it-py - Markdown parser with 100% CommonMark support, extensions, and syntax plugins.
  • markdown - A Python implementation of John Gruber’s Markdown.
  • mistune - Fastest and full featured pure Python parsers of Markdown.
  • Data Formats
  • tomllib - (Python standard library) Parse TOML files.
  • pyyaml - YAML implementations for Python.

File Manipulation

Libraries for file manipulation.

  • mimetypes - (Python standard library) Map filenames to MIME types.
  • pathlib - (Python standard library) A cross-platform, object-oriented path library.
  • watchfiles - Simple, modern and fast file watching and code reload in python.
  • watchdog - API and shell utilities to monitor file system events.
  • python-magic - A Python interface to the libmagic file type identification library.

Media

Image Processing

Libraries for manipulating images.

  • Barcodes and QR Codes
  • qrcode - A pure Python QR Code generator.
  • python-barcode - Create barcodes in Python with no extra dependencies.
  • General
  • pillow - Pillow is the friendly PIL fork.
  • scikit-image - A Python library for (scientific) image processing.
  • rembg - A tool to remove image backgrounds.
  • wand - Python bindings for MagickWand, C API for ImageMagick.
  • pyvips - A fast image processing library with low memory needs.
  • Image Serving
  • thumbor - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.

Audio & Video Processing

Libraries for manipulating audio, video, and their metadata.

  • Audio
  • pydub - Manipulate audio with a simple and easy high level interface.
  • librosa - Python library for audio and music analysis.
  • Video
  • moviepy - A module for script-based movie editing with many formats, including animated GIFs.
  • vidgear - Most Powerful multi-threaded Video Processing framework.
  • Metadata
  • mutagen - A Python module to handle audio metadata.
  • tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
  • beets - A music library manager and MusicBrainz tagger.

Game Development

Awesome game development libraries.

  • 3D Engines
  • panda3d - 3D game engine developed by Disney.
  • Game Frameworks
  • pygame - Pygame is a set of Python modules designed for writing games.
  • pyglet - A cross-platform windowing and multimedia library for Python.
  • pygame-ce - An actively developed drop-in replacement with new features and performance improvements (pygame fork).
  • arcade - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
  • Visual Novels
  • renpy - A Visual Novel engine.

Python Language

Implementations

Implementations of Python.

  • cpython - Default, most widely used implementation of the Python programming language written in C.
  • micropython - A lean and efficient Python programming language implementation.
  • pypy - A very fast and compliant implementation of the Python language.
  • Cython - Optimizing Static Compiler for Python.
  • pyodide - Python distribution for the browser and Node.js based on WebAssembly.

Built-in Classes Enhancement

Libraries for enhancing Python built-in classes.

  • attrs - Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.
  • bidict - Efficient, Pythonic bidirectional map data structures and related functionality.
  • uuid-utils - A fast, Rust-backed drop-in replacement for Python's built-in uuid module, supporting RFC 9562 (UUIDv6, UUIDv7, and UUIDv8).
  • python-box - Python dictionaries with advanced dot notation access.

Functional Programming

Functional Programming with Python.

  • functools - (Python standard library) Higher-order functions and operations on callable objects.
  • more-itertools - More routines for operating on iterables, beyond itertools.
  • toolz - A collection of functional utilities for iterators, functions, and dictionaries. Also available as cytoolz for Cython-accelerated performance.
  • funcy - A fancy and practical functional tools.
  • returns - A set of type-safe monads, transformers, and composition utilities.

Asynchronous Programming

Libraries for asynchronous, concurrent and parallel execution. Also see awesome-asyncio.

  • Async I/O
  • asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
  • anyio - A high-level async concurrency and networking framework that works on top of asyncio or trio.
  • uvloop - Ultra fast asyncio event loop.
  • trio - A friendly library for async concurrency and I/O.
  • gevent - A coroutine-based Python networking library that uses greenlet.
  • Twisted - An event-driven networking engine.
  • Parallelism
  • concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
  • multiprocessing - (Python standard library) Process-based parallelism.

Date and Time

Libraries for working with dates and times.

  • zoneinfo - (Python standard library) IANA time zone support. Brings the tz database into Python.
  • python-dateutil - Extensions to the standard Python datetime module.
  • dateparser - A Python parser for human-readable dates in dozens of languages.
  • pendulum - Python datetimes made easy.
  • whenever - A modern datetime library, type-safe and DST-safe, backed by Rust.

Python Toolchain

Environment Management

Libraries for Python version and virtual environment management.

  • virtualenv - A tool to create isolated Python environments.
  • uv - An extremely fast Python version, package and project manager, written in Rust.
  • pyenv - Simple Python version management.

Package Management

Libraries for package and dependency management.

  • Package Managers
  • pip - The package installer for Python.
  • uv - An extremely fast Python version, package and project manager, written in Rust.
  • poetry - Python dependency management and packaging made easy.
  • hatch - Modern, extensible Python project manager for environments, builds, and publishing.
  • pipx - Install and Run Python Applications in Isolated Environments. Like npx in Node.js.
  • conda - Cross-platform, Python-agnostic binary package manager.
  • Build Backends
  • setuptools - The historical and still most widely used pyproject build backend.
  • hatchling - Modern, extensible build backend from the hatch project.
  • uv-build - uv's fast, minimal build backend for pure-Python projects.

Package Repositories

Local PyPI repository server and proxies.

  • bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
  • devpi - PyPI server and packaging/testing/release tool.
  • warehouse - Next generation Python Package Repository (PyPI).

Distribution

Libraries to create packaged executables for release distribution.

  • Executables
  • pyinstaller - Converts Python programs into stand-alone executables (cross-platform).
  • Nuitka - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
  • shiv - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
  • cx-Freeze - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
  • Obfuscation
  • pyarmor - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Configuration Files

Libraries for storing and parsing configuration options.

  • configparser - (Python standard library) INI file parser.
  • python-dotenv - Reads key-value pairs from a .env file and sets them as environment variables.
  • pydantic-settings - Settings management using Pydantic models with validation, loading from environment variables and secrets files.
  • hydra-core - Hydra is a framework for elegantly configuring complex applications.
  • dynaconf - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.

Security

Cryptography

Libraries for cryptographic primitives and secure protocols.

  • cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
  • pynacl - Python binding to the Networking and Cryptography (NaCl) library.
  • paramiko - The leading native Python SSHv2 protocol library.
  • itsdangerous - Various helpers to pass trusted data to untrusted environments.

Penetration Testing

Frameworks and tools for penetration testing.

  • mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
  • sqlmap - Automatic SQL injection and database takeover tool.
  • sherlock-project - Hunt down social media accounts by username across social networks.
  • social-engineer-toolkit - A toolkit for social engineering.

Supply Chain Security

Tools for auditing dependencies against known vulnerabilities.

Web Security

Libraries for application-layer web security.

  • secure - HTTP security headers for Python web applications with ASGI and WSGI middleware.

Other

Hardware

Libraries for programming with hardware.

  • bleak - A cross platform Bluetooth Low Energy Client for Python using asyncio.
  • pynput - A library to control and monitor input devices.
  • jumpstarter - A hardware-in-the-loop testing framework with a Python client library for automated testing on real and virtual hardware.

Microsoft Windows

Python programming on Microsoft Windows.

  • pythonnet - Python Integration with the .NET Common Language Runtime (CLR).
  • pywin32 - Python Extensions for Windows.
  • pyenv-win - A Python version manager for Windows (pyenv fork).
  • winpython - Portable development environment for Windows 10/11.

Miscellaneous

Useful libraries or tools that don't fit in the categories above.

  • blinker - A fast Python in-process signal/event dispatching system.
  • boltons - A set of pure-Python utilities.

Resources

Where to discover learning resources or new Python libraries.

Newsletters

Podcasts

Websites

Contributing

Your contributions are always welcome! Please take a look at the contribution guidelines first.


If you have any question about this opinionated list, do not hesitate to contact @vinta on X (Twitter).

Credit by: @github.com/vinta/awesome-python

BibTeX Generator

Have you ever found yourself weary and uninspired from the tedious task of manually creating BibTeX entries for your paper?

There are, indeed, support tools and plugins that are bundled with reference managers such as Zotero, Mendeley, etc. These tools can automate the generation of a .bib file. To use them, you need to install a reference manager, its associated plugins, and a library of papers on your computer. However, these tools are not flawless. The BibTeX entries they generate often contain incomplete information, are poorly formatted, and include numerous unnecessary fields. You then still need to manually check and correct the entries.

There are the times you just need to cite a paper or two, and you don't want to go through the hassle of the aforementioned complex process. In such situations, a simple tool that allows you to quickly copy and paste a BibTeX entry into your .bib file would be ideal. Think of such a simple tool, I have looked around the Chrome extension store to see if there is any that can pick up the Bibtex while you are browsing the paper. I found some, but they do not really work.

Therefore, I decided to create my own tool to address this dilemma. I developed a Chrome extension that can generate the BibTeX entry for any browsing URL with just one click. I named it the 1click BibTeX. It delivers exactly what it is expected and has proven to be quite helpful. This extension, along with the Latex tools, will ensure that the manuscript's citations are properly formatted before they are delivered to the journal.

Usage

Install the 1click BibTeX extension on your Chrome browser. Then, whenever you're browsing a paper or any URL, just click on the extension icon, and the BibTeX entry will be instantly generated and copied to your clipboard. The remaining thing is just paste it to your .bib file.

BibTeX generator

I've tested the extension on numerous publishers and websites with varying structures and it works consistently as it was designed. The tested publishers include Elsevier, Wiley, ACS, IOP, AIP, APS, arXiv,...

Below are some examples of BibTeX entries generated by the extension 1click BibTeX:

@article{nguyen2019pattern,
    title = {Pattern transformation induced by elastic instability of metallic porous structures},
    author = {Cao Thang Nguyen and Duc Tam Ho and Seung Tae Choi and Doo-Man Chun and Sung Youb Kim },
    year = {2019},
    month = {2},
    journal = {Computational Materials Science},
    publisher = {Elsevier},
    volume = {157},
    pages = {17-24},
    doi = {10.1016/j.commatsci.2018.10.023},
    url = {https://www.sciencedirect.com/science/article/abs/pii/S0927025618306955?via%3Dihub},
    accessDate = {Jan 25, 2024}
}
@article{nguyen2024an,
    title = {An Enhanced Sampling Approach for Computing the Free Energy of Solid Surface and Solid–Liquid Interface},
    author = {Cao Thang Nguyen and Duc Tam Ho and Sung Youb Kim},
    year = {2024},
    month = {1},
    journal = {Advanced Theory and Simulations},
    publisher = {John Wiley & Sons, Ltd},
    volume = {7},
    number = {1},
    pages = {2300538},
    doi = {10.1002/adts.202300538},
    url = {https://onlinelibrary.wiley.com/doi/10.1002/adts.202300538},
    accessDate = {Jan 25, 2024}
}
@book{daum2003america,,
    title = {America, the Vietnam War, and the World},
    author = {Andreas W. Daum and Lloyd C. Gardner and Wilfried Mausbach},
    year = {2003},
    month = {7},
    publisher = {Cambridge University Press},
    isbn = {052100876X},
    url = {https://www.google.co.kr/books/edition/America_the_Vietnam_War_and_the_World/9kn6qYwsGs4C?hl=en&gbpv=0},
    accessDate = {Jan 25, 2024}
}
@book{rickards2011currency,
    title = {Currency Wars},
    author = {James Rickards},
    year = {2011},
    month = {11},
    publisher = {Penguin},
    isbn = {110155889X},
    url = {https://books.google.co.kr/books?id=-GDwL2s5sJoC&source=gbs_book_other_versions},
    accessDate = {Jan 25, 2024}
}
@misc{deci2024introducing,
    title = {Introducing DeciCoder-6B: The Best Multi-Language Code LLM in Its Class},
    author = {Deci},
    year = {2024},
    month = {1},
    publisher = {Deci},
    url = {https://deci.ai/blog/decicoder-6b-the-best-multi-language-code-generation-llm-in-its-class/},
    accessDate = {Jan 25, 2024}
}
@misc{kai2023forcefield,
    title = {Force-field files for "Noble gas (He, Ne and Ar) solubilities in high-pressure silicate melts calculated based on deep potential modeling"},
    author = {Wang, Kai and Lu, Xiancai and Liu, Xiandong and Yin, Kun},
    year = {2023},
    month = {3},
    publisher = {Zenodo},
    doi = {10.5281/zenodo.7751762},
    url = {https://zenodo.org/records/7751762},
    accessDate = {Jan 25, 2024}
}
  • Bibtex this page
@misc{nguyen2024bibtex,
    title = {BibTeX Generator},
    author = {Cao Thang Nguyen},
    year = {2024},
    month = {1},
    url = {https://thangckt.github.io/blog/2024/01/25/bibtex_generator},
    accessDate = {Jan 25, 2024}
}

In summary, the new extension 1click BibTeX works well for most websites with varying data structures.