Skip to content

HanXinzi-AI/awesome-python-resources

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 30, 2021 22:34
August 26, 2022 12:28
April 24, 2021 21:43

Python资源与工具库大全

Python开源工具库资源大全,按应用方向划分并梳理排行,每周自动更新

本资源清单包含690个python相关的开源工具资源,这些热门工具总共分成91个不同的应用领域,目前在github上已经收到3M个点赞。所有的工具(github项目)每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考best-of模板完成,内容参考了awesome-python,欢迎大家提PR丰富本清单。

目录

图标解释

  • 🥇🥈🥉  综合项目质量分
  • ⭐️  github上star的数量
  • 🐣  小于6个月的新项目
  • 💤  非活跃项目(6个月未更新)
  • 💀  沉寂项目(12个月未更新)
  • 📈📉  项目趋势(向上or向下)
  •   最近添加的项目
  • ❗️  警告(例如 项目没有license)
  • 👨‍💻  项目的开发贡献者数量
  • 🔀  项目被fork的数量
  • 📋  项目issue的数量
  • ⏱️  项目包上次更新时间
  • 📥  工具库被下载次数
  • 📦  项目依赖的工具库数量

管理面板

Back to top

管理界面库。

🔗 django-grappelli - 拥有绚丽外观的 Django Admin 界面。

🔗 django-suit - Django 管理界面的一个替代品 (仅对于非商业用途是免费的)。

flask-admin (🥇33 · 5.1K) - 一个用于 Flask 的简单可扩展的管理界面框架。BSD-3
  • GitHub (👨‍💻 340 · 🔀 1.4K · 📦 16K · 📋 1.3K - 27% open · ⏱️ 12.07.2022):

     git clone https://github.com/flask-admin/flask-admin
    
  • PyPi (📥 1.5M / month):

     pip install flask-admin
    
  • Conda (📥 130K · ⏱️ 30.01.2022):

     conda install -c conda-forge flask-admin
    
flower (🥈29 · 5.3K) - 一个对 Celery 集群进行实时监控和提供 web 管理界面的工具。❗Unlicensed
  • GitHub (👨‍💻 190 · 🔀 900 · 📦 9K · 📋 840 - 11% open · ⏱️ 15.07.2022):

     git clone https://github.com/mher/flower
    
  • PyPi (📥 1.9M / month):

     pip install flower
    
  • Conda (📥 120K · ⏱️ 07.08.2022):

     conda install -c conda-forge flower
    
django-jet (🥈26 · 3.3K · 💀) - 具有改进功能的现代响应式 Django 管理界面模板。❗️AGPL-3.0
  • GitHub (👨‍💻 29 · 🔀 660 · 📦 2.7K · 📋 340 - 64% open · ⏱️ 21.05.2019):

     git clone https://github.com/geex-arts/django-jet
    
  • PyPi (📥 29K / month):

     pip install django-jet
    
  • Conda:

     conda install -c conda-forge django-jet
    
ajenti (🥉24 · 6.8K) - 一个你的服务器值得拥有的管理面板。MIT
  • GitHub (👨‍💻 23 · 🔀 780 · 📦 25 · 📋 1.1K - 1% open · ⏱️ 24.07.2022):

     git clone https://github.com/ajenti/ajenti
    
  • PyPi (📥 240 / month):

     pip install ajenti
    
  • Conda:

     conda install -c conda-forge ajenti
    
django-xadmin (🥉24 · 4.7K · 💀) - Django admin 的一个替代品,具有很多不错的功能。BSD-3
  • GitHub (👨‍💻 51 · 🔀 1.4K · 📦 770 · 📋 570 - 65% open · ⏱️ 03.04.2019):

     git clone https://github.com/sshwsfc/xadmin
    
  • PyPi (📥 230 / month):

     pip install xadmin
    
  • Conda:

     conda install -c conda-forge xadmin
    
wooey (🥉22 · 1.8K) - 一个 Django 应用,可以为 Python 脚本创建 web 用户界面。BSD-3
  • GitHub (👨‍💻 23 · 🔀 170 · 📦 37 · 📋 210 - 23% open · ⏱️ 12.08.2022):

     git clone https://github.com/wooey/wooey
    
  • PyPi (📥 290 / month):

     pip install wooey
    
  • Conda:

     conda install -c conda-forge wooey
    
jet-bridge (🥉16 · 1.2K) - 管理面板框架,适用于任何具有良好 UI 的应用(例如 Django)。MIT
  • GitHub (👨‍💻 4 · 🔀 110 · 📋 13 - 69% open · ⏱️ 22.08.2022):

     git clone https://github.com/jet-admin/jet-bridge
    
  • PyPi (📥 370 / month):

     pip install jet-bridge
    
  • Conda:

     conda install -c conda-forge jet-bridge
    

算法和设计模式

Back to top

数据结构、算法和设计模式的 Python 实现。也可以参考 awesome-algorithms

TheAlgorithms (🥇29 · 140K) - 所有算法的 Python 实现。MIT
  • GitHub (👨‍💻 860 · 🔀 35K · 📋 1.1K - 2% open · ⏱️ 24.08.2022):

     git clone https://github.com/TheAlgorithms/Python
    
  • PyPi:

     pip install Python
    
  • Conda (📥 62M · ⏱️ 22.08.2022):

     conda install -c conda-forge Python
    
transitions (🥈28 · 4.5K) - 轻量级的,面向对象的有限状态机实现。MIT
  • GitHub (👨‍💻 74 · 🔀 480 · 📦 2.4K · 📋 410 - 1% open · ⏱️ 25.08.2022):

     git clone https://github.com/pytransitions/transitions
    
  • PyPi (📥 290K / month):

     pip install transitions
    
  • Conda (📥 220K · ⏱️ 24.02.2022):

     conda install -c conda-forge transitions
    
algorithms (🥈25 · 21K) - 数据结构和算法的简单示例。MIT
  • GitHub (👨‍💻 190 · 🔀 4.1K · 📦 67 · 📋 160 - 37% open · ⏱️ 29.07.2022):

     git clone https://github.com/keon/algorithms
    
  • PyPi (📥 5.4K / month):

     pip install algorithms
    
  • Conda (📥 900 · ⏱️ 23.04.2021):

     conda install -c conda-forge algorithms
    
PyPattyrn (🥉19 · 1.6K · 💀) - 一个简单而有效的库,用于实现常见的设计模式。MIT
  • GitHub (👨‍💻 4 · 🔀 120 · 📦 27 · ⏱️ 09.02.2020):

     git clone https://github.com/tylerlaberge/PyPattyrn
    
  • PyPi (📥 6.3K / month):

     pip install PyPattyrn
    
  • Conda:

     conda install -c conda-forge PyPattyrn
    
python-patterns (🥉16 · 35K) - 一个 Python 设计模式集合。❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 6.2K · 📋 80 - 13% open · ⏱️ 08.08.2022):

     git clone https://github.com/faif/python-patterns
    
  • PyPi (📥 16 / month):

     pip install python-patterns
    
  • Conda:

     conda install -c conda-forge python-patterns
    
python-ds (🥉16 · 1.8K) - 用于面试的数据结构和算法的集合。MIT
  • GitHub (👨‍💻 110 · 🔀 480 · 📋 86 - 20% open · ⏱️ 07.04.2022):

     git clone https://github.com/prabhupant/python-ds
    
  • PyPi (📥 11 / month):

     pip install python-ds
    
  • Conda:

     conda install -c conda-forge python-ds
    
sortedcontainers (🥉15 · 2.7K) - 排序集合的快速的纯 Python 实现。❗Unlicensed
  • GitHub (👨‍💻 22 · 🔀 170 · 📋 160 - 7% open · ⏱️ 20.08.2022):

     git clone https://github.com/grantjenks/python-sortedcontainers
    
  • PyPi:

     pip install python-sortedcontainers
    
  • Conda:

     conda install -c conda-forge python-sortedcontainers
    

ASGI 服务器

Back to top

兼容 ASGI 的 web 服务器。

daphne (🥇27 · 1.8K) - 用于 ASGI 和 ASGI-HTTP 的,支持 HTTP,HTTP2 和 WebSocket 协议的服务器。BSD-3
  • GitHub (👨‍💻 62 · 🔀 210 · 📦 15K · 📋 290 - 12% open · ⏱️ 25.08.2022):

     git clone https://github.com/django/daphne
    
  • PyPi (📥 480K / month):

     pip install daphne
    
  • Conda (📥 100K · ⏱️ 07.04.2021):

     conda install -c conda-forge daphne
    
uvicorn (🥉26 · 5.6K) - 使用 uvloop 和 httptools 实现的闪电般快速的 ASGI 服务器。BSD-3
  • GitHub (👨‍💻 130 · 🔀 460 · 📋 600 - 7% open · ⏱️ 24.08.2022):

     git clone https://github.com/encode/uvicorn
    
  • PyPi (📥 9M / month):

     pip install uvicorn
    
  • Conda (📥 1.1M · ⏱️ 24.08.2022):

     conda install -c conda-forge uvicorn
    

网络

Back to top

用于网络编程的库。

🔗 awesome-asyncio ( 3.6K) - A curated list of awesome Python asyncio frameworks, libraries, software..

🔗 Twisted - 一个事件驱动的网络引擎。

uvloop (🥇33 · 8.8K) - Ultra fast asyncio event loop. Apache-2
  • GitHub (👨‍💻 50 · 🔀 440 · 📥 350 · 📦 49K · 📋 290 - 20% open · ⏱️ 23.08.2022):

     git clone https://github.com/MagicStack/uvloop
    
  • PyPi (📥 8.6M / month):

     pip install uvloop
    
  • Conda (📥 470K · ⏱️ 02.11.2021):

     conda install -c conda-forge uvloop
    
trio (🥉29 · 4.8K) - 异步并发和 I/O 友好的库。❗Unlicensed
  • GitHub (👨‍💻 130 · 🔀 260 · 📦 14K · 📋 670 - 39% open · ⏱️ 22.08.2022):

     git clone https://github.com/python-trio/trio
    
  • PyPi (📥 5.8M / month):

     pip install trio
    
  • Conda (📥 780K · ⏱️ 08.06.2022):

     conda install -c conda-forge trio
    

音频

Back to top

用来操作音频的库

🔗 mingus - 一个高级音乐理论和曲谱包,支持 MIDI 文件和回放功能。

beets (🥇30 · 11K) - 一个音乐库管理器和 MusicBrainz 标记器。MIT
  • GitHub (👨‍💻 510 · 🔀 1.7K · 📥 7.7K · 📦 260 · 📋 2.5K - 18% open · ⏱️ 21.08.2022):

     git clone https://github.com/beetbox/beets
    
  • PyPi (📥 1.7K / month):

     pip install beets
    
  • Conda:

     conda install -c conda-forge beets
    
pydub (🥇30 · 6.3K) - 通过简单、简洁的高层接口来操作音频文件。MIT
  • GitHub (👨‍💻 92 · 🔀 840 · 📦 14K · 📋 490 - 46% open · ⏱️ 14.05.2022):

     git clone https://github.com/jiaaro/pydub
    
  • PyPi (📥 1.6M / month):

     pip install pydub
    
  • Conda (📥 28K · ⏱️ 13.03.2021):

     conda install -c conda-forge pydub
    
mutagen (🥈27 · 1K) - 一个用来处理音频元数据的 Python 模块。❗️GPL-2.0
  • GitHub (👨‍💻 37 · 🔀 120 · 📥 56K · 📦 8K · 📋 480 - 19% open · ⏱️ 16.07.2022):

     git clone https://github.com/quodlibet/mutagen
    
  • PyPi (📥 1.7M / month):

     pip install mutagen
    
  • Conda (📥 130K · ⏱️ 30.05.2021):

     conda install -c conda-forge mutagen
    
eyeD3 (🥈25 · 390) - 一个用来操作音频文件的工具,具体来讲就是包含 ID3 元信息的 MP3 文件。❗️GPL-3.0
  • GitHub (👨‍💻 24 · 🔀 54 · 📥 2.3K · 📦 1.9K · 📋 180 - 24% open · ⏱️ 29.07.2022):

     git clone https://github.com/nicfit/eyeD3
    
  • PyPi (📥 41K / month):

     pip install eyeD3
    
  • Conda:

     conda install -c conda-forge eyeD3
    
pyAudioAnalysis (🥈24 · 4.9K) - 音频特征提取,分类,分段和应用。Apache-2
  • GitHub (👨‍💻 26 · 🔀 1.1K · 📦 290 · 📋 290 - 59% open · ⏱️ 19.04.2022):

     git clone https://github.com/tyiannak/pyAudioAnalysis
    
  • PyPi (📥 21K / month):

     pip install pyAudioAnalysis
    
  • Conda:

     conda install -c conda-forge pyAudioAnalysis
    
librosa (🥉23 · 5.4K) - 音频音乐分析 Python 库。ISC
  • GitHub (👨‍💻 110 · 🔀 810 · 📋 1K - 4% open · ⏱️ 25.08.2022):

     git clone https://github.com/librosa/librosa
    
  • PyPi (📥 1.2M / month):

     pip install librosa
    
  • Conda (📥 510K · ⏱️ 27.06.2022):

     conda install -c conda-forge librosa
    
tinytag (🥉23 · 560) - 一个用来读取 MP3, OGG, FLAC 以及 Wave 文件音乐元数据的库。MIT
  • GitHub (👨‍💻 22 · 🔀 88 · 📦 580 · 📋 93 - 12% open · ⏱️ 13.08.2022):

     git clone https://github.com/devsnd/tinytag
    
  • PyPi (📥 85K / month):

     pip install tinytag
    
  • Conda:

     conda install -c conda-forge tinytag
    
kapre (🥉22 · 850) - Keras 音频处理器。MIT
  • GitHub (👨‍💻 13 · 🔀 140 · 📥 22 · 📦 1.8K · 📋 94 - 12% open · ⏱️ 04.07.2022):

     git clone https://github.com/keunwoochoi/kapre
    
  • PyPi (📥 3.6K / month):

     pip install kapre
    
  • Conda:

     conda install -c conda-forge kapre
    
dejavu (🥉19 · 5.8K · 💀) - 音频指纹提取和识别。MIT
  • GitHub (👨‍💻 22 · 🔀 1.3K · 📦 23 · 📋 210 - 39% open · ⏱️ 03.06.2020):

     git clone https://github.com/worldveil/dejavu
    
  • PyPi (📥 84 / month):

     pip install dejavu
    
  • Conda:

     conda install -c conda-forge dejavu
    
matchering (🥉19 · 660) - 用于音频母带制作的库。❗️GPL-3.0
  • GitHub (👨‍💻 3 · 🔀 88 · 📦 10 · 📋 36 - 27% open · ⏱️ 18.08.2022):

     git clone https://github.com/sergree/matchering
    
  • PyPi (📥 630 / month):

     pip install matchering
    
  • Conda:

     conda install -c conda-forge matchering
    
audioread (🥉19 · 410 · 📉) - 交叉库 (GStreamer + Core Audio + MAD + FFmpeg) 音频解码。MIT
  • GitHub (👨‍💻 22 · 🔀 94 · 📋 80 - 38% open · ⏱️ 12.08.2022):

     git clone https://github.com/beetbox/audioread
    
  • PyPi (📥 1.2M / month):

     pip install audioread
    
  • Conda (📥 480K · ⏱️ 14.08.2022):

     conda install -c conda-forge audioread
    
TimeSide (🥉18 · 330) - 开源 web 音频处理框架。❗️AGPL-3.0
  • GitHub (👨‍💻 22 · 🔀 55 · 📦 16 · 📋 210 - 27% open · ⏱️ 22.07.2022):

     git clone https://github.com/Parisson/TimeSide
    
  • PyPi (📥 31 / month):

     pip install TimeSide
    
  • Conda:

     conda install -c conda-forge TimeSide
    

验证

Back to top

实现验证方案的库。

oauthlib (🥇36 · 2.4K) - 一个 OAuth 请求-签名逻辑通用、 完整的实现。BSD-3
  • GitHub (👨‍💻 190 · 🔀 440 · 📦 250K · 📋 350 - 21% open · ⏱️ 05.07.2022):

     git clone https://github.com/idan/oauthlib
    
  • PyPi (📥 93M / month):

     pip install oauthlib
    
  • Conda (📥 5.7M · ⏱️ 30.01.2022):

     conda install -c conda-forge oauthlib
    
pyjwt (🥈35 · 4.3K) - JSON Web 令牌草案 01。MIT
  • GitHub (👨‍💻 120 · 🔀 570 · 📦 240K · 📋 360 - 3% open · ⏱️ 14.08.2022):

     git clone https://github.com/jpadilla/pyjwt
    
  • PyPi (📥 97M / month):

     pip install pyjwt
    
  • Conda (📥 7.4M · ⏱️ 12.05.2022):

     conda install -c conda-forge pyjwt
    
django-allauth (🥈34 · 7.4K) - Django 的验证应用。MIT
  • GitHub (👨‍💻 590 · 🔀 2.5K · 📦 99K · 📋 1.9K - 15% open · ⏱️ 19.06.2022):

     git clone https://github.com/pennersr/django-allauth
    
  • PyPi (📥 560K / month):

     pip install django-allauth
    
  • Conda (📥 76K · ⏱️ 07.06.2022):

     conda install -c conda-forge django-allauth
    
authlib (🥈34 · 3.2K · 📈) - 一个强大的Python库,用来构建 OAuth 和 OpenID 服务端。包括:JWS, JWK, JWA, JWT。BSD-3
  • GitHub (👨‍💻 84 · 🔀 320 · 📦 22K · 📋 330 - 12% open · ⏱️ 09.08.2022):

     git clone https://github.com/lepture/authlib
    
  • PyPi (📥 5.2M / month):

     pip install authlib
    
  • Conda (📥 81K · ⏱️ 07.04.2022):

     conda install -c conda-forge authlib
    
python-social-auth (🥉28 · 2.8K · 💀) - 一个设置简单的社会化验证方式。BSD-3
  • GitHub (👨‍💻 280 · 🔀 1.1K · 📦 5.4K · 📋 660 - 2% open · ⏱️ 04.02.2017):

     git clone https://github.com/omab/python-social-auth
    
  • PyPi (📥 30K / month):

     pip install python-social-auth
    
  • Conda:

     conda install -c conda-forge python-social-auth
    
python-oauth2 (🥉27 · 3K · 💀) - 一个完全测试的抽象接口。用来创建 OAuth 客户端和服务端。MIT
  • GitHub (👨‍💻 42 · 🔀 800 · 📦 9.6K · 📋 130 - 38% open · ⏱️ 12.02.2018):

     git clone https://github.com/joestump/python-oauth2
    
  • PyPi (📥 42K / month):

     pip install python-oauth2
    
  • Conda (📥 86K · ⏱️ 28.06.2019):

     conda install -c conda-forge python-oauth2
    
django-oauth-toolkit (🥉24 · 2.6K) - 为 Django 用户准备的 OAuth2。❗Unlicensed
  • GitHub (👨‍💻 210 · 🔀 660 · 📋 720 - 20% open · ⏱️ 06.08.2022):

     git clone https://github.com/evonove/django-oauth-toolkit
    
  • PyPi (📥 350K / month):

     pip install django-oauth-toolkit
    
  • Conda:

     conda install -c conda-forge django-oauth-toolkit
    
python-jwt (🥉18 · 200) - 一个用来生成和验证 JSON Web 令牌的模块。MIT
  • GitHub (👨‍💻 5 · 🔀 23 · ⏱️ 03.07.2022):

     git clone https://github.com/davedoesdev/python-jwt
    
  • PyPi (📥 230K / month):

     pip install python-jwt
    
  • Conda:

     conda install -c conda-forge python-jwt
    
python-jose (🥉17 · 1.2K) - python 版 JOSE 实现。MIT
  • GitHub (🔀 200 · 📋 130 - 41% open · ⏱️ 09.02.2022):

     git clone https://github.com/mpdavis/python-jose/
    
  • Conda:

     conda install -c conda-forge 
    

构建工具

Back to top

将源码编译成软件。

🔗 BitBake - 针对嵌入式 Linux 的类似 make 的构建工具。

🔗 buildout - 一个构建系统,从多个组件来创建,组装和部署应用。

🔗 SCons - 软件构建工具。

pybuilder (🥇24 · 1.4K) - 纯 Python 实现的持续化构建工具。Apache-2
  • GitHub (👨‍💻 38 · 🔀 230 · 📋 500 - 16% open · ⏱️ 20.08.2022):

     git clone https://github.com/pybuilder/pybuilder
    
  • PyPi (📥 28K / month):

     pip install pybuilder
    
  • Conda (📥 19K · ⏱️ 11.08.2022):

     conda install -c conda-forge pybuilder
    
PlatformIO (🥉20 · 6.1K) - 多平台命令行构建工具。Apache-2
  • GitHub (👨‍💻 69 · 🔀 640 · 📋 3.8K - 3% open · ⏱️ 24.08.2022):

     git clone https://github.com/platformio/platformio-core
    
  • PyPi:

     pip install platformio-core
    
  • Conda:

     conda install -c conda-forge platformio-core
    

内置类的增强版实现

Back to top

一些 Python 内置类的增强版实现库。

🔗 dataclasses - (Python 标准库)将文件名映射为 MIME 类型。

attrs (🥇34 · 4.4K) - 一个在类定义时可替换 `__init__`, `__eq__`, `__repr__`等方法的样板。MIT
  • GitHub (👨‍💻 130 · 🔀 300 · 📦 460K · 📋 580 - 17% open · ⏱️ 23.08.2022):

     git clone https://github.com/python-attrs/attrs
    
  • PyPi (📥 120M / month):

     pip install attrs
    
  • Conda (📥 19M · ⏱️ 31.07.2022):

     conda install -c conda-forge attrs
    
bidict (🥈27 · 1.2K) - 高效的 Pythonic 的双向映射数据结构和相关功能。MPL-2.0
  • GitHub (👨‍💻 12 · 🔀 48 · 📦 8.6K · 📋 52 - 7% open · ⏱️ 23.08.2022):

     git clone https://github.com/jab/bidict
    
  • PyPi (📥 850K / month):

     pip install bidict
    
  • Conda (📥 140K · ⏱️ 24.03.2022):

     conda install -c conda-forge bidict
    
Box (🥉16 · 2K) - 具有高级点符号访问权限的 Python 字典。MIT
  • GitHub (🔀 83 · 📥 30 · 📋 140 - 14% open · ⏱️ 02.04.2022):

     git clone https://github.com/cdgriffith/Box
    
  • PyPi:

     pip install Box
    
  • Conda:

     conda install -c conda-forge Box
    
DottedDict (🥉16 · 150 · 💀) - 提供一种使用点路径符号访问列表和字典的方法的库。MIT
  • GitHub (👨‍💻 3 · 🔀 17 · 📥 62 · 📦 63 · 📋 9 - 77% open · ⏱️ 30.10.2015):

     git clone https://github.com/carlosescri/DottedDict
    
  • PyPi (📥 23 / month):

     pip install DottedDict
    
  • Conda:

     conda install -c conda-forge DottedDict
    

CMS

Back to top

内容管理系统。

🔗 django-cms - 一个开源的,企业级 CMS,基于 Django。

🔗 plone - 一个构建于开源应用服务器 Zope 之上的 CMS。

🔗 wagtail - 一个 Django 内容管理系统。

mezzanine (🥇25 · 4.5K) - 一个强大的,持续的,灵活的内容管理平台。BSD-2
  • GitHub (👨‍💻 320 · 🔀 1.5K · 📋 1K - 3% open · ⏱️ 03.07.2022):

     git clone https://github.com/stephenmcd/mezzanine
    
  • PyPi (📥 3.7K / month):

     pip install mezzanine
    
  • Conda:

     conda install -c conda-forge mezzanine
    
indico (🥈22 · 1.4K) - 一个功能丰富的事件管理系统,由 @[CERN](https://en.wikipedia.org/wiki/CERN) 开发。MIT
  • GitHub (👨‍💻 130 · 🔀 330 · 📥 2.9K · 📋 3.3K - 18% open · ⏱️ 24.08.2022):

     git clone https://github.com/indico/indico
    
  • PyPi (📥 930 / month):

     pip install indico
    
  • Conda:

     conda install -c conda-forge indico
    
Kotti (🥉19 · 390) - 一个高级的,Python 范的 web 应用框架,基于 Pyramid 构建。❗Unlicensed
  • GitHub (👨‍💻 66 · 🔀 110 · 📦 220 · 📋 210 - 20% open · ⏱️ 03.07.2022):

     git clone https://github.com/Kotti/Kotti
    
  • PyPi (📥 320 / month):

     pip install Kotti
    
  • Conda:

     conda install -c conda-forge Kotti
    
feincms (🥉16 · 840) - 基于 Django 构建的最先进的内容管理系统之一。BSD-3
  • GitHub (👨‍💻 140 · 🔀 220 · 📋 440 - 5% open · ⏱️ 04.07.2022):

     git clone https://github.com/feincms/feincms
    
  • PyPi (📥 4K / month):

     pip install feincms
    
  • Conda:

     conda install -c conda-forge feincms
    
quokka (🥉14 · 2.2K · 💀) - 灵活,可扩展的小型 CMS,基于 Flask 和 MongoDB。❗Unlicensed
  • GitHub (👨‍💻 9 · 🔀 440 · 📋 420 - 15% open · ⏱️ 06.03.2019):

     git clone https://github.com/rochacbruno/quokka
    
  • PyPi (📥 78 / month):

     pip install quokka
    
  • Conda:

     conda install -c conda-forge quokka
    

缓存

Back to top

缓存数据的库。

🔗 dogpile.cache - dogpile.cache 是 Beaker 的下一代替代品,由同一作者开发。

🔗 HermesCache - Python 缓存库,具有基于标签的失效和 dogpile effect 保护功能。

🔗 python-diskcache - SQLite 和文件支持的缓存后端,具有比 memcached 和 redis 更快的查找速度。

pylibmc (🥇27 · 460) - libmemcached 接口的 Python 封装。BSD-3
  • GitHub (👨‍💻 52 · 🔀 120 · 📦 4.1K · 📋 190 - 11% open · ⏱️ 25.08.2022):

     git clone https://github.com/lericson/pylibmc
    
  • PyPi (📥 180K / month):

     pip install pylibmc
    
  • Conda (📥 180K · ⏱️ 05.08.2022):

     conda install -c conda-forge pylibmc
    
django-cacheops (🥈26 · 1.7K) - 具有自动颗粒化事件驱动失效功能的 ORM。BSD-3
  • GitHub (👨‍💻 64 · 🔀 190 · 📦 740 · 📋 300 - 7% open · ⏱️ 11.07.2022):

     git clone https://github.com/Suor/django-cacheops
    
  • PyPi (📥 130K / month):

     pip install django-cacheops
    
  • Conda:

     conda install -c conda-forge django-cacheops
    
beaker (🥉24 · 490 · 💤) - 一个缓存和会话库,可以用在 web 应用和独立 Python 脚本和应用上。❗Unlicensed
  • GitHub (👨‍💻 86 · 🔀 130 · 📦 3.7K · 📋 120 - 53% open · ⏱️ 07.12.2021):

     git clone https://github.com/bbangert/beaker
    
  • PyPi (📥 320K / month):

     pip install beaker
    
  • Conda (📥 62K · ⏱️ 27.08.2019):

     conda install -c conda-forge beaker
    
django-cache-machine (🥉22 · 840) - Django 模型的自动缓存和失效。BSD-3
  • GitHub (👨‍💻 27 · 🔀 150 · 📦 230 · 📋 71 - 21% open · ⏱️ 06.07.2022):

     git clone https://github.com/django-cache-machine/django-cache-machine
    
  • PyPi (📥 7.4K / month):

     pip install django-cache-machine
    
  • Conda:

     conda install -c conda-forge django-cache-machine
    

聊天工具

Back to top

聊天机器人开发相关的库。

errbot (🥇21 · 2.7K) - 实现 ChatOps 的最简单最受欢迎的聊天机器人。❗️GPL-3.0
  • GitHub (🔀 560 · 📦 260 · 📋 750 - 7% open · ⏱️ 21.07.2022):

     git clone https://github.com/errbotio/errbot/
    
  • Conda:

     conda install -c conda-forge 
    

代码分析和 Lint 工具

Back to top

进行代码分析、解析和操作代码库的库和工具。

🔗 flake8 - 模块化源码检查工具,提供与 pycodestylepyflakes 、McCabe 相关的装饰器。

🔗 awesome-flake8-extensions ( 860) - A curated awesome list of flake8 extensions. Feel free to..

🔗 pylint - 一个完全可定制的源码分析器。

🔗 awesome-python-typing ( 1.1K) - Collection of awesome Python types, stubs, plugins, and tools to..

🔗 mypy - 在编译期间检查变量类型。

black (🥇35 · 29K) - 一个坚定的 Python 代码格式化工具。MIT
  • GitHub (👨‍💻 330 · 🔀 1.7K · 📥 24K · 📦 180K · 📋 2K - 16% open · ⏱️ 23.08.2022):

     git clone https://github.com/python/black
    
  • PyPi (📥 15M / month):

     pip install black
    
  • Conda (📥 4.7M · ⏱️ 06.08.2022):

     conda install -c conda-forge black
    
isort (🥇32 · 5.1K) - 用于纠正包导入顺序的 Python 库。MIT
  • GitHub (👨‍💻 260 · 🔀 460 · 📦 270K · 📋 1.1K - 8% open · ⏱️ 20.05.2022):

     git clone https://github.com/timothycrosley/isort
    
  • PyPi (📥 21M / month):

     pip install isort
    
  • Conda (📥 3.5M · ⏱️ 09.11.2021):

     conda install -c conda-forge isort
    
wemake-python-styleguide (🥇32 · 2K) - 有史以来最严格的 Python 代码审查工具。MIT
  • GitHub (👨‍💻 170 · 🔀 340 · 📦 4.9K · 📋 1K - 9% open · ⏱️ 16.08.2022):

     git clone https://github.com/wemake-services/wemake-python-styleguide
    
  • PyPi (📥 220K / month):

     pip install wemake-python-styleguide
    
  • Conda:

     conda install -c conda-forge wemake-python-styleguide
    
yapf (🥈29 · 13K) - Google 的 Python 代码格式化工具。Apache-2
  • GitHub (👨‍💻 140 · 🔀 830 · 📦 36K · 📋 750 - 46% open · ⏱️ 01.03.2022):

     git clone https://github.com/google/yapf
    
  • PyPi (📥 2.1M / month):

     pip install yapf
    
  • Conda (📥 1.1M · ⏱️ 06.01.2022):

     conda install -c conda-forge yapf
    
pylama (🥈26 · 920) - Python 和 JavaScript 的代码审查工具。MIT
  • GitHub (👨‍💻 46 · 🔀 89 · 📦 4.2K · 📋 130 - 30% open · ⏱️ 08.08.2022):

     git clone https://github.com/klen/pylama
    
  • PyPi (📥 120K / month):

     pip install pylama
    
  • Conda (📥 84K · ⏱️ 18.05.2019):

     conda install -c conda-forge pylama
    
vulture (🥈25 · 2.2K) - 用于发现和分析无效 Python 代码的工具。MIT
  • GitHub (👨‍💻 33 · 🔀 100 · 📦 1.9K · 📋 160 - 10% open · ⏱️ 27.07.2022):

     git clone https://github.com/jendrikseipp/vulture
    
  • PyPi (📥 350K / month):

     pip install vulture
    
  • Conda (📥 57K · ⏱️ 20.05.2022):

     conda install -c conda-forge vulture
    
pyre-check (🥉23 · 6K) - 性能类型检查。MIT
  • GitHub (👨‍💻 210 · 🔀 370 · 📋 310 - 28% open · ⏱️ 26.08.2022):

     git clone https://github.com/facebook/pyre-check
    
  • PyPi (📥 110K / month):

     pip install pyre-check
    
  • Conda:

     conda install -c conda-forge pyre-check
    
prospector (🥉23 · 1.7K) - 分析 Python 代码的工具。❗️GPL-2.0
  • GitHub (👨‍💻 79 · 🔀 140 · 📋 320 - 12% open · ⏱️ 14.08.2022):

     git clone https://github.com/PyCQA/prospector
    
  • PyPi (📥 410K / month):

     pip install prospector
    
  • Conda (📥 35K · ⏱️ 10.03.2022):

     conda install -c conda-forge prospector
    
pycallgraph (🥉22 · 1.7K · 💀) - 这个库可以把你的 Python 应用的流程(调用图)进行可视化。❗️GPL-2.0
  • GitHub (👨‍💻 23 · 🔀 270 · 📦 360 · 📋 160 - 30% open · ⏱️ 28.02.2018):

     git clone https://github.com/gak/pycallgraph
    
  • PyPi (📥 25K / month):

     pip install pycallgraph
    
  • Conda:

     conda install -c conda-forge pycallgraph
    
code2flow (🥉20 · 2.6K) - 把你的 Python 和 JavaScript 代码转换为流程图。MIT
  • GitHub (👨‍💻 9 · 🔀 210 · 📦 10 · 📋 44 - 9% open · ⏱️ 25.07.2022):

     git clone https://github.com/scottrogowski/code2flow
    
  • PyPi (📥 1.5K / month):

     pip install code2flow
    
  • Conda (📥 1K · ⏱️ 25.03.2022):

     conda install -c conda-forge code2flow
    
coala (🥉19 · 3.4K · 💀) - 语言独立和易于扩展的代码分析应用程序。❗️AGPL-3.0
  • GitHub (🔀 1.3K · 📥 150 · 📦 10 · 📋 3K - 21% open · ⏱️ 11.06.2021):

     git clone https://github.com/coala/coala/
    
  • Conda:

     conda install -c conda-forge 
    
pyannotate (🥉19 · 1.3K · 💤) - 自动生成符合 PEP-484 的注解。Apache-2
  • GitHub (👨‍💻 17 · 🔀 56 · 📦 75 · 📋 59 - 44% open · ⏱️ 12.10.2021):

     git clone https://github.com/dropbox/pyannotate
    
  • PyPi (📥 4.4K / month):

     pip install pyannotate
    
  • Conda:

     conda install -c conda-forge pyannotate
    
pytype (🥉18 · 3.9K) - 检查和推断 Python 代码中的类型,无需添加注解。❗Unlicensed
  • GitHub (👨‍💻 81 · 🔀 240 · 📋 550 - 18% open · ⏱️ 25.08.2022):

     git clone https://github.com/google/pytype
    
  • PyPi (📥 280K / month):

     pip install pytype
    
  • Conda (📥 99K · ⏱️ 24.08.2022):

     conda install -c conda-forge pytype
    
typeshed (🥉17 · 3.1K) - 带有静态类型的Python库存根的集合。❗Unlicensed
  • GitHub (👨‍💻 1.2K · 🔀 1.3K · 📋 1.8K - 7% open · ⏱️ 26.08.2022):

     git clone https://github.com/python/typeshed
    
  • PyPi (📥 1 / month):

     pip install typeshed
    
  • Conda:

     conda install -c conda-forge typeshed
    
MonkeyType (🥉16 · 3.9K) - 通过收集运行时的类型来为 Python 生成静态类型注释的系统。❗Unlicensed
  • GitHub (👨‍💻 42 · 🔀 140 · 📋 160 - 23% open · ⏱️ 04.07.2022):

     git clone https://github.com/Instagram/MonkeyType
    
  • PyPi (📥 58K / month):

     pip install MonkeyType
    
  • Conda (📥 42K · ⏱️ 19.02.2022):

     conda install -c conda-forge MonkeyType
    

命令行工具

Back to top

用于创建命令行程序的库。

🔗 cement - Python 的命令行程序框架。

🔗 click - 一个通过组合的方式来创建精美命令行界面的包。

🔗 cliff - 一个用于创建命令行程序的框架,可以创建具有多层命令的命令行程序。

🔗 docopt - Python 风格的命令行参数解析器。

🔗 colorama - 跨平台彩色终端文本。

rich (🥇37 · 39K) - 一个在终端中支持富文本和格式美化的 Python 库, 同时提供了`RichHandler`日志处理程序。MIT
  • GitHub (👨‍💻 180 · 🔀 1.3K · 📦 27K · 📋 890 - 8% open · ⏱️ 17.08.2022):

     git clone https://github.com/willmcgugan/rich
    
  • PyPi (📥 13M / month):

     pip install rich
    
  • Conda (📥 1.5M · ⏱️ 11.07.2022):

     conda install -c conda-forge rich
    
tqdm (🥈36 · 23K) - 一个可在循环和命令行中使用的快速、可扩展的进度条。❗Unlicensed
  • GitHub (👨‍💻 110 · 🔀 1.1K · 📥 9.6K · 📦 320K · 📋 840 - 34% open · ⏱️ 04.04.2022):

     git clone https://github.com/tqdm/tqdm
    
  • PyPi (📥 42M / month):

     pip install tqdm
    
  • Conda (📥 13M · ⏱️ 04.04.2022):

     conda install -c conda-forge tqdm
    
asciimatics (🥈27 · 3.1K) - 跨平台,全屏终端包(即鼠标/键盘输入和彩色,定位文本输出),完整的复杂动画和特殊效果的高级 API。Apache-2
  • GitHub (👨‍💻 40 · 🔀 230 · 📦 680 · 📋 280 - 8% open · ⏱️ 03.07.2022):

     git clone https://github.com/peterbrittain/asciimatics
    
  • PyPi (📥 40K / month):

     pip install asciimatics
    
  • Conda (📥 110K · ⏱️ 15.11.2021):

     conda install -c conda-forge asciimatics
    
python-fire (🥉25 · 23K) - Google 出品的一个基于 Python 类的构建命令行界面的库。❗Unlicensed
  • GitHub (👨‍💻 49 · 🔀 1.3K · 📦 14K · 📋 260 - 38% open · ⏱️ 16.04.2022):

     git clone https://github.com/google/python-fire
    
  • PyPi (📥 89 / month):

     pip install python-fire
    
  • Conda:

     conda install -c conda-forge python-fire
    
alive-progress (🥉24 · 3.7K) - 一款新的进度条,具有实时吞吐量信息以及非常酷的动画。MIT
  • GitHub (👨‍💻 7 · 🔀 150 · 📦 1K · 📋 140 - 11% open · ⏱️ 16.07.2022):

     git clone https://github.com/rsalmei/alive-progress
    
  • PyPi (📥 90K / month):

     pip install alive-progress
    
  • Conda (📥 18K · ⏱️ 08.01.2021):

     conda install -c conda-forge alive-progress
    
bashplotlib (🥉19 · 1.7K · 💀) - 在终端中进行基本绘图。MIT
  • GitHub (👨‍💻 20 · 🔀 82 · 📦 150 · 📋 29 - 62% open · ⏱️ 31.03.2021):

     git clone https://github.com/glamp/bashplotlib
    
  • PyPi (📥 5.9K / month):

     pip install bashplotlib
    
  • Conda (📥 3.5K · ⏱️ 08.09.2018):

     conda install -c conda-forge bashplotlib
    
python-prompt-toolkit (🥉18 · 7.9K) - 一个用于构建强大的交互式命令行程序的库。BSD-3
  • GitHub (👨‍💻 210 · 🔀 620 · 📋 990 - 46% open · ⏱️ 27.06.2022):

     git clone https://github.com/jonathanslenders/python-prompt-toolkit
    
  • PyPi:

     pip install python-prompt-toolkit
    
  • Conda:

     conda install -c conda-forge python-prompt-toolkit
    

命令行工具

Back to top

用于创建命令行程序的库。

cookiecutter (🥇35 · 18K · 📈) - 从 cookiecutters(项目模板)创建项目的一个命令行工具。BSD-3
  • GitHub (👨‍💻 280 · 🔀 1.7K · 📦 14K · 📋 740 - 24% open · ⏱️ 01.08.2022):

     git clone https://github.com/audreyr/cookiecutter
    
  • PyPi (📥 2M / month):

     pip install cookiecutter
    
  • Conda (📥 380K · ⏱️ 01.06.2022):

     conda install -c conda-forge cookiecutter
    
httpie (🥇34 · 23K) - 一个命令行 HTTP 客户端,cURL 的替代品,易用性更好。BSD-3
  • GitHub (👨‍💻 150 · 🔀 3.5K · 📥 1.1K · 📦 11K · 📋 780 - 14% open · ⏱️ 10.08.2022):

     git clone https://github.com/jakubroztocil/httpie
    
  • PyPi (📥 190K / month):

     pip install httpie
    
  • Conda (📥 82K · ⏱️ 09.05.2022):

     conda install -c conda-forge httpie
    
thefuck (🥈29 · 73K) - 修正你之前的命令行指令。MIT
  • GitHub (👨‍💻 190 · 🔀 3.1K · 📦 360 · 📋 640 - 31% open · ⏱️ 03.07.2022):

     git clone https://github.com/nvbn/thefuck
    
  • PyPi (📥 6K / month):

     pip install thefuck
    
  • Conda:

     conda install -c conda-forge thefuck
    
tmuxp (🥈27 · 3.5K) - tmux 会话管理器。MIT
  • GitHub (👨‍💻 67 · 🔀 210 · 📦 200 · 📋 310 - 21% open · ⏱️ 21.08.2022):

     git clone https://github.com/tony/tmuxp
    
  • PyPi (📥 3.6K / month):

     pip install tmuxp
    
  • Conda:

     conda install -c conda-forge tmuxp
    
pgcli (🥈25 · 11K) - 支持自动补全和语法高亮的 Postgres 命令行工具。BSD-3
  • GitHub (👨‍💻 160 · 🔀 470 · 📦 570 · 📋 640 - 22% open · ⏱️ 14.06.2022):

     git clone https://github.com/dbcli/pgcli
    
  • PyPi (📥 37K / month):

     pip install pgcli
    
  • Conda (📥 120K · ⏱️ 30.03.2022):

     conda install -c conda-forge pgcli
    
mycli (🥈25 · 11K) - 支持自动补全和语法高亮的 MySQL 命令行客户端❗Unlicensed
  • GitHub (👨‍💻 100 · 🔀 620 · 📦 240 · 📋 600 - 28% open · ⏱️ 14.08.2022):

     git clone https://github.com/dbcli/mycli
    
  • PyPi (📥 31K / month):

     pip install mycli
    
  • Conda (📥 36K · ⏱️ 18.04.2022):

     conda install -c conda-forge mycli
    
howdoi (🥈24 · 9.6K) - 通过命令行获取即时的编程问题解答。MIT
  • GitHub (👨‍💻 80 · 🔀 820 · 📦 420 · 📋 250 - 8% open · ⏱️ 04.07.2022):

     git clone https://github.com/gleitz/howdoi
    
  • PyPi (📥 2.5K / month):

     pip install howdoi
    
  • Conda:

     conda install -c conda-forge howdoi
    
copier (🥈24 · 660) - 用于呈现项目模板的库和命令行实用程序。MIT
  • GitHub (👨‍💻 40 · 🔀 84 · 📦 100 · 📋 270 - 12% open · ⏱️ 22.08.2022):

     git clone https://github.com/pykong/copier
    
  • PyPi (📥 14K / month):

     pip install copier
    
  • Conda (📥 290 · ⏱️ 06.07.2022):

     conda install -c conda-forge copier
    
iredis (🥉22 · 2.1K) - 支持自动补全和高亮显示的 redis 命令行工具。BSD-3
  • GitHub (👨‍💻 30 · 🔀 89 · 📥 10K · 📋 200 - 25% open · ⏱️ 24.08.2022):

     git clone https://github.com/laixintao/iredis
    
  • PyPi (📥 1.3K / month):

     pip install iredis
    
  • Conda (📥 85 · ⏱️ 10.08.2022):

     conda install -c conda-forge iredis
    
PathPicker (🥉20 · 4.8K) - 从 bash 输出中选出文件。MIT
  • GitHub (👨‍💻 78 · 🔀 270 · 📥 44K · 📋 170 - 8% open · ⏱️ 03.07.2022):

     git clone https://github.com/facebook/PathPicker
    
  • PyPi:

     pip install PathPicker
    
  • Conda:

     conda install -c conda-forge PathPicker
    
litecli (🥉20 · 1.7K) - 支持自动补全和语法高亮的 SQLite 命令行工具。BSD-3
  • GitHub (👨‍💻 24 · 🔀 59 · 📦 170 · 📋 84 - 29% open · ⏱️ 11.07.2022):

     git clone https://github.com/dbcli/litecli
    
  • PyPi (📥 24K / month):

     pip install litecli
    
  • Conda:

     conda install -c conda-forge litecli
    
saws (🥉18 · 5K · 💤) - 一个加强版的 AWS 命令行。❗Unlicensed
  • GitHub (👨‍💻 8 · 🔀 270 · 📦 38 · 📋 92 - 32% open · ⏱️ 15.01.2022):

     git clone https://github.com/donnemartin/saws
    
  • PyPi (📥 400 / month):

     pip install saws
    
  • Conda (📥 21K · ⏱️ 16.03.2020):

     conda install -c conda-forge saws
    
percol (🥉18 · 3.1K · 💀) - 向 UNIX shell 传统管道概念中加入交互式选择功能。❗Unlicensed
  • GitHub (👨‍💻 36 · 🔀 140 · 📦 32 · 📋 65 - 55% open · ⏱️ 23.07.2019):

     git clone https://github.com/mooz/percol
    
  • PyPi (📥 2.3K / month):

     pip install percol
    
  • Conda:

     conda install -c conda-forge percol
    
kube-shell (🥉18 · 2.1K · 💀) - K8S 命令行集成的 shell 工具。Apache-2
  • GitHub (👨‍💻 6 · 🔀 160 · 📥 600 · 📦 13 · 📋 69 - 82% open · ⏱️ 19.09.2018):

     git clone https://github.com/cloudnativelabs/kube-shell
    
  • PyPi (📥 290 / month):

     pip install kube-shell
    
  • Conda:

     conda install -c conda-forge kube-shell
    
doitlive (🥉16 · 3.2K) - 一个用来在终端中进行现场演示的工具。MIT
  • GitHub (👨‍💻 17 · 🔀 94 · 📦 17 · 📋 48 - 25% open · ⏱️ 14.08.2022):

     git clone https://github.com/sloria/doitlive
    
  • PyPi (📥 230 / month):

     pip install doitlive
    
  • Conda:

     conda install -c conda-forge doitlive
    
try (🥉12 · 650) - 一个极其简单的命令行工具,用来试用 python 库。MIT
  • GitHub (👨‍💻 4 · 🔀 34 · 📦 5 · 📋 12 - 25% open · ⏱️ 15.05.2022):

     git clone https://github.com/timofurrer/try
    
  • PyPi:

     pip install try
    
  • Conda:

     conda install -c conda-forge try
    

兼容性

Back to top

帮助从 Python 2 向 Python 3 迁移的库。

🔗 python-future - 这就是 Python 2 和 Python 3 之间丢失的那个兼容性层。

🔗 six - Python 2 和 3 的兼容性工具。

modernize (🥇17 · 290 · 💀) - 使 Python 代码更加现代化以便最终迁移到 Python 3。❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 46 · 📋 130 - 34% open · ⏱️ 11.01.2021):

     git clone https://github.com/PyCQA/modernize
    
  • PyPi (📥 40K / month):

     pip install modernize
    
  • Conda (📥 26K · ⏱️ 04.10.2020):

     conda install -c conda-forge modernize
    

计算机视觉

Back to top

计算机视觉相关库。

🔗 OpenCV - 开源计算机视觉库。

EasyOCR (🥇31 · 16K) - 支持40多种语言的即用型 OCR。Apache-2
  • GitHub (👨‍💻 110 · 🔀 2.2K · 📥 2M · 📦 1.5K · 📋 640 - 15% open · ⏱️ 25.08.2022):

     git clone https://github.com/JaidedAI/EasyOCR
    
  • PyPi (📥 84K / month):

     pip install EasyOCR
    
  • Conda:

     conda install -c conda-forge EasyOCR
    
tesserocr (🥈26 · 1.7K) - 另一个简单的,兼容 Pillow 的 `tesseract-ocr` API 装饰器,可用于 OCR。MIT
  • GitHub (👨‍💻 26 · 🔀 220 · 📦 700 · 📋 250 - 31% open · ⏱️ 23.08.2022):

     git clone https://github.com/sirfz/tesserocr
    
  • PyPi (📥 49K / month):

     pip install tesserocr
    
  • Conda (📥 81K · ⏱️ 04.05.2022):

     conda install -c conda-forge tesserocr
    
Face Recognition (🥈25 · 46K) - 简单的面部识别库。MIT
  • GitHub (👨‍💻 54 · 🔀 12K · 📥 470 · 📋 1.2K - 53% open · ⏱️ 10.06.2022):

     git clone https://github.com/ageitgey/face_recognition
    
  • PyPi (📥 39K / month):

     pip install face_recognition
    
  • Conda (📥 8.8K · ⏱️ 30.04.2021):

     conda install -c conda-forge face_recognition
    
pytesseract (🥈25 · 4.4K) - Google Tesseract OCR 的另一包装库。Apache-2
  • GitHub (👨‍💻 41 · 🔀 600 · 📋 310 - 4% open · ⏱️ 16.08.2022):

     git clone https://github.com/madmaze/pytesseract
    
  • PyPi (📥 670K / month):

     pip install pytesseract
    
  • Conda (📥 520K · ⏱️ 15.03.2022):

     conda install -c conda-forge pytesseract
    
Kornia (🥉24 · 7K) - PyTorch 的开源差异化计算机视觉库。Apache-2
  • GitHub (🔀 680 · 📥 430 · 📦 1.7K · 📋 600 - 26% open · ⏱️ 24.08.2022):

     git clone https://github.com/kornia/kornia/
    
  • Conda:

     conda install -c conda-forge 
    
SimpleCV (🥉24 · 2.6K · 💀) - 一个用来创建计算机视觉应用的开源框架。BSD-3
  • GitHub (👨‍💻 100 · 🔀 760 · 📦 370 · 📋 330 - 22% open · ⏱️ 07.04.2015):

     git clone https://github.com/sightmachine/SimpleCV
    
  • PyPi (📥 1.6K / month):

     pip install SimpleCV
    
  • Conda:

     conda install -c conda-forge SimpleCV
    

并发和并行

Back to top

用以进行并发和并行操作的库。

🔗 concurrent.futures - (Python 标准库)将文件名映射为 MIME 类型。

🔗 eventlet - 支持 WSGI 的异步框架。

🔗 gevent - 使用 greenlet 且基于协程的 Python 网络库。

🔗 multiprocessing - (Python 标准库)将文件名映射为 MIME 类型。

scoop (🥇20 · 560) - 支持在 Python 中进行可伸缩并行操作。❗️LGPL-3.0
  • GitHub (👨‍💻 24 · 🔀 84 · 📦 270 · 📋 73 - 43% open · ⏱️ 14.08.2022):

     git clone https://github.com/soravux/scoop
    
  • PyPi (📥 1.5K / month):

     pip install scoop
    
  • Conda:

     conda install -c conda-forge scoop
    

配置

Back to top

用来保存和解析配置的库。

🔗 configparser - (Python 标准库)将文件名映射为 MIME 类型。

🔗 profig - 通过多种格式进行配置,具有数值转换功能。

python-decouple (🥇30 · 2.2K) - 将设置和代码完全隔离。MIT
  • GitHub (👨‍💻 32 · 🔀 160 · 📥 10 · 📦 74K · 📋 80 - 11% open · ⏱️ 11.05.2022):

     git clone https://github.com/henriquebastos/python-decouple
    
  • PyPi (📥 970K / month):

     pip install python-decouple
    
  • Conda (📥 46K · ⏱️ 02.02.2022):

     conda install -c conda-forge python-decouple
    
configobj (🥉27 · 280 · 💀) - INI 文件解析器,带验证功能。❗Unlicensed
  • GitHub (👨‍💻 22 · 🔀 65 · 📦 20K · 📋 140 - 48% open · ⏱️ 14.10.2020):

     git clone https://github.com/DiffSK/configobj
    
  • PyPi (📥 1.9M / month):

     pip install configobj
    
  • Conda (📥 440K · ⏱️ 29.07.2018):

     conda install -c conda-forge configobj
    
hydra (🥉23 · 6.2K) - 一个优雅地配置复杂应用程序的框架。MIT
  • GitHub (👨‍💻 100 · 🔀 450 · 📦 10 · 📋 1.1K - 13% open · ⏱️ 18.08.2022):

     git clone https://github.com/facebookresearch/hydra
    
  • PyPi (📥 8.5K / month):

     pip install hydra
    
  • Conda (📥 11K · ⏱️ 18.01.2021):

     conda install -c conda-forge hydra
    

密码学

Back to top

_ cryptography:这个软件包意在提供密码学基本内容和方法提供给 Python 开发者。 hashids:在 Python 中实现 hashids 。_

🔗 cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.

🔗 passlib - 安全密码存储/哈希库。

paramiko (🥇31 · 7.8K) - SSHv2 协议的 Python (2.6+, 3.3+) ,提供客户端和服务端的功能。❗️LGPL-2.1
  • GitHub (👨‍💻 180 · 🔀 1.8K · 📦 61K · 📋 1.4K - 51% open · ⏱️ 10.06.2022):

     git clone https://github.com/paramiko/paramiko
    
  • PyPi (📥 29M / month):

     pip install paramiko
    
  • Conda (📥 2.1M · ⏱️ 17.05.2022):

     conda install -c conda-forge paramiko
    
pynacl (🥉22 · 910) - 网络和密码学(NaCl) 库的 Python 绑定。Apache-2
  • GitHub (👨‍💻 64 · 🔀 200 · 📋 290 - 13% open · ⏱️ 02.08.2022):

     git clone https://github.com/pyca/pynacl
    
  • PyPi (📥 37M / month):

     pip install pynacl
    
  • Conda (📥 2.9M · ⏱️ 09.04.2022):

     conda install -c conda-forge pynacl
    

科学计算和数据分析

Back to top

用来进行科学计算和数据分析的库。

🔗 Orange - 通过可视化编程或 Python 脚本进行数据挖掘,数据可视化,分析和机器学习。

🔗 Pandas - 提供高性能,易用的数据结构和数据分析工具。

Blaze (🥇28 · 3.1K · 💀) - NumPy 和 Pandas 的大数据接口。BSD-3
  • GitHub (👨‍💻 65 · 🔀 360 · 📦 8.3K · 📋 750 - 33% open · ⏱️ 15.08.2019):

     git clone https://github.com/blaze/blaze
    
  • PyPi (📥 8.1K / month):

     pip install blaze
    
  • Conda (📥 200K · ⏱️ 15.07.2018):

     conda install -c conda-forge blaze
    
AWS Data Wrangler (🥈20 · 3K) - AWS 平台上使用的 Pandas。Apache-2
  • GitHub (👨‍💻 110 · 🔀 500 · 📥 150K · 📋 720 - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/awslabs/aws-data-wrangler
    
  • PyPi:

     pip install aws-data-wrangler
    
  • Conda:

     conda install -c conda-forge aws-data-wrangler
    
Optimus (🥉19 · 1.2K) - 在使用 PySpark 时,让敏捷数据科学工作流程变得简单。Apache-2
  • GitHub (👨‍💻 23 · 🔀 210 · 📋 230 - 14% open · ⏱️ 21.06.2022):

     git clone https://github.com/ironmussa/Optimus
    
  • PyPi (📥 21K / month):

     pip install Optimus
    
  • Conda:

     conda install -c conda-forge Optimus
    
Open Mining (🥉19 · 1.2K · 💀) - 使用 Python 挖掘商业情报 (BI) (Pandas web 接口)。MIT
  • GitHub (👨‍💻 14 · 🔀 230 · 📦 13 · 📋 180 - 36% open · ⏱️ 02.12.2016):

     git clone https://github.com/mining/mining
    
  • PyPi (📥 17 / month):

     pip install mining
    
  • Conda:

     conda install -c conda-forge mining
    

数据验证

Back to top

数据验证库。多用于表单验证。

🔗 colander - 一个用于对从 XML, JSON,HTML 表单获取的数据或其他同样简单的序列化数据进行验证和反序列化的系统。

jsonschema (🥇33 · 3.8K) - JSON Schema 的 python 实现,用于 JSON 数据的验证。MIT
  • GitHub (👨‍💻 100 · 🔀 510 · 📦 240K · 📋 670 - 5% open · ⏱️ 23.08.2022):

     git clone https://github.com/Julian/jsonschema
    
  • PyPi (📥 41M / month):

     pip install jsonschema
    
  • Conda (📥 13M · ⏱️ 22.08.2022):

     conda install -c conda-forge jsonschema
    
schema (🥈31 · 2.6K · 💤) - 一个用于对 Python 数据结构进行验证的库。MIT
  • GitHub (👨‍💻 62 · 🔀 180 · 📦 4.4K · 📋 140 - 51% open · ⏱️ 01.12.2021):

     git clone https://github.com/keleshev/schema
    
  • PyPi (📥 3.6M / month):

     pip install schema
    
  • Conda (📥 59K · ⏱️ 02.12.2021):

     conda install -c conda-forge schema
    
voluptuous (🥈31 · 1.7K) - 一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。BSD-3
  • GitHub (👨‍💻 88 · 🔀 200 · 📦 5.4K · 📋 240 - 16% open · ⏱️ 13.07.2022):

     git clone https://github.com/alecthomas/voluptuous
    
  • PyPi (📥 1.3M / month):

     pip install voluptuous
    
  • Conda (📥 200K · ⏱️ 07.04.2022):

     conda install -c conda-forge voluptuous
    
Cerberus (🥉29 · 2.8K · 💀) - 一个映射验证器(mappings-validator)。支持多种规则,提供归一化功能,可以方便地定制为 Python 风格的 schema 定义。ISC
  • GitHub (👨‍💻 62 · 🔀 220 · 📦 12K · 📋 330 - 11% open · ⏱️ 05.05.2021):

     git clone https://github.com/pyeve/cerberus
    
  • PyPi (📥 3.2M / month):

     pip install cerberus
    
  • Conda (📥 240K · ⏱️ 10.12.2021):

     conda install -c conda-forge cerberus
    
Schematics (🥉25 · 2.5K · 💤) - 数据结构验证。❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 270 · 📦 1.3K · 📋 330 - 27% open · ⏱️ 17.08.2021):

     git clone https://github.com/schematics/schematics
    
  • PyPi (📥 160K / month):

     pip install schematics
    
  • Conda (📥 24K · ⏱️ 17.07.2019):

     conda install -c conda-forge schematics
    
valideer (🥉18 · 260 · 💀) - 轻量级可扩展的数据验证和适配库。MIT
  • GitHub (👨‍💻 7 · 🔀 23 · 📦 61 · 📋 15 - 26% open · ⏱️ 07.03.2018):

     git clone https://github.com/podio/valideer
    
  • PyPi (📥 13K / month):

     pip install valideer
    
  • Conda (📥 19K · ⏱️ 06.07.2018):

     conda install -c conda-forge valideer
    

数据可视化

Back to top

进行数据可视化的库。 参见:awesome-javascript

🔗 Dash - 构建在 Flask、React 和 Plotly之上,旨在用于分析 Web 应用程序。

🔗 awesome-dash ( 1.6K) - A curated list of awesome Dash (plotly) resources.

🔗 Matplotlib - 一个 Python 2D 绘图库。

🔗 Pygal - 一个 Python SVG 图表创建工具。

🔗 PyGraphviz - Graphviz 的 Python 接口。

🔗 PyQtGraph - 交互式实时 2D/3D/ 图像绘制及科学/工程学组件。

Altair (🥇33 · 7.7K) - 用于 Python 的声明式统计可视化库。BSD-3
  • GitHub (👨‍💻 140 · 🔀 650 · 📦 32K · 📋 1.6K - 13% open · ⏱️ 23.08.2022):

     git clone https://github.com/altair-viz/altair
    
  • PyPi (📥 7.3M / month):

     pip install altair
    
  • Conda (📥 1.3M · ⏱️ 29.12.2021):

     conda install -c conda-forge altair
    
Seaborn (🥈29 · 9.7K · 📉) - 使用 Matplotlib 进行统计数据可视化。BSD-3
  • GitHub (👨‍💻 170 · 🔀 1.6K · 📥 230 · 📋 2.1K - 4% open · ⏱️ 26.08.2022):

     git clone https://github.com/mwaskom/seaborn
    
  • PyPi (📥 7.6M / month):

     pip install seaborn
    
  • Conda (📥 4.5M · ⏱️ 16.08.2021):

     conda install -c conda-forge seaborn
    
Bokeh (🥈28 · 17K) - 用 Python 进行交互式 web 绘图。BSD-3
  • GitHub (👨‍💻 610 · 🔀 3.9K · 📦 150 · 📋 7K - 9% open · ⏱️ 24.08.2022):

     git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 3.7M / month):

     pip install bokeh
    
  • Conda (📥 8.3M · ⏱️ 15.08.2022):

     conda install -c conda-forge bokeh
    
bqplot (🥉27 · 3.3K) - Jupyter Notebook的交互式绘图库。Apache-2
  • GitHub (👨‍💻 59 · 🔀 440 · 📦 34 · 📋 570 - 36% open · ⏱️ 22.08.2022):

     git clone https://github.com/bloomberg/bqplot
    
  • PyPi (📥 81K / month):

     pip install bqplot
    
  • Conda (📥 1M · ⏱️ 22.08.2022):

     conda install -c conda-forge bqplot
    
diagrams (🥉25 · 26K) - 用图表作为代码。MIT
  • GitHub (👨‍💻 110 · 🔀 1.5K · 📋 380 - 59% open · ⏱️ 10.08.2022):

     git clone https://github.com/mingrammer/diagrams
    
  • PyPi (📥 82K / month):

     pip install diagrams
    
  • Conda (📥 130K · ⏱️ 23.01.2022):

     conda install -c conda-forge diagrams
    
Cartopy (🥉25 · 1.1K) - 具有 matplotlib 支持的 python 制图库。❗️LGPL-3.0
  • GitHub (👨‍💻 110 · 🔀 320 · 📦 2.6K · 📋 1.1K - 26% open · ⏱️ 23.08.2022):

     git clone https://github.com/SciTools/cartopy
    
  • PyPi (📥 120K / month):

     pip install cartopy
    
  • Conda (📥 2.3M · ⏱️ 25.08.2022):

     conda install -c conda-forge cartopy
    
VisPy (🥉24 · 2.9K) - 基于 OpenGL 的高性能科学可视化工具。❗Unlicensed
  • GitHub (👨‍💻 180 · 🔀 580 · 📦 820 · 📋 1.3K - 20% open · ⏱️ 24.08.2022):

     git clone https://github.com/vispy/vispy
    
  • PyPi (📥 51K / month):

     pip install vispy
    
  • Conda (📥 270K · ⏱️ 05.07.2022):

     conda install -c conda-forge vispy
    
plotnine (🥉21 · 3.2K) - 基于ggplot2的Python图形语法。MIT
  • GitHub (👨‍💻 96 · 🔀 170 · 📋 500 - 13% open · ⏱️ 01.07.2022):

     git clone https://github.com/has2k1/plotnine
    
  • PyPi (📥 350K / month):

     pip install plotnine
    
  • Conda (📥 190K · ⏱️ 02.07.2022):

     conda install -c conda-forge plotnine
    

数据库

Back to top

Python 实现的数据库。

tinydb (🥇23 · 5.3K) - 一个微型的,面向文档型数据库。MIT
  • GitHub (👨‍💻 78 · 🔀 450 · 📋 280 - 3% open · ⏱️ 23.07.2022):

     git clone https://github.com/msiemens/tinydb
    
  • PyPi (📥 390K / month):

     pip install tinydb
    
  • Conda (📥 200K · ⏱️ 19.02.2022):

     conda install -c conda-forge tinydb
    
ZODB (🥇23 · 540) - 一个 Python 原生对象数据库。一个键值和对象图数据库。❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 73 · 📦 870 · 📋 150 - 38% open · ⏱️ 06.07.2022):

     git clone https://github.com/zopefoundation/ZODB
    
  • PyPi (📥 45K / month):

     pip install ZODB
    
  • Conda (📥 50K · ⏱️ 17.03.2022):

     conda install -c conda-forge ZODB
    
pickleDB (🥉20 · 700 · 💀) - 一个简单,轻量级键值储存数据库。BSD-3
  • GitHub (👨‍💻 12 · 🔀 110 · 📦 940 · 📋 57 - 28% open · ⏱️ 15.11.2019):

     git clone https://github.com/patx/pickledb
    
  • PyPi (📥 38K / month):

     pip install pickledb
    
  • Conda (📥 2.9K · ⏱️ 17.04.2019):

     conda install -c conda-forge pickledb
    

数据库 Drivers

Back to top

用来连接和操作数据库的库。

🔗 awesome-postgres ( 8K) - A curated list of awesome PostgreSQL software, libraries, tools and..

🔗 psycopg2 - Python 中最流行的 PostgreSQL 适配器。

🔗 awesome-sqlite ( 190 · 💤) - A collection of awesome sqlite tools, scripts, books, etc.

🔗 sqlite3 - (Python 标准库)将文件名映射为 MIME 类型。

🔗 pymssql - 一个简单的 Microsoft SQL Server 数据库接口。

🔗 py2neo - Neo4j restful 接口的 Python 封装客户端。

redis-py (🥇35 · 11K) - Redis 的 Python 客户端。MIT
  • GitHub (👨‍💻 340 · 🔀 2.1K · 📦 150K · 📋 1.2K - 9% open · ⏱️ 25.08.2022):

     git clone https://github.com/andymccurdy/redis-py
    
  • PyPi:

     pip install redis-py
    
  • Conda (📥 770K · ⏱️ 27.06.2022):

     conda install -c conda-forge redis-py
    
kafka-python (🥇34 · 4.9K) - Apache Kafka Python 客户端。Apache-2
  • GitHub (👨‍💻 210 · 🔀 1.2K · 📥 1.8K · 📦 11K · 📋 1.4K - 15% open · ⏱️ 27.03.2022):

     git clone https://github.com/dpkp/kafka-python
    
  • PyPi (📥 7.6M / month):

     pip install kafka-python
    
  • Conda (📥 320K · ⏱️ 30.09.2020):

     conda install -c conda-forge kafka-python
    
motor (🥇34 · 2K) - 支持 MongoDB 的异步 Python 驱动程序。Apache-2
  • GitHub (👨‍💻 41 · 🔀 170 · 📦 34K · ⏱️ 17.08.2022):

     git clone https://github.com/mongodb/motor
    
  • PyPi (📥 4.2M / month):

     pip install motor
    
  • Conda (📥 47K · ⏱️ 28.04.2022):

     conda install -c conda-forge motor
    
PyMySQL (🥈32 · 7K) - 纯 Python MySQL 驱动,兼容 mysql-python。MIT
  • GitHub (👨‍💻 120 · 🔀 1.3K · 📦 130K · 📋 610 - 4% open · ⏱️ 24.08.2022):

     git clone https://github.com/PyMySQL/PyMySQL
    
  • PyPi (📥 32M / month):

     pip install PyMySQL
    
  • Conda (📥 750K · ⏱️ 09.01.2021):

     conda install -c conda-forge PyMySQL
    
cassandra-driver (🥈24 · 1.3K) - The Python Driver for Apache Cassandra. Apache-2
  • GitHub (👨‍💻 180 · 🔀 440 · 📦 4.1K · ⏱️ 17.05.2022):

     git clone https://github.com/datastax/python-driver
    
  • PyPi (📥 15 / month):

     pip install python-driver
    
  • Conda:

     conda install -c conda-forge python-driver
    
clickhouse-driver (🥈24 · 900) - Python driver with native interface for ClickHouse. ❗Unlicensed
  • GitHub (👨‍💻 43 · 🔀 170 · 📦 710 · 📋 250 - 12% open · ⏱️ 27.07.2022):

     git clone https://github.com/mymarilyn/clickhouse-driver
    
  • PyPi (📥 1.3M / month):

     pip install clickhouse-driver
    
  • Conda (📥 320K · ⏱️ 13.06.2022):

     conda install -c conda-forge clickhouse-driver
    
happybase (🥉22 · 590) - 一个为 Apache HBase 设计的,对开发者友好的库。❗Unlicensed
  • GitHub (👨‍💻 19 · 🔀 150 · 📦 650 · 📋 200 - 10% open · ⏱️ 12.07.2022):

     git clone https://github.com/wbolster/happybase
    
  • PyPi (📥 76K / month):

     pip install happybase
    
  • Conda (📥 98K · ⏱️ 01.07.2019):

     conda install -c conda-forge happybase
    
pymongo (🥉21 · 3.7K) - MongoDB 的官方 Python 客户端。Apache-2
  • GitHub (👨‍💻 190 · 🔀 960 · ⏱️ 26.08.2022):

     git clone https://github.com/mongodb/mongo-python-driver
    
  • PyPi:

     pip install mongo-python-driver
    
  • Conda:

     conda install -c conda-forge mongo-python-driver
    
queries (🥉19 · 250 · 💤) - psycopg2 库的封装,用来和 PostgreSQL 进行交互。BSD-3
  • GitHub (👨‍💻 11 · 🔀 30 · 📦 110 · 📋 18 - 22% open · ⏱️ 16.11.2021):

     git clone https://github.com/gmr/queries
    
  • PyPi (📥 2.7K / month):

     pip install queries
    
  • Conda:

     conda install -c conda-forge queries
    
mysqlclient (🥉17 · 2.1K) - MySQL connector with Python 3 support ([mysql-.. ❗️GPL-2.0
  • GitHub (👨‍💻 70 · 🔀 340 · 📥 5.2K · 📋 290 - 4% open · ⏱️ 05.08.2022):

     git clone https://github.com/PyMySQL/mysqlclient-python
    
  • PyPi:

     pip install mysqlclient-python
    
  • Conda:

     conda install -c conda-forge mysqlclient-python
    
SuperSQLite (🥉17 · 700 · 💀) - A supercharged SQLite library built on top of.. MIT
  • GitHub (👨‍💻 2 · 🔀 24 · 📦 10 · 📋 7 - 85% open · ⏱️ 27.08.2019):

     git clone https://github.com/plasticityai/supersqlite
    
  • PyPi (📥 330 / month):

     pip install supersqlite
    
  • Conda:

     conda install -c conda-forge supersqlite
    

日期和时间

Back to top

操作日期和时间的类库。

🔗 Arrow - 更好的 Python 日期时间操作类库。

🔗 pytz - 支持跨平台时区计算,并将 tz database 引入 Python。

dateutil (🥇28 · 1.9K) - Python 标准包 datetime 的扩展。❗Unlicensed
  • GitHub (👨‍💻 130 · 🔀 400 · 📥 35K · 📦 770K · 📋 630 - 39% open · ⏱️ 18.04.2022):

     git clone https://github.com/dateutil/dateutil
    
  • PyPi:

     pip install dateutil
    
  • Conda:

     conda install -c conda-forge dateutil
    
maya (🥈27 · 3.4K) - 人性化的时间处理库。MIT
  • GitHub (👨‍💻 47 · 🔀 190 · 📦 960 · 📋 90 - 17% open · ⏱️ 13.05.2022):

     git clone https://github.com/timofurrer/maya
    
  • PyPi (📥 41K / month):

     pip install maya
    
  • Conda (📥 49K · ⏱️ 07.01.2019):

     conda install -c conda-forge maya
    
Pendulum (🥈25 · 4.9K) - 一个比 arrow 更具有明确的,可预测的行为的时间操作库。MIT
  • GitHub (👨‍💻 87 · 🔀 290 · 📋 440 - 41% open · ⏱️ 24.08.2022):

     git clone https://github.com/sdispater/pendulum
    
  • PyPi (📥 9.5M / month):

     pip install pendulum
    
  • Conda (📥 550K · ⏱️ 06.04.2022):

     conda install -c conda-forge pendulum
    
delorean (🥉20 · 1.8K) - 解决 Python 中有关日期处理的棘手问题的库。MIT
  • GitHub (🔀 130 · 📦 810 · 📋 63 - 42% open · ⏱️ 28.06.2022):

     git clone https://github.com/myusuf3/delorean/
    
  • Conda:

     conda install -c conda-forge 
    
moment (🥉20 · 700 · 💀) - 一个处理日期/时间的库,灵感来自 Moment.js❗Unlicensed
  • GitHub (👨‍💻 4 · 🔀 41 · 📦 700 · 📋 40 - 15% open · ⏱️ 27.11.2020):

     git clone https://github.com/zachwill/moment
    
  • PyPi (📥 61K / month):

     pip install moment
    
  • Conda (📥 9.3K · ⏱️ 31.01.2019):

     conda install -c conda-forge moment
    
Chronyk (🥉16 · 340 · 💀) - Python 3 的类库,用于解析手写格式的时间和日期。MIT
  • GitHub (👨‍💻 3 · 🔀 16 · 📦 21 · 📋 10 - 50% open · ⏱️ 02.08.2015):

     git clone https://github.com/KoffeinFlummi/Chronyk
    
  • PyPi (📥 570 / month):

     pip install Chronyk
    
  • Conda:

     conda install -c conda-forge Chronyk
    
PyTime (🥉14 · 150 · 💤) - 一个简单易用的 Python 模块,用于通过字符串来操作日期/时间。MIT
  • GitHub (👨‍💻 5 · 🔀 17 · 📦 28 · ⏱️ 31.08.2021):

     git clone https://github.com/shinux/PyTime
    
  • PyPi (📥 2.3K / month):

     pip install PyTime
    
  • Conda:

     conda install -c conda-forge PyTime
    
when.py (🥉12 · 190 · 💀) - 提供用户友好的函数来帮助用户进行常用的日期和时间操作。BSD-3
  • GitHub (👨‍💻 5 · 🔀 18 · 📦 24 · ⏱️ 14.10.2017):

     git clone https://github.com/dirn/When.py
    
  • PyPi:

     pip install When.py
    
  • Conda:

     conda install -c conda-forge When.py
    

调试工具

Back to top

用来进行代码调试的库。

py-spy (🥇30 · 8.8K) - Python 程序采样分析器,使用 Rust 实现。MIT
  • GitHub (👨‍💻 30 · 🔀 300 · 📥 9.7K · 📦 300 · 📋 250 - 32% open · ⏱️ 21.08.2022):

     git clone https://github.com/benfred/py-spy
    
  • PyPi (📥 960K / month):

     pip install py-spy
    
  • Conda (📥 330K · ⏱️ 18.12.2021):

     conda install -c conda-forge py-spy
    
django-debug-toolbar (🥇30 · 7.1K) - 为 Django 显示各种调试信息。BSD-3
  • GitHub (👨‍💻 260 · 🔀 850 · 📥 170 · 📦 55K · 📋 800 - 10% open · ⏱️ 19.08.2022):

     git clone https://github.com/jazzband/django-debug-toolbar
    
  • PyPi (📥 1.5M / month):

     pip install django-debug-toolbar
    
  • Conda (📥 140K · ⏱️ 18.08.2022):

     conda install -c conda-forge django-debug-toolbar
    
flask-debugtoolbar (🥈29 · 840) - django-debug-toolbar 的 flask 版。BSD-3
  • GitHub (👨‍💻 42 · 🔀 120 · 📦 18K · 📋 100 - 33% open · ⏱️ 18.08.2022):

     git clone https://github.com/mgood/flask-debugtoolbar
    
  • PyPi (📥 130K / month):

     pip install flask-debugtoolbar
    
  • Conda (📥 54K · ⏱️ 30.03.2022):

     conda install -c conda-forge flask-debugtoolbar
    
ipdb (🥈28 · 1.6K · 💤) - IPython 启用的 pdbBSD-3
  • GitHub (👨‍💻 49 · 🔀 130 · 📦 34K · 📋 180 - 34% open · ⏱️ 30.12.2021):

     git clone https://github.com/gotcha/ipdb
    
  • PyPi (📥 2.5M / month):

     pip install ipdb
    
  • Conda (📥 280K · ⏱️ 24.06.2021):

     conda install -c conda-forge ipdb
    
pyelftools (🥈26 · 1.5K) - 解析和分析 ELF 文件以及 DWARF 调试信息。❗Unlicensed
  • GitHub (👨‍💻 84 · 🔀 430 · 📦 3.8K · 📋 200 - 30% open · ⏱️ 22.08.2022):

     git clone https://github.com/eliben/pyelftools
    
  • PyPi (📥 1.6M / month):

     pip install pyelftools
    
  • Conda (📥 98K · ⏱️ 12.08.2022):

     conda install -c conda-forge pyelftools
    
pudb (🥈25 · 2.5K) - 全屏,基于控制台的 Python 调试器。❗Unlicensed
  • GitHub (👨‍💻 89 · 🔀 200 · 📦 3.3K · 📋 290 - 45% open · ⏱️ 21.08.2022):

     git clone https://github.com/inducer/pudb
    
  • PyPi (📥 200K / month):

     pip install pudb
    
  • Conda (📥 140K · ⏱️ 11.01.2022):

     conda install -c conda-forge pudb
    
icecream (🥈22 · 6.1K) - 通过一个简单的函数调用检查变量、表达式和程序执行情况。MIT
  • GitHub (👨‍💻 19 · 🔀 120 · 📋 92 - 26% open · ⏱️ 21.07.2022):

     git clone https://github.com/gruns/icecream
    
  • PyPi (📥 160K / month):

     pip install icecream
    
  • Conda (📥 6.6K · ⏱️ 21.07.2022):

     conda install -c conda-forge icecream
    
vprof (🥈22 · 3.9K) - 视觉 Python 分析器。BSD-2
  • GitHub (👨‍💻 17 · 🔀 150 · 📦 97 · 📋 82 - 31% open · ⏱️ 15.07.2022):

     git clone https://github.com/nvdv/vprof
    
  • PyPi (📥 5.2K / month):

     pip install vprof
    
  • Conda:

     conda install -c conda-forge vprof
    
django-devserver (🥉21 · 1.3K · 💀) - 一个 Django 运行服务器的替代品。BSD-3
  • GitHub (👨‍💻 39 · 🔀 140 · 📦 360 · 📋 67 - 58% open · ⏱️ 05.03.2016):

     git clone https://github.com/dcramer/django-devserver
    
  • PyPi (📥 4.6K / month):

     pip install django-devserver
    
  • Conda:

     conda install -c conda-forge django-devserver
    
pdb++ (🥉21 · 970) - 另一种 pdb 的替代。BSD-3
  • GitHub (👨‍💻 41 · 🔀 51 · 📦 3K · 📋 190 - 38% open · ⏱️ 14.07.2022):

     git clone https://github.com/antocuni/pdb
    
  • PyPi:

     pip install pdb
    
  • Conda:

     conda install -c conda-forge pdb
    
wdb (🥉19 · 1.5K · 💀) - 一个奇异的 web 调试器,通过 WebSockets 工作。❗️GPL-3.0
  • GitHub (👨‍💻 22 · 🔀 100 · 📦 120 · 📋 110 - 26% open · ⏱️ 16.09.2019):

     git clone https://github.com/Kozea/wdb
    
  • PyPi (📥 7.6K / month):

     pip install wdb
    
  • Conda:

     conda install -c conda-forge wdb
    
line_profiler (🥉17 · 3.6K · 💀) - Line-by-line profiling. ❗Unlicensed
  • GitHub (👨‍💻 14 · 🔀 250 · 📋 140 - 36% open · ⏱️ 23.04.2019):

     git clone https://github.com/rkern/line_profiler
    
  • PyPi (📥 220K / month):

     pip install line_profiler
    
  • Conda (📥 270K · ⏱️ 22.03.2022):

     conda install -c conda-forge line_profiler
    
pyflame (🥉17 · 2.9K · 💀) - 用于 Python 的跟踪分析器。Apache-2
  • GitHub (👨‍💻 22 · 🔀 220 · 📋 77 - 31% open · ⏱️ 03.12.2019):

     git clone https://github.com/uber/pyflame
    
  • PyPi (📥 200 / month):

     pip install pyflame
    
  • Conda (📥 18K · ⏱️ 25.06.2021):

     conda install -c conda-forge pyflame
    
python-hunter (🥉17 · 680 · 💤) - 一个灵活的代码追踪工具包。BSD-2
  • GitHub (👨‍💻 9 · 🔀 39 · 📦 98 · 📋 87 - 42% open · ⏱️ 15.12.2021):

     git clone https://github.com/ionelmc/python-hunter
    
  • PyPi (📥 12 / month):

     pip install python-hunter
    
  • Conda:

     conda install -c conda-forge python-hunter
    
manhole (🥉16 · 330) - 调试UNIX套接字连接,并显示所有线程的堆栈跟踪和交互式提示。BSD-2
  • GitHub (👨‍💻 11 · 🔀 19 · 📦 110 · 📋 21 - 28% open · ⏱️ 02.02.2022):

     git clone https://github.com/ionelmc/python-manhole
    
  • PyPi:

     pip install python-manhole
    
  • Conda:

     conda install -c conda-forge python-manhole
    
memory_profiler (🥉16 · 79 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed
  • GitHub (👨‍💻 61 · 🔀 13 · ⏱️ 28.06.2018):

     git clone https://github.com/fabianp/memory_profiler
    
  • PyPi (📥 570K / month):

     pip install memory_profiler
    
  • Conda (📥 210K · ⏱️ 19.12.2021):

     conda install -c conda-forge memory_profiler
    
pyringe (🥉12 · 1.6K · 💀) - 能够附加到 Python 进程并将代码注入Python进程的调试器。❗Unlicensed
  • GitHub (🔀 74 · 📦 4 · 📋 24 - 62% open · ⏱️ 10.05.2014):

     git clone https://github.com/google/pyringe
    
  • PyPi (📥 33 / month):

     pip install pyringe
    
  • Conda:

     conda install -c conda-forge pyringe
    
lptrace (🥉12 · 680 · 💀) - 为 Python 程序打造的 strace❗️GPL-3.0
  • GitHub (🔀 37 · 📦 3 · 📋 12 - 41% open · ⏱️ 24.02.2017):

     git clone https://github.com/khamidou/lptrace
    
  • PyPi (📥 310 / month):

     pip install lptrace
    
  • Conda:

     conda install -c conda-forge lptrace
    

深度学习

Back to top

神经网络和深度学习相关框架。 也可以参考 awesome-deep-learning

tensorflow (🥇44 · 170K) - 谷歌开源的最受欢迎的深度学习框架。Apache-2
  • GitHub (👨‍💻 4.1K · 🔀 70K · 📦 210K · 📋 35K - 5% open · ⏱️ 26.08.2022):

     git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 14M / month):

     pip install tensorflow
    
  • Conda (📥 3.6M · ⏱️ 20.07.2022):

     conda install -c conda-forge tensorflow
    
keras (🥈32 · 56K) - 以 tensorflow/theano/CNTK 为后端的深度学习封装库,快速上手神经网络。Apache-2
  • GitHub (👨‍💻 1.1K · 🔀 18K · 📋 11K - 2% open · ⏱️ 26.08.2022):

     git clone https://github.com/keras-team/keras
    
  • PyPi (📥 8.4M / month):

     pip install keras
    
  • Conda (📥 2.5M · ⏱️ 19.05.2022):

     conda install -c conda-forge keras
    
Theano (🥈30 · 9.6K · 💤) - 一个快速数值计算库。❗Unlicensed
  • GitHub (👨‍💻 380 · 🔀 2.4K · 📦 13K · 📋 2.7K - 21% open · ⏱️ 23.11.2021):

     git clone https://github.com/Theano/Theano
    
  • PyPi (📥 270K / month):

     pip install Theano
    
  • Conda (📥 2.1M · ⏱️ 16.03.2022):

     conda install -c conda-forge Theano
    
pytorch (🥉29 · 58K) - 一个具有张量和动态神经网络,并有强大 GPU 加速能力的深度学习框架。❗Unlicensed
  • GitHub (👨‍💻 3.5K · 🔀 16K · 📥 5.6K · 📋 28K - 32% open · ⏱️ 26.08.2022):

     git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 45K / month):

     pip install pytorch
    
  • Conda (📥 670K · ⏱️ 10.08.2022):

     conda install -c conda-forge pytorch
    
mxnet (🥉29 · 20K) - 一个高效和灵活的深度学习框架。Apache-2
  • GitHub (👨‍💻 980 · 🔀 6.5K · 📥 25K · 📋 9.5K - 18% open · ⏱️ 23.08.2022):

     git clone https://github.com/dmlc/mxnet
    
  • PyPi (📥 410K / month):

     pip install mxnet
    
  • Conda:

     conda install -c conda-forge mxnet
    
caffe (🥉22 · 33K · 💀) - 一个 Caffe 的 python 接口。❗Unlicensed
  • GitHub (👨‍💻 310 · 🔀 14K · 📋 4.8K - 18% open · ⏱️ 13.02.2020):

     git clone https://github.com/BVLC/caffe
    
  • PyPi:

     pip install caffe
    
  • Conda (📥 95K · ⏱️ 27.06.2020):

     conda install -c conda-forge caffe
    
SerpentAI (🥉14 · 6.3K · 💀) - 游戏代理框架,可使用任意视频游戏作为深度学习沙箱。MIT
  • GitHub (👨‍💻 7 · 🔀 730 · 📥 200 · ⏱️ 22.05.2020):

     git clone https://github.com/SerpentAI/SerpentAI
    
  • PyPi (📥 40 / month):

     pip install SerpentAI
    
  • Conda:

     conda install -c conda-forge SerpentAI
    

DevOps 工具

Back to top

用于 DevOps 的软件和库。

🔗 cloudinit - 一个多分发包,用于处理云实例的早期初始化。

🔗 OpenStack - 用于构建私有和公有云的开源软件。

🔗 BorgBackup - 具有压缩和加密功能的重复数据删除存档器。

🔗 docker-compose - 使用 Docker 的快速独立的开发环境。

psutil (🥇37 · 8.6K) - 一个跨平台进程和系统工具模块。BSD-3
  • GitHub (👨‍💻 180 · 🔀 1.2K · 📦 200K · 📋 1.6K - 13% open · ⏱️ 18.08.2022):

     git clone https://github.com/giampaolo/psutil
    
  • PyPi (📥 57M / month):

     pip install psutil
    
  • Conda (📥 14M · ⏱️ 20.05.2022):

     conda install -c conda-forge psutil
    
ansible (🥈33 · 54K) - 一个非常简单的 IT 自动化平台。❗️GPL-3.0
  • GitHub (👨‍💻 6.6K · 🔀 21K · 📦 23K · 📋 31K - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/ansible/ansible
    
  • PyPi (📥 4.9M / month):

     pip install ansible
    
  • Conda (📥 700K · ⏱️ 24.08.2022):

     conda install -c conda-forge ansible
    
saltstack (🥈30 · 13K) - 基础设施自动化和管理系统。Apache-2
  • GitHub (👨‍💻 3.8K · 🔀 5.1K · 📥 16K · 📋 25K - 9% open · ⏱️ 26.08.2022):

     git clone https://github.com/saltstack/salt
    
  • PyPi (📥 74K / month):

     pip install salt
    
  • Conda (📥 26K · ⏱️ 26.02.2019):

     conda install -c conda-forge salt
    
supervisor (🥈30 · 7.4K) - UNIX 的进程控制系统。❗Unlicensed
  • GitHub (👨‍💻 160 · 🔀 1.1K · 📦 7.5K · 📋 1.1K - 10% open · ⏱️ 09.08.2022):

     git clone https://github.com/Supervisor/supervisor
    
  • PyPi (📥 1.6M / month):

     pip install supervisor
    
  • Conda (📥 200K · ⏱️ 12.04.2022):

     conda install -c conda-forge supervisor
    
honcho (🥉25 · 1.5K) - Foreman 的 Python 克隆版,用于管理基于 Procfile 的应用。MIT
  • GitHub (👨‍💻 46 · 🔀 130 · 📦 3.6K · 📋 100 - 11% open · ⏱️ 03.08.2022):

     git clone https://github.com/nickstenning/honcho
    
  • PyPi (📥 140K / month):

     pip install honcho
    
  • Conda:

     conda install -c conda-forge honcho
    
pyinfra (🥉23 · 1.6K) - 一个通用的 CLI 工具包和 python 库,用于自动化的基础设施。MIT
  • GitHub (👨‍💻 72 · 🔀 280 · 📦 50 · 📋 610 - 18% open · ⏱️ 14.08.2022):

     git clone https://github.com/Fizzadar/pyinfra
    
  • PyPi (📥 24K / month):

     pip install pyinfra
    
  • Conda:

     conda install -c conda-forge pyinfra
    
fabric (🥉22 · 14K) - 一个简单的,Python 风格的工具,用来进行远程执行和部署。BSD-2
  • GitHub (👨‍💻 19 · 🔀 1.7K · 📋 1.7K - 23% open · ⏱️ 14.07.2022):

     git clone https://github.com/fabric/fabric
    
  • PyPi (📥 2.5M / month):

     pip install fabric
    
  • Conda (📥 52K · ⏱️ 16.07.2022):

     conda install -c conda-forge fabric
    
fabtools (🥉22 · 1.3K · 💀) - 一个用来编写超赞的 Fabric 文件的工具。BSD-2
  • GitHub (👨‍💻 88 · 🔀 190 · 📦 280 · 📋 140 - 54% open · ⏱️ 16.09.2019):

     git clone https://github.com/fabtools/fabtools
    
  • PyPi (📥 1.8K / month):

     pip install fabtools
    
  • Conda:

     conda install -c conda-forge fabtools
    
cuisine (🥉18 · 1.2K · 💀) - 为 Fabric 提供一系列高级函数。❗Unlicensed
  • GitHub (👨‍💻 57 · 🔀 160 · 📦 160 · 📋 110 - 24% open · ⏱️ 27.02.2018):

     git clone https://github.com/sebastien/cuisine
    
  • PyPi (📥 830 / month):

     pip install cuisine
    
  • Conda:

     conda install -c conda-forge cuisine
    

分布式计算

Back to top

分布式计算相关的框架和库。

🔗 PySpark - Spark 的 Python API 。

luigi (🥇34 · 16K) - 这个模块帮你构建批处理作业的复杂流水线。Apache-2
  • GitHub (👨‍💻 590 · 🔀 2.3K · 📦 1.8K · 📋 940 - 7% open · ⏱️ 18.08.2022):

     git clone https://github.com/spotify/luigi
    
  • PyPi (📥 670K / month):

     pip install luigi
    
  • Conda (📥 560K · ⏱️ 18.08.2022):

     conda install -c conda-forge luigi
    
dask (🥈32 · 10K) - 用于分析计算的灵活的并行计算库。BSD-3
  • GitHub (👨‍💻 550 · 🔀 1.5K · 📦 39K · 📋 4.4K - 15% open · ⏱️ 25.08.2022):

     git clone https://github.com/dask/dask
    
  • PyPi (📥 7.1M / month):

     pip install dask
    
  • Conda (📥 6.4M · ⏱️ 19.08.2022):

     conda install -c conda-forge dask
    
Ray (🥈27 · 22K) - 一个用于并行和分布式 Python 的系统,它统一了机器学习生态系统。Apache-2
  • GitHub (🔀 3.7K · 📦 5.7K · 📋 11K - 21% open · ⏱️ 26.08.2022):

     git clone https://github.com/ray-project/ray/
    
  • Conda:

     conda install -c conda-forge 
    
mrjob (🥈27 · 2.6K · 💀) - 在 Hadoop 或 Amazon Web Services 上运行 MapReduce 任务。❗Unlicensed
  • GitHub (👨‍💻 140 · 🔀 580 · 📦 1.1K · 📋 1.3K - 15% open · ⏱️ 16.11.2020):

     git clone https://github.com/Yelp/mrjob
    
  • PyPi (📥 76K / month):

     pip install mrjob
    
  • Conda (📥 490K · ⏱️ 06.02.2022):

     conda install -c conda-forge mrjob
    
faust (🥉25 · 6.3K · 💀) - 一个 Python 流处理库,核心思想来源 Kafka Streams❗Unlicensed
  • GitHub (👨‍💻 94 · 🔀 530 · 📦 1.1K · 📋 460 - 48% open · ⏱️ 09.10.2020):

     git clone https://github.com/robinhood/faust
    
  • PyPi (📥 32K / month):

     pip install faust
    
  • Conda:

     conda install -c conda-forge faust
    
streamparse (🥉24 · 1.5K) - 运行针对事实数据流的 Python 代码。集成了 Apache StormApache-2
  • GitHub (👨‍💻 43 · 🔀 210 · 📦 55 · 📋 330 - 19% open · ⏱️ 18.07.2022):

     git clone https://github.com/Parsely/streamparse
    
  • PyPi (📥 2.2K / month):

     pip install streamparse
    
  • Conda:

     conda install -c conda-forge streamparse
    

分发

Back to top

打包为可执行文件以便分发。

🔗 Nuitka - 将脚本、模块、包编译成可执行文件或扩展模块。

🔗 py2app - 将 Python 脚本变为独立软件包(Mac OS X)。

🔗 py2exe - 将 Python 脚本变为独立软件包(Windows)。

🔗 pynsist - 一个用来创建 Windows 安装程序的工具,可以在安装程序中打包 Python 本身。

PyInstaller (🥇33 · 9.5K · 📈) - 将 Python 程序转换成独立的执行文件(跨平台)。❗Unlicensed
  • GitHub (👨‍💻 440 · 🔀 1.7K · 📥 730K · 📦 30K · 📋 4.6K - 5% open · ⏱️ 23.08.2022):

     git clone https://github.com/pyinstaller/pyinstaller
    
  • PyPi (📥 870K / month):

     pip install pyinstaller
    
  • Conda (📥 340K · ⏱️ 21.05.2022):

     conda install -c conda-forge pyinstaller
    
pyarmor (🥈28 · 1.7K) - 一个用于加密 python 脚本的工具,也可以将加密后的脚本绑定到固件上,或设置已加密脚本的有效期。❗Unlicensed
  • GitHub (👨‍💻 23 · 🔀 190 · 📦 490 · 📋 780 - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/dashingsoft/pyarmor
    
  • PyPi (📥 540K / month):

     pip install pyarmor
    
  • Conda:

     conda install -c conda-forge pyarmor
    
shiv (🥉19 · 1.5K) - 一个命令行工具,可用于构建完全独立的 zip 应用(PEP 441 所描述的那种),同时包含了所有的依赖项。BSD-2
  • GitHub (👨‍💻 37 · 🔀 80 · 📥 310 · 📋 110 - 31% open · ⏱️ 17.08.2022):

     git clone https://github.com/linkedin/shiv
    
  • PyPi (📥 16K / month):

     pip install shiv
    
  • Conda (📥 46 · ⏱️ 22.08.2022):

     conda install -c conda-forge shiv
    
dh-virtualenv (🥉15 · 1.5K) - 构建并将 virtualenv 虚拟环境作为一个 Debian 包来发布。❗️GPL-2.0
  • GitHub (👨‍💻 59 · 🔀 170 · 📋 200 - 13% open · ⏱️ 15.07.2022):

     git clone https://github.com/spotify/dh-virtualenv
    
  • PyPi:

     pip install dh-virtualenv
    
  • Conda:

     conda install -c conda-forge dh-virtualenv
    

文档

Back to top

用以生成项目文档的库。

🔗 awesome-sphinxdoc ( 810 · 💀) - A curated list of awesome tools for Sphinx Python Documentation..

sphinx (🥇27 · 4.9K) - Python 文档生成器。❗Unlicensed
  • GitHub (🔀 1.6K · 📦 220K · 📋 6.1K - 16% open · ⏱️ 23.08.2022):

     git clone https://github.com/sphinx-doc/sphinx/
    
  • Conda:

     conda install -c conda-forge 
    
pdoc (🥉23 · 1.3K) - 一个可以替换 Epydoc 的库,可以自动生成 Python 库的 API 文档。Unlicense
  • GitHub (👨‍💻 39 · 🔀 140 · 📦 780 · 📋 280 - 3% open · ⏱️ 24.08.2022):

     git clone https://github.com/mitmproxy/pdoc
    
  • PyPi (📥 110K / month):

     pip install pdoc
    
  • Conda (📥 4.4K · ⏱️ 12.08.2022):

     conda install -c conda-forge pdoc
    
pycco (🥉20 · 800 · 💀) - 文学编程(literate-programming)风格的文档生成器。❗Unlicensed
  • GitHub (👨‍💻 36 · 🔀 140 · 📦 260 · 📋 57 - 50% open · ⏱️ 20.12.2019):

     git clone https://github.com/pycco-docs/pycco
    
  • PyPi (📥 1.4K / month):

     pip install pycco
    
  • Conda:

     conda install -c conda-forge pycco
    

下载器

Back to top

用来进行下载的库.

🔗 you-get - 一个 YouTube/Youku/Niconico 视频下载器,使用 Python3 编写。

🔗 youtube-dl - 一个小巧的命令行程序,用来下载 YouTube 视频。

akshare (🥇28 · 5.3K) - 为方便人使用而创建的金融数据接口库。MIT
  • GitHub (👨‍💻 39 · 🔀 1.2K · 📦 200 · ⏱️ 26.08.2022):

     git clone https://github.com/jindaxiang/akshare
    
  • PyPi (📥 24K / month):

     pip install akshare
    
  • Conda:

     conda install -c conda-forge akshare
    
s3cmd (🥉25 · 4K) - 一个用来管理 Amazon S3 和 CloudFront 的命令行工具。❗️GPL-2.0
  • GitHub (👨‍💻 210 · 🔀 810 · 📥 3.1M · 📋 820 - 31% open · ⏱️ 22.08.2022):

     git clone https://github.com/s3tools/s3cmd
    
  • PyPi (📥 1.7M / month):

     pip install s3cmd
    
  • Conda (📥 6.9K · ⏱️ 22.12.2018):

     conda install -c conda-forge s3cmd
    
s4cmd (🥉21 · 1.2K) - 超级 S3 命令行工具,性能更加强劲。Apache-2
  • GitHub (👨‍💻 35 · 🔀 190 · 📦 31 · 📋 130 - 60% open · ⏱️ 06.05.2022):

     git clone https://github.com/bloomreach/s4cmd
    
  • PyPi (📥 42K / month):

     pip install s4cmd
    
  • Conda:

     conda install -c conda-forge s4cmd
    

电子商务

Back to top

用于电子商务以及支付的框架和库。

🔗 django-oscar - 一个用于 Django 的开源的电子商务框架。

🔗 saleor - 一款兼容 Django 的电子商务平台。

🔗 shoop - 一个基于 Django 的开源电子商务平台。

forex-python (🥇25 · 500) - 外汇汇率,比特币价格指数和货币换算。MIT
  • GitHub (👨‍💻 25 · 🔀 150 · 📦 1.3K · 📋 64 - 20% open · ⏱️ 05.08.2022):

     git clone https://github.com/MicroPyramid/forex-python
    
  • PyPi (📥 110K / month):

     pip install forex-python
    
  • Conda:

     conda install -c conda-forge forex-python
    
django-shop (🥈23 · 2.9K · 💀) - 一个基于 Django 的店铺系统。BSD-3
  • GitHub (👨‍💻 95 · 🔀 940 · 📦 200 · 📋 380 - 22% open · ⏱️ 28.02.2021):

     git clone https://github.com/awesto/django-shop
    
  • PyPi (📥 5.4K / month):

     pip install django-shop
    
  • Conda:

     conda install -c conda-forge django-shop
    
Cartridge (🥈21 · 660) - 一个基于 Mezzanine 构建的购物车应用。BSD-2
  • GitHub (👨‍💻 75 · 🔀 280 · 📋 150 - 15% open · ⏱️ 14.07.2022):

     git clone https://github.com/stephenmcd/cartridge
    
  • PyPi (📥 370 / month):

     pip install cartridge
    
  • Conda:

     conda install -c conda-forge cartridge
    
money (🥉20 · 210 · 💀) - 一个货币类库。带有可选的 CLDR 后端本地化格式,提供可扩展的货币兑换解决方案。MIT
  • GitHub (👨‍💻 4 · 🔀 27 · 📦 260 · 📋 23 - 30% open · ⏱️ 04.09.2016):

     git clone https://github.com/carlospalol/money
    
  • PyPi (📥 41K / month):

     pip install money
    
  • Conda:

     conda install -c conda-forge money
    
merchant (🥉18 · 990 · 💀) - 一个可以接收来自多种支付平台支付的 Django 应用。BSD-3
  • GitHub (👨‍💻 49 · 🔀 170 · 📦 23 · 📋 63 - 36% open · ⏱️ 08.07.2015):

     git clone https://github.com/agiliq/merchant
    
  • PyPi:

     pip install merchant
    
  • Conda:

     conda install -c conda-forge merchant
    
alipay (🥉14 · 320 · 💀) - 非官方的 Python 支付宝 API。❗Unlicensed
  • GitHub (👨‍💻 13 · 🔀 91 · 📦 110 · 📋 15 - 20% open · ⏱️ 22.11.2017):

     git clone https://github.com/lxneng/alipay
    
  • PyPi (📥 180 / month):

     pip install alipay
    
  • Conda:

     conda install -c conda-forge alipay
    
python-currencies (🥉12 · 62 · 💀) - 显示货币格式以及它的数值。❗️GPL-3.0
  • GitHub (👨‍💻 5 · 🔀 13 · 📥 6 · 📦 39 · 📋 5 - 40% open · ⏱️ 22.12.2020):

     git clone https://github.com/Alir3z4/python-currencies
    
  • PyPi:

     pip install python-currencies
    
  • Conda:

     conda install -c conda-forge python-currencies
    

Emacs elpy:Emacs Python 开发环境。

Back to top

_ Emacs elpy:Emacs Python 开发环境。_

🔗 Python - 对 Python 有丰富支持的官方 VSCode 扩展。

🔗 PyCharm - JetBrains 提供的商业 Python IDE,也有免费的社区版。

spyder (🥇35 · 7.1K) - 开源 Python IDE。MIT
  • GitHub (👨‍💻 240 · 🔀 1.4K · 📥 1.9M · 📦 23K · 📋 16K - 7% open · ⏱️ 25.08.2022):

     git clone https://github.com/spyder-ide/spyder
    
  • PyPi (📥 56K / month):

     pip install spyder
    
  • Conda (📥 1.4M · ⏱️ 14.07.2022):

     conda install -c conda-forge spyder
    
anaconda (🥈22 · 2.2K) - Anaconda 可将功能齐全的 Python 开发 IDE 转换为 Sublime Text 3。❗️GPL-3.0
  • GitHub (👨‍💻 89 · 🔀 260 · 📋 780 - 21% open · ⏱️ 28.02.2022):

     git clone https://github.com/DamnWidget/anaconda
    
  • PyPi (📥 12K / month):

     pip install anaconda
    
  • Conda:

     conda install -c conda-forge anaconda
    
elpy (🥈22 · 1.8K) - Emacs Python Development Environment. ❗️GPL-3.0
  • GitHub (👨‍💻 91 · 🔀 240 · 📦 200 · 📋 1.6K - 22% open · ⏱️ 27.06.2022):

     git clone https://github.com/jorgenschaefer/elpy
    
  • PyPi (📥 760 / month):

     pip install elpy
    
  • Conda:

     conda install -c conda-forge elpy
    
YouCompleteMe (🥉19 · 24K) - 包含 Jedi 补全的 Python 引擎。❗️GPL-3.0
  • GitHub (👨‍💻 180 · 🔀 2.7K · 📋 3.1K - 0% open · ⏱️ 24.08.2022):

     git clone https://github.com/Valloric/YouCompleteMe
    
  • PyPi:

     pip install YouCompleteMe
    
  • Conda:

     conda install -c conda-forge YouCompleteMe
    
PTVS (🥉18 · 2.4K) - Visual Studio Python 工具。Apache-2
  • GitHub (👨‍💻 78 · 🔀 660 · 📥 33K · 📋 4.3K - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/Microsoft/PTVS
    
  • PyPi:

     pip install PTVS
    
  • Conda:

     conda install -c conda-forge PTVS
    
SublimeJEDI (🥉17 · 930) - 一个很棒的自动补全库 Jedi 的Sublime Text 插件。MIT
  • GitHub (👨‍💻 49 · 🔀 110 · 📋 220 - 15% open · ⏱️ 15.07.2022):

     git clone https://github.com/srusskih/SublimeJEDI
    
  • PyPi:

     pip install SublimeJEDI
    
  • Conda:

     conda install -c conda-forge SublimeJEDI
    
jedi-vim (🥉15 · 5K) - 用于 Python 的 Jedi 自动补全库的 Vim 绑定。MIT
  • GitHub (👨‍💻 94 · 🔀 370 · 📋 760 - 3% open · ⏱️ 08.04.2022):

     git clone https://github.com/davidhalter/jedi-vim
    
  • PyPi:

     pip install jedi-vim
    
  • Conda:

     conda install -c conda-forge jedi-vim
    
python-mode (🥉14 · 5.4K · 💤) - 一个将Vim转换为Python IDE的多合一插件。❗️LGPL-3.0
  • GitHub (👨‍💻 130 · 🔀 760 · 📋 900 - 2% open · ⏱️ 28.01.2022):

     git clone https://github.com/python-mode/python-mode
    
  • PyPi:

     pip install python-mode
    
  • Conda:

     conda install -c conda-forge python-mode
    

电子邮件

Back to top

用来发送和解析电子邮件的库。

yagmail (🥇27 · 2.3K) - yagmail是一个GMAIL / SMTP客户端,旨在使其尽可能简单地发送电子邮件。MIT
  • GitHub (👨‍💻 30 · 🔀 250 · 📦 2.5K · 📋 210 - 43% open · ⏱️ 25.08.2022):

     git clone https://github.com/kootenpv/yagmail
    
  • PyPi (📥 210K / month):

     pip install yagmail
    
  • Conda (📥 15K · ⏱️ 12.08.2022):

     conda install -c conda-forge yagmail
    
flanker (🥈26 · 1.5K · 💀) - 一个 email 地址和 Mime 解析库。Apache-2
  • GitHub (👨‍💻 55 · 🔀 180 · 📦 260 · 📋 88 - 59% open · ⏱️ 29.03.2021):

     git clone https://github.com/mailgun/flanker
    
  • PyPi (📥 53K / month):

     pip install flanker
    
  • Conda:

     conda install -c conda-forge flanker
    
modoboa (🥈25 · 2.2K) - 一个邮件托管和管理平台,具有现代的、简约的 Web UI。ISC
  • GitHub (👨‍💻 100 · 🔀 300 · 📦 35 · 📋 1.6K - 4% open · ⏱️ 22.07.2022):

     git clone https://github.com/modoboa/modoboa
    
  • PyPi (📥 1.8K / month):

     pip install modoboa
    
  • Conda:

     conda install -c conda-forge modoboa
    
imbox (🥈25 · 1.1K) - Python IMAP 库。MIT
  • GitHub (👨‍💻 50 · 🔀 160 · 📦 150 · 📋 120 - 45% open · ⏱️ 01.07.2022):

     git clone https://github.com/martinrusev/imbox
    
  • PyPi (📥 120K / month):

     pip install imbox
    
  • Conda:

     conda install -c conda-forge imbox
    
mailer (🥉19 · 240) - 一款高性能可扩展的邮件投递框架。MIT
  • GitHub (👨‍💻 20 · 🔀 54 · 📥 130 · 📋 72 - 33% open · ⏱️ 15.07.2022):

     git clone https://github.com/marrow/mailer
    
  • PyPi (📥 37K / month):

     pip install mailer
    
  • Conda (📥 50K · ⏱️ 01.07.2021):

     conda install -c conda-forge mailer
    
salmon (🥉14 · 560) - 一个 Python 邮件服务器。❗Unlicensed
  • GitHub (👨‍💻 15 · 🔀 54 · 📥 70 · 📦 17 · 📋 90 - 18% open · ⏱️ 06.06.2022):

     git clone https://github.com/moggers87/salmon
    
  • PyPi (📥 47 / month):

     pip install salmon
    
  • Conda:

     conda install -c conda-forge salmon
    

企业级应用集成

Back to top

企业级环境中用于集成的平台与工具。

🔗 Zato - ESB, SOA, REST, APIs 以及云的 Python 整合。


环境管理

Back to top

管理 Python 版本和环境的工具

pyenv (🥇26 · 28K) - 简单的 Python 版本管理工具。MIT
  • GitHub (👨‍💻 380 · 🔀 2.5K · 📋 1.5K - 2% open · ⏱️ 16.08.2022):

     git clone https://github.com/pyenv/pyenv
    
  • PyPi (📥 7.2K / month):

     pip install pyenv
    
  • Conda:

     conda install -c conda-forge pyenv
    
virtualenv (🥉25 · 4.2K) - 创建独立 Python 环境的工具。MIT
  • GitHub (👨‍💻 80 · 🔀 880 · 📋 1.2K - 6% open · ⏱️ 21.08.2022):

     git clone https://github.com/pypa/virtualenv
    
  • PyPi (📥 32M / month):

     pip install virtualenv
    
  • Conda (📥 2.4M · ⏱️ 22.08.2022):

     conda install -c conda-forge virtualenv
    

文件

Back to top

文件管理和 MIME(多用途的网际邮件扩充协议)类型检测。

🔗 mimetypes - (Python 标准库)将文件名映射为 MIME 类型。

🔗 pathlib - (Python 标准库)将文件名映射为 MIME 类型。

watchdog (🥇34 · 5.4K) - 管理文件系统事件的 API 和 shell 工具。Apache-2
  • GitHub (👨‍💻 130 · 🔀 630 · 📦 61K · 📋 570 - 27% open · ⏱️ 13.08.2022):

     git clone https://github.com/gorakhargosh/watchdog
    
  • PyPi (📥 7.2M / month):

     pip install watchdog
    
  • Conda (📥 1.3M · ⏱️ 10.06.2022):

     conda install -c conda-forge watchdog
    
python-magic (🥈29 · 2.2K) - 文件类型检测的第三方库 libmagic 的 Python 接口。❗Unlicensed
  • GitHub (👨‍💻 55 · 🔀 240 · 📦 31K · 📋 180 - 15% open · ⏱️ 20.06.2022):

     git clone https://github.com/ahupp/python-magic
    
  • PyPi (📥 5.9M / month):

     pip install python-magic
    
  • Conda (📥 160K · ⏱️ 10.06.2022):

     conda install -c conda-forge python-magic
    
PyFilesystem2 (🥉19 · 1.7K) - Python 的文件系统抽象层。MIT
  • GitHub (👨‍💻 46 · 🔀 160 · 📋 340 - 20% open · ⏱️ 19.08.2022):

     git clone https://github.com/pyfilesystem/pyfilesystem2
    
  • PyPi:

     pip install pyfilesystem2
    
  • Conda:

     conda install -c conda-forge pyfilesystem2
    
path.py (🥉19 · 1K) - A module wrapper for.. MIT
  • GitHub (👨‍💻 47 · 🔀 130 · 📋 130 - 0% open · ⏱️ 26.08.2022):

     git clone https://github.com/jaraco/path.py
    
  • PyPi (📥 260K / month):

     pip install path.py
    
  • Conda (📥 520K · ⏱️ 28.07.2020):

     conda install -c conda-forge path.py
    
Unipath (🥉19 · 500 · 💀) - 用面向对象的方式操作文件和目录。❗Unlicensed
  • GitHub (👨‍💻 6 · 🔀 38 · 📦 7.9K · 📋 17 - 41% open · ⏱️ 14.02.2015):

     git clone https://github.com/mikeorr/Unipath
    
  • PyPi (📥 56K / month):

     pip install Unipath
    
  • Conda:

     conda install -c conda-forge Unipath
    

外来函数接口

Back to top

使用外来函数接口的库。

🔗 cffi - 用来调用 C 代码的外来函数接口。

🔗 ctypes - (Python 标准库)将文件名映射为 MIME 类型。

🔗 PyCUDA - Nvidia CUDA API 的封装。

🔗 SWIG - 简化的封装和接口生成器。


表单

Back to top

进行表单操作的库。

WTForms (🥇33 · 1.3K) - 一个灵活的表单验证和呈现库。BSD-3
  • GitHub (👨‍💻 140 · 🔀 360 · 📦 140K · 📋 400 - 12% open · ⏱️ 17.07.2022):

     git clone https://github.com/wtforms/wtforms
    
  • PyPi (📥 3.1M / month):

     pip install wtforms
    
  • Conda (📥 110K · ⏱️ 24.12.2021):

     conda install -c conda-forge wtforms
    
django-crispy-forms (🥈31 · 4.5K) - 一个 Django 应用,他可以让你以一种非常优雅且 DRY(Don't repeat yourself) 的方式来创建美观的表单。MIT
  • GitHub (👨‍💻 220 · 🔀 680 · 📦 97K · 📋 650 - 8% open · ⏱️ 15.07.2022):

     git clone https://github.com/django-crispy-forms/django-crispy-forms
    
  • PyPi (📥 680K / month):

     pip install django-crispy-forms
    
  • Conda (📥 54K · ⏱️ 25.01.2022):

     conda install -c conda-forge django-crispy-forms
    
django-bootstrap3 (🥈27 · 2.3K) - 集成了 Bootstrap 3 的 Django。BSD-3
  • GitHub (👨‍💻 98 · 🔀 680 · 📦 17K · 📋 290 - 2% open · ⏱️ 22.08.2022):

     git clone https://github.com/dyve/django-bootstrap3
    
  • PyPi (📥 85K / month):

     pip install django-bootstrap3
    
  • Conda (📥 23K · ⏱️ 04.08.2019):

     conda install -c conda-forge django-bootstrap3
    
django-bootstrap4 (🥈27 · 960) - 集成了 Bootstrap 4 的 Django。BSD-3
  • GitHub (👨‍💻 140 · 🔀 210 · 📦 67K · 📋 160 - 13% open · ⏱️ 22.08.2022):

     git clone https://github.com/zostera/django-bootstrap4
    
  • PyPi (📥 140K / month):

     pip install django-bootstrap4
    
  • Conda (📥 19K · ⏱️ 20.10.2021):

     conda install -c conda-forge django-bootstrap4
    
Deform (🥉20 · 380) - Python HTML 表单生成库,受到了 formish 表单生成库的启发。❗Unlicensed
  • GitHub (👨‍💻 100 · 🔀 160 · 📦 730 · 📋 180 - 25% open · ⏱️ 15.07.2022):

     git clone https://github.com/Pylons/deform
    
  • PyPi (📥 6.8K / month):

     pip install deform
    
  • Conda:

     conda install -c conda-forge deform
    
django-remote-forms (🥉14 · 220 · 💀) - 一个平台独立的 Django 表单序列化工具。MIT
  • GitHub (👨‍💻 9 · 🔀 85 · 📦 19 · 📋 16 - 75% open · ⏱️ 12.07.2017):

     git clone https://github.com/WiserTogether/django-remote-forms
    
  • PyPi (📥 120 / month):

     pip install django-remote-forms
    
  • Conda:

     conda install -c conda-forge django-remote-forms
    

函数式编程

Back to top

使用 Python 进行函数式编程。

Toolz (🥇32 · 4K) - 一组用于迭代器,函数和字典的函数式编程工具。❗Unlicensed
  • GitHub (👨‍💻 72 · 🔀 230 · 📦 66K · 📋 210 - 34% open · ⏱️ 18.08.2022):

     git clone https://github.com/pytoolz/toolz
    
  • PyPi (📥 15M / month):

     pip install toolz
    
  • Conda (📥 8.3M · ⏱️ 10.07.2022):

     conda install -c conda-forge toolz
    
funcy (🥈28 · 2.9K) - 炫酷又实用的函数式工具。BSD-3
  • GitHub (👨‍💻 31 · 🔀 130 · 📦 5.6K · 📋 70 - 7% open · ⏱️ 25.08.2022):

     git clone https://github.com/Suor/funcy
    
  • PyPi (📥 1.1M / month):

     pip install funcy
    
  • Conda (📥 230K · ⏱️ 21.12.2021):

     conda install -c conda-forge funcy
    
more-itertools (🥈27 · 2.7K · 📉) - 比 `itertools` 拥有更多的可迭代对象的操作方式。MIT
  • GitHub (👨‍💻 89 · 🔀 200 · 📥 2.5K · 📋 220 - 6% open · ⏱️ 10.08.2022):

     git clone https://github.com/erikrose/more-itertools
    
  • PyPi (📥 16M / month):

     pip install more-itertools
    
  • Conda (📥 9.5M · ⏱️ 09.08.2022):

     conda install -c conda-forge more-itertools
    
returns (🥈27 · 2.4K) - 一个类型安全的单元、转换器与合成工具集合。BSD-2
  • GitHub (👨‍💻 39 · 🔀 87 · 📦 200 · 📋 390 - 14% open · ⏱️ 22.08.2022):

     git clone https://github.com/dry-python/returns
    
  • PyPi (📥 50K / month):

     pip install returns
    
  • Conda (📥 2.5K · ⏱️ 13.03.2022):

     conda install -c conda-forge returns
    
Coconut (🥉21 · 3.5K · 💤) - 为了简单、优雅、更 Pythonic 的函数式编程而构建的 Python 变体。Apache-2
  • GitHub (👨‍💻 30 · 🔀 100 · 📋 570 - 12% open · ⏱️ 07.11.2021):

     git clone https://github.com/evhub/coconut
    
  • PyPi (📥 860 / month):

     pip install coconut
    
  • Conda (📥 140K · ⏱️ 26.04.2022):

     conda install -c conda-forge coconut
    
CyToolz (🥉21 · 870) - Toolz 的 Cython 实现:高性能函数式工具。❗Unlicensed
  • GitHub (🔀 67 · 📦 41K · 📋 73 - 32% open · ⏱️ 01.08.2022):

     git clone https://github.com/pytoolz/cytoolz/
    
  • Conda:

     conda install -c conda-forge 
    
fn.py (🥉18 · 3.2K · 💀) - 在 Python 中进行函数式编程:实现了一些享受函数式编程缺失的功能。❗Unlicensed
  • GitHub (👨‍💻 18 · 🔀 180 · 📦 430 · 📋 48 - 47% open · ⏱️ 13.10.2014):

     git clone https://github.com/kachayev/fn.py
    
  • PyPi (📥 390 / month):

     pip install fn.py
    
  • Conda:

     conda install -c conda-forge fn.py
    

图形用户界面

Back to top

用来创建图形用户界面程序的库。

🔗 curses - 内建的 ncurses 封装,用来创建终端图形用户界面。

🔗 kivy - 一个用来创建自然用户交互(NUI)应用程序的库,可以运行在 Windows, Linux, Mac OS X, Android 以及 iOS 平台上。

🔗 PyGObject - GLib/GObject/GIO/GTK+ (GTK+3) 的 Python 绑定。

🔗 PyQt - 跨平台用户界面框架 Qt 的 Python 绑定 ,支持 Qt v4 和 Qt v5。

🔗 Tkinter - Tkinter 是 Python GUI 的一个事实标准库。

🔗 urwid - 一个用来创建终端 GUI 应用的库,支持组件,事件和丰富的色彩等。

🔗 wxPython - wxPython 是 wxWidgets C++ 类库和 Python 语言混合的产物。

pyglet (🥇32 · 1.2K) - 一个 Python 的跨平台窗口及多媒体库。BSD-3
  • GitHub (👨‍💻 140 · 🔀 230 · 📦 18K · 📋 370 - 17% open · ⏱️ 17.08.2022):

     git clone https://github.com/pyglet/pyglet
    
  • PyPi (📥 180K / month):

     pip install pyglet
    
  • Conda (📥 410K · ⏱️ 22.08.2022):

     conda install -c conda-forge pyglet
    
PySimpleGUI (🥈31 · 10K) - tkinter,Qt,WxPython 和 Remi 的封装。❗️LGPL-3.0
  • GitHub (👨‍💻 18 · 🔀 1.6K · 📦 5.8K · 📋 2.9K - 22% open · ⏱️ 25.08.2022):

     git clone https://github.com/PySimpleGUI/PySimpleGUI
    
  • PyPi (📥 130K / month):

     pip install PySimpleGUI
    
  • Conda (📥 68K · ⏱️ 28.07.2022):

     conda install -c conda-forge PySimpleGUI
    
Eel (🥈28 · 5.1K · 💤) - 用于制作简单离线 HTML/JS GUI 应用的库。MIT
  • GitHub (👨‍💻 38 · 🔀 510 · 📦 3.9K · 📋 460 - 30% open · ⏱️ 19.10.2021):

     git clone https://github.com/ChrisKnott/Eel
    
  • PyPi (📥 52K / month):

     pip install Eel
    
  • Conda:

     conda install -c conda-forge Eel
    
Gooey (🥈25 · 17K) - 一条命令,将命令行程序变成一个 GUI 程序。MIT
  • GitHub (👨‍💻 100 · 🔀 870 · 📥 280 · 📦 590 · 📋 550 - 19% open · ⏱️ 08.05.2022):

     git clone https://github.com/chriskiehl/Gooey
    
  • PyPi (📥 4.1K / month):

     pip install Gooey
    
  • Conda (📥 51K · ⏱️ 29.12.2021):

     conda install -c conda-forge Gooey
    
Flexx (🥉24 · 3K) - Flexx 是一个纯 Python 语言编写的用来创建 GUI 程序的工具集,它使用 web 技术进行界面的展示。BSD-2
  • GitHub (👨‍💻 37 · 🔀 250 · 📦 110 · 📋 440 - 19% open · ⏱️ 22.07.2022):

     git clone https://github.com/zoofIO/flexx
    
  • PyPi (📥 700 / month):

     pip install flexx
    
  • Conda (📥 90K · ⏱️ 12.04.2022):

     conda install -c conda-forge flexx
    
DearPyGui (🥉23 · 8.5K) - 一个简单的可使用 GPU 加速的 Python GUI 框架。MIT
  • GitHub (🔀 440 · 📦 490 · 📋 1K - 21% open · ⏱️ 24.08.2022):

     git clone https://github.com/RaylockLLC/DearPyGui/
    
  • Conda:

     conda install -c conda-forge 
    
pywebview (🥉23 · 3.1K) - 围绕网页视图组件的轻量级跨平台的原生包装。BSD-3
  • GitHub (🔀 400 · 📦 730 · 📋 650 - 3% open · ⏱️ 24.08.2022):

     git clone https://github.com/r0x0r/pywebview/
    
  • Conda:

     conda install -c conda-forge 
    
Toga (🥉18 · 3.2K) - 一个 Python 原生的, 操作系统原生的 GUI 工具包。BSD-3
  • GitHub (👨‍💻 210 · 🔀 540 · 📋 560 - 17% open · ⏱️ 26.08.2022):

     git clone https://github.com/pybee/toga
    
  • PyPi (📥 1.5K / month):

     pip install toga
    
  • Conda:

     conda install -c conda-forge toga
    
enaml (🥉17 · 1.2K) - 使用类似 QML 的 Declaratic 语法来创建美观的用户界面。❗Unlicensed
  • GitHub (👨‍💻 36 · 🔀 110 · 📥 150 · 📋 220 - 15% open · ⏱️ 19.08.2022):

     git clone https://github.com/nucleic/enaml
    
  • PyPi (📥 2.4K / month):

     pip install enaml
    
  • Conda (📥 120K · ⏱️ 20.08.2022):

     conda install -c conda-forge enaml
    

GraphQL

Back to top

GraphQL 相关库。

🔗 tartiflette - 支持 Python 3.6+ 和 asyncio 的 SDL 优先的 GraphQL 引擎实现。

graphene (🥇25 · 7.4K) - Python GraphQL 框架。MIT
  • GitHub (🔀 760 · 📦 14K · 📋 950 - 11% open · ⏱️ 20.08.2022):

     git clone https://github.com/graphql-python/graphene/
    
  • Conda:

     conda install -c conda-forge 
    
tartiflette-aiohttp (🥉16 · 59 · 💤) - Tartiflette 的基于 aiohttp 的装饰器,用于通过 HTTP 公开 GraphQL API。MIT
  • GitHub (🔀 7 · 📦 44 · 📋 18 - 16% open · ⏱️ 15.11.2021):

     git clone https://github.com/tartiflette/tartiflette-aiohttp/
    
  • Conda:

     conda install -c conda-forge 
    
tartiflette-asgi (🥉15 · 100) - Tartiflette GraphQL 引擎的 ASGI 支持。MIT
  • GitHub (🔀 15 · 📦 10 · 📋 49 - 12% open · ⏱️ 20.05.2022):

     git clone https://github.com/tartiflette/tartiflette-asgi/
    
  • Conda:

     conda install -c conda-forge 
    

游戏开发

Back to top

超赞的游戏开发库。

🔗 Arcade - 一个现代 Python 框架,用于制作具有引人入胜的图形与声音的游戏。

🔗 Cocos2d - cocos2d 是一个用来开发 2D 游戏, 示例和其他图形/交互应用的框架。基于 pyglet。

🔗 Harfang3D - 支持3D,VR 与游戏开发的 Python 框架。

🔗 Panda3D - 由迪士尼开发的 3D 游戏引擎,并由卡内基梅陇娱乐技术中心负责维护。使用 C++ 编写, 针对 Python 进行了完全的封装。

🔗 Pygame - Pygame 是一组 Python 模块,用来编写游戏。

🔗 PyOgre - Ogre 3D 渲染引擎的 Python 绑定,可以用来开发游戏和仿真程序等任何 3D 应用。

🔗 PyOpenGL - OpenGL 的 Python 绑定及其相关 APIs。

🔗 PySDL2 - SDL2 库的封装,基于 ctypes。

🔗 RenPy - A Visual Novel engine.


地理位置

Back to top

地理编码地址以及用来处理经纬度的库。

🔗 GeoDjango - 世界级地理图形 web 框架。

geopy (🥇32 · 3.7K) - Python 地址编码工具箱。MIT
  • GitHub (👨‍💻 130 · 🔀 580 · 📦 41K · 📋 260 - 7% open · ⏱️ 07.08.2022):

     git clone https://github.com/geopy/geopy
    
  • PyPi (📥 5M / month):

     pip install geopy
    
  • Conda (📥 780K · ⏱️ 12.07.2021):

     conda install -c conda-forge geopy
    
django-countries (🥈22 · 1.2K) - 一个 Django 应用程序,提供用于表格的国家选择功能,国旗图标静态文件以及模型中的国家字段。MIT
  • GitHub (👨‍💻 48 · 🔀 240 · 📋 250 - 4% open · ⏱️ 12.08.2022):

     git clone https://github.com/SmileyChris/django-countries
    
  • PyPi (📥 420K / month):

     pip install django-countries
    
  • Conda (📥 1.5K · ⏱️ 28.02.2022):

     conda install -c conda-forge django-countries
    
geojson (🥉20 · 740) - GeoJSON 的 Python 绑定及工具。BSD-3
  • GitHub (👨‍💻 48 · 🔀 93 · 📦 10K · 📋 85 - 25% open · ⏱️ 07.05.2022):

     git clone https://github.com/frewsxcv/python-geojson
    
  • PyPi:

     pip install python-geojson
    
  • Conda:

     conda install -c conda-forge python-geojson
    
GeoIP (🥉16 · 230 · 💀) - MaxMind GeoIP Legacy 数据库的 Python API。❗️LGPL-2.1
  • GitHub (👨‍💻 12 · 🔀 52 · 📦 1.1K · ⏱️ 11.02.2021):

     git clone https://github.com/maxmind/geoip-api-python
    
  • PyPi:

     pip install geoip-api-python
    
  • Conda:

     conda install -c conda-forge geoip-api-python
    

HTML 处理

Back to top

处理 HTML 和 XML 的库。

🔗 BeautifulSoup - 以 Python 风格的方式来对 HTML 或 XML 进行迭代,搜索和修改。

🔗 cssutils - A CSS library for Python.

🔗 lxml - 一个非常快速,简单易用,功能齐全的库,用来处理 HTML 和 XML。

🔗 WeasyPrint - 用于HTML和CSS的可视化呈现引擎,并可以导出为PDF。

🔗 xmldataset - Simple XML Parsing.

MarkupSafe (🥇32 · 490) - 为 Python 实现 XML/HTML/XHTML 标记安全字符串。BSD-3
  • GitHub (👨‍💻 39 · 🔀 110 · 📦 930K · ⏱️ 01.08.2022):

     git clone https://github.com/pallets/markupsafe
    
  • PyPi (📥 110M / month):

     pip install markupsafe
    
  • Conda (📥 21M · ⏱️ 08.06.2022):

     conda install -c conda-forge markupsafe
    
xmltodict (🥈31 · 4.9K) - 像处理 JSON 一样处理 XML。MIT
  • GitHub (👨‍💻 49 · 🔀 430 · 📦 42K · 📋 220 - 27% open · ⏱️ 08.05.2022):

     git clone https://github.com/martinblech/xmltodict
    
  • PyPi (📥 18M / month):

     pip install xmltodict
    
  • Conda (📥 1.9M · ⏱️ 08.05.2022):

     conda install -c conda-forge xmltodict
    
bleach (🥈28 · 2.4K) - 一个基于白名单的 HTML 清理和文本链接库。❗Unlicensed
  • GitHub (👨‍💻 78 · 🔀 220 · 📦 190K · 📋 360 - 9% open · ⏱️ 27.06.2022):

     git clone https://github.com/mozilla/bleach
    
  • PyPi (📥 14M / month):

     pip install bleach
    
  • Conda (📥 8.2M · ⏱️ 27.06.2022):

     conda install -c conda-forge bleach
    
pyquery (🥉27 · 2.1K) - 一个解析 HTML 的库,类似 jQuery。❗Unlicensed
  • GitHub (👨‍💻 50 · 🔀 170 · 📦 15K · 📋 170 - 26% open · ⏱️ 17.07.2022):

     git clone https://github.com/gawel/pyquery
    
  • PyPi (📥 1.1M / month):

     pip install pyquery
    
  • Conda (📥 28K · ⏱️ 27.11.2020):

     conda install -c conda-forge pyquery
    
untangle (🥉24 · 550) - 将 XML 文档转换为 Python 对象,使其可以方便的访问。MIT
  • GitHub (👨‍💻 17 · 🔀 80 · 📥 530 · 📦 890 · 📋 54 - 27% open · ⏱️ 02.07.2022):

     git clone https://github.com/stchris/untangle
    
  • PyPi (📥 160K / month):

     pip install untangle
    
  • Conda (📥 2.7K · ⏱️ 30.06.2020):

     conda install -c conda-forge untangle
    
html5lib (🥉16 · 980 · 💤) - 一个兼容标准的 HTML 文档和片段解析及序列化库。MIT
  • GitHub (👨‍💻 62 · 🔀 260 · 📋 240 - 34% open · ⏱️ 17.09.2021):

     git clone https://github.com/html5lib/html5lib-python
    
  • PyPi:

     pip install html5lib-python
    
  • Conda:

     conda install -c conda-forge html5lib-python
    

HTTP

Back to top

使用 HTTP 的库。

requests (🥇40 · 48K) - 人性化的 HTTP 请求库。Apache-2
  • GitHub (👨‍💻 720 · 🔀 8.5K · 📥 3.1K · 📦 1.6M · 📋 3.6K - 5% open · ⏱️ 27.07.2022):

     git clone https://github.com/psf/requests
    
  • PyPi (📥 230M / month):

     pip install requests
    
  • Conda (📥 22M · ⏱️ 29.06.2022):

     conda install -c conda-forge requests
    
urllib3 (🥈36 · 3.1K) - 一个具有线程安全连接池,支持文件 post,清晰友好的 HTTP 库。MIT
  • GitHub (👨‍💻 310 · 🔀 930 · 📥 2.9K · 📦 940K · 📋 1K - 9% open · ⏱️ 24.08.2022):

     git clone https://github.com/shazow/urllib3
    
  • PyPi (📥 260M / month):

     pip install urllib3
    
  • Conda (📥 22M · ⏱️ 25.07.2022):

     conda install -c conda-forge urllib3
    
httplib2 (🥈30 · 450) - 全面的 HTTP 客户端库。❗Unlicensed
  • GitHub (👨‍💻 72 · 🔀 170 · 📦 110K · 📋 110 - 39% open · ⏱️ 16.07.2022):

     git clone https://github.com/httplib2/httplib2
    
  • PyPi (📥 32M / month):

     pip install httplib2
    
  • Conda (📥 1.7M · ⏱️ 11.02.2022):

     conda install -c conda-forge httplib2
    
httpx (🥉29 · 9.3K) - 下一代 Python HTTP 客户端。BSD-3
  • GitHub (👨‍💻 170 · 🔀 600 · 📋 710 - 6% open · ⏱️ 25.08.2022):

     git clone https://github.com/encode/httpx
    
  • PyPi (📥 10M / month):

     pip install httpx
    
  • Conda (📥 280K · ⏱️ 09.08.2022):

     conda install -c conda-forge httpx
    
grequests (🥉27 · 4.1K · 💤) - requests + gevent for asynchronous HTTP requests. BSD-2
  • GitHub (👨‍💻 28 · 🔀 300 · 📦 3.2K · 📋 110 - 6% open · ⏱️ 26.01.2022):

     git clone https://github.com/spyoungtech/grequests
    
  • PyPi (📥 350K / month):

     pip install grequests
    
  • Conda (📥 58K · ⏱️ 22.04.2020):

     conda install -c conda-forge grequests
    
treq (🥉21 · 550) - 类似 requests 的 Python API 构建于 Twisted HTTP 客户端之上。❗Unlicensed
  • GitHub (👨‍💻 48 · 🔀 130 · 📥 120 · 📦 1K · 📋 150 - 37% open · ⏱️ 21.08.2022):

     git clone https://github.com/twisted/treq
    
  • PyPi (📥 64K / month):

     pip install treq
    
  • Conda (📥 63K · ⏱️ 30.01.2022):

     conda install -c conda-forge treq
    

硬件

Back to top

用来对硬件进行编程的库。

🔗 ino - 操作 Arduino 的命令行工具。

🔗 Pingo - Pingo 为类似 Raspberry Pi,pcDuino, Intel Galileo 等设备提供统一的 API 用以编程。

scapy (🥇32 · 7.9K) - 一个非常棒的操作数据包的库。❗️GPL-2.0
  • GitHub (👨‍💻 400 · 🔀 1.6K · 📦 8.5K · 📋 1.4K - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/secdev/scapy
    
  • PyPi (📥 1.7M / month):

     pip install scapy
    
  • Conda (📥 46K · ⏱️ 19.04.2021):

     conda install -c conda-forge scapy
    
keyboard (🥈29 · 3.1K) - 在 Windows 和 Linux 上挂钩并模拟全局键盘事件。MIT
  • GitHub (👨‍💻 40 · 🔀 360 · 📦 7.4K · 📋 500 - 63% open · ⏱️ 20.07.2022):

     git clone https://github.com/boppreh/keyboard
    
  • PyPi (📥 310K / month):

     pip install keyboard
    
  • Conda (📥 7.3K · ⏱️ 08.11.2021):

     conda install -c conda-forge keyboard
    
mouse (🥉22 · 660) - 在 Windows 和 Linux 上挂钩并模拟全局键盘事件。MIT
  • GitHub (👨‍💻 8 · 🔀 97 · 📦 710 · 📋 110 - 73% open · ⏱️ 23.08.2022):

     git clone https://github.com/boppreh/mouse
    
  • PyPi (📥 17K / month):

     pip install mouse
    
  • Conda:

     conda install -c conda-forge mouse
    
PyUserInput (🥉20 · 1K · 💀) - 跨平台的,控制鼠标和键盘的模块。❗️GPL-3.0
  • GitHub (👨‍💻 21 · 🔀 170 · 📦 440 · 📋 100 - 70% open · ⏱️ 19.04.2021):

     git clone https://github.com/SavinaRoja/PyUserInput
    
  • PyPi (📥 6K / month):

     pip install PyUserInput
    
  • Conda:

     conda install -c conda-forge PyUserInput
    
wifi (🥉19 · 290 · 💀) - 一个 Python 库和命令行工具用来在 Linux 平台上操作 WiFi。BSD-2
  • GitHub (👨‍💻 13 · 🔀 140 · 📦 410 · 📋 64 - 51% open · ⏱️ 20.03.2017):

     git clone https://github.com/rockymeza/wifi
    
  • PyPi (📥 8.3K / month):

     pip install wifi
    
  • Conda:

     conda install -c conda-forge wifi
    

图像处理

Back to top

用来操作图像的库.

🔗 imgSeek - 一个使用视觉相似性搜索一组图片集合的项目。

🔗 PyMatting - 支持 alpha matting 的库。

🔗 scikit-image - 一个用于(科学)图像处理的 Python 库。

pillow (🥇35 · 10K · 📈) - Pillow is the friendly.. ❗Unlicensed
  • GitHub (👨‍💻 410 · 🔀 1.7K · 📦 820K · 📋 2.6K - 3% open · ⏱️ 25.08.2022):

     git clone https://github.com/python-pillow/Pillow
    
  • PyPi (📥 45M / month):

     pip install Pillow
    
  • Conda (📥 18M · ⏱️ 13.08.2022):

     conda install -c conda-forge Pillow
    
wand (🥇30 · 1.2K) - Python bindings for.. ❗Unlicensed
  • GitHub (👨‍💻 100 · 🔀 190 · 📥 8.5K · 📦 12K · 📋 380 - 4% open · ⏱️ 22.08.2022):

     git clone https://github.com/dahlia/wand
    
  • PyPi (📥 450K / month):

     pip install wand
    
  • Conda (📥 15K · ⏱️ 22.08.2022):

     conda install -c conda-forge wand
    
thumbor (🥈29 · 9.1K) - 一个小型图像服务,具有剪裁,尺寸重设和翻转功能。MIT
  • GitHub (👨‍💻 180 · 🔀 740 · 📦 320 · 📋 900 - 1% open · ⏱️ 22.08.2022):

     git clone https://github.com/thumbor/thumbor
    
  • PyPi (📥 3.2K / month):

     pip install thumbor
    
  • Conda:

     conda install -c conda-forge thumbor
    
python-barcode (🥈26 · 380) - 不借助其他库在 Python 程序中生成条形码。MIT
  • GitHub (👨‍💻 41 · 🔀 95 · 📥 240 · 📦 14K · 📋 92 - 39% open · ⏱️ 09.08.2022):

     git clone https://github.com/WhyNotHugo/python-barcode
    
  • PyPi (📥 160K / month):

     pip install python-barcode
    
  • Conda (📥 7K · ⏱️ 22.08.2020):

     conda install -c conda-forge python-barcode
    
pywal (🥈25 · 6.6K · 💤) - 由图像生成配色方案的工具。MIT
  • GitHub (👨‍💻 60 · 🔀 260 · 📥 820 · 📦 190 · 📋 510 - 23% open · ⏱️ 09.09.2021):

     git clone https://github.com/dylanaraps/pywal
    
  • PyPi (📥 2.6K / month):

     pip install pywal
    
  • Conda:

     conda install -c conda-forge pywal
    
pyvips (🥉22 · 440) - 低内存消耗且快速的图像处理库。MIT
  • GitHub (👨‍💻 14 · 🔀 40 · 📦 350 · 📋 300 - 36% open · ⏱️ 13.08.2022):

     git clone https://github.com/libvips/pyvips
    
  • PyPi (📥 19K / month):

     pip install pyvips
    
  • Conda (📥 29K · ⏱️ 24.07.2022):

     conda install -c conda-forge pyvips
    
pagan (🥉18 · 270 · 💤) - 基于输入和哈希的复古风图标(头像)生成工具。❗️GPL-2.0
  • GitHub (👨‍💻 9 · 🔀 42 · 📦 53 · 📋 8 - 62% open · ⏱️ 02.12.2021):

     git clone https://github.com/daboth/pagan
    
  • PyPi (📥 300 / month):

     pip install pagan
    
  • Conda:

     conda install -c conda-forge pagan
    
nude.py (🥉16 · 860 · 💀) - 裸体检测。MIT
  • GitHub (👨‍💻 12 · 🔀 130 · 📦 2.6K · 📋 10 - 70% open · ⏱️ 23.11.2020):

     git clone https://github.com/hhatto/nude.py
    
  • PyPi:

     pip install nude.py
    
  • Conda:

     conda install -c conda-forge nude.py
    
python-qrcode (🥉14 · 3.3K) - 一个纯 Python 实现的二维码生成器。❗Unlicensed
  • GitHub (👨‍💻 50 · 🔀 510 · 📋 180 - 19% open · ⏱️ 14.03.2022):

     git clone https://github.com/lincolnloop/python-qrcode
    
  • PyPi:

     pip install python-qrcode
    
  • Conda:

     conda install -c conda-forge python-qrcode
    
Quads (🥉11 · 1.1K · 💀) - 基于四叉树的计算机艺术。❗Unlicensed
  • GitHub (🔀 140 · ⏱️ 20.05.2014):

     git clone https://github.com/fogleman/Quads
    
  • PyPi (📥 210 / month):

     pip install Quads
    
  • Conda:

     conda install -c conda-forge Quads
    
hmap (🥉11 · 200 · 💀) - 图像直方图映射。❗Unlicensed
  • GitHub (👨‍💻 3 · 🔀 21 · ⏱️ 04.11.2019):

     git clone https://github.com/rossgoodwin/hmap
    
  • PyPi (📥 650 / month):

     pip install hmap
    
  • Conda:

     conda install -c conda-forge hmap
    

高性能

Back to top

让 Python 更快的库。

🔗 Cython - 优化的 Python 静态编译器。使用类型混合使 Python 编译成 C 或 C++ 模块来获得性能的极大提升。

🔗 Jython - 为 JVM 用 Java 编写的 Python 编程语言的实现。

🔗 Numba - Python JIT (just in time) 编译器,针对科学用的 Python ,由 Cython 和 NumPy 的开发者开发。

🔗 PyPy - 使用 Python 实现的 Python。解释器使用黑魔法加快 Python 运行速度且不需要加入额外的类型信息。

MicroPython (🥇23 · 15K) - 精简高效的 Python 编程语言实现。❗Unlicensed
  • GitHub (👨‍💻 520 · 🔀 4.2K · 📥 46K · 📋 4.4K - 25% open · ⏱️ 26.08.2022):

     git clone https://github.com/micropython/micropython
    
  • PyPi:

     pip install micropython
    
  • Conda (📥 8.1K · ⏱️ 17.06.2022):

     conda install -c conda-forge micropython
    
CPython (🥈21 · 47K) - **Default, most widely used implementation of the Python.. ❗Unlicensed
  • GitHub (👨‍💻 2.2K · 🔀 23K · 📋 61K - 11% open · ⏱️ 26.08.2022):

     git clone https://github.com/python/cpython
    
  • PyPi (📥 33K / month):

     pip install cpython
    
  • Conda:

     conda install -c conda-forge cpython
    
IronPython (🥈21 · 1.9K) - 用 Common Lisp 编写的 Python 编程语言的实现。Apache-2
  • GitHub (👨‍💻 31 · 🔀 220 · 📥 32K · 📋 510 - 46% open · ⏱️ 23.08.2022):

     git clone https://github.com/IronLanguages/ironpython3
    
  • PyPi:

     pip install ironpython3
    
  • Conda:

     conda install -c conda-forge ironpython3
    
Grumpy (🥈16 · 10K · 💀) - 编译器比解释器更强大的 cpython2.7 替代品(alpha)。Apache-2
  • GitHub (👨‍💻 30 · 🔀 630 · 📋 140 - 44% open · ⏱️ 22.11.2017):

     git clone https://github.com/google/grumpy
    
  • PyPi:

     pip install grumpy
    
  • Conda:

     conda install -c conda-forge grumpy
    
PeachPy (🥈16 · 1.7K) - 嵌入 Python 的 x86-64 汇编器。可以被用作 Python 内联的汇编器或者是独立的汇编器,用于 Windows, Linux, OS X, Native Client 或者 Go 。❗Unlicensed
  • GitHub (👨‍💻 23 · 🔀 140 · 📦 11 · 📋 86 - 25% open · ⏱️ 23.05.2022):

     git clone https://github.com/Maratyszcza/PeachPy
    
  • PyPi (📥 36 / month):

     pip install PeachPy
    
  • Conda:

     conda install -c conda-forge PeachPy
    
Pyjion (🥉15 · 1.6K · 💀) - 基于 CoreCLR 的 Python JIT。MIT
  • GitHub (👨‍💻 17 · 🔀 70 · 📋 110 - 33% open · ⏱️ 16.11.2020):

     git clone https://github.com/Microsoft/Pyjion
    
  • PyPi (📥 860 / month):

     pip install Pyjion
    
  • Conda (📥 270 · ⏱️ 13.02.2022):

     conda install -c conda-forge Pyjion
    
Pyston (🥉12 · 4.9K · 💀) - 使用 LLVM 和现代 JIT 技术构建的 Python 实现,目标是为了获得很好的性能。❗Unlicensed
  • GitHub (🔀 300 · 📥 5.1K · 📋 280 - 3% open · ⏱️ 06.05.2021):

     git clone https://github.com/dropbox/pyston
    
  • PyPi:

     pip install pyston
    
  • Conda:

     conda install -c conda-forge pyston
    
Stackless Python (🥉12 · 840 · 💤) - 一个强化版的 Python。❗Unlicensed
  • GitHub (👨‍💻 1K · 🔀 57 · 📋 270 - 4% open · ⏱️ 11.08.2021):

     git clone https://github.com/stackless-dev/stackless
    
  • PyPi (📥 45 / month):

     pip install stackless
    
  • Conda:

     conda install -c conda-forge stackless
    
CLPython (🥉11 · 330) - 用 Common Lisp 编写的 Python 编程语言的实现。❗Unlicensed
  • GitHub (👨‍💻 12 · 🔀 32 · 📋 17 - 11% open · ⏱️ 10.03.2022):

     git clone https://github.com/metawilm/cl-python
    
  • PyPi:

     pip install cl-python
    
  • Conda:

     conda install -c conda-forge cl-python
    

交互式解析器

Back to top

交互式 Python 解析器。

🔗 Jupyter Notebook (IPython) - 一个能够让你最大限度地以交互式方式使用 Python 的丰富工具包。

🔗 awesome-jupyter ( 2.9K) - A curated list of awesome Jupyter projects, libraries and resources.

ptpython (🥇28 · 4.6K) - 高级交互式 Python 解析器, 构建于 python-prompt-toolkit 之上。BSD-3
  • GitHub (👨‍💻 52 · 🔀 260 · 📦 1.9K · 📋 340 - 56% open · ⏱️ 20.06.2022):

     git clone https://github.com/jonathanslenders/ptpython
    
  • PyPi (📥 480K / month):

     pip install ptpython
    
  • Conda (📥 18K · ⏱️ 14.11.2021):

     conda install -c conda-forge ptpython
    
bpython (🥉19 · 2.2K) - 界面丰富的 Python 解析器。❗Unlicensed
  • GitHub (👨‍💻 130 · 🔀 210 · 📋 760 - 16% open · ⏱️ 25.08.2022):

     git clone https://github.com/bpython/bpython
    
  • PyPi (📥 71K / month):

     pip install bpython
    
  • Conda (📥 44K · ⏱️ 22.04.2022):

     conda install -c conda-forge bpython
    

国际化

Back to top

用来进行国际化的库。

🔗 Babel - 一个 Python 的国际化库。

PyICU (🥇20 · 130 · 💀) - 一个封装了 ICU C++ 库的 Python 扩展。❗Unlicensed
  • GitHub (👨‍💻 18 · 🔀 53 · 📦 2.6K · ⏱️ 08.04.2021):

     git clone https://github.com/ovalhub/pyicu
    
  • PyPi (📥 160K / month):

     pip install pyicu
    
  • Conda (📥 100K · ⏱️ 26.04.2022):

     conda install -c conda-forge pyicu
    

任务调度

Back to top

任务调度库。

🔗 Airflow - 是一个工作流分配管理系统,通过有向非循环图的方式管理任务流程,设置任务依赖关系和时间调度。

🔗 APScheduler - 轻巧但强大的进程内任务调度,使你可以调度函数。

🔗 doit - 一个任务执行和构建工具。

🔗 Joblib - 一组为 Python 提供轻量级作业流水线的工具。

🔗 TaskFlow - 一个可以让你方便执行任务的 Python 库,一致并且可靠。

schedule (🥇31 · 9.8K) - 人性化的 Python 任务调度库。MIT
  • GitHub (👨‍💻 51 · 🔀 780 · 📦 19K · 📋 380 - 31% open · ⏱️ 23.04.2022):

     git clone https://github.com/dbader/schedule
    
  • PyPi (📥 1.9M / month):

     pip install schedule
    
  • Conda (📥 19K · ⏱️ 10.04.2021):

     conda install -c conda-forge schedule
    
Prefect (🥈28 · 9.9K) - 一个现代的工作流程编排框架,使构建、计划和监视健壮的数据管道变得容易。Apache-2
  • GitHub (👨‍💻 60 · 🔀 950 · 📦 1.1K · 📋 2.6K - 25% open · ⏱️ 25.08.2022):

     git clone https://github.com/PrefectHQ/prefect
    
  • PyPi (📥 400K / month):

     pip install prefect
    
  • Conda (📥 310K · ⏱️ 23.08.2022):

     conda install -c conda-forge prefect
    
Spiff (🥈21 · 1.2K) - 使用纯 Python 实现的强大的工作流引擎。❗️LGPL-3.0
  • GitHub (👨‍💻 49 · 🔀 260 · 📦 40 · 📋 94 - 10% open · ⏱️ 25.08.2022):

     git clone https://github.com/knipknap/SpiffWorkflow
    
  • PyPi (📥 3.7K / month):

     pip install SpiffWorkflow
    
  • Conda:

     conda install -c conda-forge SpiffWorkflow
    
Plan (🥉16 · 1.2K · 💀) - 如有神助地编写 crontab 文件。❗Unlicensed
  • GitHub (👨‍💻 7 · 🔀 89 · 📦 71 · 📋 9 - 11% open · ⏱️ 14.05.2020):

     git clone https://github.com/fengsp/plan
    
  • PyPi (📥 850 / month):

     pip install plan
    
  • Conda:

     conda install -c conda-forge plan
    
gunnery (🥉13 · 750 · 💀) - 分布式系统使用的多用途任务执行工具 ,具有 web 交互界面。Apache-2
  • GitHub (👨‍💻 7 · 🔀 73 · 📋 37 - 27% open · ⏱️ 29.10.2015):

     git clone https://github.com/gunnery/gunnery
    
  • PyPi:

     pip install gunnery
    
  • Conda:

     conda install -c conda-forge gunnery
    
django-schedule (🥉11 · 800 · 💀) - 一个 Django 排程应用。❗Unlicensed
  • GitHub (👨‍💻 17 · 🔀 190 · 📋 59 - 33% open · ⏱️ 16.04.2016):

     git clone https://github.com/thauber/django-schedule
    
  • PyPi:

     pip install django-schedule
    
  • Conda:

     conda install -c conda-forge django-schedule
    

日志

Back to top

用来生成和操作日志的库。

🔗 logbook - Logging 库的替代品。

🔗 logging - (Python 标准库)将文件名映射为 MIME 类型。

🔗 structlog - 结构化日志,让日志变得简单。

loguru (🥇33 · 13K) - 旨在带来愉悦体验的 Python 日志库。MIT
  • GitHub (👨‍💻 38 · 🔀 540 · 📦 25K · 📋 620 - 9% open · ⏱️ 21.08.2022):

     git clone https://github.com/Delgan/loguru
    
  • PyPi (📥 3.5M / month):

     pip install loguru
    
  • Conda (📥 620K · ⏱️ 08.04.2022):

     conda install -c conda-forge loguru
    
sentry-python (🥉28 · 1.3K) - Python 版 Sentry SDK。BSD-2
  • GitHub (👨‍💻 140 · 🔀 290 · 📥 4.2K · 📦 23K · 📋 700 - 20% open · ⏱️ 19.08.2022):

     git clone https://github.com/getsentry/sentry-python
    
  • PyPi:

     pip install sentry-python
    
  • Conda:

     conda install -c conda-forge sentry-python
    

机器学习

Back to top

机器学习相关库,也可以参考 awesome-machine-learning

🔗 scikit-learn - 基于 SciPy 构建的机器学习 Python 模块。

🔗 Spark ML - Apache Spark's scalable Machine Learning library.

xgboost (🥇37 · 23K) - 可扩展,便携式和分布式梯度提升库。Apache-2
  • GitHub (👨‍💻 570 · 🔀 7.9K · 📥 5K · 📦 35K · 📋 4.5K - 5% open · ⏱️ 25.08.2022):

     git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 8.3M / month):

     pip install xgboost
    
  • Conda (📥 2.9M · ⏱️ 12.08.2022):

     conda install -c conda-forge xgboost
    
gym (🥈34 · 28K) - 在 AWS Lambda 开发和部署 Python 代码的工具包。❗Unlicensed
  • GitHub (👨‍💻 380 · 🔀 7.5K · 📦 32K · 📋 1.6K - 0% open · ⏱️ 24.08.2022):

     git clone https://github.com/openai/gym
    
  • PyPi (📥 620K / month):

     pip install gym
    
  • Conda (📥 140K · ⏱️ 10.07.2022):

     conda install -c conda-forge gym
    
NuPIC (🥈24 · 6.3K · 💀) - 智能计算 Numenta 平台。❗️AGPL-3.0
  • GitHub (👨‍💻 120 · 🔀 1.6K · 📦 110 · 📋 1.8K - 25% open · ⏱️ 23.10.2019):

     git clone https://github.com/numenta/nupic
    
  • PyPi (📥 1.4K / month):

     pip install nupic
    
  • Conda:

     conda install -c conda-forge nupic
    
H2O (🥉20 · 6K) - 开源快速可扩展的机器学习平台。Apache-2
  • GitHub (👨‍💻 230 · 🔀 1.9K · ⏱️ 25.08.2022):

     git clone https://github.com/h2oai/h2o-3
    
  • PyPi:

     pip install h2o-3
    
  • Conda:

     conda install -c conda-forge h2o-3
    
MindsDB (🥉19 · 9.7K) - MindsDB是现有数据库的开源AI层,可让使用标准查询轻松地进行开发,训练和部署最新的机器学习模型。❗️GPL-3.0
  • GitHub (👨‍💻 130 · 🔀 1K · 📋 1.2K - 11% open · ⏱️ 25.08.2022):

     git clone https://github.com/mindsdb/mindsdb
    
  • PyPi (📥 2.9K / month):

     pip install mindsdb
    
  • Conda:

     conda install -c conda-forge mindsdb
    
Metrics (🥉16 · 1.5K · 💀) - 机器学习的评估指标。❗Unlicensed
  • GitHub (👨‍💻 7 · 🔀 410 · 📋 17 - 58% open · ⏱️ 09.09.2015):

     git clone https://github.com/benhamner/Metrics
    
  • PyPi (📥 2.2K / month):

     pip install Metrics
    
  • Conda:

     conda install -c conda-forge Metrics
    
vowpal_porpoise (🥉9 · 160 · 💀) - 支持 Apache Solr 的轻量级 Python 装饰器。❗Unlicensed
  • GitHub (👨‍💻 14 · 🔀 28 · 📋 9 - 66% open · ⏱️ 07.01.2020):

     git clone https://github.com/josephreisinger/vowpal_porpoise
    
  • PyPi (📥 13 / month):

     pip install vowpal_porpoise
    
  • Conda:

     conda install -c conda-forge vowpal_porpoise
    

微软的 Windows 平台

Back to top

在 Windows 平台上进行 Python 编程。

🔗 Python(x,y) - 面向科学应用的 Python 发行版,基于 Qt 和 Spyder。

🔗 pythonlibs - 非官方的 Windows 平台 Python 扩展二进制包。

🔗 WinPython - Windows 7/8 系统下便携式开发环境。

PyWin32 (🥇29 · 3.9K) - 针对 Windows 的 Python 扩展。❗Unlicensed
  • GitHub (👨‍💻 80 · 🔀 690 · 📥 570K · 📦 89K · 📋 1.7K - 25% open · ⏱️ 22.08.2022):

     git clone https://github.com/mhammond/pywin32
    
  • PyPi (📥 3.5M / month):

     pip install pywin32
    
  • Conda (📥 2.6M · ⏱️ 27.12.2021):

     conda install -c conda-forge pywin32
    
PythonNet (🥉27 · 3.2K) - Python 与 .NET 公共语言运行库 (CLR)的集成。MIT
  • GitHub (👨‍💻 97 · 🔀 520 · 📥 160 · 📦 100 · 📋 1.2K - 9% open · ⏱️ 17.07.2022):

     git clone https://github.com/pythonnet/pythonnet
    
  • PyPi (📥 130K / month):

     pip install pythonnet
    
  • Conda (📥 46K · ⏱️ 16.07.2022):

     conda install -c conda-forge pythonnet
    

杂项

Back to top

不属于上面任何一个类别,但是非常有用的库。

🔗 tryton - 一个通用业务框架。

itsdangerous (🥇34 · 2.5K) - 将受信任的数据传递到不受信任的环境的帮助工具。BSD-3
  • GitHub (👨‍💻 41 · 🔀 200 · 📦 660K · ⏱️ 01.08.2022):

     git clone https://github.com/pallets/itsdangerous
    
  • PyPi (📥 63M / month):

     pip install itsdangerous
    
  • Conda (📥 3.6M · ⏱️ 24.03.2022):

     conda install -c conda-forge itsdangerous
    
blinker (🥈29 · 1.4K) - 快速的 Python 运行时信号/事件分配系统。MIT
  • GitHub (👨‍💻 14 · 🔀 160 · 📦 110K · 📋 35 - 8% open · ⏱️ 17.07.2022):

     git clone https://github.com/jek/blinker
    
  • PyPi (📥 7.8M / month):

     pip install blinker
    
  • Conda (📥 5.8M · ⏱️ 20.06.2018):

     conda install -c conda-forge blinker
    
boltons (🥉28 · 5.9K) - 一组纯 Python 实用工具。❗Unlicensed
  • GitHub (👨‍💻 75 · 🔀 320 · 📥 23 · 📦 2.5K · 📋 140 - 31% open · ⏱️ 29.04.2022):

     git clone https://github.com/mahmoud/boltons
    
  • PyPi (📥 2M / month):

     pip install boltons
    
  • Conda (📥 660K · ⏱️ 27.05.2021):

     conda install -c conda-forge boltons
    
magenta (🥉27 · 18K) - 使用人工智能生成音乐与艺术的工具。Apache-2
  • GitHub (👨‍💻 150 · 🔀 3.5K · 📦 380 · 📋 890 - 34% open · ⏱️ 08.08.2022):

     git clone https://github.com/magenta/magenta
    
  • PyPi (📥 3.9K / month):

     pip install magenta
    
  • Conda:

     conda install -c conda-forge magenta
    
pluginbase (🥉22 · 1K · 💀) - 一个简单但灵活的Python插件系统。❗Unlicensed
  • GitHub (👨‍💻 9 · 🔀 140 · 📦 1.4K · ⏱️ 16.05.2021):

     git clone https://github.com/mitsuhiko/pluginbase
    
  • PyPi (📥 500K / month):

     pip install pluginbase
    
  • Conda (📥 240K · ⏱️ 04.02.2019):

     conda install -c conda-forge pluginbase
    

自然语言处理

Back to top

用来处理人类语言的库。

🔗 nltk - 一个先进的平台,用以构建处理人类语言数据的 Python 程序。

🔗 spacy - Python 和 Cython 中用于工业级自然语言处理的库。

gensim (🥇36 · 13K) - 人性化的话题建模库。❗️LGPL-2.1
  • GitHub (👨‍💻 430 · 🔀 4K · 📥 3.8K · 📦 36K · 📋 1.8K - 20% open · ⏱️ 22.08.2022):

     git clone https://github.com/RaRe-Technologies/gensim
    
  • PyPi (📥 4.9M / month):

     pip install gensim
    
  • Conda (📥 860K · ⏱️ 29.07.2022):

     conda install -c conda-forge gensim
    
jieba (🥇32 · 29K · 💀) - 中文分词工具。MIT
  • GitHub (👨‍💻 48 · 🔀 6.3K · 📦 14K · 📋 810 - 73% open · ⏱️ 15.02.2020):

     git clone https://github.com/fxsjy/jieba
    
  • PyPi (📥 440K / month):

     pip install jieba
    
  • Conda (📥 120K · ⏱️ 30.05.2021):

     conda install -c conda-forge jieba
    
pattern (🥈30 · 8.3K · 💀) - Python 网络挖掘模块。BSD-3
  • GitHub (👨‍💻 30 · 🔀 1.5K · 📦 1.4K · 📋 200 - 62% open · ⏱️ 25.04.2020):

     git clone https://github.com/clips/pattern
    
  • PyPi (📥 1M / month):

     pip install pattern
    
  • Conda (📥 11K · ⏱️ 05.05.2020):

     conda install -c conda-forge pattern
    
Stanza (🥈25 · 6.2K) - 斯坦福 NLP 集团的官方 Python 库,支持60多种语言。❗Unlicensed
  • GitHub (👨‍💻 48 · 🔀 790 · 📦 1.2K · 📋 720 - 11% open · ⏱️ 23.04.2022):

     git clone https://github.com/stanfordnlp/stanza
    
  • PyPi (📥 330K / month):

     pip install stanza
    
  • Conda (📥 4.6K · ⏱️ 21.07.2022):

     conda install -c conda-forge stanza
    
PyTorch-NLP (🥈24 · 2.1K · 💀) - 一个支持快速深度学习 NLP 原型研究的工具包。BSD-3
  • GitHub (👨‍💻 18 · 🔀 250 · 📦 410 · 📋 67 - 26% open · ⏱️ 10.07.2021):

     git clone https://github.com/PetrochukM/PyTorch-NLP
    
  • PyPi (📥 6K / month):

     pip install PyTorch-NLP
    
  • Conda:

     conda install -c conda-forge PyTorch-NLP
    
pkuseg-python (🥉23 · 5.9K) - 一个支持对不同领域进行中文分词的工具箱。MIT
  • GitHub (👨‍💻 6 · 🔀 930 · 📥 85K · 📦 210 · 📋 150 - 73% open · ⏱️ 08.06.2022):

     git clone https://github.com/lancopku/pkuseg-python
    
  • PyPi:

     pip install pkuseg-python
    
  • Conda:

     conda install -c conda-forge pkuseg-python
    
snownlp (🥉22 · 5.9K · 💀) - 一个用来处理中文文本的库。MIT
  • GitHub (👨‍💻 8 · 🔀 1.3K · 📦 930 · 📋 100 - 38% open · ⏱️ 19.01.2020):

     git clone https://github.com/isnowfy/snownlp
    
  • PyPi (📥 3.6K / month):

     pip install snownlp
    
  • Conda (📥 900 · ⏱️ 07.09.2021):

     conda install -c conda-forge snownlp
    
polyglot (🥉21 · 2K · 💀) - 支持数百种语言的自然语言处理管道。❗Unlicensed
  • GitHub (👨‍💻 26 · 🔀 310 · 📦 750 · 📋 210 - 68% open · ⏱️ 22.09.2020):

     git clone https://github.com/aboSamoor/polyglot
    
  • PyPi (📥 53K / month):

     pip install polyglot
    
  • Conda:

     conda install -c conda-forge polyglot
    
pytext (🥉18 · 6.4K) - 基于 PyTouch 的自然语言模型框架。❗Unlicensed
  • GitHub (👨‍💻 230 · 🔀 790 · 📥 300 · 📦 110 · 📋 140 - 45% open · ⏱️ 11.08.2022):

     git clone https://github.com/facebookresearch/pytext
    
  • PyPi:

     pip install pytext
    
  • Conda:

     conda install -c conda-forge pytext
    
langid.py (🥉17 · 2K · 💀) - 独立的语言识别系统。❗Unlicensed
  • GitHub (👨‍💻 9 · 🔀 280 · 📦 1.1K · 📋 71 - 35% open · ⏱️ 15.07.2017):

     git clone https://github.com/saffsd/langid.py
    
  • PyPi:

     pip install langid.py
    
  • Conda:

     conda install -c conda-forge langid.py
    
funNLP (🥉15 · 43K) - 中文自然语言处理的工具和数据集。❗Unlicensed
  • GitHub (👨‍💻 10 · 🔀 11K · 📋 50 - 22% open · ⏱️ 18.08.2022):

     git clone https://github.com/fighting41love/funNLP
    
  • PyPi (📥 12 / month):

     pip install funNLP
    
  • Conda:

     conda install -c conda-forge funNLP
    

网络可视化和 SDN

Back to top

用来进行网络可视化和 SDN(软件定义网络)的工具和库。

napalm (🥇30 · 1.9K) - 可跨供应商 API 来操纵网络设备。Apache-2
  • GitHub (👨‍💻 190 · 🔀 500 · 📦 900 · 📋 560 - 20% open · ⏱️ 23.08.2022):

     git clone https://github.com/napalm-automation/napalm
    
  • PyPi (📥 31K / month):

     pip install napalm
    
  • Conda:

     conda install -c conda-forge napalm
    
mininet (🥉26 · 4.5K) - 一款流行的网络模拟器以及用 Python 编写的 API。BSD-3
  • GitHub (👨‍💻 80 · 🔀 1.6K · 📥 450K · 📦 160 · 📋 670 - 39% open · ⏱️ 11.07.2022):

     git clone https://github.com/mininet/mininet
    
  • PyPi (📥 1.1K / month):

     pip install mininet
    
  • Conda:

     conda install -c conda-forge mininet
    
pox (🥉21 · 580 · 💀) - 一个针对基于 Python 的软件定义网络应用(例如 OpenFlow SDN 控制器)的开源开发平台。Apache-2
  • GitHub (👨‍💻 26 · 🔀 430 · 📋 180 - 20% open · ⏱️ 20.05.2020):

     git clone https://github.com/noxrepo/pox
    
  • PyPi (📥 3.6M / month):

     pip install pox
    
  • Conda (📥 220K · ⏱️ 20.05.2022):

     conda install -c conda-forge pox
    

动态消息

Back to top

用来创建用户活动的库。

django-activity-stream (🥇25 · 2.1K) - 从你的站点行为中生成通用活动信息流。BSD-3
  • GitHub (👨‍💻 110 · 🔀 450 · 📦 860 · 📋 300 - 4% open · ⏱️ 18.08.2022):

     git clone https://github.com/justquick/django-activity-stream
    
  • PyPi (📥 46K / month):

     pip install django-activity-stream
    
  • Conda:

     conda install -c conda-forge django-activity-stream
    
Stream Framework (🥉18 · 4.6K · 💀) - Building news feed and notification systems using.. ❗Unlicensed
  • GitHub (👨‍💻 26 · 🔀 540 · 📋 180 - 35% open · ⏱️ 15.07.2020):

     git clone https://github.com/tschellenbach/Stream-Framework
    
  • PyPi (📥 1.6K / month):

     pip install Stream-Framework
    
  • Conda:

     conda install -c conda-forge Stream-Framework
    

ORM

Back to top

实现对象关系映射或数据映射技术的库。

🔗 Django Models - The Django ORM.

🔗 SQLAlchemy - Python SQL 工具以及对象关系映射工具。

🔗 awesome-sqlalchemy ( 2.5K · 💀) - A curated list of awesome tools for SQLAlchemy.

mongoengine (🥇35 · 3.8K) - 一个 Python 对象文档映射工具,用于 MongoDB。MIT
  • GitHub (👨‍💻 380 · 🔀 1.1K · 📦 17K · 📋 1.6K - 21% open · ⏱️ 17.07.2022):

     git clone https://github.com/MongoEngine/mongoengine
    
  • PyPi (📥 830K / month):

     pip install mongoengine
    
  • Conda (📥 160K · ⏱️ 18.07.2022):

     conda install -c conda-forge mongoengine
    
peewee (🥈34 · 9.4K) - 一个小但是很有表现力的 ORM。MIT
  • GitHub (👨‍💻 150 · 🔀 1.3K · 📦 17K · ⏱️ 26.08.2022):

     git clone https://github.com/coleifer/peewee
    
  • PyPi (📥 1.2M / month):

     pip install peewee
    
  • Conda (📥 420K · ⏱️ 12.07.2022):

     conda install -c conda-forge peewee
    
PynamoDB (🥈29 · 2K) - Amazon DynamoDB 的一个 Python 风格接口。MIT
  • GitHub (👨‍💻 97 · 🔀 390 · 📦 1.1K · 📋 510 - 39% open · ⏱️ 18.07.2022):

     git clone https://github.com/pynamodb/PynamoDB
    
  • PyPi (📥 1.4M / month):

     pip install PynamoDB
    
  • Conda (📥 190K · ⏱️ 09.06.2022):

     conda install -c conda-forge PynamoDB
    
dataset (🥈27 · 4.2K) - 在数据库中存储字典,支持 SQLite,MySQL 和 PostgreSQL。MIT
  • GitHub (👨‍💻 76 · 🔀 280 · 📦 2.5K · 📋 270 - 4% open · ⏱️ 03.06.2022):

     git clone https://github.com/pudo/dataset
    
  • PyPi (📥 66K / month):

     pip install dataset
    
  • Conda (📥 2.7K · ⏱️ 16.12.2021):

     conda install -c conda-forge dataset
    
orator (🥉22 · 1.4K) - Orator ORM,提供了一个简单而美观的 ActiveRecord 实现。MIT
  • GitHub (👨‍💻 32 · 🔀 160 · 📋 310 - 42% open · ⏱️ 13.03.2022):

     git clone https://github.com/sdispater/orator
    
  • PyPi (📥 12K / month):

     pip install orator
    
  • Conda (📥 1.9K · ⏱️ 18.03.2020):

     conda install -c conda-forge orator
    
pony (🥉20 · 3K) - 提供面向生成器的SQL接口的ORM。Apache-2
  • GitHub (🔀 210 · 📥 30 · 📦 2.6K · 📋 590 - 45% open · ⏱️ 25.05.2022):

     git clone https://github.com/ponyorm/pony/
    
  • Conda:

     conda install -c conda-forge 
    
pydal (🥉19 · 430) - 纯 Python 数据库抽象接口层。BSD-3
  • GitHub (🔀 120 · 📦 230 · 📋 310 - 44% open · ⏱️ 20.08.2022):

     git clone https://github.com/web2py/pydal/
    
  • Conda:

     conda install -c conda-forge 
    
orm (🥉18 · 1.6K) - 一个异步的 ORM。BSD-3
  • GitHub (👨‍💻 18 · 🔀 91 · 📋 77 - 18% open · ⏱️ 24.07.2022):

     git clone https://github.com/encode/orm
    
  • PyPi (📥 4.6K / month):

     pip install orm
    
  • Conda:

     conda install -c conda-forge orm
    
hot-redis (🥉16 · 280 · 💀) - 为 Redis 提供 Python 丰富的数据类型。BSD-2
  • GitHub (👨‍💻 6 · 🔀 29 · 📦 26 · 📋 11 - 54% open · ⏱️ 16.10.2018):

     git clone https://github.com/stephenmcd/hot-redis
    
  • PyPi (📥 350 / month):

     pip install hot-redis
    
  • Conda:

     conda install -c conda-forge hot-redis
    
redisco (🥉14 · 440 · 💀) - 一个 Python 库,提供可以持续存在在 Redis 中的简单模型和容器。MIT
  • GitHub (👨‍💻 20 · 🔀 83 · 📋 51 - 70% open · ⏱️ 06.06.2016):

     git clone https://github.com/kiddouk/redisco
    
  • PyPi (📥 370 / month):

     pip install redisco
    
  • Conda:

     conda install -c conda-forge redisco
    

包管理

Back to top

管理包和依赖的工具。

🔗 pip - Python 包和依赖关系管理工具。

🔗 PyPI

poetry (🥇30 · 21K) - 可完全取代 setup.py 的包管理工具。MIT
  • GitHub (👨‍💻 380 · 🔀 1.7K · 📥 14M · 📋 4.1K - 22% open · ⏱️ 25.08.2022):

     git clone https://github.com/sdispater/poetry
    
  • PyPi (📥 8M / month):

     pip install poetry
    
  • Conda (📥 580K · ⏱️ 13.07.2022):

     conda install -c conda-forge poetry
    
pip-tools (🥉28 · 6.2K) - 保证 Python 包依赖关系更新的一组工具。BSD-3
  • GitHub (👨‍💻 170 · 🔀 460 · 📋 850 - 13% open · ⏱️ 22.08.2022):

     git clone https://github.com/jazzband/pip-tools
    
  • PyPi (📥 7.2M / month):

     pip install pip-tools
    
  • Conda (📥 48K · ⏱️ 24.05.2022):

     conda install -c conda-forge pip-tools
    
conda (🥉15 · 4.8K) - 跨平台的 Python 二进制包管理工具。❗Unlicensed
  • GitHub (🔀 1.2K · 📋 8.6K - 10% open · ⏱️ 25.08.2022):

     git clone https://github.com/conda/conda/
    
  • Conda:

     conda install -c conda-forge 
    

包仓库

Back to top

本地 PyPI 仓库服务和代理。

devpi (🥇19 · 590) - PyPI 服务和打包/测试/分发工具。❗Unlicensed
  • GitHub (👨‍💻 87 · 🔀 100 · 📦 190 · 📋 700 - 9% open · ⏱️ 25.08.2022):

     git clone https://github.com/devpi/devpi
    
  • PyPi (📥 2.2K / month):

     pip install devpi
    
  • Conda:

     conda install -c conda-forge devpi
    
localshop (🥈16 · 380) - 本地 PyPI 服务(自定义包并且自动对 PyPI 镜像)。MIT
  • GitHub (👨‍💻 46 · 🔀 110 · 📦 4 · 📋 110 - 30% open · ⏱️ 17.07.2022):

     git clone https://github.com/jazzband/localshop
    
  • PyPi (📥 80 / month):

     pip install localshop
    
  • Conda:

     conda install -c conda-forge localshop
    
warehouse (🥉15 · 3K) - 下一代 PyPI。Apache-2
  • GitHub (👨‍💻 320 · 🔀 770 · 📋 2.7K - 15% open · ⏱️ 25.08.2022):

     git clone https://github.com/pypa/warehouse
    
  • PyPi:

     pip install warehouse
    
  • Conda:

     conda install -c conda-forge warehouse
    
bandersnatch (🥉13 · 320) - PyPA 提供的 PyPI 镜像工具。❗️AFL-3.0
  • GitHub (🔀 97 · 📋 210 - 15% open · ⏱️ 22.08.2022):

     git clone https://github.com/pypa/bandersnatch/
    
  • Conda:

     conda install -c conda-forge 
    

渗透测试

Back to top

渗透测试相关框架和工具。

sqlmap (🥇22 · 24K) - 自动 SQL 注入和数据库接管工具。❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 4.8K · 📋 4.7K - 1% open · ⏱️ 22.08.2022):

     git clone https://github.com/sqlmapproject/sqlmap
    
  • PyPi (📥 5.6K / month):

     pip install sqlmap
    
  • Conda:

     conda install -c conda-forge sqlmap
    
fsociety (🥉19 · 7.9K · 💀) - 一款渗透测试框架。MIT
  • GitHub (👨‍💻 21 · 🔀 1.6K · 📋 120 - 20% open · ⏱️ 16.10.2020):

     git clone https://github.com/Manisso/fsociety
    
  • PyPi (📥 620 / month):

     pip install fsociety
    
  • Conda:

     conda install -c conda-forge fsociety
    
setoolkit (🥉17 · 7.9K · 💤) - 社会工程工具包。❗Unlicensed
  • GitHub (👨‍💻 85 · 🔀 2.2K · 📋 810 - 25% open · ⏱️ 26.01.2022):

     git clone https://github.com/trustedsec/social-engineer-toolkit
    
  • PyPi:

     pip install social-engineer-toolkit
    
  • Conda:

     conda install -c conda-forge social-engineer-toolkit
    

权限

Back to top

允许或拒绝用户访问数据或功能的库。

django-guardian (🥇27 · 3.2K) - Django 1.2+ ,实现了单个对象权限。❗Unlicensed
  • GitHub (👨‍💻 160 · 🔀 520 · 📦 4.9K · 📋 440 - 27% open · ⏱️ 25.03.2022):

     git clone https://github.com/django-guardian/django-guardian
    
  • PyPi (📥 220K / month):

     pip install django-guardian
    
  • Conda (📥 39K · ⏱️ 26.05.2021):

     conda install -c conda-forge django-guardian
    
django-rules (🥉23 · 1.5K) - 一个小巧但是强大的应用,提供对象级别的权限管理,且不需要使用数据库。MIT
  • GitHub (👨‍💻 25 · 🔀 120 · 📦 920 · 📋 100 - 22% open · ⏱️ 23.03.2022):

     git clone https://github.com/dfunckt/django-rules
    
  • PyPi (📥 140 / month):

     pip install django-rules
    
  • Conda:

     conda install -c conda-forge django-rules
    

进程

Back to top

操作系统进程启动及通信库。

🔗 sarge - 另一 种 subprocess 模块的封装。

sh (🥇31 · 6.4K) - 一个完备的 subprocess 替代库。MIT
  • GitHub (👨‍💻 85 · 🔀 450 · 📦 9.9K · 📋 410 - 2% open · ⏱️ 18.08.2022):

     git clone https://github.com/amoffat/sh
    
  • PyPi (📥 3.3M / month):

     pip install sh
    
  • Conda (📥 130K · ⏱️ 20.06.2022):

     conda install -c conda-forge sh
    
delegator.py (🥉17 · 1.6K · 💀) - .. MIT
  • GitHub (👨‍💻 23 · 🔀 82 · 📋 45 - 17% open · ⏱️ 06.05.2019):

     git clone https://github.com/amitt001/delegator.py
    
  • PyPi (📥 51K / month):

     pip install delegator.py
    
  • Conda:

     conda install -c conda-forge delegator.py
    

推荐系统

Back to top

用于构建推荐系统的相关库。

annoy (🥇31 · 10K) - 对 C++/Python 实现的近似近邻算法进行了内存优化。Apache-2
  • GitHub (👨‍💻 82 · 🔀 1K · 📦 2.2K · 📋 350 - 10% open · ⏱️ 08.08.2022):

     git clone https://github.com/spotify/annoy
    
  • PyPi (📥 1.5M / month):

     pip install annoy
    
  • Conda:

     conda install -c conda-forge annoy
    
lightfm (🥈26 · 4.1K) - John Gruber’s Markdown 的 Python 版实现。Apache-2
  • GitHub (👨‍💻 44 · 🔀 630 · 📦 790 · 📋 460 - 24% open · ⏱️ 19.07.2022):

     git clone https://github.com/lyst/lightfm
    
  • PyPi (📥 360K / month):

     pip install lightfm
    
  • Conda (📥 130K · ⏱️ 09.03.2022):

     conda install -c conda-forge lightfm
    
implicit (🥈26 · 2.9K) - 对隐式数据集进行协作过滤的快速 Python 实现。MIT
  • GitHub (👨‍💻 32 · 🔀 530 · 📥 95 · 📦 650 · 📋 420 - 16% open · ⏱️ 21.08.2022):

     git clone https://github.com/benfred/implicit
    
  • PyPi (📥 160K / month):

     pip install implicit
    
  • Conda (📥 390K · ⏱️ 29.01.2022):

     conda install -c conda-forge implicit
    
Surprise (🥉20 · 5.5K) - 用于构建和分析推荐系统的科学工具。BSD-3
  • GitHub (👨‍💻 43 · 🔀 920 · 📋 350 - 15% open · ⏱️ 21.08.2022):

     git clone https://github.com/NicolasHug/Surprise
    
  • PyPi (📥 19K / month):

     pip install Surprise
    
  • Conda:

     conda install -c conda-forge Surprise
    
spotlight (🥉19 · 2.8K · 💀) - 使用 PyTorch 实现的深度推荐模型。MIT
  • GitHub (👨‍💻 11 · 🔀 400 · 📋 110 - 56% open · ⏱️ 09.02.2020):

     git clone https://github.com/maciejkula/spotlight
    
  • PyPi (📥 360 / month):

     pip install spotlight
    
  • Conda:

     conda install -c conda-forge spotlight
    
fastFM (🥉19 · 1K · 💀) - Factorization Machine 相关库。❗Unlicensed
  • GitHub (👨‍💻 20 · 🔀 200 · 📥 450 · 📦 97 · 📋 110 - 43% open · ⏱️ 24.03.2021):

     git clone https://github.com/ibayer/fastFM
    
  • PyPi (📥 370 / month):

     pip install fastFM
    
  • Conda:

     conda install -c conda-forge fastFM
    
tensorrec (🥉18 · 1.2K · 💀) - TensorFlow 的推荐引擎框架。Apache-2
  • GitHub (👨‍💻 9 · 🔀 220 · 📦 27 · 📋 130 - 28% open · ⏱️ 04.02.2020):

     git clone https://github.com/jfkirk/tensorrec
    
  • PyPi (📥 470 / month):

     pip install tensorrec
    
  • Conda:

     conda install -c conda-forge tensorrec
    
libffm (🥉13 · 1.6K · 💀) - Field-aware Factorization Machine (FFM) 相关库。BSD-3
  • GitHub (👨‍💻 5 · 🔀 420 · 📋 36 - 55% open · ⏱️ 22.02.2019):

     git clone https://github.com/guestwalk/libffm
    
  • PyPi:

     pip install libffm
    
  • Conda:

     conda install -c conda-forge libffm
    

重构

Back to top

Python 重构相关库和工具。

🔗 Bicycle Repair Man - Python 的重构工具。

🔗 Bowler - 适用于现代Python的安全代码重构。

Rope (🥇22 · 1.4K · 📉) - 一个 Python 的重构库。❗️LGPL-3.0
  • GitHub (👨‍💻 70 · 🔀 140 · 📋 240 - 29% open · ⏱️ 31.07.2022):

     git clone https://github.com/python-rope/rope
    
  • PyPi (📥 810K / month):

     pip install rope
    
  • Conda (📥 810K · ⏱️ 29.07.2022):

     conda install -c conda-forge rope
    

RESTful API

Back to top

用来开发 RESTful APIs 的库

🔗 django-rest-framework - 一个强大灵活的工具,用来构建 web API。

🔗 django-tastypie - 为 Django 应用开发 API。

🔗 vibora - 快速高效且支持异步的 Web 框架,灵感来源于 Flask。

falcon (🥇34 · 8.9K) - 一个用来建立云 API 和 web app 后端的高性能框架。Apache-2
  • GitHub (👨‍💻 190 · 🔀 860 · 📥 3.9K · 📦 6.9K · 📋 960 - 17% open · ⏱️ 25.08.2022):

     git clone https://github.com/falconry/falcon
    
  • PyPi (📥 610K / month):

     pip install falcon
    
  • Conda (📥 270K · ⏱️ 09.04.2022):

     conda install -c conda-forge falcon
    
flask-restful (🥈33 · 6.4K) - 为 flask 快速创建 REST APIs 。BSD-3
  • GitHub (👨‍💻 160 · 🔀 960 · 📦 80K · 📋 540 - 16% open · ⏱️ 04.03.2022):

     git clone https://github.com/flask-restful/flask-restful
    
  • PyPi (📥 1.3M / month):

     pip install flask-restful
    
  • Conda (📥 130K · ⏱️ 30.05.2021):

     conda install -c conda-forge flask-restful
    
sanic (🥈32 · 16K) - A Python 3.6+ web server and web framework that's written to go fast. MIT
  • GitHub (👨‍💻 320 · 🔀 1.4K · 📦 7.5K · 📋 1.2K - 4% open · ⏱️ 18.08.2022):

     git clone https://github.com/huge-success/sanic
    
  • PyPi (📥 960K / month):

     pip install sanic
    
  • Conda (📥 210K · ⏱️ 11.08.2022):

     conda install -c conda-forge sanic
    
fastapi (🥈30 · 49K) - 一个现代,快速,基于标准 Python 类型注解的的 web框架,可使用 Python3.6+ 版本构建 API。MIT
  • GitHub (👨‍💻 340 · 🔀 3.8K · 📋 3K - 36% open · ⏱️ 25.08.2022):

     git clone https://github.com/tiangolo/fastapi
    
  • PyPi (📥 8.1M / month):

     pip install fastapi
    
  • Conda (📥 890K · ⏱️ 24.08.2022):

     conda install -c conda-forge fastapi
    
hug (🥉28 · 6.6K · 💀) - 一个为纯净公开的 API 打造的 Python 3 框架。MIT
  • GitHub (👨‍💻 120 · 🔀 370 · 📦 1.5K · 📋 460 - 35% open · ⏱️ 10.08.2020):

     git clone https://github.com/hugapi/hug
    
  • PyPi (📥 40K / month):

     pip install hug
    
  • Conda (📥 160K · ⏱️ 26.01.2022):

     conda install -c conda-forge hug
    
flask-api (🥉26 · 1.3K) - 为 flask 开发的,可浏览 Web APIs 。❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 170 · 📦 5.2K · 📋 63 - 19% open · ⏱️ 18.07.2022):

     git clone https://github.com/flask-api/flask-api
    
  • PyPi (📥 220K / month):

     pip install flask-api
    
  • Conda:

     conda install -c conda-forge flask-api
    
eve (🥉25 · 6.5K) - REST API 框架,由 Flask, MongoDB 等驱动。❗Unlicensed
  • GitHub (👨‍💻 210 · 🔀 730 · 📦 1K · 📋 960 - 2% open · ⏱️ 01.08.2022):

     git clone https://github.com/pyeve/eve
    
  • PyPi (📥 22K / month):

     pip install eve
    
  • Conda:

     conda install -c conda-forge eve
    
apistar (🥉24 · 5.6K · 💤) - 专为Python 3设计的智能 Web API 框架。BSD-3
  • GitHub (👨‍💻 89 · 🔀 420 · 📦 680 · 📋 310 - 7% open · ⏱️ 31.08.2021):

     git clone https://github.com/encode/apistar
    
  • PyPi (📥 9.1K / month):

     pip install apistar
    
  • Conda (📥 100K · ⏱️ 03.04.2019):

     conda install -c conda-forge apistar
    
cornice (🥉23 · 380) - 一个 Pyramid 的 REST 框架 。❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 140 · 📦 740 · 📋 240 - 19% open · ⏱️ 18.07.2022):

     git clone https://github.com/Cornices/cornice
    
  • PyPi (📥 23K / month):

     pip install cornice
    
  • Conda:

     conda install -c conda-forge cornice
    
sandman2 (🥉20 · 1.9K · 💀) - 为数据库驱动的系统自动生成 REST API。Apache-2
  • GitHub (👨‍💻 23 · 🔀 210 · 📦 22 · 📋 83 - 37% open · ⏱️ 21.12.2020):

     git clone https://github.com/jeffknupp/sandman2
    
  • PyPi (📥 220 / month):

     pip install sandman2
    
  • Conda:

     conda install -c conda-forge sandman2
    

机器人

Back to top

机器人相关库。

🔗 rospy - ROS (Robot Operating System) 库。

PythonRobotics (🥇17 · 16K) - 各种具有可视化效果的机器人算法的汇总。❗Unlicensed
  • GitHub (👨‍💻 100 · 🔀 4.8K · 📋 290 - 4% open · ⏱️ 15.08.2022):

     git clone https://github.com/AtsushiSakai/PythonRobotics
    
  • PyPi:

     pip install PythonRobotics
    
  • Conda:

     conda install -c conda-forge PythonRobotics
    

RPC 服务器

Back to top

兼容 RPC 的服务器。

zeroRPC (🥇16 · 3K · 💤) - zerorpc 是一个灵活的 RPC 实现,基于 ZeroMQMessagePack❗Unlicensed
  • GitHub (👨‍💻 38 · 🔀 360 · 📋 160 - 30% open · ⏱️ 06.01.2022):

     git clone https://github.com/0rpc/zerorpc-python
    
  • PyPi:

     pip install zerorpc-python
    
  • Conda (📥 850 · ⏱️ 06.06.2022):

     conda install -c conda-forge zerorpc-python
    

科学计算和数据分析

Back to top

用来进行科学计算和数据分析的库。

🔗 astropy - 一个天文学 Python 库。

🔗 Biopython - Biopython 是一组可以免费使用的用来进行生物计算的工具。

🔗 cclib - 一个用来解析和解释计算化学软件包输出结果的库。

🔗 Colour - 大量色彩理论转换和算法的实现。

🔗 NetworkX - 一个为复杂网络设计的高性能软件。

🔗 NIPY - 神经影响学工具箱集合。

🔗 NumPy - 使用 Python 进行科学计算的基础包。

🔗 Open Babel - 一个化学工具箱,用来描述多种化学数据。

🔗 PyDy - PyDy 是 Python Dynamics 的缩写,用来为动力学运动建模工作流程提供帮助, 基于 NumPy, SciPy, IPython 和 matplotlib。

🔗 QuTiP - Python 版 Quantum 工具箱。

🔗 RDKit - 化学信息学和机器学习软件。

🔗 SciPy - 由一些基于 Python ,用于数学,科学和工程的开源软件构成的生态系统。

🔗 SimPy - 一个基于过程的离散事件模拟框架。

SymPy (🥇35 · 9.5K) - 一个用于符号数学的 Python 库。❗Unlicensed
  • GitHub (👨‍💻 1.2K · 🔀 3.6K · 📥 460K · 📦 45K · 📋 12K - 32% open · ⏱️ 26.08.2022):

     git clone https://github.com/sympy/sympy
    
  • PyPi (📥 2.6M / month):

     pip install sympy
    
  • Conda (📥 2.3M · ⏱️ 23.08.2022):

     conda install -c conda-forge sympy
    
statsmodels (🥈32 · 7.7K) - 统计建模和计量经济学。BSD-3
  • GitHub (👨‍💻 380 · 🔀 2.4K · 📥 26 · 📦 68K · 📋 4.8K - 46% open · ⏱️ 23.08.2022):

     git clone https://github.com/statsmodels/statsmodels
    
  • PyPi (📥 8.8M / month):

     pip install statsmodels
    
  • Conda (📥 7M · ⏱️ 09.06.2022):

     conda install -c conda-forge statsmodels
    
Zipline (🥈30 · 15K · 💀) - 一个 Python 算法交易库。Apache-2
  • GitHub (👨‍💻 160 · 🔀 4K · 📦 880 · 📋 970 - 32% open · ⏱️ 14.10.2020):

     git clone https://github.com/quantopian/zipline
    
  • PyPi (📥 3.1K / month):

     pip install zipline
    
  • Conda (📥 6.2K · ⏱️ 05.10.2020):

     conda install -c conda-forge zipline
    
PyMC (🥉26 · 6.9K) - 马尔科夫链蒙特卡洛采样工具。❗Unlicensed
  • GitHub (👨‍💻 410 · 🔀 1.6K · 📥 1.9K · 📦 690 · 📋 2.8K - 6% open · ⏱️ 25.08.2022):

     git clone https://github.com/pymc-devs/pymc3
    
  • PyPi (📥 410K / month):

     pip install pymc3
    
  • Conda (📥 440K · ⏱️ 20.05.2022):

     conda install -c conda-forge pymc3
    
Karate Club (🥉23 · 1.7K) - 用于图形结构化数据的无监督机器学习工具箱。❗️GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 210 · 📦 100 · ⏱️ 20.08.2022):

     git clone https://github.com/benedekrozemberczki/karateclub
    
  • PyPi (📥 2.8K / month):

     pip install karateclub
    
  • Conda (📥 12K · ⏱️ 28.01.2022):

     conda install -c conda-forge karateclub
    
bcbio-nextgen (🥉20 · 890) - 这个工具箱为全自动高通量测序分析提供符合最佳实践的处理流程。MIT
  • GitHub (👨‍💻 94 · 🔀 340 · 📋 3K - 3% open · ⏱️ 06.07.2022):

     git clone https://github.com/chapmanb/bcbio-nextgen
    
  • PyPi (📥 32 / month):

     pip install bcbio-nextgen
    
  • Conda:

     conda install -c conda-forge bcbio-nextgen
    
ObsPy (🥉18 · 940) - 地震学 Python 工具箱。❗Unlicensed
  • GitHub (🔀 480 · 📥 6.7K · 📋 1.6K - 16% open · ⏱️ 08.08.2022):

     git clone https://github.com/obspy/obspy/wiki/
    
  • Conda:

     conda install -c conda-forge 
    
bccb (🥉18 · 550 · 💤) - 生物分析相关代码集合。❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 220 · 📦 230 · 📋 73 - 19% open · ⏱️ 18.11.2021):

     git clone https://github.com/chapmanb/bcbb
    
  • PyPi:

     pip install bcbb
    
  • Conda:

     conda install -c conda-forge bcbb
    

搜索

Back to top

对数据进行索引和执行搜索查询的库和软件。

🔗 elasticsearch-py - Elasticsearch 的官方底层 Python 客户端。

🔗 whoosh - 一个快速的纯 Python 搜索引擎库。

django-haystack (🥇30 · 3.3K) - Django 模块化搜索。❗Unlicensed
  • GitHub (👨‍💻 200 · 🔀 1.2K · 📦 8.1K · 📋 1.2K - 36% open · ⏱️ 27.07.2022):

     git clone https://github.com/django-haystack/django-haystack
    
  • PyPi (📥 110K / month):

     pip install django-haystack
    
  • Conda (📥 4.8K · ⏱️ 31.05.2018):

     conda install -c conda-forge django-haystack
    
pysolr (🥉27 · 620) - 支持 Apache Solr 的轻量级 Python 装饰器。BSD-3
  • GitHub (👨‍💻 65 · 🔀 300 · 📦 2.7K · 📋 140 - 14% open · ⏱️ 12.04.2022):

     git clone https://github.com/django-haystack/pysolr
    
  • PyPi (📥 190K / month):

     pip install pysolr
    
  • Conda (📥 19K · ⏱️ 28.04.2020):

     conda install -c conda-forge pysolr
    
elasticsearch-dsl-py (🥉24 · 3.5K) - Elasticsearch 的官方高级 Python 客户端。Apache-2
  • GitHub (👨‍💻 130 · 🔀 730 · 📥 140 · 📦 6.4K · 📋 1.2K - 8% open · ⏱️ 14.07.2022):

     git clone https://github.com/elastic/elasticsearch-dsl-py
    
  • PyPi:

     pip install elasticsearch-dsl-py
    
  • Conda:

     conda install -c conda-forge elasticsearch-dsl-py
    

序列化

Back to top

复杂数据类型序列化相关库。

marshmallow (🥇30 · 6.2K) - 一个轻量级的库,用于将复杂对象与简单 Python 数据类型相互转换。MIT
  • GitHub (👨‍💻 200 · 🔀 590 · 📦 53K · 📋 1.1K - 11% open · ⏱️ 25.08.2022):

     git clone https://github.com/marshmallow-code/marshmallow
    
  • PyPi (📥 17M / month):

     pip install marshmallow
    
  • Conda (📥 1.2M · ⏱️ 23.08.2022):

     conda install -c conda-forge marshmallow
    
python-rapidjson (🥈23 · 460) - A Python wrapper around.. ❗Unlicensed
  • GitHub (👨‍💻 19 · 🔀 40 · 📦 2.7K · 📋 100 - 10% open · ⏱️ 07.07.2022):

     git clone https://github.com/python-rapidjson/python-rapidjson
    
  • PyPi (📥 880K / month):

     pip install python-rapidjson
    
  • Conda (📥 1M · ⏱️ 19.02.2022):

     conda install -c conda-forge python-rapidjson
    
pysimdjson (🥉22 · 550) - A Python bindings for.. ❗Unlicensed
  • GitHub (👨‍💻 13 · 🔀 40 · 📦 400 · 📋 75 - 13% open · ⏱️ 04.06.2022):

     git clone https://github.com/TkTech/pysimdjson
    
  • PyPi (📥 240K / month):

     pip install pysimdjson
    
  • Conda (📥 32K · ⏱️ 29.05.2022):

     conda install -c conda-forge pysimdjson
    
ultrajson (🥉15 · 3.8K) - 使用 Python 绑定的,用 C 编写的快速 JSON 解码器和编码器。❗Unlicensed
  • GitHub (👨‍💻 82 · 🔀 320 · 📋 330 - 7% open · ⏱️ 08.08.2022):

     git clone https://github.com/esnme/ultrajson
    
  • PyPi:

     pip install ultrajson
    
  • Conda:

     conda install -c conda-forge ultrajson
    

Serverless 框架

Back to top

使用 Python 开发 Serverless 模型相关的库。

Zappa (🥇27 · 12K · 💀) - 在 AWS Lambda 和 API Gateway 部署 WSGI 应用的工具。MIT
  • GitHub (👨‍💻 260 · 🔀 1.2K · 📥 260 · 📋 1.3K - 47% open · ⏱️ 20.02.2021):

     git clone https://github.com/Miserlou/Zappa
    
  • PyPi (📥 88K / month):

     pip install Zappa
    
  • Conda:

     conda install -c conda-forge Zappa
    
python-lambda (🥉22 · 1.4K) - 在 AWS Lambda 开发和部署 Python 代码的工具包。ISC
  • GitHub (👨‍💻 48 · 🔀 220 · 📦 160 · 📋 90 - 41% open · ⏱️ 03.06.2022):

     git clone https://github.com/nficano/python-lambda
    
  • PyPi (📥 4.2K / month):

     pip install python-lambda
    
  • Conda:

     conda install -c conda-forge python-lambda
    

命令行工具

Back to top

用于创建命令行程序的库。

xonsh (🥇15 · 6.2K) - 一种基于 python 的跨平台,面向 unix 的 shell 语言和命令提示符。❗Unlicensed
  • GitHub (🔀 550 · 📥 7.9K · 📋 2.4K - 10% open · ⏱️ 18.08.2022):

     git clone https://github.com/xonsh/xonsh/
    
  • Conda:

     conda install -c conda-forge 
    

特殊文本格式处理

Back to top

一些用来解析和操作特殊文本格式的库。

🔗 openpyxl - 一个用来读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件的库。

🔗 ReportLab - 快速创建富文本 PDF 文档。

🔗 PyYAML - Python 版本的 YAML 解析器。

Mistune (🥇33 · 2.1K · 📈) - 快速并且功能齐全的纯 Python 实现的 Markdown 解析器。BSD-3
  • GitHub (👨‍💻 35 · 🔀 200 · 📦 170K · 📋 230 - 8% open · ⏱️ 21.07.2022):

     git clone https://github.com/lepture/mistune
    
  • PyPi (📥 11M / month):

     pip install mistune
    
  • Conda (📥 8.3M · ⏱️ 15.07.2022):

     conda install -c conda-forge mistune
    
tablib (🥇32 · 4.2K) - 一个用来处理中表格数据的模块。MIT
  • GitHub (👨‍💻 120 · 🔀 540 · 📦 15K · 📋 240 - 12% open · ⏱️ 11.07.2022):

     git clone https://github.com/jazzband/tablib
    
  • PyPi (📥 1.2M / month):

     pip install tablib
    
  • Conda (📥 75K · ⏱️ 09.04.2022):

     conda install -c conda-forge tablib
    
XlsxWriter (🥇32 · 3K) - 一个用于创建 Excel .xlsx 文件的 Python 模块。BSD-2
  • GitHub (👨‍💻 47 · 🔀 570 · 📦 50K · 📋 790 - 1% open · ⏱️ 17.08.2022):

     git clone https://github.com/jmcnamara/XlsxWriter
    
  • PyPi (📥 10M / month):

     pip install XlsxWriter
    
  • Conda (📥 2.1M · ⏱️ 27.02.2022):

     conda install -c conda-forge XlsxWriter
    
PyPDF2 (🥈29 · 4.6K) - 一个可以分割,合并和转换 PDF 页面的库。❗Unlicensed
  • GitHub (👨‍💻 140 · 🔀 970 · 📦 34K · 📋 550 - 12% open · ⏱️ 21.08.2022):

     git clone https://github.com/mstamy2/PyPDF2
    
  • PyPi (📥 3.4M / month):

     pip install PyPDF2
    
  • Conda (📥 280K · ⏱️ 19.08.2022):

     conda install -c conda-forge PyPDF2
    
csvkit (🥈28 · 5.1K) - 用于转换和操作 CSV 的工具。MIT
  • GitHub (👨‍💻 100 · 🔀 560 · 📦 1.1K · 📋 860 - 8% open · ⏱️ 11.04.2022):

     git clone https://github.com/wireservice/csvkit
    
  • PyPi (📥 160K / month):

     pip install csvkit
    
  • Conda (📥 67K · ⏱️ 20.03.2022):

     conda install -c conda-forge csvkit
    
xlwings (🥈28 · 2.4K) - 一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。❗Unlicensed
  • GitHub (👨‍💻 57 · 🔀 420 · 📥 30K · 📦 24K · 📋 1.5K - 14% open · ⏱️ 24.08.2022):

     git clone https://github.com/ZoomerAnalytics/xlwings
    
  • PyPi (📥 680K / month):

     pip install xlwings
    
  • Conda (📥 450K · ⏱️ 25.08.2022):

     conda install -c conda-forge xlwings
    
PDFMiner (🥉26 · 4.9K · 💀) - 一个用于从 PDF 文档中抽取信息的工具。MIT
  • GitHub (👨‍💻 28 · 🔀 980 · 📦 3.2K · 📋 240 - 82% open · ⏱️ 18.01.2020):

     git clone https://github.com/euske/pdfminer
    
  • PyPi (📥 120K / month):

     pip install pdfminer
    
  • Conda (📥 24K · ⏱️ 15.02.2021):

     conda install -c conda-forge pdfminer
    
pyexcel (🥉25 · 1K) - 一个提供统一 API,用来读写,操作 Excel 文件的库。❗Unlicensed
  • GitHub (👨‍💻 20 · 🔀 160 · 📥 160 · 📦 2.7K · 📋 200 - 5% open · ⏱️ 06.07.2022):

     git clone https://github.com/pyexcel/pyexcel
    
  • PyPi (📥 120K / month):

     pip install pyexcel
    
  • Conda (📥 46K · ⏱️ 13.02.2022):

     conda install -c conda-forge pyexcel
    
Python-Markdown (🥉24 · 3K) - John Gruber’s Markdown 的 Python 版实现。❗Unlicensed
  • GitHub (👨‍💻 160 · 🔀 730 · 📦 210K · 📋 780 - 3% open · ⏱️ 25.07.2022):

     git clone https://github.com/waylan/Python-Markdown
    
  • PyPi:

     pip install Python-Markdown
    
  • Conda:

     conda install -c conda-forge Python-Markdown
    
unoconv (🥉23 · 2.3K · 💤) - 在 LibreOffice/OpenOffice 支持的任意文件格式之间进行转换。❗️GPL-2.0
  • GitHub (👨‍💻 52 · 🔀 360 · 📦 99 · 📋 480 - 16% open · ⏱️ 12.11.2021):

     git clone https://github.com/unoconv/unoconv
    
  • PyPi (📥 35K / month):

     pip install unoconv
    
  • Conda:

     conda install -c conda-forge unoconv
    
python-docx (🥉22 · 3.2K · 💀) - 读取,查询以及修改 Microsoft Word 2007/2008 docx 文件。MIT
  • GitHub (👨‍💻 14 · 🔀 800 · 📋 960 - 47% open · ⏱️ 15.05.2021):

     git clone https://github.com/python-openxml/python-docx
    
  • PyPi (📥 2.2M / month):

     pip install python-docx
    
  • Conda (📥 110K · ⏱️ 27.05.2021):

     conda install -c conda-forge python-docx
    
python-pptx (🥉22 · 1.6K · 💤) - 可用于创建和修改 ppt 文件的 Python 库。MIT
  • GitHub (👨‍💻 12 · 🔀 350 · 📋 730 - 44% open · ⏱️ 20.09.2021):

     git clone https://github.com/scanny/python-pptx
    
  • PyPi (📥 1M / month):

     pip install python-pptx
    
  • Conda (📥 170K · ⏱️ 21.09.2021):

     conda install -c conda-forge python-pptx
    
docxtpl (🥉20 · 1.3K) - 通过 jinja2 模版编辑 docx 文档。❗️LGPL-2.1
  • GitHub (👨‍💻 48 · 🔀 320 · 📦 1.3K · 📋 360 - 17% open · ⏱️ 05.08.2022):

     git clone https://github.com/elapouya/python-docx-template
    
  • PyPi:

     pip install python-docx-template
    
  • Conda:

     conda install -c conda-forge python-docx-template
    
unp (🥉10 · 400 · 💀) - 一个用来方便解包归档文件的命令行工具。❗Unlicensed
  • GitHub (👨‍💻 2 · 🔀 58 · 📦 10 · 📋 7 - 85% open · ⏱️ 26.08.2014):

     git clone https://github.com/mitsuhiko/unp
    
  • PyPi (📥 31 / month):

     pip install unp
    
  • Conda:

     conda install -c conda-forge unp
    

静态站点生成器

Back to top

静态站点生成器是一个软件,它把文本和模板作为输入,然后输出 HTML 文件。

pelican (🥇32 · 11K) - 使用 Markdown 或 ReST 来处理内容, Jinja 2 来制作主题。支持 DVCS, Disqus.。AGPL 许可。❗️AGPL-3.0
  • GitHub (👨‍💻 430 · 🔀 1.7K · 📥 640 · 📦 6K · 📋 1.6K - 3% open · ⏱️ 21.08.2022):

     git clone https://github.com/getpelican/pelican
    
  • PyPi (📥 14K / month):

     pip install pelican
    
  • Conda (📥 120K · ⏱️ 11.07.2022):

     conda install -c conda-forge pelican
    
nikola (🥈29 · 2.3K) - 一个静态网站和博客生成器。MIT
  • GitHub (👨‍💻 230 · 🔀 350 · 📦 440 · 📋 2.1K - 2% open · ⏱️ 02.08.2022):

     git clone https://github.com/getnikola/nikola
    
  • PyPi (📥 2K / month):

     pip install nikola
    
  • Conda (📥 5.1K · ⏱️ 24.05.2022):

     conda install -c conda-forge nikola
    
mkdocs (🥉28 · 15K) - 对 Markdown 友好的文档生成器。BSD-2
  • GitHub (🔀 2K · 📦 24K · 📋 1.7K - 6% open · ⏱️ 24.08.2022):

     git clone https://github.com/mkdocs/mkdocs/
    
  • Conda:

     conda install -c conda-forge 
    
lektor (🥉23 · 3.6K) - 一个简单易用的静态 CMS 和博客引擎。BSD-3
  • GitHub (👨‍💻 92 · 🔀 290 · 📥 7K · 📋 590 - 36% open · ⏱️ 03.08.2022):

     git clone https://github.com/lektor/lektor
    
  • PyPi (📥 2.9K / month):

     pip install lektor
    
  • Conda (📥 55K · ⏱️ 28.07.2022):

     conda install -c conda-forge lektor
    
makesite (🥉15 · 1.6K · 💀) - 简单轻量的站点/博客生成器 (小于 130 行代码)。MIT
  • GitHub (👨‍💻 8 · 🔀 260 · 📋 13 - 38% open · ⏱️ 03.01.2021):

     git clone https://github.com/sunainapai/makesite
    
  • PyPi (📥 140 / month):

     pip install makesite
    
  • Conda:

     conda install -c conda-forge makesite
    

标记

Back to top

用来进行标记的库。

django-taggit (🥇22 · 2.9K) - 简单的 Django 标记工具。BSD-3
  • GitHub (👨‍💻 140 · 🔀 560 · 📋 390 - 18% open · ⏱️ 09.08.2022):

     git clone https://github.com/jazzband/django-taggit
    
  • PyPi (📥 340K / month):

     pip install django-taggit
    
  • Conda (📥 96K · ⏱️ 02.05.2022):

     conda install -c conda-forge django-taggit
    

队列

Back to top

处理事件以及任务队列的库。

🔗 celery - 一个异步任务队列/作业队列,基于分布式消息传递

rq (🥇32 · 8.5K) - 简单的 Python 作业队列。❗Unlicensed
  • GitHub (👨‍💻 270 · 🔀 1.3K · 📦 11K · 📋 980 - 19% open · ⏱️ 21.08.2022):

     git clone https://github.com/rq/rq
    
  • PyPi (📥 680K / month):

     pip install rq
    
  • Conda (📥 76K · ⏱️ 30.06.2021):

     conda install -c conda-forge rq
    
huey (🥈28 · 4.2K) - 小型多线程任务队列。MIT
  • GitHub (👨‍💻 66 · 🔀 340 · 📦 980 · ⏱️ 18.08.2022):

     git clone https://github.com/coleifer/huey
    
  • PyPi (📥 89K / month):

     pip install huey
    
  • Conda (📥 26K · ⏱️ 16.10.2019):

     conda install -c conda-forge huey
    
dramatiq (🥉27 · 3.2K) - A fast and reliable background task processing library for Python.. ❗️LGPL-3.0
  • GitHub (👨‍💻 83 · 🔀 230 · 📥 33 · 📦 500 · 📋 290 - 9% open · ⏱️ 23.07.2022):

     git clone https://github.com/Bogdanp/dramatiq
    
  • PyPi (📥 110K / month):

     pip install dramatiq
    
  • Conda (📥 33K · ⏱️ 03.04.2022):

     conda install -c conda-forge dramatiq
    
mrq (🥉19 · 870 · 💀) - 一个 Python 的分布式 worker 任务队列, 使用 Redis 和 gevent。MIT
  • GitHub (👨‍💻 40 · 🔀 110 · 📦 29 · 📋 170 - 30% open · ⏱️ 13.12.2020):

     git clone https://github.com/pricingassistant/mrq
    
  • PyPi (📥 130 / month):

     pip install mrq
    
  • Conda:

     conda install -c conda-forge mrq
    

模板引擎

Back to top

模板生成和词法解析的库和工具。

🔗 Genshi - Python 模板工具,用以生成 web 感知的结果。

🔗 Mako - Python 平台的超高速轻量级模板。

Jinja2 (🥇24 · 8.7K) - 一个现代的,对设计师友好的模板引擎。BSD-3
  • GitHub (👨‍💻 300 · 🔀 1.4K · 📥 53K · 📋 900 - 4% open · ⏱️ 02.08.2022):

     git clone https://github.com/pallets/jinja
    
  • PyPi (📥 7.3K / month):

     pip install jinja
    
  • Conda:

     conda install -c conda-forge jinja
    

测试

Back to top

进行代码库测试和生成测试数据的库。

🔗 pytest - 一个成熟的全功能 Python 测试工具。

🔗 unittest - (Python 标准库)将文件名映射为 MIME 类型。

🔗 mamba - Python 的终极测试工具, 拥护 BDD。

🔗 tox - 自动化测试与发布的工具,支持多个 Python 版本。

🔗 Selenium - Selenium WebDriver 的 Python 绑定。

🔗 doublex - Python 的一个功能强大的 doubles 测试框架。

🔗 mock - (Python 标准库)将文件名映射为 MIME 类型。

🔗 coverage - 代码覆盖率测量。

🔗 radar - 生成随机的日期/时间。

faker (🥇37 · 15K) - 一个 Python 库,用来生成伪数据。MIT
  • GitHub (👨‍💻 470 · 🔀 1.6K · 📦 67K · 📋 580 - 2% open · ⏱️ 17.08.2022):

     git clone https://github.com/joke2k/faker
    
  • PyPi (📥 6.6M / month):

     pip install faker
    
  • Conda (📥 620K · ⏱️ 18.08.2022):

     conda install -c conda-forge faker
    
Robot Framework (🥇35 · 7.2K) - 一个通用的自动化测试框架。Apache-2
  • GitHub (👨‍💻 170 · 🔀 2K · 📥 540 · 📦 5.8K · 📋 3.9K - 5% open · ⏱️ 23.08.2022):

     git clone https://github.com/robotframework/robotframework
    
  • PyPi (📥 1.4M / month):

     pip install robotframework
    
  • Conda (📥 90K · ⏱️ 17.05.2022):

     conda install -c conda-forge robotframework
    
hypothesis (🥇32 · 6.2K) - Hypothesis 是一个基于先进的 Quickcheck 风格特性的测试库。❗Unlicensed
  • GitHub (👨‍💻 290 · 🔀 500 · 📦 14K · 📋 1.3K - 2% open · ⏱️ 20.08.2022):

     git clone https://github.com/HypothesisWorks/hypothesis
    
  • PyPi (📥 3.4M / month):

     pip install hypothesis
    
  • Conda (📥 6.1M · ⏱️ 20.08.2022):

     conda install -c conda-forge hypothesis
    
responses (🥇32 · 3.7K) - 伪造 Python 中的 requests 库的一个通用库。Apache-2
  • GitHub (👨‍💻 110 · 🔀 280 · 📥 65 · 📦 15K · 📋 240 - 0% open · ⏱️ 15.08.2022):

     git clone https://github.com/getsentry/responses
    
  • PyPi (📥 8.1M / month):

     pip install responses
    
  • Conda (📥 1.1M · ⏱️ 26.05.2022):

     conda install -c conda-forge responses
    
splinter (🥇32 · 2.5K) - 开源的 web 应用测试工具。BSD-3
  • GitHub (👨‍💻 170 · 🔀 500 · 📦 5.7K · 📋 510 - 8% open · ⏱️ 22.08.2022):

     git clone https://github.com/cobrateam/splinter
    
  • PyPi (📥 92K / month):

     pip install splinter
    
  • Conda:

     conda install -c conda-forge splinter
    
VCR.py (🥈31 · 2.3K) - 在你的测试中记录和重放 HTTP 交互。MIT
  • GitHub (👨‍💻 120 · 🔀 290 · 📦 4.1K · 📋 340 - 24% open · ⏱️ 04.08.2022):

     git clone https://github.com/kevin1024/vcrpy
    
  • PyPi (📥 1.7M / month):

     pip install vcrpy
    
  • Conda (📥 260K · ⏱️ 30.06.2022):

     conda install -c conda-forge vcrpy
    
locust (🥈29 · 20K) - 使用 Python 编写的,可扩展的用户加载测试工具。MIT
  • GitHub (👨‍💻 260 · 🔀 2.4K · 📋 1.3K - 0% open · ⏱️ 25.08.2022):

     git clone https://github.com/locustio/locust
    
  • PyPi (📥 1M / month):

     pip install locust
    
  • Conda (📥 70K · ⏱️ 25.08.2022):

     conda install -c conda-forge locust
    
PyAutoGUI (🥈29 · 7K · 💤) - PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。BSD-3
  • GitHub (👨‍💻 51 · 🔀 910 · 📦 17K · 📋 580 - 63% open · ⏱️ 14.09.2021):

     git clone https://github.com/asweigart/pyautogui
    
  • PyPi (📥 550K / month):

     pip install pyautogui
    
  • Conda (📥 160K · ⏱️ 11.11.2021):

     conda install -c conda-forge pyautogui
    
httpretty (🥈28 · 2K · 💤) - Python 的 HTTP 请求 mock 工具。MIT
  • GitHub (👨‍💻 100 · 🔀 240 · 📦 6.4K · 📋 230 - 39% open · ⏱️ 05.11.2021):

     git clone https://github.com/gabrielfalcao/HTTPretty
    
  • PyPi (📥 530K / month):

     pip install HTTPretty
    
  • Conda (📥 210K · ⏱️ 16.08.2021):

     conda install -c conda-forge HTTPretty
    
mimesis (🥉25 · 3.7K) - 一个帮助你生成伪数据的 Python 库。MIT
  • GitHub (👨‍💻 110 · 🔀 290 · 📥 350 · 📋 300 - 0% open · ⏱️ 19.08.2022):

     git clone https://github.com/lk-geimfari/mimesis
    
  • PyPi (📥 170K / month):

     pip install mimesis
    
  • Conda (📥 38K · ⏱️ 08.08.2022):

     conda install -c conda-forge mimesis
    
freezegun (🥉24 · 3.4K) - 通过伪造日期模块来生成不同的时间。Apache-2
  • GitHub (👨‍💻 110 · 🔀 220 · 📋 260 - 33% open · ⏱️ 12.08.2022):

     git clone https://github.com/spulec/freezegun
    
  • PyPi (📥 5.2M / month):

     pip install freezegun
    
  • Conda (📥 420K · ⏱️ 12.08.2022):

     conda install -c conda-forge freezegun
    
factory_boy (🥉23 · 2.9K) - A test fixtures replacement for Python. MIT
  • GitHub (👨‍💻 120 · 🔀 340 · 📋 520 - 30% open · ⏱️ 17.08.2022):

     git clone https://github.com/FactoryBoy/factory_boy
    
  • PyPi (📥 2.2M / month):

     pip install factory_boy
    
  • Conda (📥 110K · ⏱️ 26.10.2021):

     conda install -c conda-forge factory_boy
    
Schemathesis (🥉23 · 1.4K) - 基于属性的自动测试工具,用于测试使用 Open API / Swagger 规范构建的 Web 应用程序。MIT
  • GitHub (👨‍💻 47 · 🔀 100 · 📋 660 - 15% open · ⏱️ 25.08.2022):

     git clone https://github.com/kiwicom/schemathesis
    
  • PyPi (📥 56K / month):

     pip install schemathesis
    
  • Conda (📥 270 · ⏱️ 20.08.2022):

     conda install -c conda-forge schemathesis
    
nose2 (🥉23 · 720) - The successor to `nose`, based on `unittest2`. ❗Unlicensed
  • GitHub (👨‍💻 74 · 🔀 130 · 📦 5.1K · 📋 260 - 18% open · ⏱️ 22.08.2022):

     git clone https://github.com/nose-devs/nose2
    
  • PyPi (📥 600K / month):

     pip install nose2
    
  • Conda (📥 63K · ⏱️ 02.02.2020):

     conda install -c conda-forge nose2
    
sixpack (🥉21 · 1.7K · 💀) - 一个和语言无关的 A/B 测试框架。BSD-2
  • GitHub (👨‍💻 56 · 🔀 190 · 📦 10 · 📋 190 - 35% open · ⏱️ 26.08.2020):

     git clone https://github.com/seatgeek/sixpack
    
  • PyPi (📥 62 / month):

     pip install sixpack
    
  • Conda:

     conda install -c conda-forge sixpack
    
green (🥉21 · 740) - 干净,多彩的测试工具。MIT
  • GitHub (👨‍💻 38 · 🔀 73 · 📦 710 · 📋 170 - 2% open · ⏱️ 26.07.2022):

     git clone https://github.com/CleanCut/green
    
  • PyPi (📥 12K / month):

     pip install green
    
  • Conda (📥 100K · ⏱️ 21.03.2022):

     conda install -c conda-forge green
    
httmock (🥉20 · 440 · 💀) - 针对 Python 2.6+ 和 3.2+ 生成 伪造请求的库。❗Unlicensed
  • GitHub (👨‍💻 29 · 🔀 49 · 📦 1.7K · 📋 26 - 42% open · ⏱️ 28.10.2020):

     git clone https://github.com/patrys/httmock
    
  • PyPi (📥 170K / month):

     pip install httmock
    
  • Conda (📥 6.4K · ⏱️ 23.10.2017):

     conda install -c conda-forge httmock
    
mocket (🥉20 · 240) - gevent/asyncio/SSL 支持的 socket mock 框架。BSD-3
  • GitHub (👨‍💻 22 · 🔀 39 · 📦 69 · ⏱️ 24.08.2022):

     git clone https://github.com/mindflayer/python-mocket
    
  • PyPi:

     pip install python-mocket
    
  • Conda:

     conda install -c conda-forge python-mocket
    
fake2db (🥉18 · 2.1K · 💀) - 伪数据库生成器。❗️GPL-2.0
  • GitHub (👨‍💻 18 · 🔀 110 · 📦 20 · 📋 22 - 31% open · ⏱️ 25.11.2019):

     git clone https://github.com/emirozer/fake2db
    
  • PyPi (📥 300 / month):

     pip install fake2db
    
  • Conda:

     conda install -c conda-forge fake2db
    
model_mommy (🥉18 · 920 · 💀) - Creating random fixtures for testing in Django. ❗Unlicensed
  • GitHub (👨‍💻 100 · 🔀 140 · ⏱️ 21.10.2019):

     git clone https://github.com/vandersonmota/model_mommy
    
  • PyPi (📥 76K / month):

     pip install model_mommy
    
  • Conda:

     conda install -c conda-forge model_mommy
    
mixer (🥉17 · 850) - 另外一个测试固件 (test fixtures) 替代库,支持 Django, Flask, SQLAlchemy, Peewee 等。❗Unlicensed
  • GitHub (👨‍💻 43 · 🔀 89 · 📋 82 - 40% open · ⏱️ 23.03.2022):

     git clone https://github.com/klen/mixer
    
  • PyPi (📥 77K / month):

     pip install mixer
    
  • Conda:

     conda install -c conda-forge mixer
    

文本处理

Back to top

用于解析和操作文本的库。

🔗 difflib - (Python 标准库)将文件名映射为 MIME 类型。

🔗 unidecode - Unicode 文本的 ASCII 转换形式 。

🔗 pygments - 通用语法高亮工具。

pyparsing (🥇35 · 1.6K) - 生成通用解析器的框架。MIT
  • GitHub (👨‍💻 50 · 🔀 220 · 📥 7.2K · 📦 570K · 📋 270 - 11% open · ⏱️ 23.08.2022):

     git clone https://github.com/pyparsing/pyparsing
    
  • PyPi (📥 120M / month):

     pip install pyparsing
    
  • Conda (📥 26M · ⏱️ 14.07.2022):

     conda install -c conda-forge pyparsing
    
fuzzywuzzy (🥇30 · 8.7K · 💤) - 模糊字符串匹配。❗️GPL-2.0
  • GitHub (👨‍💻 70 · 🔀 870 · 📦 14K · 📋 180 - 43% open · ⏱️ 09.09.2021):

     git clone https://github.com/seatgeek/fuzzywuzzy
    
  • PyPi (📥 7.3M / month):

     pip install fuzzywuzzy
    
  • Conda (📥 380K · ⏱️ 18.11.2020):

     conda install -c conda-forge fuzzywuzzy
    
textdistance (🥈29 · 2.9K) - 支持 30 多种算法来计算序列之间的距离。MIT
  • GitHub (👨‍💻 12 · 🔀 230 · 📥 830 · 📦 2.6K · ⏱️ 21.08.2022):

     git clone https://github.com/orsinium/textdistance
    
  • PyPi (📥 640K / month):

     pip install textdistance
    
  • Conda (📥 180K · ⏱️ 21.08.2022):

     conda install -c conda-forge textdistance
    
pyfiglet (🥈27 · 1K) - figlet 的 Python 实现。❗Unlicensed
  • GitHub (👨‍💻 21 · 🔀 97 · 📦 22K · 📋 44 - 22% open · ⏱️ 11.06.2022):

     git clone https://github.com/pwaller/pyfiglet
    
  • PyPi (📥 820K / month):

     pip install pyfiglet
    
  • Conda (📥 110K · ⏱️ 18.05.2019):

     conda install -c conda-forge pyfiglet
    
sqlparse (🥈26 · 3K) - 一个无验证的 SQL 解析器。BSD-3
  • GitHub (👨‍💻 100 · 🔀 570 · 📋 470 - 41% open · ⏱️ 24.08.2022):

     git clone https://github.com/andialbrecht/sqlparse
    
  • PyPi (📥 26M / month):

     pip install sqlparse
    
  • Conda (📥 910K · ⏱️ 10.09.2021):

     conda install -c conda-forge sqlparse
    
chardet (🥈24 · 1.8K) - 字符编码检测器,兼容 Python2 和 Python3。❗️LGPL-2.1
  • GitHub (👨‍💻 48 · 🔀 240 · 📋 120 - 37% open · ⏱️ 22.07.2022):

     git clone https://github.com/chardet/chardet
    
  • PyPi (📥 59M / month):

     pip install chardet
    
  • Conda (📥 17M · ⏱️ 25.06.2022):

     conda install -c conda-forge chardet
    
shortuuid (🥈24 · 1.7K) - 一个生成器库,用以生成简洁的,明白的,URL 安全的 UUID。BSD-3
  • GitHub (👨‍💻 27 · 🔀 99 · 📋 52 - 3% open · ⏱️ 21.08.2022):

     git clone https://github.com/skorokithakis/shortuuid
    
  • PyPi (📥 4M / month):

     pip install shortuuid
    
  • Conda (📥 210K · ⏱️ 29.06.2022):

     conda install -c conda-forge shortuuid
    
python-slugify (🥈22 · 1.2K · 📉) - 一个 Python slug 化库,可以保持 Unicode。MIT
  • GitHub (👨‍💻 30 · 🔀 87 · 📋 56 - 3% open · ⏱️ 27.04.2022):

     git clone https://github.com/un33k/python-slugify
    
  • PyPi (📥 8.3M / month):

     pip install python-slugify
    
  • Conda (📥 970K · ⏱️ 28.04.2022):

     conda install -c conda-forge python-slugify
    
ply (🥉21 · 2.3K · 💤) - lex 和 yacc 解析工具的 Python 实现。❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 370 · 📋 180 - 18% open · ⏱️ 09.01.2022):

     git clone https://github.com/dabeaz/ply
    
  • PyPi (📥 20M / month):

     pip install ply
    
  • Conda (📥 1.5M · ⏱️ 07.07.2018):

     conda install -c conda-forge ply
    
python-user-agents (🥉21 · 1.3K · 💤) - 浏览器 user agent 解析器。MIT
  • GitHub (👨‍💻 31 · 🔀 190 · 📦 4.6K · 📋 68 - 54% open · ⏱️ 14.12.2021):

     git clone https://github.com/selwin/python-user-agents
    
  • PyPi:

     pip install python-user-agents
    
  • Conda:

     conda install -c conda-forge python-user-agents
    
pypinyin (🥉20 · 4K) - Convert Chinese hanzi () to pinyin (). MIT
  • GitHub (👨‍💻 22 · 🔀 560 · 📋 230 - 8% open · ⏱️ 23.08.2022):

     git clone https://github.com/mozillazg/python-pinyin
    
  • PyPi (📥 36 / month):

     pip install python-pinyin
    
  • Conda:

     conda install -c conda-forge python-pinyin
    
unicode-slugify (🥉20 · 310 · 💤) - 一个 slug 工具,可以生成 unicode slugs ,需要依赖 Django 。BSD-3
  • GitHub (👨‍💻 14 · 🔀 48 · 📦 2K · 📋 18 - 55% open · ⏱️ 22.10.2021):

     git clone https://github.com/mozilla/unicode-slugify
    
  • PyPi (📥 51K / month):

     pip install unicode-slugify
    
  • Conda:

     conda install -c conda-forge unicode-slugify
    
ftfy (🥉19 · 3.3K) - 让 Unicode 文本更完整更连贯。MIT
  • GitHub (👨‍💻 18 · 🔀 110 · 📦 6.6K · 📋 130 - 9% open · ⏱️ 09.02.2022):

     git clone https://github.com/LuminosoInsight/python-ftfy
    
  • PyPi:

     pip install python-ftfy
    
  • Conda:

     conda install -c conda-forge python-ftfy
    
awesome-slugify (🥉19 · 470 · 💀) - 一个 Python slug 化库,可以保持 Unicode。❗Unlicensed
  • GitHub (👨‍💻 11 · 🔀 41 · 📦 3.1K · 📋 24 - 54% open · ⏱️ 20.01.2017):

     git clone https://github.com/dimka665/awesome-slugify
    
  • PyPi (📥 74K / month):

     pip install awesome-slugify
    
  • Conda (📥 61K · ⏱️ 28.06.2019):

     conda install -c conda-forge awesome-slugify
    
Levenshtein (🥉18 · 1.2K · 💀) - 快速计算编辑距离以及字符串的相似度。❗️GPL-2.0
  • GitHub (🔀 150 · 📦 14K · 📋 65 - 76% open · ⏱️ 01.02.2021):

     git clone https://github.com/ztane/python-Levenshtein/
    
  • Conda:

     conda install -c conda-forge 
    
python-nameparser (🥉18 · 560) - 把一个人名分解为几个独立的部分。❗Unlicensed
  • GitHub (👨‍💻 20 · 🔀 88 · 📦 890 · 📋 98 - 19% open · ⏱️ 08.02.2022):

     git clone https://github.com/derek73/python-nameparser
    
  • PyPi:

     pip install python-nameparser
    
  • Conda:

     conda install -c conda-forge python-nameparser
    
python-phonenumbers (🥉14 · 3.1K) - 解析,格式化,存储,校验国际电话号码。Apache-2
  • GitHub (👨‍💻 26 · 🔀 370 · 📋 150 - 2% open · ⏱️ 19.08.2022):

     git clone https://github.com/daviddrysdale/python-phonenumbers
    
  • PyPi:

     pip install python-phonenumbers
    
  • Conda:

     conda install -c conda-forge python-phonenumbers
    
pangu.py (🥉13 · 190 · 💀) - 在中日韩语字符和数字字母之间添加空格。MIT
  • GitHub (👨‍💻 7 · 🔀 20 · 📦 89 · 📋 8 - 37% open · ⏱️ 09.02.2019):

     git clone https://github.com/vinta/pangu.py
    
  • PyPi:

     pip install pangu.py
    
  • Conda:

     conda install -c conda-forge pangu.py
    
hashids (🥉12 · 1.3K · 💀) - Implementation of [hashids](http://hashids.org) in Python. MIT
  • GitHub (👨‍💻 10 · 🔀 94 · 📋 24 - 25% open · ⏱️ 07.09.2020):

     git clone https://github.com/davidaurelio/hashids-python
    
  • PyPi:

     pip install hashids-python
    
  • Conda:

     conda install -c conda-forge hashids-python
    

第三方 API

Back to top

用来访问第三方 API 的库。 参见: List of Python API Wrappers and Libraries

🔗 apache-libcloud - 一个为各种云设计的 Python 库。

boto3 (🥇37 · 7.5K) - Amazon Web Services 的 Python 接口。Apache-2
  • GitHub (👨‍💻 140 · 🔀 1.6K · 📦 200K · 📋 2.7K - 7% open · ⏱️ 25.08.2022):

     git clone https://github.com/boto/boto3
    
  • PyPi (📥 390M / month):

     pip install boto3
    
  • Conda (📥 11M · ⏱️ 25.08.2022):

     conda install -c conda-forge boto3
    
gspread (🥈35 · 6K) - Google 电子表格的 Python API。MIT
  • GitHub (👨‍💻 150 · 🔀 840 · 📥 160 · 📦 17K · 📋 750 - 6% open · ⏱️ 12.08.2022):

     git clone https://github.com/burnash/gspread
    
  • PyPi (📥 8.7M / month):

     pip install gspread
    
  • Conda (📥 230K · ⏱️ 01.06.2022):

     conda install -c conda-forge gspread
    
google-api-python-client (🥈35 · 5.9K) - Python 用的 Google APIs 客户端库。Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.1K · 📦 110K · 📋 920 - 6% open · ⏱️ 24.08.2022):

     git clone https://github.com/google/google-api-python-client
    
  • PyPi (📥 27M / month):

     pip install google-api-python-client
    
  • Conda (📥 1.4M · ⏱️ 24.08.2022):

     conda install -c conda-forge google-api-python-client
    
twython (🥉29 · 1.8K · 💀) - Twitter API 的封装。MIT
  • GitHub (👨‍💻 100 · 🔀 390 · 📦 5.3K · 📋 320 - 6% open · ⏱️ 16.07.2021):

     git clone https://github.com/ryanmcgrath/twython
    
  • PyPi (📥 160K / month):

     pip install twython
    
  • Conda (📥 260K · ⏱️ 17.07.2021):

     conda install -c conda-forge twython
    
facebook-sdk (🥉26 · 2.7K · 💀) - Facebook 平台的 Python SDK。Apache-2
  • GitHub (👨‍💻 99 · 🔀 920 · 📦 3.6K · 📋 240 - 8% open · ⏱️ 27.12.2020):

     git clone https://github.com/mobolic/facebook-sdk
    
  • PyPi (📥 180K / month):

     pip install facebook-sdk
    
  • Conda:

     conda install -c conda-forge facebook-sdk
    
django-wordpress (🥉12 · 330 · 💀) - Django 的 WordPress 模型与视图。BSD-3
  • GitHub (👨‍💻 10 · 🔀 79 · 📦 6 · 📋 11 - 18% open · ⏱️ 24.01.2018):

     git clone https://github.com/istrategylabs/django-wordpress
    
  • PyPi (📥 11 / month):

     pip install django-wordpress
    
  • Conda:

     conda install -c conda-forge django-wordpress
    

URL 处理

Back to top

解析 URLs 的库

webargs (🥇27 · 1.3K) - 一个解析 HTTP 请求参数的库,内置对流行 web 框架的支持,包括 Flask, Django, Bottle, Tornado 和 Pyramid。MIT
  • GitHub (👨‍💻 64 · 🔀 150 · 📦 4.4K · 📋 280 - 2% open · ⏱️ 25.08.2022):

     git clone https://github.com/marshmallow-code/webargs
    
  • PyPi (📥 650K / month):

     pip install webargs
    
  • Conda (📥 170K · ⏱️ 13.07.2022):

     conda install -c conda-forge webargs
    
pyshorteners (🥈24 · 340) - 一个纯 Python URL 缩短库。❗️GPL-3.0
  • GitHub (👨‍💻 24 · 🔀 59 · 📦 6.4K · ⏱️ 06.06.2022):

     git clone https://github.com/ellisonleao/pyshorteners
    
  • PyPi (📥 100K / month):

     pip install pyshorteners
    
  • Conda:

     conda install -c conda-forge pyshorteners
    
purl (🥉22 · 280 · 💀) - 一个简单的,不可变的 URL 类,具有简洁的 API 来进行询问和处理。MIT
  • GitHub (👨‍💻 18 · 🔀 35 · 📦 2K · 📋 20 - 25% open · ⏱️ 15.05.2021):

     git clone https://github.com/codeinthehole/purl
    
  • PyPi (📥 40K / month):

     pip install purl
    
  • Conda:

     conda install -c conda-forge purl
    
furl (🥉20 · 2.3K) - 一个让处理 URL 更简单小型 Python 库。❗Unlicensed
  • GitHub (👨‍💻 15 · 🔀 130 · 📋 110 - 22% open · ⏱️ 01.08.2022):

     git clone https://github.com/gruns/furl
    
  • PyPi (📥 1.5M / month):

     pip install furl
    
  • Conda (📥 190K · ⏱️ 28.09.2021):

     conda install -c conda-forge furl
    

Video

Back to top

用来操作视频和 GIF 的库。

🔗 moviepy - 一个用来进行基于脚本的视频编辑模块,适用于多种格式,包括动图 GIFs。

vidgear (🥇24 · 2.4K) - 强大的多线程视频处理框架。Apache-2
  • GitHub (👨‍💻 13 · 🔀 190 · 📥 640 · 📦 230 · 📋 230 - 1% open · ⏱️ 06.07.2022):

     git clone https://github.com/abhiTronix/vidgear
    
  • PyPi (📥 6.5K / month):

     pip install vidgear
    
  • Conda:

     conda install -c conda-forge vidgear
    
scikit-video (🥉11 · 110 · 💀) - SciPy 视频处理常用程序。❗Unlicensed
  • GitHub (👨‍💻 2 · 🔀 22 · 📋 7 - 57% open · ⏱️ 28.05.2016):

     git clone https://github.com/aizvorski/scikit-video
    
  • PyPi (📥 20K / month):

     pip install scikit-video
    
  • Conda (📥 20K · ⏱️ 20.09.2018):

     conda install -c conda-forge scikit-video
    

Web 资源管理

Back to top

管理、压缩、缩小网站资源的工具。

🔗 fanstatic - 打包、优化,并且把静态文件依赖作为 Python 的包来提供。

🔗 fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.

django-pipeline (🥇29 · 1.4K) - Django 的资源包装库。MIT
  • GitHub (👨‍💻 170 · 🔀 350 · 📦 2K · 📋 440 - 27% open · ⏱️ 06.08.2022):

     git clone https://github.com/jazzband/django-pipeline
    
  • PyPi (📥 46K / month):

     pip install django-pipeline
    
  • Conda:

     conda install -c conda-forge django-pipeline
    
webassets (🥇29 · 910 · 💀) - 为你的静态资源打包、优化和管理生成独一无二的缓存 URL。BSD-2
  • GitHub (👨‍💻 160 · 🔀 250 · 📦 5.8K · 📋 290 - 20% open · ⏱️ 01.05.2021):

     git clone https://github.com/miracle2k/webassets
    
  • PyPi (📥 210K / month):

     pip install webassets
    
  • Conda (📥 48K · ⏱️ 24.12.2019):

     conda install -c conda-forge webassets
    
flask-assets (🥉26 · 430 · 💀) - 帮你将 web 资源整合到你的 Flask app 中。BSD-2
  • GitHub (👨‍💻 38 · 🔀 85 · 📦 6.5K · 📋 96 - 21% open · ⏱️ 29.02.2020):

     git clone https://github.com/miracle2k/flask-assets
    
  • PyPi (📥 120K / month):

     pip install flask-assets
    
  • Conda (📥 34K · ⏱️ 24.12.2019):

     conda install -c conda-forge flask-assets
    
django-storages (🥉24 · 2.2K) - 一个针对 Django 的自定义存储后端的工具集合。BSD-3
  • GitHub (👨‍💻 230 · 🔀 720 · 📋 590 - 26% open · ⏱️ 10.08.2022):

     git clone https://github.com/jschneier/django-storages
    
  • PyPi (📥 2M / month):

     pip install django-storages
    
  • Conda (📥 37K · ⏱️ 06.08.2022):

     conda install -c conda-forge django-storages
    
django-compressor (🥉21 · 2.6K) - 将链接和内联的 JavaScript 或 CSS 压缩到一个单独的缓存文件中。❗Unlicensed
  • GitHub (👨‍💻 210 · 🔀 540 · 📋 630 - 16% open · ⏱️ 14.08.2022):

     git clone https://github.com/django-compressor/django-compressor
    
  • PyPi (📥 320K / month):

     pip install django-compressor
    
  • Conda:

     conda install -c conda-forge django-compressor
    

网络

Back to top

用于网络编程的库。

requests-html (🥇30 · 13K · 💀) - 人性化的,Pythonic 的 HTML 解析库。MIT
  • GitHub (👨‍💻 62 · 🔀 850 · 📦 8.5K · 📋 360 - 44% open · ⏱️ 10.05.2020):

     git clone https://github.com/psf/requests-html
    
  • PyPi (📥 770K / month):

     pip install requests-html
    
  • Conda (📥 2.6K · ⏱️ 26.06.2021):

     conda install -c conda-forge requests-html
    
sumy (🥈26 · 2.9K) - 一个为文本文件和 HTML 页面进行自动摘要的模块。Apache-2
  • GitHub (👨‍💻 23 · 🔀 470 · 📦 1.4K · 📋 110 - 15% open · ⏱️ 31.07.2022):

     git clone https://github.com/miso-belica/sumy
    
  • PyPi (📥 21K / month):

     pip install sumy
    
  • Conda (📥 2K · ⏱️ 22.04.2022):

     conda install -c conda-forge sumy
    
newspaper (🥈24 · 12K · 💀) - 使用 Python 进行新闻提取,文章提取以及内容策展。MIT
  • GitHub (👨‍💻 100 · 🔀 1.9K · 📋 650 - 59% open · ⏱️ 02.09.2020):

     git clone https://github.com/codelucas/newspaper
    
  • PyPi (📥 13K / month):

     pip install newspaper
    
  • Conda:

     conda install -c conda-forge newspaper
    
textract (🥈23 · 3.3K) - 从任何格式的文档中提取文本,Word,PowerPoint,PDFs 等等。MIT
  • GitHub (👨‍💻 40 · 🔀 470 · 📋 210 - 39% open · ⏱️ 10.03.2022):

     git clone https://github.com/deanmalmgren/textract
    
  • PyPi (📥 120K / month):

     pip install textract
    
  • Conda (📥 16K · ⏱️ 10.03.2022):

     conda install -c conda-forge textract
    
html2text (🥈23 · 1.3K) - 将 HTML 转换为 Markdown 格式文本。❗️GPL-3.0
  • GitHub (👨‍💻 76 · 🔀 220 · 📋 200 - 39% open · ⏱️ 22.02.2022):

     git clone https://github.com/Alir3z4/html2text
    
  • PyPi (📥 1.2M / month):

     pip install html2text
    
  • Conda (📥 18K · ⏱️ 09.02.2020):

     conda install -c conda-forge html2text
    
micawber (🥉22 · 580 · 💀) - 一个小型网页内容提取库,用来从 URLs 提取富内容。MIT
  • GitHub (👨‍💻 27 · 🔀 84 · 📦 780 · ⏱️ 12.07.2021):

     git clone https://github.com/coleifer/micawber
    
  • PyPi (📥 29K / month):

     pip install micawber
    
  • Conda (📥 4.4K · ⏱️ 14.07.2021):

     conda install -c conda-forge micawber
    
lassie (🥉18 · 560 · 💤) - 人性化的网页内容检索库。MIT
  • GitHub (👨‍💻 15 · 🔀 46 · 📦 28 · 📋 39 - 25% open · ⏱️ 20.08.2021):

     git clone https://github.com/michaelhelmick/lassie
    
  • PyPi (📥 1.6K / month):

     pip install lassie
    
  • Conda:

     conda install -c conda-forge lassie
    
python-readability (🥉17 · 2.1K) - arc90 公司 readability 工具的 Python 高速端口。Apache-2
  • GitHub (👨‍💻 39 · 🔀 330 · 📋 97 - 34% open · ⏱️ 10.04.2022):

     git clone https://github.com/buriy/python-readability
    
  • PyPi:

     pip install python-readability
    
  • Conda:

     conda install -c conda-forge python-readability
    
toapi (🥉16 · 3.3K · 💀) - 一个轻巧,简单,快速的 Flask 库,致力于为所有网站提供 API 服务。MIT
  • GitHub (👨‍💻 12 · 🔀 220 · 📋 53 - 9% open · ⏱️ 28.06.2021):

     git clone https://github.com/gaojiuli/toapi
    
  • PyPi (📥 23 / month):

     pip install toapi
    
  • Conda:

     conda install -c conda-forge toapi
    

HTML 处理

Back to top

处理 HTML 和 XML 的库。

🔗 feedparser - Universal feed parser.

🔗 scrapy - 一个快速高级的屏幕爬取及网页采集框架。

pyspider (🥇28 · 16K · 💀) - 一个强大的爬虫系统。Apache-2
  • GitHub (👨‍💻 62 · 🔀 3.5K · 📦 310 · 📋 820 - 32% open · ⏱️ 02.08.2020):

     git clone https://github.com/binux/pyspider
    
  • PyPi (📥 1.8K / month):

     pip install pyspider
    
  • Conda:

     conda install -c conda-forge pyspider
    
grab (🥈26 · 2.2K) - 站点爬取框架。MIT
  • GitHub (👨‍💻 64 · 🔀 260 · 📦 360 · 📋 220 - 3% open · ⏱️ 01.03.2022):

     git clone https://github.com/lorien/grab
    
  • PyPi (📥 2.5K / month):

     pip install grab
    
  • Conda:

     conda install -c conda-forge grab
    
portia (🥈23 · 8.6K · 💀) - Scrapy 可视化爬取。BSD-3
  • GitHub (👨‍💻 50 · 🔀 1.3K · 📥 200 · 📦 43 · 📋 450 - 24% open · ⏱️ 10.07.2019):

     git clone https://github.com/scrapinghub/portia
    
  • PyPi (📥 220 / month):

     pip install portia
    
  • Conda:

     conda install -c conda-forge portia
    
MechanicalSoup (🥉21 · 4.1K) - 用于自动和网络站点交互的 Python 库。MIT
  • GitHub (👨‍💻 51 · 🔀 350 · 📥 43 · 📋 160 - 16% open · ⏱️ 03.07.2022):

     git clone https://github.com/MechanicalSoup/MechanicalSoup
    
  • PyPi (📥 99K / month):

     pip install MechanicalSoup
    
  • Conda (📥 130K · ⏱️ 31.05.2021):

     conda install -c conda-forge MechanicalSoup
    
robobrowser (🥉21 · 3.6K · 💀) - 一个简单的,Python 风格的库,用来浏览网站,而不需要一个独立安装的浏览器。BSD-3
  • GitHub (👨‍💻 10 · 🔀 340 · 📦 840 · 📋 73 - 58% open · ⏱️ 07.06.2015):

     git clone https://github.com/jmcarp/robobrowser
    
  • PyPi (📥 10K / month):

     pip install robobrowser
    
  • Conda (📥 4.4K · ⏱️ 23.03.2018):

     conda install -c conda-forge robobrowser
    
cola (🥉16 · 1.4K · 💀) - 一个分布式爬虫框架。❗Unlicensed
  • GitHub (👨‍💻 3 · 🔀 530 · 📦 14 · 📋 65 - 20% open · ⏱️ 01.03.2020):

     git clone https://github.com/chineking/cola
    
  • PyPi (📥 86 / month):

     pip install cola
    
  • Conda:

     conda install -c conda-forge cola
    

Web 框架

Back to top

全栈 Web 框架。

🔗 Django - Python 界最流行的 web 框架。

🔗 awesome-django ( 890) - The Best Django Resource, Awesome Django for mature packages.

🔗 Flask - 一个 Python 微型框架。

🔗 awesome-flask ( 11K · 💀) - A curated list of awesome Flask resources and plugins.

🔗 Pyramid - 一个小巧,快速,接地气的开源 Python web 框架。

🔗 awesome-pyramid ( 530 · 💀) - A curated list of awesome Pyramid apps, projects and resources.

🔗 Tornado - 一个 web 框架和异步网络库。

Masonite (🥇26 · 1.9K) - 以开发者为中心的现代 Python Web 框架。MIT
  • GitHub (👨‍💻 81 · 🔀 120 · 📦 440 · 📋 360 - 4% open · ⏱️ 10.08.2022):

     git clone https://github.com/MasoniteFramework/masonite
    
  • PyPi (📥 4.2K / month):

     pip install masonite
    
  • Conda:

     conda install -c conda-forge masonite
    

WebSocket

Back to top

Web socket 相关库。

channels (🥇29 · 5.4K) - 开发者友好的 Django 异步工具。BSD-3
  • GitHub (👨‍💻 240 · 🔀 710 · 📦 19K · 📋 1.2K - 4% open · ⏱️ 25.08.2022):

     git clone https://github.com/django/channels
    
  • PyPi (📥 500K / month):

     pip install channels
    
  • Conda (📥 100K · ⏱️ 24.06.2022):

     conda install -c conda-forge channels
    
websockets (🥇29 · 4.1K) - 一个用于构建 WebSocket 服务器和客户端的库,着重于正确性和简单性。BSD-3
  • GitHub (👨‍💻 62 · 🔀 430 · 📦 66K · 📋 900 - 2% open · ⏱️ 24.08.2022):

     git clone https://github.com/aaugustin/websockets
    
  • PyPi (📥 11M / month):

     pip install websockets
    
  • Conda (📥 1.4M · ⏱️ 18.04.2022):

     conda install -c conda-forge websockets
    
autobahn-python (🥉24 · 2.4K) - 适用于 Twisted 和 asyncio 的 Python WebSocket 和 WAMP。MIT
  • GitHub (👨‍💻 130 · 🔀 730 · 📦 20K · 📋 870 - 20% open · ⏱️ 23.08.2022):

     git clone https://github.com/crossbario/autobahn-python
    
  • PyPi:

     pip install autobahn-python
    
  • Conda:

     conda install -c conda-forge autobahn-python
    

WSGI 服务器

Back to top

兼容 WSGI 的 web 服务器

🔗 uWSGI - uwsgi 项目的目的是开发一组全栈工具,用来建立托管服务, 由 C 语言编写。

gunicorn (🥇37 · 8.5K) - Pre-forked, 部分是由 C 语言编写的。❗Unlicensed
  • GitHub (👨‍💻 370 · 🔀 1.5K · 📥 100 · 📦 730K · 📋 1.8K - 20% open · ⏱️ 25.08.2022):

     git clone https://github.com/benoitc/gunicorn
    
  • PyPi (📥 25M / month):

     pip install gunicorn
    
  • Conda (📥 1.2M · ⏱️ 08.04.2022):

     conda install -c conda-forge gunicorn
    
werkzeug (🥈36 · 6.2K) - 一个 WSGI 工具库,驱动着 Flask ,而且可以很方便大嵌入到你的项目中去。BSD-3
  • GitHub (👨‍💻 460 · 🔀 1.6K · 📥 250 · 📦 800K · 📋 1K - 1% open · ⏱️ 08.08.2022):

     git clone https://github.com/pallets/werkzeug
    
  • PyPi (📥 99M / month):

     pip install werkzeug
    
  • Conda (📥 5.3M · ⏱️ 09.08.2022):

     conda install -c conda-forge werkzeug
    
bjoern (🥉23 · 2.8K) - 异步,非常快速,由 C 语言编写。❗Unlicensed
  • GitHub (👨‍💻 44 · 🔀 180 · 📦 470 · 📋 150 - 17% open · ⏱️ 18.07.2022):

     git clone https://github.com/jonashaag/bjoern
    
  • PyPi (📥 22K / month):

     pip install bjoern
    
  • Conda (📥 77K · ⏱️ 14.08.2022):

     conda install -c conda-forge bjoern
    
waitress (🥉22 · 1.1K) - 多线程, 是它驱动着 Pyramid 框架。❗Unlicensed
  • GitHub (👨‍💻 45 · 🔀 140 · 📋 210 - 7% open · ⏱️ 31.07.2022):

     git clone https://github.com/Pylons/waitress
    
  • PyPi (📥 2.6M / month):

     pip install waitress
    
  • Conda (📥 74K · ⏱️ 31.05.2022):

     conda install -c conda-forge waitress
    

相关资源

About

a collection of awesome Python open-source libraries & tools. 热门实用的Python开源库和工具集合

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published