2021-01-09 04:58:10 +00:00
< ! - - markdownlint - disable - - >
< h1 align = " center " >
Best - of Python Developer Tools
< br >
< / h1 >
< p align = " center " >
< strong > 🏆 & nbsp ; A ranked list of awesome python developer tools and libraries . Updated weekly . < / strong >
< / p >
< p align = " center " >
< a href = " https://best-of.org " title = " Best-of Badge " > < img src = " http://bit.ly/3o3EHNN " > < / a >
2021-01-19 20:28:26 +00:00
< a href = " #Contents " title = " Project Count " > < img src = " https://img.shields.io/badge/projects-250-blue.svg?color=5ac4bf " > < / a >
2021-01-09 04:58:10 +00:00
< a href = " #Contribution " title = " Contributions are welcome " > < img src = " https://img.shields.io/badge/contributions-welcome-green.svg " > < / a >
< a href = " https://github.com/ml-tooling/best-of-python-dev/releases " title = " Best-of Updates " > < img src = " https://img.shields.io/github/release-date/ml-tooling/best-of-python-dev?color=green&label=updated " > < / a >
2021-01-12 23:39:08 +00:00
< a href = " https://mltooling.substack.com/subscribe " title = " Subscribe to newsletter " > < img src = " http://bit.ly/2Md9rxM " > < / a >
< a href = " https://twitter.com/mltooling " title = " Follow on Twitter " > < img src = " https://img.shields.io/twitter/follow/mltooling.svg?style=social&label=Follow " > < / a >
2021-01-09 04:58:10 +00:00
< / p >
2021-12-16 14:40:50 +00:00
This curated list contains 250 awesome open - source projects with a total of 650 K stars grouped into 15 categories . All projects are ranked by a project - quality score , which is calculated based on various metrics automatically collected from GitHub and different package managers . If you like to add or update projects , feel free to open an [ issue ] ( https : / / github . com / ml - tooling / best - of - python - dev / issues / new / choose ) , submit a [ pull request ] ( https : / / github . com / ml - tooling / best - of - python - dev / pulls ) , or directly edit the [ projects . yaml ] ( https : / / github . com / ml - tooling / best - of - python - dev / edit / main / projects . yaml ) . Contributions are very welcome !
2021-01-19 20:28:26 +00:00
- - -
< p align = " center " >
🧙 ♂ ️ & nbsp ; Discover other < a href = " https://best-of.org " > best - of lists < / a > or create < a href = " https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md " > your own < / a > . < br >
📫 & nbsp ; Subscribe to our < a href = " https://mltooling.substack.com/subscribe " > newsletter < / a > for updates and trending projects .
< / p >
- - -
2021-01-09 04:58:10 +00:00
## Contents
2021-01-12 23:39:08 +00:00
- [ Linters & Style Checkers ] ( #linters--style-checkers) _42 projects_
2021-01-09 04:58:10 +00:00
- [ Code Formatters ] ( #code-formatters) _6 projects_
- [ Code Refactoring ] ( #code-refactoring) _18 projects_
2021-07-01 14:57:19 +00:00
- [ Code Security ] ( #code-security) _8 projects_
2021-01-09 04:58:10 +00:00
- [ Virtual Environments ] ( #virtual-environments) _8 projects_
2021-01-12 23:39:08 +00:00
- [ Dependency & Package Mangers ] ( #dependency--package-mangers) _10 projects_
2021-01-09 04:58:10 +00:00
- [ Code Metrics & Complexity ] ( #code-metrics--complexity) _6 projects_
2021-07-01 14:57:19 +00:00
- [ Logging ] ( #logging) _21 projects_
- [ Documentation ] ( #documentation) _26 projects_
2021-01-19 20:28:26 +00:00
- [ Debugging Tools ] ( #debugging-tools) _13 projects_
- [ Testing Tools ] ( #testing-tools) _43 projects_
2021-07-01 14:57:19 +00:00
- [ Code Packaging ] ( #code-packaging) _16 projects_
2021-01-09 04:58:10 +00:00
- [ Build Tools ] ( #build-tools) _14 projects_
2021-07-01 14:57:19 +00:00
- [ System Monitoring & Profiling ] ( #system-monitoring--profiling) _17 projects_
2021-01-09 04:58:10 +00:00
- [ AST Tools ] ( #ast-tools) _5 projects_
2021-01-12 23:39:08 +00:00
- [ Others ] ( #others) _1 projects_
2021-01-09 04:58:10 +00:00
## Explanation
- 🥇 🥈 🥉 & nbsp ; Combined project - quality score
- ⭐ ️ & nbsp ; Star count from GitHub
- 🐣 & nbsp ; New project _ ( less than 6 months old ) _
- 💤 & nbsp ; Inactive project _ ( 6 months no activity ) _
- 💀 & nbsp ; Dead project _ ( 12 months no activity ) _
- 📈 📉 & nbsp ; Project is trending up or down
- ➕ & nbsp ; Project was recently added
- ❗ ️ & nbsp ; Warning _ ( e . g . missing / risky license ) _
- 👨 💻 & nbsp ; Contributors count from GitHub
- 🔀 & nbsp ; Fork count from GitHub
- 📋 & nbsp ; Issue count from GitHub
- ⏱ ️ & nbsp ; Last update timestamp on package manager
- 📥 & nbsp ; Download count from package manager
- 📦 & nbsp ; Number of dependent projects
- < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > & nbsp ; Flake8 related project
- < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > & nbsp ; Pytest related project
- < img src = " https://www.pylint.org/ico/favicon.ico " style = " display:inline; " width = " 13 " height = " 13 " > & nbsp ; Pylint related project
- < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > & nbsp ; Sphinx related project
- < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > & nbsp ; MkDocs related project
< br >
## Linters & Style Checkers
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/python/mypy " > mypy < / a > < / b > ( 🥇 36 · ⭐ 12 K ) - Optional static typing for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / python / mypy ) ( 👨 💻 520 · 🔀 2 K · 📦 55 K · 📋 7.2 K - 28 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / python / mypy
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mypy ) ( 📥 7 M / month · 📦 6.1 K · ⏱ ️ 22.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install mypy
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mypy ) ( 📥 1.5 M · ⏱ ️ 25.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge mypy
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/pyflakes " > pyflakes < / a > < / b > ( 🥇 34 · ⭐ 1.1 K · 📈 ) - A simple program which checks Python source files for errors . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-02-18 14:47:29 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / pyflakes ) ( 👨 💻 79 · 🔀 160 · 📦 110 K · 📋 450 - 18 % open · ⏱ ️ 24.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / PyCQA / pyflakes
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyflakes ) ( 📥 12 M / month · 📦 26 K · ⏱ ️ 06.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pyflakes
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyflakes ) ( 📥 3.5 M · ⏱ ️ 07.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge pyflakes
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/flake8 " > flake8 < / a > < / b > ( 🥇 33 · ⭐ 1.7 K ) - Flake8 is a wrapper around these tools : PyFlakes ; pycodestyle ; Ned . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / flake8 ) ( 👨 💻 160 · 🔀 180 · 📦 220 K · 📋 1.3 K - 2 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / PyCQA / flake8
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 ) ( 📥 11 M / month · 📦 71 K · ⏱ ️ 11.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 ) ( 📥 3.5 M · ⏱ ️ 02.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge flake8
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/davidhalter/parso " > parso < / a > < / b > ( 🥇 32 · ⭐ 470 ) - A Python Parser . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-02-18 14:47:29 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / davidhalter / parso ) ( 👨 💻 43 · 🔀 78 · 📦 170 K · 📋 100 - 6 % open · ⏱ ️ 30.11 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
git clone https : / / github . com / davidhalter / parso
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / parso ) ( 📥 16 M / month · 📦 11 K · ⏱ ️ 30.11 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
pip install parso
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / parso ) ( 📥 6 M · ⏱ ️ 01.12 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
conda install - c conda - forge parso
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/pycodestyle " > pycodestyle < / a > < / b > ( 🥇 31 · ⭐ 4.5 K ) - Simple Python style checker in one Python file . < code > < a href = " https://tldrlegal.com/search?q=Saxpath " > ❗ ️ Saxpath < / a > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / pycodestyle ) ( 👨 💻 130 · 🔀 610 · 📦 180 K · 📋 670 - 16 % open · ⏱ ️ 03.01 .2022 ) :
2021-02-18 14:47:29 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / PyCQA / pycodestyle
2021-02-18 14:47:29 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pycodestyle ) ( 📥 16 M / month · 📦 21 K · ⏱ ️ 11.10 .2021 ) :
2021-02-18 14:47:29 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pycodestyle
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pycodestyle ) ( 📥 3.7 M · ⏱ ️ 11.10 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge pycodestyle
2021-02-18 14:47:29 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/pylint " > pylint < / a > < / b > ( 🥇 31 · ⭐ 3.8 K ) - It ' s not just a linter that annoys you!. <code><a href= " http://bit.ly/2KucAZR " >❗️ GPL-2.0</a></code></summary>
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / pylint ) ( 👨 💻 440 · 🔀 800 · 📋 3.9 K - 19 % open · ⏱ ️ 06.01 .2022 ) :
2021-07-01 14:57:19 +00:00
` ` `
git clone https : / / github . com / PyCQA / pylint
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pylint ) ( 📥 7.9 M / month · 📦 38 K · ⏱ ️ 03.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
pip install pylint
` ` `
2021-12-09 14:45:46 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pylint ) ( 📥 2.5 M · ⏱ ️ 03.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
conda install - c conda - forge pylint
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/wemake-services/wemake-python-styleguide " > wemake - python - styleguide < / a > < / b > ( 🥇 31 · ⭐ 1.7 K ) - The strictest and most opinionated python linter ever ! . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / wemake - services / wemake - python - styleguide ) ( 👨 💻 160 · 🔀 310 · 📦 890 · 📋 990 - 7 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / wemake - services / wemake - python - styleguide
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / wemake - python - styleguide ) ( 📥 91 K / month · 📦 14 · ⏱ ️ 13.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install wemake - python - styleguide
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/pydocstyle " > pydocstyle < / a > < / b > ( 🥈 30 · ⭐ 840 ) - docstring style checker . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-04-01 14:52:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / pydocstyle ) ( 👨 💻 77 · 🔀 150 · 📥 56 · 📦 22 K · 📋 280 - 28 % open · ⏱ ️ 30.12 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / PyCQA / pydocstyle
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pydocstyle ) ( 📥 1.6 M / month · 📦 3.9 K · ⏱ ️ 17.05 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install pydocstyle
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pydocstyle ) ( 📥 490 K · ⏱ ️ 18.05 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
conda install - c conda - forge pydocstyle
2021-04-22 14:47:30 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/flake8-bugbear " > flake8 - bugbear < / a > < / b > ( 🥈 29 · ⭐ 660 ) - A plugin for Flake8 finding likely bugs and design problems . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-11-17 18:12:17 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / flake8 - bugbear ) ( 👨 💻 46 · 🔀 55 · 📦 6.2 K · 📋 110 - 37 % open · ⏱ ️ 01.01 .2022 ) :
2021-02-18 14:47:29 +00:00
` ` `
2021-04-01 14:52:19 +00:00
git clone https : / / github . com / PyCQA / flake8 - bugbear
2021-02-18 14:47:29 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - bugbear ) ( 📥 920 K / month · 📦 1 K · ⏱ ️ 29.11 .2021 ) :
2021-02-18 14:47:29 +00:00
` ` `
2021-04-01 14:52:19 +00:00
pip install flake8 - bugbear
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - bugbear ) ( 📥 540 K · ⏱ ️ 29.11 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
conda install - c conda - forge flake8 - bugbear
2021-02-18 14:47:29 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/pylint-django " > pylint - django < / a > < / b > ( 🥈 29 · ⭐ 490 · 📈 ) - Pylint plugin for improving code analysis for when . . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < code > < img src = " https://www.pylint.org/ico/favicon.ico " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-04-08 14:55:49 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / pylint - django ) ( 👨 💻 62 · 🔀 100 · 📥 200 · 📦 16 K · 📋 190 - 17 % open · ⏱ ️ 03.01 .2022 ) :
2021-05-13 15:02:34 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / PyCQA / pylint - django
2021-05-13 15:02:34 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pylint - django ) ( 📥 530 K / month · 📦 2.2 K · ⏱ ️ 02.01 .2022 ) :
2021-05-13 15:02:34 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pylint - django
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pylint - django ) ( 📥 89 K · ⏱ ️ 27.09 .2021 ) :
` ` `
conda install - c conda - forge pylint - django
2021-05-13 15:02:34 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/klen/pylama " > pylama < / a > < / b > ( 🥈 28 · ⭐ 840 ) - Code audit tool for python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / klen / pylama ) ( 👨 💻 45 · 🔀 86 · 📦 3.2 K · 📋 120 - 27 % open · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / klen / pylama
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pylama ) ( 📥 94 K / month · 📦 1 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install pylama
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/openstack/hacking " > hacking < / a > < / b > ( 🥈 28 · ⭐ 220 ) - OpenStack Hacking Style Checks . Mirror of code maintained at . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-08-26 14:57:24 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / openstack / hacking ) ( 👨 💻 180 · 🔀 66 · ⏱ ️ 07.10 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / openstack / hacking
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / hacking ) ( 📥 480 K / month · 📦 8.7 K · ⏱ ️ 21.04 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install hacking
2021-08-26 14:57:24 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/coala/coala " > coala < / a > < / b > ( 🥈 27 · ⭐ 3.3 K · 💤 ) - coala provides a unified command - line interface for linting and . . < code > < a href = " http://bit.ly/3pwmjO5 " > ❗ ️ AGPL - 3.0 < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / coala / coala ) ( 👨 💻 480 · 🔀 1.4 K · 📥 150 · 📦 10 · 📋 3.2 K - 26 % open · ⏱ ️ 11.06 .2021 ) :
` ` `
git clone https : / / github . com / coala / coala
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / coala - bears ) ( 📥 4.2 K / month · 📦 210 · ⏱ ️ 10.11 .2017 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install coala - bears
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/terrencepreilly/darglint " > darglint < / a > < / b > ( 🥈 27 · ⭐ 370 ) - A python documentation linter which checks that the docstring description . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / terrencepreilly / darglint ) ( 👨 💻 22 · 🔀 34 · 📦 1.5 K · 📋 140 - 33 % open · ⏱ ️ 18.10 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
git clone https : / / github . com / terrencepreilly / darglint
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / darglint ) ( 📥 190 K / month · 📦 20 · ⏱ ️ 18.10 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
pip install darglint
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / darglint ) ( 📥 28 K · ⏱ ️ 05.11 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge darglint
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/gforcada/flake8-isort " > flake8 - isort < / a > < / b > ( 🥈 27 · ⭐ 110 ) - flake8 plugin that integrates isort . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / gforcada / flake8 - isort ) ( 👨 💻 30 · 🔀 40 · 📦 4.4 K · 📋 53 - 24 % open · ⏱ ️ 03.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / gforcada / flake8 - isort
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - isort ) ( 📥 460 K / month · 📦 930 · ⏱ ️ 14.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8 - isort
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - isort ) ( 📥 15 K · ⏱ ️ 14.10 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge flake8 - isort
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/zheller/flake8-quotes " > flake8 - quotes < / a > < / b > ( 🥈 26 · ⭐ 130 ) - Flake8 extension for checking quotes in python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / zheller / flake8 - quotes ) ( 👨 💻 30 · 🔀 33 · 📦 4.1 K · 📋 43 - 6 % open · ⏱ ️ 19.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / zheller / flake8 - quotes
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - quotes ) ( 📥 420 K / month · 📦 1.4 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8 - quotes
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - quotes ) ( 📥 580 K · ⏱ ️ 19.10 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge flake8 - quotes
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/microsoft/pyright " > pyright < / a > < / b > ( 🥉 25 · ⭐ 7.5 K ) - Static type checker for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / microsoft / pyright ) ( 👨 💻 69 · 🔀 400 · 📦 180 · 📋 2.3 K - 0 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / Microsoft / pyright
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ NPM ] ( https : / / www . npmjs . com / package / pyright ) ( 📥 190 K / month · 📦 4 · ⏱ ️ 05.01 .2022 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
npm install pyright
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/facebook/pyre-check " > pyre - check < / a > < / b > ( 🥉 25 · ⭐ 5.7 K ) - Performant type - checking for python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / facebook / pyre - check ) ( 👨 💻 190 · 🔀 380 · 📋 300 - 30 % open · ⏱ ️ 05.01 .2022 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / facebook / pyre - check
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyre - check ) ( 📥 23 K / month · 📦 46 · ⏱ ️ 22.12 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pyre - check
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/google/pytype " > pytype < / a > < / b > ( 🥉 25 · ⭐ 3.6 K ) - A static type analyzer for Python code . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / google / pytype ) ( 👨 💻 71 · 🔀 230 · 📋 470 - 21 % open · ⏱ ️ 05.01 .2022 ) :
2021-12-02 14:49:39 +00:00
` ` `
git clone https : / / github . com / google / pytype
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytype ) ( 📥 130 K / month · 📦 88 · ⏱ ️ 05.01 .2022 ) :
2021-12-02 14:49:39 +00:00
` ` `
pip install pytype
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytype ) ( 📥 65 K · ⏱ ️ 06.01 .2022 ) :
2021-12-02 14:49:39 +00:00
` ` `
conda install - c conda - forge pytype
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/mgedmin/check-manifest " > check - manifest < / a > < / b > ( 🥉 24 · ⭐ 250 ) - Tool to check the completeness of MANIFEST . in for Python packages . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-09 14:45:46 +00:00
- [ GitHub ] ( https : / / github . com / mgedmin / check - manifest ) ( 👨 💻 20 · 🔀 31 · 📦 7 K · 📋 88 - 18 % open · ⏱ ️ 16.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
git clone https : / / github . com / mgedmin / check - manifest
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / check - manifest ) ( 📥 140 K / month · 📦 1.8 K · ⏱ ️ 22.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
pip install check - manifest
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / check - manifest ) ( 📥 37 K · ⏱ ️ 22.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
conda install - c conda - forge check - manifest
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/dropbox/mypy-protobuf " > mypy - protobuf < / a > < / b > ( 🥉 23 · ⭐ 410 ) - open source tools to generate mypy stubs from protobufs . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / dropbox / mypy - protobuf ) ( 👨 💻 31 · 🔀 64 · 📋 97 - 4 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / dropbox / mypy - protobuf
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mypy - protobuf ) ( 📥 990 K / month · 📦 24 · ⏱ ️ 24.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install mypy - protobuf
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/adamchainz/flake8-comprehensions " > flake8 - comprehensions < / a > < / b > ( 🥉 23 · ⭐ 320 ) - A flake8 plugin to help you write better . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / adamchainz / flake8 - comprehensions ) ( 👨 💻 12 · 🔀 15 · 📋 41 - 17 % open · ⏱ ️ 04.01 .2022 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / adamchainz / flake8 - comprehensions
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - comprehensions ) ( 📥 480 K / month · 📦 710 · ⏱ ️ 11.10 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install flake8 - comprehensions
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - comprehensions ) ( 📥 480 K · ⏱ ️ 12.10 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
conda install - c conda - forge flake8 - comprehensions
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/wemake-services/flake8-eradicate " > flake8 - eradicate < / a > < / b > ( 🥉 23 · ⭐ 220 ) - Flake8 plugin to find commented out or dead code . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-06-03 15:20:40 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / wemake - services / flake8 - eradicate ) ( 👨 💻 13 · 🔀 7 · 📋 28 - 3 % open · ⏱ ️ 30.12 .2021 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-06-24 14:41:40 +00:00
git clone https : / / github . com / wemake - services / flake8 - eradicate
2021-06-03 15:20:40 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - eradicate ) ( 📥 210 K / month · 📦 72 · ⏱ ️ 19.10 .2021 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-06-24 14:41:40 +00:00
pip install flake8 - eradicate
2021-06-03 15:20:40 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/flake8-commas " > flake8 - commas < / a > < / b > ( 🥉 23 · ⭐ 130 ) - Flake8 extension for enforcing trailing commas in python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / flake8 - commas ) ( 👨 💻 12 · 🔀 23 · 📋 31 - 16 % open · ⏱ ️ 13.10 .2021 ) :
2021-03-04 14:48:35 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / PyCQA / flake8 - commas
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - commas ) ( 📥 220 K / month · 📦 550 · ⏱ ️ 13.10 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8 - commas
2021-03-04 14:48:35 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/predictive-analytics-lab/data-science-types " > data - science - types < / a > < / b > ( 🥉 22 · ⭐ 190 · 💤 ) - Mypy stubs , i . e . , type information , for numpy , pandas . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-03-04 14:48:35 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / predictive - analytics - lab / data - science - types ) ( 👨 💻 44 · 🔀 57 · 📦 160 · 📋 62 - 62 % open · ⏱ ️ 16.02 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / predictive - analytics - lab / data - science - types
2021-04-15 14:52:14 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / data - science - types ) ( 📥 37 K / month · ⏱ ️ 16.02 .2021 ) :
2021-04-15 14:52:14 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install data - science - types
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/peterjc/flake8-black " > flake8 - black < / a > < / b > ( 🥉 22 · ⭐ 100 ) - flake8 plugin to run black for checking Python coding style . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / peterjc / flake8 - black ) ( 👨 💻 5 · 🔀 9 · 📦 1.6 K · 📋 21 - 33 % open · ⏱ ️ 27.12 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / peterjc / flake8 - black
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - black ) ( 📥 200 K / month · 📦 36 · ⏱ ️ 16.07 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8 - black
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - black ) ( 📥 190 K · ⏱ ️ 17.07 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge flake8 - black
2021-04-22 14:47:30 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/gforcada/flake8-builtins " > flake8 - builtins < / a > < / b > ( 🥉 21 · ⭐ 76 ) - Check for python builtins being used as variables or . . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / gforcada / flake8 - builtins ) ( 👨 💻 15 · 🔀 19 · 📦 3.1 K · 📋 34 - 5 % open · ⏱ ️ 20.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / gforcada / flake8 - builtins
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flake8 - builtins ) ( 📥 330 K / month · 📦 510 · ⏱ ️ 14.05 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install flake8 - builtins
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / flake8 - builtins ) ( 📥 130 K · ⏱ ️ 18.05 .2020 ) :
` ` `
conda install - c conda - forge flake8 - builtins
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/jschaf/pylint-flask " > pylint - flask < / a > < / b > ( 🥉 20 · ⭐ 59 · 💤 ) - A Pylint plugin to analyze Flask applications . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < code > < img src = " https://www.pylint.org/ico/favicon.ico " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-09 14:45:46 +00:00
- [ GitHub ] ( https : / / github . com / jschaf / pylint - flask ) ( 👨 💻 7 · 🔀 9 · 📦 5.6 K · 📋 10 - 50 % open · ⏱ ️ 10.03 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-06-03 15:20:40 +00:00
git clone https : / / github . com / jschaf / pylint - flask
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pylint - flask ) ( 📥 160 K / month · 📦 710 · ⏱ ️ 30.01 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-06-03 15:20:40 +00:00
pip install pylint - flask
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pylint - flask ) ( 📥 54 K · ⏱ ️ 02.02 .2019 ) :
2021-06-03 15:20:40 +00:00
` ` `
conda install - c conda - forge pylint - flask
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Instagram/Fixit " > Fixit < / a > < / b > ( 🥉 19 · ⭐ 290 ) - Fixit is a Python Lint Framework based on LibCST . It comes with useful . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / Instagram / Fixit ) ( 👨 💻 29 · 🔀 41 · 📦 14 · 📋 57 - 56 % open · ⏱ ️ 20.11 .2021 ) :
` ` `
git clone https : / / github . com / Instagram / Fixit
` ` `
- [ PyPi ] ( https : / / pypi . org / project / fixit ) ( 📥 6.5 K / month · ⏱ ️ 30.07 .2021 ) :
` ` `
pip install fixit
` ` `
< / details >
< details > < summary > < b > < a href = " https://github.com/andreoliwa/nitpick " > nitpick < / a > < / b > ( 🥉 19 · ⭐ 210 ) - Enforce the same settings on multiple projects . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / andreoliwa / nitpick ) ( 👨 💻 13 · 🔀 13 · 📥 4 · 📋 93 - 34 % open · ⏱ ️ 04.01 .2022 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / andreoliwa / nitpick
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / nitpick ) ( 📥 12 K / month · ⏱ ️ 08.11 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install nitpick
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/deppen8/pandas-vet " > pandas - vet < / a > < / b > ( 🥉 19 · ⭐ 120 · 💤 ) - A plugin for Flake8 that checks pandas code . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-04-01 14:52:19 +00:00
2021-12-02 14:49:39 +00:00
- [ GitHub ] ( https : / / github . com / deppen8 / pandas - vet ) ( 👨 💻 10 · 🔀 15 · 📥 39 · 📦 55 · 📋 50 - 42 % open · ⏱ ️ 03.03 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / deppen8 / pandas - vet
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pandas - vet ) ( 📥 4.6 K / month · ⏱ ️ 01.02 .2020 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pandas - vet
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pandas - vet ) ( 📥 7.8 K · ⏱ ️ 01.02 .2020 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge pandas - vet
2021-04-01 14:52:19 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/life4/flakehell " > flakehell < / a > < / b > ( 🥉 18 · ⭐ 220 · 💤 ) - Flake8 wrapper to make it nice , legacy - friendly , configurable . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-04-15 14:52:14 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / life4 / flakehell ) ( 👨 💻 16 · 🔀 32 · 📥 57 · ⏱ ️ 11.01 .2021 ) :
2021-04-15 14:52:14 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / life4 / flakehell
2021-04-15 14:52:14 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flakehell ) ( 📥 31 K / month · ⏱ ️ 11.01 .2021 ) :
2021-04-15 14:52:14 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install flakehell
2021-04-15 14:52:14 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/justinabrahms/imhotep " > imhotep < / a > < / b > ( 🥉 18 · ⭐ 220 ) - A static - analysis bot for Github . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-04-08 14:55:49 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / justinabrahms / imhotep ) ( 👨 💻 16 · 🔀 37 · 📦 9 · 📋 46 - 50 % open · ⏱ ️ 01.10 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / justinabrahms / imhotep
2021-04-08 14:55:49 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / imhotep ) ( 📥 34 / month · 📦 8 · ⏱ ️ 18.09 .2016 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install imhotep
2021-04-08 14:55:49 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/beartype/beartype " > beartype < / a > < / b > ( 🥉 17 · ⭐ 1 K ) - Unbearably fast O ( 1 ) runtime type - checking in pure Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / beartype / beartype ) ( 👨 💻 9 · 🔀 17 · 📋 63 - 19 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-06-24 14:41:40 +00:00
git clone https : / / github . com / beartype / beartype
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / beartype ) ( 📥 41 K / month · ⏱ ️ 06.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-06-24 14:41:40 +00:00
pip install beartype
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / beartype ) ( 📥 9.5 K · ⏱ ️ 06.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-06-24 14:41:40 +00:00
conda install - c conda - forge beartype
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/hchasestevens/bellybutton " > bellybutton < / a > < / b > ( 🥉 17 · ⭐ 230 ) - Custom Python linting through AST expressions . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / hchasestevens / bellybutton ) ( 👨 💻 5 · 🔀 11 · 📦 15 · 📋 14 - 57 % open · ⏱ ️ 15.07 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
git clone https : / / github . com / hchasestevens / bellybutton
2021-01-28 14:48:38 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / bellybutton ) ( 📥 6.4 K / month · ⏱ ️ 27.11 .2020 ) :
2021-01-28 14:48:38 +00:00
` ` `
2021-04-15 14:52:14 +00:00
pip install bellybutton
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-08-26 14:57:24 +00:00
< details > < summary > Show 7 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/PyCQA/pep8-naming " > pep8 - naming < / a > < / b > ( 🥈 26 · ⭐ 350 ) - Naming Convention checker for Python . < code > < a href = " https://tldrlegal.com/search?q=Saxpath " > ❗ ️ Saxpath < / a > < / code >
2021-11-17 18:12:17 +00:00
- < b > < a href = " https://github.com/PyCQA/flake8-import-order " > flake8 - import - order < / a > < / b > ( 🥉 24 · ⭐ 250 · 💀 ) - Flake8 plugin that checks import order against . . < code > < a href = " http://bit.ly/37RvQcA " > ❗ ️ LGPL - 3.0 < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-07-01 14:57:19 +00:00
- < b > < a href = " https://github.com/ambv/flake8-mypy " > flake8 - mypy < / a > < / b > ( 🥉 20 · ⭐ 100 · 💀 ) - A plugin for flake8 integrating Mypy . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/tylerwince/flake8-bandit " > flake8 - bandit < / a > < / b > ( 🥉 19 · ⭐ 65 · 💀 ) - Automated security testing using bandit and flake8 . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-30 14:41:43 +00:00
- < b > < a href = " https://github.com/cemsbr/yala " > yala < / a > < / b > ( 🥉 18 · ⭐ 13 ) - Yet Another Linter Aggregator . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < code > < img src = " https://www.pylint.org/ico/favicon.ico " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/bndr/pycycle " > pycycle < / a > < / b > ( 🥉 17 · ⭐ 290 · 💀 ) - Tool for pinpointing circular imports in Python . Find cyclic imports . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/lyft/linty_fresh " > linty_fresh < / a > < / b > ( 🥉 13 · ⭐ 180 · 💀 ) - Surface lint errors during code review . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < code > mypy < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Code Formatters
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/psf/black " > black < / a > < / b > ( 🥇 34 · ⭐ 24 K ) - The uncompromising Python code formatter . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / psf / black ) ( 👨 💻 290 · 🔀 1.5 K · 📥 19 K · 📦 110 K · 📋 1.8 K - 19 % open · ⏱ ️ 02.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / psf / black
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / black ) ( 📥 8.7 M / month · 📦 6.2 K · ⏱ ️ 05.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install black
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / black ) ( 📥 2.7 M · ⏱ ️ 13.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge black
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/hhatto/autopep8 " > autopep8 < / a > < / b > ( 🥇 34 · ⭐ 4 K ) - A tool that automatically formats Python code to conform to the PEP 8. . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / hhatto / autopep8 ) ( 👨 💻 51 · 🔀 250 · 📦 100 K · 📋 430 - 21 % open · ⏱ ️ 30.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / hhatto / autopep8
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / autopep8 ) ( 📥 2.2 M / month · 📦 10 K · ⏱ ️ 24.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install autopep8
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / autopep8 ) ( 📥 590 K · ⏱ ️ 26.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge autopep8
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/isort " > isort < / a > < / b > ( 🥈 33 · ⭐ 4.4 K ) - A Python utility / library to sort imports . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / isort ) ( 👨 💻 250 · 🔀 430 · 📦 210 K · 📋 1 K - 3 % open · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-07-08 14:49:21 +00:00
git clone https : / / github . com / PyCQA / isort
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / isort ) ( 📥 14 M / month · 📦 24 K · ⏱ ️ 09.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-07-08 14:49:21 +00:00
pip install isort
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / isort ) ( 📥 2.7 M · ⏱ ️ 09.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-07-08 14:49:21 +00:00
conda install - c conda - forge isort
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-04-08 14:55:49 +00:00
< details > < summary > < b > < a href = " https://github.com/google/yapf " > yapf < / a > < / b > ( 🥉 30 · ⭐ 12 K ) - A formatter for Python files . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / google / yapf ) ( 👨 💻 130 · 🔀 820 · 📦 27 K · 📋 720 - 46 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-01-19 20:28:26 +00:00
git clone https : / / github . com / google / yapf
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / yapf ) ( 📥 1.4 M / month · 📦 3.4 K · ⏱ ️ 26.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-01-19 20:28:26 +00:00
pip install yapf
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / yapf ) ( 📥 910 K · ⏱ ️ 19.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-01-19 20:28:26 +00:00
conda install - c conda - forge yapf
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > Show 2 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/myint/docformatter " > docformatter < / a > < / b > ( 🥉 24 · ⭐ 240 · 💀 ) - Formats docstrings to follow PEP 257. < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
- < b > < a href = " https://github.com/myint/pyformat " > pyformat < / a > < / b > ( 🥉 18 · ⭐ 84 · 💀 ) - Formats Python code to follow a consistent style . < code > < a href = " https://tldrlegal.com/search?q=Saxpath " > ❗ ️ Saxpath < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Code Refactoring
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/davidhalter/jedi " > jedi < / a > < / b > ( 🥇 37 · ⭐ 5 K ) - Awesome autocompletion , static analysis and refactoring library for python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / davidhalter / jedi ) ( 👨 💻 150 · 🔀 460 · 📦 170 K · 📋 1.3 K - 2 % open · ⏱ ️ 25.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / davidhalter / jedi
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / jedi ) ( 📥 16 M / month · 📦 16 K · ⏱ ️ 17.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install jedi
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / jedi ) ( 📥 7.3 M · ⏱ ️ 17.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge jedi
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/python-rope/rope " > rope < / a > < / b > ( 🥇 32 · ⭐ 1.3 K ) - a python refactoring library . < code > < a href = " http://bit.ly/37RvQcA " > ❗ ️ LGPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / python - rope / rope ) ( 👨 💻 68 · 🔀 150 · 📦 34 K · 📋 230 - 30 % open · ⏱ ️ 20.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / python - rope / rope
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / rope ) ( 📥 490 K / month · 📦 2.9 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install rope
` ` `
2021-12-09 14:45:46 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / rope ) ( 📥 610 K · ⏱ ️ 22.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge rope
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/jendrikseipp/vulture " > vulture < / a > < / b > ( 🥈 26 · ⭐ 2 K ) - Find dead Python code . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / jendrikseipp / vulture ) ( 👨 💻 30 · 🔀 93 · 📦 1.3 K · 📋 150 - 9 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / jendrikseipp / vulture
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / vulture ) ( 📥 170 K / month · 📦 360 · ⏱ ️ 16.01 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install vulture
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / vulture ) ( 📥 51 K · ⏱ ️ 11.08 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
conda install - c conda - forge vulture
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/asottile/pyupgrade " > pyupgrade < / a > < / b > ( 🥈 25 · ⭐ 1.3 K ) - A tool ( and pre - commit hook ) to automatically upgrade syntax for newer . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-09 14:45:46 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / asottile / pyupgrade ) ( 👨 💻 22 · 🔀 91 · 📋 250 - 3 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / asottile / pyupgrade
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyupgrade ) ( 📥 140 K / month · 📦 10 · ⏱ ️ 01.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pyupgrade
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyupgrade ) ( 📥 300 K · ⏱ ️ 01.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pyupgrade
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/baron " > baron < / a > < / b > ( 🥈 25 · ⭐ 270 ) - IDE allow you to refactor code , Baron allows you to write refactoring . . < code > < a href = " http://bit.ly/37RvQcA " > ❗ ️ LGPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / baron ) ( 👨 💻 33 · 🔀 52 · 📦 190 · 📋 75 - 61 % open · ⏱ ️ 09.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / PyCQA / baron
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / baron ) ( 📥 26 K / month · 📦 110 · ⏱ ️ 09.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install baron
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
< / details >
< details > < summary > < b > < a href = " https://github.com/PyCQA/redbaron " > redbaron < / a > < / b > ( 🥈 24 · ⭐ 620 ) - Bottom - up approach to refactoring in python . < code > < a href = " http://bit.ly/37RvQcA " > ❗ ️ LGPL - 3.0 < / a > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / PyCQA / redbaron ) ( 👨 💻 34 · 🔀 67 · 📦 340 · 📋 130 - 63 % open · ⏱ ️ 09.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / pycqa / redbaron
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / redbaron ) ( 📥 24 K / month · 📦 170 · ⏱ ️ 17.03 .2019 ) :
2021-12-09 14:45:46 +00:00
` ` `
pip install redbaron
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Instagram/MonkeyType " > MonkeyType < / a > < / b > ( 🥉 22 · ⭐ 3.6 K ) - A Python library that generates static type annotations by . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / Instagram / MonkeyType ) ( 👨 💻 37 · 🔀 130 · 📦 160 · 📋 150 - 24 % open · ⏱ ️ 15.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / Instagram / MonkeyType
2021-03-04 14:48:35 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / monkeytype ) ( 📥 23 K / month · 📦 34 · ⏱ ️ 21.05 .2021 ) :
2021-03-04 14:48:35 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install monkeytype
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / monkeytype ) ( 📥 38 K · ⏱ ️ 22.05 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge monkeytype
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/facebookincubator/Bowler " > Bowler < / a > < / b > ( 🥉 21 · ⭐ 1.3 K ) - Safe code refactoring for modern Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / facebookincubator / Bowler ) ( 👨 💻 26 · 🔀 88 · 📋 80 - 57 % open · ⏱ ️ 01.09 .2021 ) :
` ` `
git clone https : / / github . com / facebookincubator / Bowler
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / bowler ) ( 📥 37 K / month · 📦 10 · ⏱ ️ 17.09 .2020 ) :
2021-12-30 14:41:43 +00:00
` ` `
pip install bowler
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / bowler ) ( 📥 11 K · ⏱ ️ 12.06 .2019 ) :
` ` `
conda install - c conda - forge bowler
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/asottile/add-trailing-comma " > add - trailing - comma < / a > < / b > ( 🥉 21 · ⭐ 210 ) - A tool ( and pre - commit hook ) to automatically add trailing . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / asottile / add - trailing - comma ) ( 👨 💻 9 · 🔀 14 · 📋 38 - 2 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / asottile / add - trailing - comma
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / add - trailing - comma ) ( 📥 16 K / month · 📦 14 · ⏱ ️ 20.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install add - trailing - comma
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/dropbox/pyannotate " > pyannotate < / a > < / b > ( 🥉 20 · ⭐ 1.3 K ) - Auto - generate PEP - 484 annotations . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / dropbox / pyannotate ) ( 👨 💻 17 · 🔀 54 · 📦 66 · 📋 59 - 44 % open · ⏱ ️ 12.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / dropbox / pyannotate
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyannotate ) ( 📥 2.9 K / month · 📦 26 · ⏱ ️ 16.09 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pyannotate
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/hakancelik96/unimport " > unimport < / a > < / b > ( 🥉 19 · ⭐ 120 ) - A linter , formatter for finding and removing unused import statements . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / hakancelik96 / unimport ) ( 👨 💻 13 · 🔀 13 · 📦 17 · 📋 76 - 13 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / hakancelik96 / unimport
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / unimport ) ( 📥 3.3 K / month · ⏱ ️ 14.09 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install unimport
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/ambv/retype " > retype < / a > < / b > ( 🥉 17 · ⭐ 120 ) - Re - apply type annotations from . pyi stubs to your codebase . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / ambv / retype ) ( 👨 💻 8 · 🔀 17 · 📋 15 - 46 % open · ⏱ ️ 29.12 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
git clone https : / / github . com / ambv / retype
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / retype ) ( 📥 1 K / month · 📦 34 · ⏱ ️ 29.12 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
pip install retype
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / retype ) ( 📥 16 K · ⏱ ️ 29.12 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
conda install - c conda - forge retype
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/ilevkivskyi/com2ann " > com2ann < / a > < / b > ( 🥉 16 · ⭐ 100 ) - Tool for translation type comments to type annotations in Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / ilevkivskyi / com2ann ) ( 👨 💻 4 · 🔀 7 · 📦 7 · 📋 20 - 25 % open · ⏱ ️ 21.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / ilevkivskyi / com2ann
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / com2ann ) ( 📥 3.1 K / month · ⏱ ️ 21.08 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install com2ann
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > Show 5 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/myint/autoflake " > autoflake < / a > < / b > ( 🥈 26 · ⭐ 460 · 💀 ) - Removes unused imports and unused variables as reported by pyflakes . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-11-17 18:12:17 +00:00
- < b > < a href = " https://github.com/myint/eradicate " > eradicate < / a > < / b > ( 🥉 19 · ⭐ 120 · 💀 ) - Removes commented - out code from Python files . < code > < a href = " https://tldrlegal.com/search?q=Saxpath " > ❗ ️ Saxpath < / a > < / code >
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/myint/unify " > unify < / a > < / b > ( 🥉 19 · ⭐ 64 · 💀 ) - Modifies strings to all use the same quote where possible . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
- < b > < a href = " https://github.com/elmotec/massedit " > massedit < / a > < / b > ( 🥉 17 · ⭐ 95 · 💀 ) - Programmatically edit text files with Python . Useful for source to . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
- < b > < a href = " https://github.com/spulec/pep8ify " > pep8ify < / a > < / b > ( 🥉 16 · ⭐ 120 · 💀 ) - A library that modifies python source code to conform to pep8 . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Code Security
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/bandit " > bandit < / a > < / b > ( 🥇 32 · ⭐ 3.8 K ) - Bandit is a tool designed to find common security issues in Python . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / bandit ) ( 👨 💻 140 · 🔀 390 · 📥 130 · 📦 10 K · 📋 560 - 33 % open · ⏱ ️ 13.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / PyCQA / bandit
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / bandit ) ( 📥 1.6 M / month · 📦 2.4 K · ⏱ ️ 12.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install bandit
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / bandit ) ( 📥 100 K · ⏱ ️ 13.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge bandit
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pyupio/safety " > safety < / a > < / b > ( 🥈 28 · ⭐ 1.2 K · 💤 ) - Safety checks your installed dependencies for known security . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pyupio / safety ) ( 👨 💻 35 · 🔀 99 · 📥 110 K · 📦 3.3 K · 📋 120 - 37 % open · ⏱ ️ 28.04 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pyupio / safety
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / safety ) ( 📥 620 K / month · 📦 540 · ⏱ ️ 15.01 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install safety
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / safety ) ( 📥 26 K · ⏱ ️ 15.01 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge safety
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Yelp/detect-secrets " > detect - secrets < / a > < / b > ( 🥉 26 · ⭐ 2.1 K ) - An enterprise friendly way of detecting and preventing . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / Yelp / detect - secrets ) ( 👨 💻 53 · 🔀 240 · 📋 240 - 35 % open · ⏱ ️ 15.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / Yelp / detect - secrets
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / detect - secrets ) ( 📥 220 K / month · 📦 34 · ⏱ ️ 14.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install detect - secrets
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/sqlmapproject/sqlmap " > sqlmap < / a > < / b > ( 🥉 25 · ⭐ 22 K ) - Automatic SQL injection and database takeover tool . < code > < a href = " http://bit.ly/2M0xdwT " > ❗ ️ GPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / sqlmapproject / sqlmap ) ( 👨 💻 110 · 🔀 4.6 K · 📋 4.5 K - 1 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / sqlmapproject / sqlmap
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sqlmap ) ( 📥 6.9 K / month · 📦 8 · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install sqlmap
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/landscapeio/dodgy " > dodgy < / a > < / b > ( 🥉 21 · ⭐ 97 · 💤 ) - Looks at Python code to search for things which look dodgy such as . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / landscapeio / dodgy ) ( 👨 💻 14 · 🔀 19 · 📦 1.5 K · 📋 12 - 75 % open · ⏱ ️ 21.03 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-01 14:52:19 +00:00
git clone https : / / github . com / landscapeio / dodgy
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / dodgy ) ( 📥 140 K / month · 📦 520 · ⏱ ️ 31.12 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-01 14:52:19 +00:00
pip install dodgy
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / dodgy ) ( 📥 27 K · ⏱ ️ 10.06 .2020 ) :
2021-04-01 14:52:19 +00:00
` ` `
conda install - c conda - forge dodgy
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/dlint-py/dlint " > dlint < / a > < / b > ( 🥉 20 · ⭐ 79 ) - Dlint is a tool for encouraging best coding practices and helping ensure . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / dlint - py / dlint ) ( 👨 💻 8 · 🔀 6 · 📋 33 - 57 % open · ⏱ ️ 27.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / dlint - py / dlint
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / dlint ) ( 📥 84 K / month · 📦 18 · ⏱ ️ 27.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install dlint
` ` `
< / details >
< details > < summary > Show 2 hidden projects . . . < / summary >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/dashingsoft/pyarmor " > pyarmor < / a > < / b > ( 🥈 27 · ⭐ 1.3 K ) - A tool used to obfuscate python scripts , bind obfuscated scripts . . < code > < a href = " https://tldrlegal.com/search?q=SGI-B-2.0 " > ❗ ️ SGI - B - 2.0 < / a > < / code >
2021-08-26 14:57:24 +00:00
- < b > < a href = " https://github.com/python-security/pyt " > pyt < / a > < / b > ( 🥉 22 · ⭐ 2.1 K · 💀 ) - A Static Analysis Tool for Detecting Security Vulnerabilities in . . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Virtual Environments
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/pipenv " > pipenv < / a > < / b > ( 🥇 34 · ⭐ 23 K ) - Python Development Workflow for Humans . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / pipenv ) ( 👨 💻 400 · 🔀 1.7 K · 📦 24 K · 📋 3.6 K - 16 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pypa / pipenv
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pipenv ) ( 📥 3.6 M / month · 📦 2.3 K · ⏱ ️ 23.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pipenv
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pipenv ) ( 📥 46 K · ⏱ ️ 24.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge pipenv
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/virtualenv " > virtualenv < / a > < / b > ( 🥈 32 · ⭐ 4 K ) - Virtual Python Environment builder . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / virtualenv ) ( 👨 💻 220 · 🔀 920 · 📋 1.2 K - 5 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pypa / virtualenv
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / virtualenv ) ( 📥 20 M / month · 📦 34 K · ⏱ ️ 02.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install virtualenv
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / virtualenv ) ( 📥 1.4 M · ⏱ ️ 02.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge virtualenv
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pyenv/pyenv " > pyenv < / a > < / b > ( 🥈 26 · ⭐ 26 K ) - Simple Python version management . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pyenv / pyenv ) ( 👨 💻 360 · 🔀 2.3 K · 📋 1.4 K - 2 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pyenv / pyenv
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyenv ) ( 📥 6.1 K / month · 📦 1 · ⏱ ️ 12.01 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pyenv
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/pyenv/pyenv-virtualenv " > pyenv - virtualenv < / a > < / b > ( 🥉 18 · ⭐ 4.7 K ) - a pyenv plugin to manage virtualenv ( a . k . a . python - virtualenv ) . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-05-13 15:02:34 +00:00
2021-12-02 14:49:39 +00:00
- [ GitHub ] ( https : / / github . com / pyenv / pyenv - virtualenv ) ( 👨 💻 46 · 🔀 310 · 📋 330 - 40 % open · ⏱ ️ 13.11 .2021 ) :
2021-05-13 15:02:34 +00:00
` ` `
git clone https : / / github . com / pyenv / pyenv - virtualenv
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/pyenv/pyenv-installer " > pyenv - installer < / a > < / b > ( 🥉 15 · ⭐ 3 K ) - This tool is used to install ` pyenv ` and friends . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-05-13 15:02:34 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / pyenv / pyenv - installer ) ( 👨 💻 33 · 🔀 320 · 📋 69 - 7 % open · ⏱ ️ 27.08 .2021 ) :
2021-05-13 15:02:34 +00:00
` ` `
2021-12-23 14:44:54 +00:00
git clone https : / / github . com / pyenv / pyenv - installer
2021-05-13 15:02:34 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/spotify/dh-virtualenv " > dh - virtualenv < / a > < / b > ( 🥉 15 · ⭐ 1.5 K ) - Python virtualenvs in Debian packages . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / spotify / dh - virtualenv ) ( 👨 💻 58 · 🔀 160 · 📋 190 - 12 % open · ⏱ ️ 10.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
git clone https : / / github . com / spotify / dh - virtualenv
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-05-13 15:02:34 +00:00
< details > < summary > Show 2 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/sashahart/vex " > vex < / a > < / b > ( 🥉 18 · ⭐ 370 · 💀 ) - Run a command in the named virtualenv . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/gtalarico/pipenv-pipes " > pipenv - pipes < / a > < / b > ( 🥉 13 · ⭐ 130 · 💀 ) - A PipEnv Environment Switcher . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Dependency & Package Mangers
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/pip " > pip < / a > < / b > ( 🥇 35 · ⭐ 7.6 K ) - The Python package installer . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / pip ) ( 👨 💻 650 · 🔀 2.4 K · 📦 69 K · 📋 6.1 K - 15 % open · ⏱ ️ 21.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pypa / pip
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pip ) ( 📥 74 M / month · 📦 19 K · ⏱ ️ 22.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pip
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pip ) ( 📥 29 M · ⏱ ️ 22.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge pip
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/python-poetry/poetry " > poetry < / a > < / b > ( 🥈 33 · ⭐ 18 K ) - Python dependency management and packaging made easy . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / python - poetry / poetry ) ( 👨 💻 320 · 🔀 1.4 K · 📥 10 M · 📋 3.6 K - 35 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / python - poetry / poetry
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / poetry ) ( 📥 3.9 M / month · 📦 64 · ⏱ ️ 28.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install poetry
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / poetry ) ( 📥 350 K · ⏱ ️ 14.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge poetry
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/jazzband/pip-tools " > pip - tools < / a > < / b > ( 🥈 33 · ⭐ 5.4 K ) - A set of tools to keep your pinned Python dependencies fresh . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / jazzband / pip - tools ) ( 👨 💻 160 · 🔀 480 · 📋 800 - 17 % open · ⏱ ️ 12.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / jazzband / pip - tools
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pip - tools ) ( 📥 3.3 M / month · 📦 3.3 K · ⏱ ️ 12.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pip - tools
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pip - tools ) ( 📥 22 K · ⏱ ️ 12.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pip - tools
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/conda/conda " > conda < / a > < / b > ( 🥈 33 · ⭐ 4.5 K ) - OS - agnostic , system - level binary package manager and ecosystem . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / conda / conda ) ( 👨 💻 380 · 🔀 1.1 K · 📋 8.3 K - 22 % open · ⏱ ️ 06.12 .2021 ) :
` ` `
git clone https : / / github . com / conda / conda
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / conda ) ( 📥 68 K / month · 📦 2.1 K · ⏱ ️ 22.04 .2017 ) :
2021-12-30 14:41:43 +00:00
` ` `
pip install conda
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / conda ) ( 📥 24 M · ⏱ ️ 23.11 .2021 ) :
` ` `
conda install - c conda - forge conda
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/bndr/pipreqs " > pipreqs < / a > < / b > ( 🥉 30 · ⭐ 4 K ) - pipreqs - Generate pip requirements . txt file based on imports of any . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / bndr / pipreqs ) ( 👨 💻 51 · 🔀 260 · 📦 8.3 K · 📋 190 - 52 % open · ⏱ ️ 23.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / bndr / pipreqs
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pipreqs ) ( 📥 250 K / month · 📦 530 · ⏱ ️ 23.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pipreqs
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pipreqs ) ( 📥 23 K · ⏱ ️ 14.11 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge pipreqs
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/pipx " > pipx < / a > < / b > ( 🥉 23 · ⭐ 4.5 K ) - Install and Run Python Applications in Isolated Environments . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / pipx ) ( 👨 💻 71 · 🔀 210 · 📋 450 - 22 % open · ⏱ ️ 04.01 .2022 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / pypa / pipx
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pipx ) ( 📥 68 K / month · 📦 4 · ⏱ ️ 04.01 .2022 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install pipx
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/mamba-org/mamba " > mamba < / a > < / b > ( 🥉 23 · ⭐ 2.6 K ) - The Fast Cross - Platform Package Manager . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / mamba - org / mamba ) ( 👨 💻 66 · 🔀 140 · 📋 680 - 29 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / mamba - org / mamba
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mamba ) ( 📥 1.8 M · ⏱ ️ 08.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
conda install - c conda - forge mamba
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/dephell/dephell " > dephell < / a > < / b > ( 🥉 23 · ⭐ 1.7 K · 💤 ) - Python project management . Manage packages : convert between formats , . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / dephell / dephell ) ( 👨 💻 37 · 🔀 110 · 📥 170 · 📦 330 · 📋 270 - 40 % open · ⏱ ️ 11.01 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / dephell / dephell
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / dephell ) ( 📥 4.4 K / month · 📦 8 · ⏱ ️ 28.04 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install dephell
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/David-OConnor/pyflow " > pyflow < / a > < / b > ( 🥉 18 · ⭐ 970 ) - An installation and dependency system for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / David - OConnor / pyflow ) ( 👨 💻 28 · 🔀 38 · 📥 3.8 K · 📋 110 - 38 % open · ⏱ ️ 04.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / David - OConnor / pyflow
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyflow ) ( 📥 120 / month · ⏱ ️ 02.07 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pyflow
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/jaraco/pip-run " > pip - run < / a > < / b > ( 🥉 15 · ⭐ 61 ) - pip - run - dynamic dependency loader for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / jaraco / pip - run ) ( 👨 💻 11 · 🔀 10 · 📋 42 - 7 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / jaraco / pip - run
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pip - run ) ( 📥 4.8 K / month · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pip - run
` ` `
< / details >
< br >
## Code Metrics & Complexity
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/mccabe " > mccabe < / a > < / b > ( 🥇 29 · ⭐ 450 · 💤 ) - McCabe complexity checker for Python . < code > < a href = " https://tldrlegal.com/search?q=Saxpath " > ❗ ️ Saxpath < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / mccabe ) ( 👨 💻 21 · 🔀 42 · 📦 240 K · 📋 40 - 15 % open · ⏱ ️ 02.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / PyCQA / mccabe
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mccabe ) ( 📥 15 M / month · 📦 31 K · ⏱ ️ 26.01 .2017 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install mccabe
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mccabe ) ( 📥 3.8 M · ⏱ ️ 08.07 .2018 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
conda install - c conda - forge mccabe
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/rubik/radon " > radon < / a > < / b > ( 🥈 28 · ⭐ 1.3 K ) - Various code metrics for Python code . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / rubik / radon ) ( 👨 💻 49 · 🔀 97 · 📦 2.2 K · 📋 160 - 13 % open · ⏱ ️ 08.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / rubik / radon
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / radon ) ( 📥 220 K / month · 📦 1.1 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install radon
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / radon ) ( 📥 37 K · ⏱ ️ 07.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge radon
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/PyCQA/prospector " > prospector < / a > < / b > ( 🥈 27 · ⭐ 1.6 K ) - Inspects Python source files and provides information about . . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / PyCQA / prospector ) ( 👨 💻 78 · 🔀 140 · 📋 290 - 18 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / PyCQA / prospector
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / prospector ) ( 📥 370 K / month · 📦 1.1 K · ⏱ ️ 08.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install prospector
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / prospector ) ( 📥 27 K · ⏱ ️ 05.11 .2021 ) :
` ` `
conda install - c conda - forge prospector
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/tonybaloney/wily " > wily < / a > < / b > ( 🥉 21 · ⭐ 840 ) - A Python application for tracking , reporting on timing and complexity in . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / tonybaloney / wily ) ( 👨 💻 16 · 🔀 45 · 📋 80 - 35 % open · ⏱ ️ 01.07 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
git clone https : / / github . com / tonybaloney / wily
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / wily ) ( 📥 9.8 K / month · 📦 16 · ⏱ ️ 01.07 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
pip install wily
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/rubik/xenon " > xenon < / a > < / b > ( 🥉 21 · ⭐ 200 ) - Monitoring tool based on radon . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / rubik / xenon ) ( 👨 💻 8 · 🔀 16 · 📦 280 · 📋 32 - 21 % open · ⏱ ️ 03.09 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2021-12-30 14:41:43 +00:00
git clone https : / / github . com / rubik / xenon
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / xenon ) ( 📥 51 K / month · 📦 120 · ⏱ ️ 03.09 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2021-12-30 14:41:43 +00:00
pip install xenon
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / xenon ) ( 📥 14 K · ⏱ ️ 12.10 .2019 ) :
` ` `
conda install - c conda - forge xenon
2021-12-16 14:40:50 +00:00
` ` `
< / details >
2021-01-09 04:58:10 +00:00
< details > < summary > Show 1 hidden projects . . . < / summary >
2021-12-23 14:44:54 +00:00
- < b > < a href = " https://github.com/mschwager/cohesion " > cohesion < / a > < / b > ( 🥉 12 · ⭐ 140 · 💀 ) - A tool for measuring Python class cohesion . < code > < a href = " http://bit.ly/2M0xdwT " > ❗ ️ GPL - 3.0 < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Logging
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/tqdm/tqdm " > tqdm < / a > < / b > ( 🥇 37 · ⭐ 21 K ) - A Fast , Extensible Progress Bar for Python and CLI . < code > < a href = " http://bit.ly/3postzC " > MPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / tqdm / tqdm ) ( 👨 💻 110 · 🔀 1.1 K · 📥 8.1 K · 📦 240 K · 📋 870 - 37 % open · ⏱ ️ 20.09 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
git clone https : / / github . com / tqdm / tqdm
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / tqdm ) ( 📥 27 M / month · 📦 26 K · ⏱ ️ 15.12 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
pip install tqdm
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / tqdm ) ( 📥 9.2 M · ⏱ ️ 20.09 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
conda install - c conda - forge tqdm
` ` `
2021-12-02 14:49:39 +00:00
- [ Docker Hub ] ( https : / / hub . docker . com / r / tqdm / tqdm ) ( 📥 4 K · ⭐ 2 · ⏱ ️ 30.10 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
docker pull tqdm / tqdm
` ` `
2021-01-12 23:39:08 +00:00
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/getsentry/sentry-python " > sentry - sdk < / a > < / b > ( 🥇 34 · ⭐ 1.1 K ) - The new Python SDK for Sentry . io . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / getsentry / sentry - python ) ( 👨 💻 120 · 🔀 260 · 📥 4.5 K · 📦 17 K · 📋 700 - 26 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / getsentry / sentry - python
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sentry - sdk ) ( 📥 11 M / month · 📦 990 · ⏱ ️ 13.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install sentry - sdk
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / sentry - sdk ) ( 📥 120 K · ⏱ ️ 13.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge sentry - sdk
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Textualize/rich " > rich < / a > < / b > ( 🥇 33 · ⭐ 32 K ) - Rich is a Python library for rich text and beautiful formatting in the terminal . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / Textualize / rich ) ( 👨 💻 140 · 🔀 1 K · 📦 10 K · 📋 640 - 5 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / willmcgugan / rich
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / rich ) ( 📥 2.6 M / month · ⏱ ️ 02.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install rich
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / rich ) ( 📥 560 K · ⏱ ️ 02.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge rich
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Delgan/loguru " > loguru < / a > < / b > ( 🥈 31 · ⭐ 11 K ) - Python logging made ( stupidly ) simple . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / Delgan / loguru ) ( 👨 💻 30 · 🔀 470 · 📦 13 K · 📋 510 - 18 % open · ⏱ ️ 09.09 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / Delgan / loguru
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / loguru ) ( 📥 1.9 M / month · 📦 340 · ⏱ ️ 20.09 .2020 ) :
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install loguru
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / loguru ) ( 📥 340 K · ⏱ ️ 02.11 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge loguru
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/madzak/python-json-logger " > python - json - logger < / a > < / b > ( 🥈 31 · ⭐ 1.2 K · 📉 ) - Json Formatter for the standard python logger . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-12-09 14:45:46 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / madzak / python - json - logger ) ( 👨 💻 46 · 🔀 170 · 📦 19 K · 📋 70 - 34 % open · ⏱ ️ 27.07 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / madzak / python - json - logger
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / python - json - logger ) ( 📥 4 M / month · 📦 920 · ⏱ ️ 27.07 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install python - json - logger
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / python - json - logger ) ( 📥 1 M · ⏱ ️ 12.10 .2020 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge python - json - logger
2021-12-09 14:45:46 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/astanin/python-tabulate " > tabulate < / a > < / b > ( 🥈 31 · ⭐ 1.1 K · 💤 ) - Pretty - print tabular data in Python , a library and a command - line . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / astanin / python - tabulate ) ( 👨 💻 67 · 🔀 85 · 📦 59 K · 📋 110 - 45 % open · ⏱ ️ 04.03 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / astanin / python - tabulate
2021-01-19 20:28:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / tabulate ) ( 📥 32 M / month · 📦 8.1 K · ⏱ ️ 22.02 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install tabulate
2021-01-19 20:28:26 +00:00
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / tabulate ) ( 📥 1.7 M · ⏱ ️ 22.02 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge tabulate
2021-01-19 20:28:26 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/WoLpH/python-progressbar " > progressbar2 < / a > < / b > ( 🥈 30 · ⭐ 740 · 📈 ) - Progressbar 2 - A progress bar for Python 2 and Python 3 - . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / WoLpH / python - progressbar ) ( 👨 💻 40 · 🔀 100 · 📥 1.6 K · 📦 14 K · 📋 200 - 5 % open · ⏱ ️ 05.01 .2022 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / WoLpH / python - progressbar
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / progressbar2 ) ( 📥 3.4 M / month · 📦 2.2 K · ⏱ ️ 05.01 .2022 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install progressbar2
2021-07-01 14:57:19 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / progressbar2 ) ( 📥 380 K · ⏱ ️ 09.09 .2020 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge progressbar2
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/hynek/structlog " > structlog < / a > < / b > ( 🥈 28 · ⭐ 1.9 K ) - Structured Logging for Python . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-19 20:28:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / hynek / structlog ) ( 👨 💻 84 · 🔀 150 · 📋 210 - 13 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / hynek / structlog
2021-01-12 23:39:08 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ PyPi ] ( https : / / pypi . org / project / structlog ) ( 📥 2.7 M / month · 📦 1.2 K · ⏱ ️ 16.12 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install structlog
2021-01-12 23:39:08 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / structlog ) ( 📥 160 K · ⏱ ️ 29.11 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-02 14:49:39 +00:00
conda install - c conda - forge structlog
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/borntyping/python-colorlog " > colorlog < / a > < / b > ( 🥈 28 · ⭐ 720 ) - A colored formatter for the python logging module . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / borntyping / python - colorlog ) ( 👨 💻 30 · 🔀 76 · 📦 13 K · ⏱ ️ 08.11 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / borntyping / python - colorlog
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / colorlog ) ( 📥 4.9 M / month · 📦 3.7 K · ⏱ ️ 08.11 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install colorlog
2021-06-24 14:41:40 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / colorlog ) ( 📥 460 K · ⏱ ️ 09.11 .2021 ) :
2021-06-24 14:41:40 +00:00
` ` `
2021-12-02 14:49:39 +00:00
conda install - c conda - forge colorlog
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/ines/wasabi " > wasabi < / a > < / b > ( 🥈 28 · ⭐ 320 ) - A lightweight console printing and formatting toolkit . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-04-08 14:55:49 +00:00
2021-12-09 14:45:46 +00:00
- [ GitHub ] ( https : / / github . com / ines / wasabi ) ( 👨 💻 7 · 🔀 20 · 📦 15 K · 📋 6 - 50 % open · ⏱ ️ 06.12 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / ines / wasabi
2021-04-08 14:55:49 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / wasabi ) ( 📥 4.7 M / month · 📦 410 · ⏱ ️ 06.12 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install wasabi
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / wasabi ) ( 📥 550 K · ⏱ ️ 07.12 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
conda install - c conda - forge wasabi
2021-04-08 14:55:49 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/liiight/notifiers " > notifiers < / a > < / b > ( 🥉 26 · ⭐ 2 K ) - The easy way to send notifications . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / liiight / notifiers ) ( 👨 💻 16 · 🔀 78 · 📦 200 · 📋 92 - 41 % open · ⏱ ️ 22.09 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / liiight / notifiers
2021-01-19 20:28:26 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ PyPi ] ( https : / / pypi . org / project / notifiers ) ( 📥 300 K / month · 📦 6 · ⏱ ️ 05.10 .2019 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install notifiers
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/xolox/python-coloredlogs " > python - coloredlogs < / a > < / b > ( 🥉 26 · ⭐ 450 · 💤 ) - Colored terminal output for Python ' s logging module. <code><a href= " http://bit.ly/34MBwT8 " >MIT</a></code></summary>
2021-01-12 23:39:08 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / xolox / python - coloredlogs ) ( 👨 💻 16 · 🔀 37 · 📦 9.9 K · 📋 74 - 33 % open · ⏱ ️ 11.06 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / xolox / python - coloredlogs
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / coloredlogs ) ( 📥 1.8 M / month · 📦 2.1 K · ⏱ ️ 11.06 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install coloredlogs
2021-11-17 18:12:17 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/shobrook/rebound " > rebound < / a > < / b > ( 🥉 23 · ⭐ 3.8 K · 💤 ) - Command - line tool that instantly fetches Stack Overflow results when . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / shobrook / rebound ) ( 👨 💻 16 · 🔀 360 · 📥 180 · 📦 22 · 📋 58 - 34 % open · ⏱ ️ 04.01 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / shobrook / rebound
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / rebound ) ( 📥 1.3 K / month · 📦 14 · ⏱ ️ 15.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install rebound
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / rebound ) ( 📥 160 K · ⏱ ️ 17.11 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
conda install - c conda - forge rebound
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/cknd/stackprinter " > stackprinter < / a > < / b > ( 🥉 23 · ⭐ 1.2 K · 💤 ) - Debugging - friendly exceptions for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-06-03 15:20:40 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / cknd / stackprinter ) ( 👨 💻 6 · 🔀 33 · 📦 85 · 📋 26 - 42 % open · ⏱ ️ 01.01 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
git clone https : / / github . com / cknd / stackprinter
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / stackprinter ) ( 📥 300 K / month · 📦 4 · ⏱ ️ 31.10 .2020 ) :
2021-12-02 14:49:39 +00:00
` ` `
pip install stackprinter
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Qix-/better-exceptions " > better - exceptions < / a > < / b > ( 🥉 22 · ⭐ 4.1 K ) - Pretty and useful exceptions in Python , automatically . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / Qix - / better - exceptions ) ( 👨 💻 15 · 🔀 200 · 📋 70 - 41 % open · ⏱ ️ 19.10 .2021 ) :
` ` `
git clone https : / / github . com / Qix - / better - exceptions
` ` `
- [ PyPi ] ( https : / / pypi . org / project / better - exceptions ) ( 📥 27 K / month · 📦 74 · ⏱ ️ 29.01 .2021 ) :
` ` `
pip install better - exceptions
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/rsalmei/alive-progress " > alive - progress < / a > < / b > ( 🥉 22 · ⭐ 3 K ) - A new kind of Progress Bar , with real - time throughput , ETA , and . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / rsalmei / alive - progress ) ( 👨 💻 1 · 🔀 130 · 📦 530 · 📋 93 - 26 % open · ⏱ ️ 06.11 .2021 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / rsalmei / alive - progress
2021-06-03 15:20:40 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / alive - progress ) ( 📥 21 K / month · ⏱ ️ 19.10 .2021 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install alive - progress
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / alive - progress ) ( 📥 12 K · ⏱ ️ 08.01 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge alive - progress
2021-06-03 15:20:40 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/onelivesleft/PrettyErrors " > PrettyErrors < / a > < / b > ( 🥉 20 · ⭐ 2.4 K ) - Prettify Python exception output to make it legible . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / onelivesleft / PrettyErrors ) ( 👨 💻 5 · 🔀 71 · 📋 37 - 2 % open · ⏱ ️ 24.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / onelivesleft / PrettyErrors
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pretty_errors ) ( 📥 22 K / month · ⏱ ️ 24.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install pretty_errors
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/samuelcolvin/python-devtools " > python - devtools < / a > < / b > ( 🥉 19 · ⭐ 450 ) - Dev tools for python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / samuelcolvin / python - devtools ) ( 👨 💻 7 · 🔀 16 · 📦 530 · 📋 36 - 5 % open · ⏱ ️ 08.09 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / samuelcolvin / python - devtools
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / python - devtools ) ( 📥 440 / month · 📦 1 · ⏱ ️ 21.08 .2017 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install python - devtools
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2021-04-01 14:52:19 +00:00
< details > < summary > Show 3 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/getlogbook/logbook " > logbook < / a > < / b > ( 🥈 31 · ⭐ 1.4 K · 💀 ) - A cool logging replacement for Python . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code >
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/jazzband/prettytable " > prettytable < / a > < / b > ( 🥉 23 · ⭐ 640 ) - Display tabular data in a visually appealing ASCII table . . < code > < a href = " https://tldrlegal.com/search?q=BSD-1-Clause " > ❗ ️ BSD - 1 - Clause < / a > < / code >
2021-11-17 18:12:17 +00:00
- < b > < a href = " https://github.com/skorokithakis/tbvaccine " > tbvaccine < / a > < / b > ( 🥉 16 · ⭐ 360 · 💀 ) - A small utility to pretty - print Python tracebacks . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Documentation
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/sphinx-doc/sphinx " > sphinx < / a > < / b > ( 🥇 38 · ⭐ 4.4 K ) - Main repository for the Sphinx documentation builder . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / sphinx - doc / sphinx ) ( 👨 💻 700 · 🔀 1.6 K · 📦 170 K · 📋 5.8 K - 16 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / sphinx - doc / sphinx
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sphinx ) ( 📥 3.8 M / month · 📦 100 K · ⏱ ️ 19.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install sphinx
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / sphinx ) ( 📥 4.5 M · ⏱ ️ 19.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge sphinx
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/mkdocs/mkdocs " > mkdocs < / a > < / b > ( 🥇 36 · ⭐ 13 K ) - Project documentation with Markdown . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / mkdocs / mkdocs ) ( 👨 💻 210 · 🔀 1.8 K · 📦 17 K · 📋 1.6 K - 6 % open · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / mkdocs / mkdocs
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mkdocs ) ( 📥 650 K / month · 📦 5.9 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install mkdocs
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mkdocs ) ( 📥 160 K · ⏱ ️ 13.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge mkdocs
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/squidfunk/mkdocs-material " > mkdocs - material < / a > < / b > ( 🥇 34 · ⭐ 8.4 K ) - Technical documentation that just works . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / squidfunk / mkdocs - material ) ( 👨 💻 140 · 🔀 2 K · 📦 10 K · 📋 1.3 K - 1 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / squidfunk / mkdocs - material
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mkdocs - material ) ( 📥 650 K / month · 📦 1.5 K · ⏱ ️ 02.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install mkdocs - material
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mkdocs - material ) ( 📥 78 K · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
conda install - c conda - forge mkdocs - material
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/readthedocs/sphinx_rtd_theme " > sphinx_rtd_theme < / a > < / b > ( 🥈 33 · ⭐ 3.9 K ) - Sphinx theme for readthedocs . org . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / readthedocs / sphinx_rtd_theme ) ( 👨 💻 110 · 🔀 1.6 K · 📦 16 · 📋 740 - 26 % open · ⏱ ️ 19.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / readthedocs / sphinx_rtd_theme
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sphinx_rtd_theme ) ( 📥 1.7 M / month · 📦 23 K · ⏱ ️ 05.10 .2018 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install sphinx_rtd_theme
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / sphinx_rtd_theme ) ( 📥 2 M · ⏱ ️ 17.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
conda install - c conda - forge sphinx_rtd_theme
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/bitprophet/alabaster " > alabaster < / a > < / b > ( 🥈 31 · ⭐ 640 ) - Lightweight , configurable Sphinx theme . Now the Sphinx default ! . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / bitprophet / alabaster ) ( 👨 💻 28 · 🔀 180 · 📦 56 K · 📋 140 - 60 % open · ⏱ ️ 24.09 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / bitprophet / alabaster
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / alabaster ) ( 📥 3.5 M / month · 📦 15 K · ⏱ ️ 03.10 .2018 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install alabaster
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / alabaster ) ( 📥 3.4 M · ⏱ ️ 03.10 .2018 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge alabaster
2021-11-17 18:12:17 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/numpy/numpydoc " > numpydoc < / a > < / b > ( 🥈 30 · ⭐ 19 K ) - Numpy ' s Sphinx extensions. <code><a href= " http://bit.ly/3aKzpTv " >BSD-3</a></code> <code><img src= " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style= " display:inline; " width= " 13 " height= " 13 " ></code></summary>
2021-11-17 18:12:17 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / numpy / numpydoc ) ( 👨 💻 69 · 🔀 6.3 K · 📦 30 K · 📋 160 - 36 % open · ⏱ ️ 27.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / numpy / numpydoc
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / numpydoc ) ( 📥 220 K / month · 📦 7.3 K · ⏱ ️ 01.07 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install numpydoc
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / numpydoc ) ( 📥 900 K · ⏱ ️ 01.10 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge numpydoc
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/michaeljones/breathe " > breathe < / a > < / b > ( 🥈 29 · ⭐ 570 ) - ReStructuredText and Sphinx bridge to Doxygen . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / michaeljones / breathe ) ( 👨 💻 99 · 🔀 150 · 📥 180 · 📦 5.6 K · 📋 480 - 25 % open · ⏱ ️ 28.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-02-04 15:01:36 +00:00
git clone https : / / github . com / michaeljones / breathe
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / breathe ) ( 📥 170 K / month · 📦 2 K · ⏱ ️ 14.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-02-04 15:01:36 +00:00
pip install breathe
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / breathe ) ( 📥 250 K · ⏱ ️ 15.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-02-04 15:01:36 +00:00
conda install - c conda - forge breathe
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/ryan-roemer/sphinx-bootstrap-theme " > sphinx - bootstrap - theme < / a > < / b > ( 🥈 27 · ⭐ 580 ) - Sphinx Bootstrap Theme . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / ryan - roemer / sphinx - bootstrap - theme ) ( 👨 💻 38 · 🔀 210 · 📋 140 - 40 % open · ⏱ ️ 02.10 .2021 ) :
` ` `
git clone https : / / github . com / ryan - roemer / sphinx - bootstrap - theme
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sphinx - bootstrap - theme ) ( 📥 250 K / month · 📦 980 · ⏱ ️ 12.09 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
pip install sphinx - bootstrap - theme
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pdoc3/pdoc " > pdoc3 < / a > < / b > ( 🥈 26 · ⭐ 760 ) - Auto - generate API documentation for Python projects . < code > < a href = " http://bit.ly/3pwmjO5 " > ❗ ️ AGPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- [ GitHub ] ( https : / / github . com / pdoc3 / pdoc ) ( 👨 💻 56 · 🔀 120 · 📦 1.2 K · 📋 270 - 32 % open · ⏱ ️ 24.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / pdoc3 / pdoc
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pdoc3 ) ( 📥 170 K / month · 📦 90 · ⏱ ️ 03.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install pdoc3
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/econchick/interrogate " > interrogate < / a > < / b > ( 🥈 26 · ⭐ 330 ) - Explain yourself ! Interrogate a codebase for docstring coverage . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / econchick / interrogate ) ( 👨 💻 12 · 🔀 26 · 📦 1.2 K · 📋 31 - 25 % open · ⏱ ️ 27.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / econchick / interrogate
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / interrogate ) ( 📥 73 K / month · ⏱ ️ 10.09 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install interrogate
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/mitmproxy/pdoc " > pdoc < / a > < / b > ( 🥈 25 · ⭐ 1.1 K ) - API Documentation for Python Projects . < code > < a href = " http://bit.ly/3rvuUlR " > Unlicense < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / mitmproxy / pdoc ) ( 👨 💻 32 · 🔀 120 · 📦 480 · 📋 200 - 4 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / mitmproxy / pdoc
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pdoc ) ( 📥 92 K / month · 📦 290 · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pdoc
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/tox-dev/sphinx-autodoc-typehints " > sphinx - autodoc - typehints < / a > < / b > ( 🥈 25 · ⭐ 380 ) - Type hints support for the Sphinx autodoc extension . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / tox - dev / sphinx - autodoc - typehints ) ( 👨 💻 32 · 🔀 74 · 📋 120 - 40 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / agronholm / sphinx - autodoc - typehints
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sphinx - autodoc - typehints ) ( 📥 310 K / month · 📦 1.4 K · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install sphinx - autodoc - typehints
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / sphinx - autodoc - typehints ) ( 📥 260 K · ⏱ ️ 15.04 .2021 ) :
` ` `
conda install - c conda - forge sphinx - autodoc - typehints
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/bitprophet/releases " > releases < / a > < / b > ( 🥉 24 · ⭐ 160 ) - A powerful Sphinx changelog - generating extension . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / bitprophet / releases ) ( 👨 💻 10 · 🔀 36 · 📦 410 · 📋 76 - 43 % open · ⏱ ️ 24.09 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / bitprophet / releases
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / releases ) ( 📥 12 K / month · 📦 710 · ⏱ ️ 11.01 .2020 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install releases
` ` `
< / details >
< details > < summary > < b > < a href = " https://github.com/executablebooks/sphinx-autobuild " > sphinx - autobuild < / a > < / b > ( 🥉 23 · ⭐ 370 · 💤 ) - Watch a Sphinx directory and rebuild the . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-09 14:45:46 +00:00
- [ GitHub ] ( https : / / github . com / executablebooks / sphinx - autobuild ) ( 👨 💻 17 · 🔀 51 · 📋 58 - 24 % open · ⏱ ️ 14.03 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
git clone https : / / github . com / executablebooks / sphinx - autobuild
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / sphinx - autobuild ) ( 📥 180 K / month · 📦 4.7 K · ⏱ ️ 14.03 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
pip install sphinx - autobuild
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / sphinx - autobuild ) ( 📥 80 K · ⏱ ️ 14.03 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge sphinx - autobuild
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/mkdocstrings/mkdocstrings " > mkdocstrings < / a > < / b > ( 🥉 22 · ⭐ 570 ) - Automatic documentation from sources , for MkDocs . < code > < a href = " http://bit.ly/3hkKRql " > ISC < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-07-08 14:49:21 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / mkdocstrings / mkdocstrings ) ( 👨 💻 26 · 🔀 58 · 📋 210 - 23 % open · ⏱ ️ 28.12 .2021 ) :
2021-07-08 14:49:21 +00:00
` ` `
2021-12-23 14:44:54 +00:00
git clone https : / / github . com / mkdocstrings / mkdocstrings
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mkdocstrings ) ( 📥 89 K / month · ⏱ ️ 27.12 .2021 ) :
2021-07-08 14:49:21 +00:00
` ` `
2021-12-23 14:44:54 +00:00
pip install mkdocstrings
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / mkdocstrings ) ( 📥 11 K · ⏱ ️ 28.12 .2021 ) :
2021-12-23 14:44:54 +00:00
` ` `
conda install - c conda - forge mkdocstrings
2021-07-08 14:49:21 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/zhaoterryy/mkdocs-pdf-export-plugin " > mkdocs - pdf - export - plugin < / a > < / b > ( 🥉 22 · ⭐ 220 ) - An MkDocs plugin to export content pages as PDF files . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-06-24 14:41:40 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / zhaoterryy / mkdocs - pdf - export - plugin ) ( 👨 💻 11 · 🔀 34 · 📦 190 · 📋 86 - 47 % open · ⏱ ️ 05.10 .2021 ) :
2021-12-16 14:40:50 +00:00
2021-12-02 14:49:39 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / zhaoterryy / mkdocs - pdf - export - plugin
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mkdocs - pdf - export - plugin ) ( 📥 12 K / month · 📦 4 · ⏱ ️ 05.10 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install mkdocs - pdf - export - plugin
2021-12-02 14:49:39 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/asottile/blacken-docs " > blacken - docs < / a > < / b > ( 🥉 21 · ⭐ 300 ) - Run ` black ` on python code blocks in documentation files . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / asottile / blacken - docs ) ( 👨 💻 13 · 🔀 20 · 📋 38 - 7 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / asottile / blacken - docs
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / blacken - docs ) ( 📥 13 K / month · 📦 22 · ⏱ ️ 19.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install blacken - docs
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / blacken - docs ) ( 📥 19 K · ⏱ ️ 19.11 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge blacken - docs
2021-04-08 14:55:49 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin " > mkdocs - awesome - pages - plugin < / a > < / b > ( 🥉 21 · ⭐ 200 ) - An MkDocs plugin that simplifies configuring page . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / lukasgeiter / mkdocs - awesome - pages - plugin ) ( 👨 💻 3 · 🔀 20 · 📋 46 - 15 % open · ⏱ ️ 27.12 .2021 ) :
` ` `
git clone https : / / github . com / lukasgeiter / mkdocs - awesome - pages - plugin
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mkdocs - awesome - pages - plugin ) ( 📥 36 K / month · 📦 90 · ⏱ ️ 22.11 .2021 ) :
2021-12-30 14:41:43 +00:00
` ` `
pip install mkdocs - awesome - pages - plugin
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/orzih/mkdocs-with-pdf " > mkdocs - with - pdf < / a > < / b > ( 🥉 20 · ⭐ 120 · 📉 ) - Generate a single PDF file from MkDocs repository . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / orzih / mkdocs - with - pdf ) ( 👨 💻 6 · 🔀 21 · 📦 86 · 📋 66 - 43 % open · ⏱ ️ 14.10 .2021 ) :
` ` `
git clone https : / / github . com / orzih / mkdocs - with - pdf
` ` `
- [ PyPi ] ( https : / / pypi . org / project / mkdocs - with - pdf ) ( 📥 7.7 K / month · ⏱ ️ 03.07 .2021 ) :
` ` `
pip install mkdocs - with - pdf
` ` `
< / details >
< details > < summary > < b > < a href = " https://github.com/ml-tooling/lazydocs " > lazydocs < / a > < / b > ( 🥉 17 · ⭐ 58 ) - Generate markdown API documentation from Google - style Python docstring . . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-09 14:45:46 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / ml - tooling / lazydocs ) ( 👨 💻 7 · 🔀 16 · 📦 57 · 📋 11 - 63 % open · ⏱ ️ 20.08 .2021 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / ml - tooling / lazydocs
2021-07-15 14:52:26 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / lazydocs ) ( 📥 1.7 K / month · ⏱ ️ 27.07 .2021 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install lazydocs
2021-07-15 14:52:26 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/timothycrosley/portray " > portray < / a > < / b > ( 🥉 16 · ⭐ 770 · 💤 ) - Your Project with Great Documentation . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-15 14:52:26 +00:00
2021-12-09 14:45:46 +00:00
- [ GitHub ] ( https : / / github . com / timothycrosley / portray ) ( 👨 💻 16 · 🔀 58 · 📋 50 - 42 % open · ⏱ ️ 13.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / timothycrosley / portray
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / portray ) ( 📥 3.6 K / month · 📦 8 · ⏱ ️ 13.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install portray
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > Show 5 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/pycco-docs/pycco " > pycco < / a > < / b > ( 🥉 22 · ⭐ 760 · 💀 ) - Literate - style documentation generator . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-12-23 14:44:54 +00:00
- < b > < a href = " https://github.com/clayrisser/sphinx-markdown-builder " > sphinx - markdown - builder < / a > < / b > ( 🥉 21 · ⭐ 120 · 💀 ) - sphinx builder that outputs markdown files . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://www.sphinx-doc.org/en/master/_static/favicon.svg " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin " > mkdocs - git - revision - date - plugin < / a > < / b > ( 🥉 19 · ⭐ 39 · 💀 ) - MkDocs plugin for setting revision date from git per . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-30 14:41:43 +00:00
- < b > < a href = " https://github.com/timvink/mkdocs-print-site-plugin " > mkdocs - print - site - plugin < / a > < / b > ( 🥉 19 · ⭐ 29 ) - MkDocs Plugin that adds an additional page that . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-11-17 18:12:17 +00:00
- < b > < a href = " https://github.com/zayd62/mkdocs-versioning " > mkdocs - versioning < / a > < / b > ( 🥉 14 · ⭐ 39 ) - A tool that allows for versioning sites built with mkdocs . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://squidfunk.github.io/mkdocs-material/assets/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Debugging Tools
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/gotcha/ipdb " > ipdb < / a > < / b > ( 🥇 30 · ⭐ 1.5 K · 📈 ) - Integration of IPython pdb . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / gotcha / ipdb ) ( 👨 💻 49 · 🔀 130 · 📦 30 K · 📋 170 - 33 % open · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / gotcha / ipdb
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / ipdb ) ( 📥 1.7 M / month · 📦 17 K · ⏱ ️ 02.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install ipdb
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / ipdb ) ( 📥 220 K · ⏱ ️ 24.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge ipdb
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/cool-RR/PySnooper " > PySnooper < / a > < / b > ( 🥇 28 · ⭐ 15 K ) - Never use print for debugging again . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / cool - RR / PySnooper ) ( 👨 💻 26 · 🔀 920 · 📦 540 · 📋 110 - 15 % open · ⏱ ️ 11.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / cool - RR / PySnooper
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pysnooper ) ( 📥 140 K / month · 📦 46 · ⏱ ️ 11.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pysnooper
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pysnooper ) ( 📥 43 K · ⏱ ️ 19.05 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pysnooper
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/inducer/pudb " > pudb < / a > < / b > ( 🥇 28 · ⭐ 2.3 K ) - Full - screen console debugger for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / inducer / pudb ) ( 👨 💻 81 · 🔀 190 · 📦 2.8 K · 📋 290 - 48 % open · ⏱ ️ 01.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / inducer / pudb
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pudb ) ( 📥 150 K / month · 📦 1.4 K · ⏱ ️ 01.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pudb
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pudb ) ( 📥 110 K · ⏱ ️ 21.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pudb
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/eliben/pyelftools " > pyelftools < / a > < / b > ( 🥇 28 · ⭐ 1.4 K ) - Parsing ELF and DWARF in Python . < code > < a href = " http://bit.ly/3rvuUlR " > Unlicense < / a > < / code > < / summary >
2021-03-11 14:44:54 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / eliben / pyelftools ) ( 👨 💻 80 · 🔀 410 · 📦 2.8 K · 📋 170 - 32 % open · ⏱ ️ 15.12 .2021 ) :
2021-03-11 14:44:54 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / eliben / pyelftools
2021-03-11 14:44:54 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyelftools ) ( 📥 660 K / month · 📦 880 · ⏱ ️ 27.10 .2020 ) :
2021-03-11 14:44:54 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pyelftools
2021-03-11 14:44:54 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyelftools ) ( 📥 80 K · ⏱ ️ 27.10 .2020 ) :
2021-03-11 14:44:54 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge pyelftools
2021-03-11 14:44:54 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/cs01/gdbgui " > gdbgui < / a > < / b > ( 🥈 26 · ⭐ 8.4 K ) - Browser - based frontend to gdb ( gnu debugger ) . Add breakpoints , view . . < code > < a href = " http://bit.ly/2M0xdwT " > ❗ ️ GPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / cs01 / gdbgui ) ( 👨 💻 38 · 🔀 480 · 📥 6.5 K · 📦 130 · 📋 280 - 41 % open · ⏱ ️ 06.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / cs01 / gdbgui
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / gdbgui ) ( 📥 120 K / month · 📦 2 · ⏱ ️ 06.09 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install gdbgui
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pdbpp/pdbpp " > pdbpp < / a > < / b > ( 🥈 26 · ⭐ 840 ) - pdb + + , a drop - in replacement for pdb ( the Python debugger ) . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pdbpp / pdbpp ) ( 👨 💻 40 · 🔀 46 · 📦 2.5 K · 📋 180 - 35 % open · ⏱ ️ 27.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pdbpp / pdbpp
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pdbpp ) ( 📥 180 K / month · 📦 1 K · ⏱ ️ 09.07 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pdbpp
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pdbpp ) ( 📥 67 K · ⏱ ️ 11.07 .2021 ) :
` ` `
conda install - c conda - forge pdbpp
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/agronholm/typeguard " > typeguard < / a > < / b > ( 🥈 26 · ⭐ 780 ) - Run - time type checker for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / agronholm / typeguard ) ( 👨 💻 19 · 🔀 69 · 📋 180 - 16 % open · ⏱ ️ 10.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / agronholm / typeguard
2021-04-15 14:52:14 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / typeguard ) ( 📥 8.5 M / month · 📦 160 · ⏱ ️ 10.12 .2021 ) :
2021-04-15 14:52:14 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install typeguard
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / typeguard ) ( 📥 68 K · ⏱ ️ 11.10 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
conda install - c conda - forge typeguard
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/ionelmc/python-hunter " > python - hunter < / a > < / b > ( 🥉 23 · ⭐ 660 ) - Hunter is a flexible code tracing toolkit . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / ionelmc / python - hunter ) ( 👨 💻 9 · 🔀 36 · 📦 77 · 📋 87 - 42 % open · ⏱ ️ 15.12 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / ionelmc / python - hunter
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / hunter ) ( 📥 9.7 K / month · 📦 34 · ⏱ ️ 15.12 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install hunter
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/gruns/icecream " > icecream < / a > < / b > ( 🥉 22 · ⭐ 5.6 K ) - Never use print ( ) to debug again . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- [ GitHub ] ( https : / / github . com / gruns / icecream ) ( 👨 💻 16 · 🔀 110 · 📋 83 - 31 % open · ⏱ ️ 31.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-05-13 15:02:34 +00:00
git clone https : / / github . com / gruns / icecream
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / icecream ) ( 📥 110 K / month · 📦 6 · ⏱ ️ 22.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-05-13 15:02:34 +00:00
pip install icecream
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/alexmojaki/snoop " > snoop < / a > < / b > ( 🥉 22 · ⭐ 680 ) - A powerful set of Python debugging tools , based on PySnooper . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / alexmojaki / snoop ) ( 👨 💻 21 · 🔀 24 · 📋 38 - 47 % open · ⏱ ️ 11.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-07-08 14:49:21 +00:00
git clone https : / / github . com / alexmojaki / snoop
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / snoop ) ( 📥 17 K / month · 📦 8 · ⏱ ️ 11.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-07-08 14:49:21 +00:00
pip install snoop
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/ionelmc/python-manhole " > python - manhole < / a > < / b > ( 🥉 21 · ⭐ 320 ) - Debugging manhole for python applications . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-01-19 20:28:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / ionelmc / python - manhole ) ( 👨 💻 11 · 🔀 17 · 📦 82 · 📋 21 - 28 % open · ⏱ ️ 15.09 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-05-13 15:02:34 +00:00
git clone https : / / github . com / ionelmc / python - manhole
2021-01-19 20:28:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / manhole ) ( 📥 23 K / month · 📦 66 · ⏱ ️ 08.04 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-05-13 15:02:34 +00:00
pip install manhole
2021-01-19 20:28:26 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/alexmojaki/birdseye " > Birdseye < / a > < / b > ( 🥉 20 · ⭐ 1.4 K ) - Graphical Python debugger which lets you easily view the values of all . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-04-01 14:52:19 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / alexmojaki / birdseye ) ( 👨 💻 10 · 🔀 70 · 📋 50 - 36 % open · ⏱ ️ 11.11 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
git clone https : / / github . com / alexmojaki / birdseye
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / birdseye ) ( 📥 1.3 K / month · ⏱ ️ 11.11 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
pip install birdseye
` ` `
< / details >
< details > < summary > Show 1 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/lmacken/pyrasite " > pyrasite < / a > < / b > ( 🥉 21 · ⭐ 2.6 K · 💀 ) - Inject code into running Python processes . < code > < a href = " http://bit.ly/2M0xdwT " > ❗ ️ GPL - 3.0 < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Testing Tools
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
🔗 & nbsp ; < b > < a href = " https://github.com/ml-tooling/best-of-web-python " > best - of - web - python - Testing < / a > < / b > ( ⭐ 1.4 K ) - Testing libraries & tools for python web frameworks .
2021-01-09 04:58:10 +00:00
2021-01-12 23:39:08 +00:00
🔗 & nbsp ; < b > < a href = " https://docs.python.org/3/library/unittest.html " > unittest < / a > < / b > - Unittest is a test framework included in the Python standard library .
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest " > pytest < / a > < / b > ( 🥇 36 · ⭐ 8.1 K · 📈 ) - The pytest framework makes it easy to write small tests , yet . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest ) ( 👨 💻 760 · 🔀 1.9 K · 📦 420 K · 📋 4.8 K - 15 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pytest - dev / pytest
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest ) ( 📥 29 M / month · 📦 130 K · ⏱ ️ 07.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pytest
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest ) ( 📥 11 M · ⏱ ️ 02.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge pytest
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/tox-dev/tox " > tox < / a > < / b > ( 🥇 36 · ⭐ 2.5 K ) - Command line driven CI frontend and development task automation tool . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / tox - dev / tox ) ( 👨 💻 250 · 🔀 390 · 📦 52 K · 📋 1.3 K - 10 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / tox - dev / tox
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / tox ) ( 📥 3.4 M / month · 📦 36 K · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install tox
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / tox ) ( 📥 400 K · ⏱ ️ 29.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge tox
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/robotframework/robotframework " > robotframework < / a > < / b > ( 🥇 35 · ⭐ 6.6 K ) - Generic automation framework for acceptance testing and RPA . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / robotframework / robotframework ) ( 👨 💻 150 · 🔀 1.8 K · 📥 510 · 📦 4.8 K · 📋 3.7 K - 5 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
git clone https : / / github . com / robotframework / robotframework
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / robotframework ) ( 📥 770 K / month · 📦 1.4 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
pip install robotframework
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / robotframework ) ( 📥 70 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
conda install - c conda - forge robotframework
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-cov " > pytest - cov < / a > < / b > ( 🥇 34 · ⭐ 1.2 K ) - Coverage plugin for pytest . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - cov ) ( 👨 💻 74 · 🔀 160 · 📦 110 K · 📋 310 - 34 % open · ⏱ ️ 21.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
git clone https : / / github . com / pytest - dev / pytest - cov
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - cov ) ( 📥 9.3 M / month · 📦 43 K · ⏱ ️ 04.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
pip install pytest - cov
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - cov ) ( 📥 4.3 M · ⏱ ️ 04.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-15 14:52:14 +00:00
conda install - c conda - forge pytest - cov
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/HypothesisWorks/hypothesis " > hypothesis < / a > < / b > ( 🥇 33 · ⭐ 5.6 K ) - Hypothesis is a powerful , flexible , and easy to use library for . . < code > < a href = " http://bit.ly/3postzC " > MPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / HypothesisWorks / hypothesis ) ( 👨 💻 260 · 🔀 480 · 📦 11 K · 📋 1.2 K - 4 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / HypothesisWorks / hypothesis
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / hypothesis ) ( 📥 1.9 M / month · 📦 2.6 K · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install hypothesis
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / hypothesis ) ( 📥 5.1 M · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge hypothesis
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-xdist " > pytest - xdist < / a > < / b > ( 🥈 31 · ⭐ 820 ) - pytest plugin for distributed testing and loop - on - failures . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - xdist ) ( 👨 💻 77 · 🔀 160 · 📋 460 - 44 % open · ⏱ ️ 04.01 .2022 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / pytest - dev / pytest - xdist
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - xdist ) ( 📥 4.2 M / month · 📦 7.3 K · ⏱ ️ 10.12 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install pytest - xdist
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - xdist ) ( 📥 2.2 M · ⏱ ️ 10.12 .2021 ) :
` ` `
conda install - c conda - forge pytest - xdist
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/asweigart/pyautogui " > pyautogui < / a > < / b > ( 🥈 30 · ⭐ 6.1 K ) - A cross - platform GUI automation Python module for human beings . Used . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / asweigart / pyautogui ) ( 👨 💻 51 · 🔀 800 · 📦 12 K · 📋 540 - 63 % open · ⏱ ️ 14.09 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / asweigart / pyautogui
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyautogui ) ( 📥 450 K / month · 📦 610 · ⏱ ️ 07.07 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pyautogui
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyautogui ) ( 📥 140 K · ⏱ ️ 11.11 .2021 ) :
` ` `
conda install - c conda - forge pyautogui
2021-12-16 14:40:50 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/spulec/freezegun " > freezegun < / a > < / b > ( 🥈 30 · ⭐ 3.1 K ) - Let your Python tests travel through time . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / spulec / freezegun ) ( 👨 💻 97 · 🔀 220 · 📋 260 - 34 % open · ⏱ ️ 25.08 .2021 ) :
` ` `
git clone https : / / github . com / spulec / freezegun
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / freezegun ) ( 📥 2.9 M / month · 📦 8.4 K · ⏱ ️ 20.01 .2021 ) :
2021-12-30 14:41:43 +00:00
` ` `
pip install freezegun
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / freezegun ) ( 📥 300 K · ⏱ ️ 20.01 .2021 ) :
` ` `
conda install - c conda - forge freezegun
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-asyncio " > pytest - asyncio < / a > < / b > ( 🥈 30 · ⭐ 840 ) - Pytest support for asyncio . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-08-26 14:57:24 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - asyncio ) ( 👨 💻 28 · 🔀 91 · 📦 19 K · 📋 180 - 44 % open · ⏱ ️ 06.01 .2022 ) :
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pytest - dev / pytest - asyncio
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - asyncio ) ( 📥 1.8 M / month · 📦 2 K · ⏱ ️ 15.10 .2021 ) :
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pytest - asyncio
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - asyncio ) ( 📥 740 K · ⏱ ️ 18.10 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge pytest - asyncio
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/TheKevJames/coveralls-python " > coveralls - python < / a > < / b > ( 🥈 30 · ⭐ 470 ) - Show coverage stats online via coveralls . io . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-02 14:49:39 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / TheKevJames / coveralls - python ) ( 👨 💻 63 · 🔀 180 · 📦 20 K · 📋 150 - 3 % open · ⏱ ️ 11.11 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / TheKevJames / coveralls - python
2021-12-02 14:49:39 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / coveralls ) ( 📥 410 K / month · 📦 17 K · ⏱ ️ 11.11 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install coveralls
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
< / details >
< details > < summary > < b > < a href = " https://github.com/FactoryBoy/factory_boy " > factory_boy < / a > < / b > ( 🥈 29 · ⭐ 2.7 K ) - A test fixtures replacement for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / FactoryBoy / factory_boy ) ( 👨 💻 120 · 🔀 330 · 📋 510 - 30 % open · ⏱ ️ 19.10 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / FactoryBoy / factory_boy
` ` `
- [ PyPi ] ( https : / / pypi . org / project / factory_boy ) ( 📥 1.6 M / month · 📦 4.3 K · ⏱ ️ 05.05 .2018 ) :
` ` `
pip install factory_boy
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / factory_boy ) ( 📥 89 K · ⏱ ️ 26.10 .2021 ) :
` ` `
conda install - c conda - forge factory_boy
2021-12-02 14:49:39 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-mock " > pytest - mock < / a > < / b > ( 🥈 29 · ⭐ 1.2 K ) - Thin - wrapper around the mock package for easier use with pytest . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-04-08 14:55:49 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - mock ) ( 👨 💻 54 · 🔀 100 · 📦 22 K · 📋 110 - 12 % open · ⏱ ️ 27.12 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / pytest - dev / pytest - mock
2021-06-03 15:20:40 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - mock ) ( 📥 4.4 M / month · 📦 6.2 K · ⏱ ️ 06.05 .2021 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pytest - mock
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - mock ) ( 📥 1.3 M · ⏱ ️ 07.05 .2021 ) :
` ` `
conda install - c conda - forge pytest - mock
2021-04-08 14:55:49 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-html " > pytest - html < / a > < / b > ( 🥈 29 · ⭐ 460 · 💤 ) - Plugin for generating HTML reports for pytest results . < code > < a href = " http://bit.ly/3postzC " > MPL - 2.0 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - html ) ( 👨 💻 43 · 🔀 180 · 📦 15 K · 📋 270 - 34 % open · ⏱ ️ 23.01 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pytest - dev / pytest - html
2021-02-18 14:47:29 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - html ) ( 📥 1.5 M / month · 📦 980 · ⏱ ️ 13.12 .2020 ) :
2021-02-18 14:47:29 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pytest - html
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - html ) ( 📥 200 K · ⏱ ️ 13.12 .2020 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge pytest - html
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/lk-geimfari/mimesis " > mimesis < / a > < / b > ( 🥈 28 · ⭐ 3.4 K ) - Mimesis is a high - performance fake data generator for Python , which . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / lk - geimfari / mimesis ) ( 👨 💻 110 · 🔀 280 · 📥 190 · 📋 300 - 0 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / lk - geimfari / mimesis
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / mimesis ) ( 📥 85 K / month · 📦 84 · ⏱ ️ 11.12 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install mimesis
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-bdd " > pytest - bdd < / a > < / b > ( 🥈 27 · ⭐ 930 ) - BDD library for the py . test runner . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-07-08 14:49:21 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - bdd ) ( 👨 💻 45 · 🔀 160 · 📋 270 - 49 % open · ⏱ ️ 04.01 .2022 ) :
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pytest - dev / pytest - bdd
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - bdd ) ( 📥 200 K / month · 📦 270 · ⏱ ️ 25.10 .2021 ) :
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pytest - bdd
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - bdd ) ( 📥 42 K · ⏱ ️ 03.02 .2020 ) :
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge pytest - bdd
2021-07-08 14:49:21 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/nose-devs/nose2 " > nose2 < / a > < / b > ( 🥈 27 · ⭐ 700 ) - The successor to nose , based on unittest2 . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / nose - devs / nose2 ) ( 👨 💻 71 · 🔀 130 · 📦 4.4 K · 📋 260 - 21 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / nose - devs / nose2
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / nose2 ) ( 📥 380 K / month · 📦 1.9 K · ⏱ ️ 27.01 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install nose2
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / nose2 ) ( 📥 42 K · ⏱ ️ 02.02 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge nose2
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/datadriventests/ddt " > ddt < / a > < / b > ( 🥈 27 · ⭐ 400 ) - Data - Driven Tests for Python Unittest . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / datadriventests / ddt ) ( 👨 💻 36 · 🔀 100 · 📦 3.9 K · 📋 53 - 28 % open · ⏱ ️ 04.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / datadriventests / ddt
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / ddt ) ( 📥 230 K / month · 📦 2.5 K · ⏱ ️ 04.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install ddt
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / ddt ) ( 📥 66 K · ⏱ ️ 15.05 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge ddt
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/microsoft/playwright-python " > playwright - python < / a > < / b > ( 🥉 26 · ⭐ 5.7 K ) - Python version of the Playwright testing and automation . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / microsoft / playwright - python ) ( 👨 💻 21 · 🔀 500 · 📦 660 · 📋 540 - 5 % open · ⏱ ️ 10.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / microsoft / playwright - python
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / playwright ) ( 📥 180 K / month · ⏱ ️ 02.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install playwright
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/ionelmc/pytest-benchmark " > pytest - benchmark < / a > < / b > ( 🥉 26 · ⭐ 840 · 💤 ) - py . test fixture for benchmarking code . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / ionelmc / pytest - benchmark ) ( 👨 💻 34 · 🔀 92 · 📦 2.5 K · 📋 160 - 50 % open · ⏱ ️ 14.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / ionelmc / pytest - benchmark
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - benchmark ) ( 📥 300 K / month · 📦 730 · ⏱ ️ 17.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pytest - benchmark
2021-01-09 04:58:10 +00:00
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - benchmark ) ( 📥 1.1 M · ⏱ ️ 18.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge pytest - benchmark
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/hamcrest/PyHamcrest " > PyHamcrest < / a > < / b > ( 🥉 26 · ⭐ 590 ) - Hamcrest matchers for Python . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / hamcrest / PyHamcrest ) ( 👨 💻 37 · 🔀 91 · 📋 69 - 27 % open · ⏱ ️ 27.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / hamcrest / PyHamcrest
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyhamcrest ) ( 📥 800 K / month · 📦 3.4 K · ⏱ ️ 12.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pyhamcrest
2021-07-01 14:57:19 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyhamcrest ) ( 📥 380 K · ⏱ ️ 13.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pyhamcrest
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/dbader/pytest-mypy " > pytest - mypy < / a > < / b > ( 🥉 26 · ⭐ 200 · 💤 ) - Mypy static type checker plugin for Pytest . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-21 15:08:33 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / dbader / pytest - mypy ) ( 👨 💻 15 · 🔀 33 · 📦 1.4 K · 📋 47 - 19 % open · ⏱ ️ 16.06 .2021 ) :
2021-01-21 15:08:33 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / dbader / pytest - mypy
2021-01-21 15:08:33 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - mypy ) ( 📥 500 K / month · 📦 270 · ⏱ ️ 21.03 .2021 ) :
2021-01-21 15:08:33 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pytest - mypy
2021-06-03 15:20:40 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - mypy ) ( 📥 19 K · ⏱ ️ 24.11 .2020 ) :
2021-06-03 15:20:40 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge pytest - mypy
2021-01-21 15:08:33 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/airspeed-velocity/asv " > asv < / a > < / b > ( 🥉 25 · ⭐ 620 ) - Airspeed Velocity : A simple Python benchmarking tool with web - based reporting . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / airspeed - velocity / asv ) ( 👨 💻 55 · 🔀 130 · 📦 220 · 📋 420 - 27 % open · ⏱ ️ 15.08 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / airspeed - velocity / asv
2021-01-09 04:58:10 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / asv ) ( 📥 27 K / month · 📦 88 · ⏱ ️ 16.05 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install asv
2021-06-24 14:41:40 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / asv ) ( 📥 560 K · ⏱ ️ 08.11 .2021 ) :
2021-06-24 14:41:40 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge asv
2021-06-24 14:41:40 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-testinfra " > pytest - testinfra < / a > < / b > ( 🥉 24 · ⭐ 2 K ) - Testinfra test your infrastructures . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - testinfra ) ( 👨 💻 110 · 🔀 290 · 📋 320 - 36 % open · ⏱ ️ 07.12 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-02 14:49:39 +00:00
git clone https : / / github . com / pytest - dev / pytest - testinfra
2021-11-17 18:12:17 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - testinfra ) ( 📥 120 K / month · ⏱ ️ 07.12 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
2021-12-02 14:49:39 +00:00
pip install pytest - testinfra
2021-11-17 18:12:17 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/CleanCut/green " > green < / a > < / b > ( 🥉 24 · ⭐ 720 ) - Green is a clean , colorful , fast python test runner . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
- [ GitHub ] ( https : / / github . com / CleanCut / green ) ( 👨 💻 37 · 🔀 75 · 📦 630 · 📋 170 - 3 % open · ⏱ ️ 16.07 .2021 ) :
` ` `
git clone https : / / github . com / CleanCut / green
` ` `
- [ PyPi ] ( https : / / pypi . org / project / green ) ( 📥 12 K / month · 📦 360 · ⏱ ️ 16.07 .2021 ) :
` ` `
pip install green
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / green ) ( 📥 91 K · ⏱ ️ 12.11 .2020 ) :
` ` `
conda install - c conda - forge green
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/theacodes/nox " > nox < / a > < / b > ( 🥉 24 · ⭐ 680 ) - Flexible test automation for Python . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-11-17 18:12:17 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / theacodes / nox ) ( 👨 💻 65 · 🔀 100 · 📋 260 - 13 % open · ⏱ ️ 29.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / theacodes / nox
2021-07-01 14:57:19 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / nox ) ( 📥 600 K / month · 📦 56 · ⏱ ️ 01.10 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install nox
2021-07-01 14:57:19 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / nox ) ( 📥 44 K · ⏱ ️ 03.12 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-12-09 14:45:46 +00:00
conda install - c conda - forge nox
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pytest-dev/pytest-randomly " > pytest - randomly < / a > < / b > ( 🥉 23 · ⭐ 390 ) - Pytest plugin to randomly order tests and control random . seed . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-09 14:45:46 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pytest - dev / pytest - randomly ) ( 👨 💻 16 · 🔀 22 · 📋 48 - 12 % open · ⏱ ️ 04.01 .2022 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pytest - dev / pytest - randomly
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - randomly ) ( 📥 330 K / month · 📦 210 · ⏱ ️ 30.11 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pytest - randomly
2021-12-09 14:45:46 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/tarpas/pytest-testmon " > pytest - testmon < / a > < / b > ( 🥉 22 · ⭐ 500 ) - Selects tests affected by changed files . Continous . . < code > < a href = " http://bit.ly/3pwmjO5 " > ❗ ️ AGPL - 3.0 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / tarpas / pytest - testmon ) ( 👨 💻 16 · 🔀 29 · 📋 120 - 24 % open · ⏱ ️ 22.10 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / tarpas / pytest - testmon
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - testmon ) ( 📥 89 K / month · 📦 98 · ⏱ ️ 22.10 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install pytest - testmon
` ` `
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - testmon ) ( 📥 33 K · ⏱ ️ 03.08 .2019 ) :
` ` `
conda install - c conda - forge pytest - testmon
2021-12-16 14:40:50 +00:00
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/TvoroG/pytest-lazy-fixture " > pytest - lazy - fixture < / a > < / b > ( 🥉 22 · ⭐ 230 ) - It helps to use fixtures in pytest . mark . parametrize . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-03-11 14:44:54 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / TvoroG / pytest - lazy - fixture ) ( 👨 💻 8 · 🔀 15 · 📦 510 · 📋 35 - 42 % open · ⏱ ️ 17.11 .2021 ) :
2021-03-11 14:44:54 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / tvorog / pytest - lazy - fixture
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - lazy - fixture ) ( 📥 220 K / month · 📦 62 · ⏱ ️ 01.02 .2020 ) :
2021-03-11 14:44:54 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pytest - lazy - fixture
2021-03-11 14:44:54 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pytest - lazy - fixture ) ( 📥 310 K · ⏱ ️ 01.02 .2020 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge pytest - lazy - fixture
2021-03-11 14:44:54 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/Erotemic/xdoctest " > xdoctest < / a > < / b > ( 🥉 22 · ⭐ 130 ) - A rewrite of Python ' s builtin doctest module (with pytest plugin.. <code><a href= " http://bit.ly/3nYMfla " >Apache-2</a></code></summary>
2021-07-15 14:52:26 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / Erotemic / xdoctest ) ( 👨 💻 7 · 🔀 7 · 📦 1.9 K · 📋 37 - 45 % open · ⏱ ️ 20.12 .2021 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / Erotemic / xdoctest
2021-07-15 14:52:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / xdoctest ) ( 📥 100 K / month · 📦 52 · ⏱ ️ 06.10 .2021 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install xdoctest
2021-07-15 14:52:26 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/avast/pytest-docker " > pytest - docker < / a > < / b > ( 🥉 19 · ⭐ 260 · 💤 ) - Docker - based integration tests . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / avast / pytest - docker ) ( 👨 💻 11 · 🔀 42 · 📥 83 · 📋 33 - 51 % open · ⏱ ️ 14.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / avast / pytest - docker
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pytest - docker ) ( 📥 52 K / month · 📦 28 · ⏱ ️ 14.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pytest - docker
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/man-group/pytest-plugins " > pytest - plugins < / a > < / b > ( 🥉 14 · ⭐ 400 ) - A grab - bag of nifty pytest plugins . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / man - group / pytest - plugins ) ( 👨 💻 57 · 🔀 60 · 📋 100 - 43 % open · ⏱ ️ 19.11 .2021 ) :
2021-01-09 04:58:10 +00:00
2021-11-17 18:12:17 +00:00
` ` `
git clone https : / / github . com / man - group / pytest - plugins
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > Show 10 hidden projects . . . < / summary >
2021-11-17 18:12:17 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/nose-devs/nose " > nose < / a > < / b > ( 🥈 31 · ⭐ 1.3 K · 💀 ) - nose is nicer testing for python . < code > < a href = " https://tldrlegal.com/search?q=LGPL-2.1 % 2B " > ❗ ️ LGPL - 2.1 + < / a > < / code >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/Teemu/pytest-sugar " > pytest - sugar < / a > < / b > ( 🥈 28 · ⭐ 810 · 💀 ) - a plugin for py . test that changes the default look and . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-09 14:45:46 +00:00
- < b > < a href = " https://github.com/joeyespo/pytest-watch " > pytest - watch < / a > < / b > ( 🥉 26 · ⭐ 610 · 💀 ) - Local continuous test runner with pytest and watchdog . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-12-23 14:44:54 +00:00
- < b > < a href = " https://github.com/xiaocong/uiautomator " > uiautomator < / a > < / b > ( 🥉 25 · ⭐ 1.8 K · 💀 ) - Python wrapper of Android uiautomator test tool . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/nestorsalceda/mamba " > Mamba Test Runner < / a > < / b > ( 🥉 24 · ⭐ 480 · 💀 ) - The definitive testing tool for Python . Born under the . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-11-17 18:12:17 +00:00
- < b > < a href = " https://github.com/sixpack/sixpack " > sixpack < / a > < / b > ( 🥉 21 · ⭐ 1.7 K · 💀 ) - Sixpack is a language - agnostic a / b - testing framework . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code >
2021-04-08 14:55:49 +00:00
- < b > < a href = " https://github.com/ActivisionGameScience/assertpy " > assertpy < / a > < / b > ( 🥉 21 · ⭐ 250 · 💀 ) - Simple assertion library for unit testing in python with a fluent . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/gabrielcnr/pytest-datadir " > pytest - datadir < / a > < / b > ( 🥉 21 · ⭐ 150 · 💀 ) - pytest plugin for manipulating test data directories and . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
- < b > < a href = " https://github.com/emirozer/fake2db " > fake2db < / a > < / b > ( 🥉 19 · ⭐ 2.1 K · 💀 ) - create custom test databases that are populated with fake data . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code >
2021-12-02 14:49:39 +00:00
- < b > < a href = " https://github.com/pytest-dev/pytest-play " > pytest - play < / a > < / b > ( 🥉 16 · ⭐ 65 · 💀 ) - pytest plugin that let you automate actions and . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < code > < img src = " https://docs.pytest.org/en/stable/_static/favicon.png " style = " display:inline; " width = " 13 " height = " 13 " > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Code Packaging
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
🔗 & nbsp ; < b > < a href = " https://packaging.python.org/overview/ " > Python . org Packaging < / a > < / b > - An Overview of Packaging for Python .
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/packaging " > packaging < / a > < / b > ( 🥇 31 · ⭐ 360 ) - Core utilities for Python packages . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pypa / packaging ) ( 👨 💻 72 · 🔀 180 · 📥 210 · 📦 290 K · 📋 230 - 28 % open · ⏱ ️ 18.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
git clone https : / / github . com / pypa / packaging
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / packaging ) ( 📥 83 M / month · 📦 29 K · ⏱ ️ 18.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
pip install packaging
2021-01-09 04:58:10 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / packaging ) ( 📥 12 M · ⏱ ️ 18.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-08-26 14:57:24 +00:00
conda install - c conda - forge packaging
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/Nuitka/Nuitka " > Nuitka < / a > < / b > ( 🥇 28 · ⭐ 6.3 K ) - Nuitka is a Python compiler written in Python . It ' s fully compatible.. <code><a href= " http://bit.ly/3nYMfla " >Apache-2</a></code></summary>
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / Nuitka / Nuitka ) ( 👨 💻 110 · 🔀 350 · 📋 1.1 K - 16 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / Nuitka / Nuitka
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / nuitka ) ( 📥 22 K / month · 📦 54 · ⏱ ️ 30.12 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install nuitka
2021-01-12 23:39:08 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / nuitka ) ( 📥 330 K · ⏱ ️ 31.12 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge nuitka
2021-01-12 23:39:08 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pyinstaller/pyinstaller " > pyinstaller < / a > < / b > ( 🥈 27 · ⭐ 8.7 K ) - Freeze ( package ) Python programs into stand - alone executables . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pyinstaller / pyinstaller ) ( 👨 💻 420 · 🔀 1.7 K · 📥 720 K · 📋 4.4 K - 7 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pyinstaller / pyinstaller
2021-01-19 20:28:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyinstaller ) ( 📥 580 K / month · ⏱ ️ 10.11 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pyinstaller
2021-01-19 20:28:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyinstaller ) ( 📥 290 K · ⏱ ️ 13.11 .2021 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge pyinstaller
2021-01-19 20:28:26 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/pantsbuild/pex " > pex < / a > < / b > ( 🥈 26 · ⭐ 2 K ) - A library and tool for generating . pex ( Python EXecutable ) files . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-19 20:28:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pantsbuild / pex ) ( 👨 💻 100 · 🔀 210 · 📥 550 K · 📋 780 - 18 % open · ⏱ ️ 23.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pantsbuild / pex
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pex ) ( 📥 150 K / month · 📦 230 · ⏱ ️ 23.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install pex
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/ronaldoussoren/py2app " > py2app < / a > < / b > ( 🥈 26 · ⭐ 160 ) - py2app is a Python setuptools command which will allow you to make . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-01 14:57:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / ronaldoussoren / py2app ) ( 👨 💻 27 · 🔀 18 · 📦 3.9 K · 📋 380 - 28 % open · ⏱ ️ 06.01 .2022 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / ronaldoussoren / py2app
2021-07-01 14:57:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / py2app ) ( 📥 14 K / month · 📦 1.6 K · ⏱ ️ 27.09 .2021 ) :
2021-07-01 14:57:19 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install py2app
2021-07-01 14:57:19 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/py2exe/py2exe " > py2exe < / a > < / b > ( 🥈 25 · ⭐ 340 ) - A distutils extension to create standalone Windows programs from Python code . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / py2exe / py2exe ) ( 👨 💻 14 · 🔀 44 · 📥 7.1 K · 📦 1.4 K · 📋 95 - 5 % open · ⏱ ️ 16.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / py2exe / py2exe
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / py2exe ) ( 📥 21 K / month · 📦 350 · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install py2exe
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/beeware/briefcase " > briefcase < / a > < / b > ( 🥉 24 · ⭐ 1.3 K ) - Tools to support converting a Python project into a standalone . . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-04-08 14:55:49 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / beeware / briefcase ) ( 👨 💻 87 · 🔀 220 · 📋 370 - 30 % open · ⏱ ️ 17.11 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / beeware / briefcase
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ PyPi ] ( https : / / pypi . org / project / briefcase ) ( 📥 3.6 K / month · 📦 24 · ⏱ ️ 06.03 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install briefcase
2021-04-08 14:55:49 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/marcelotduarte/cx_Freeze " > cx_Freeze < / a > < / b > ( 🥉 22 · ⭐ 850 ) - Create standalone executables from Python scripts , with the same . . < code > < a href = " http://bit.ly/35wkF7y " > Python - 2.0 < / a > < / code > < / summary >
2021-07-15 14:52:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / marcelotduarte / cx_Freeze ) ( 👨 💻 93 · 🔀 170 · 📋 720 - 8 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-04-22 14:47:30 +00:00
git clone https : / / github . com / marcelotduarte / cx_Freeze
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / cx_freeze ) ( 📥 47 K / month · 📦 150 · ⏱ ️ 16.12 .2017 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-04-22 14:47:30 +00:00
pip install cx_freeze
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / cx_freeze ) ( 📥 110 K · ⏱ ️ 08.12 .2021 ) :
2021-04-22 14:47:30 +00:00
` ` `
conda install - c conda - forge cx_freeze
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/takluyver/pynsist " > pynsist < / a > < / b > ( 🥉 22 · ⭐ 740 ) - Build Windows installers for Python applications . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / takluyver / pynsist ) ( 👨 💻 29 · 🔀 100 · 📋 160 - 15 % open · ⏱ ️ 01.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / takluyver / pynsist
2021-04-15 14:52:14 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pynsist ) ( 📥 1.6 K / month · 📦 88 · ⏱ ️ 28.03 .2021 ) :
2021-04-15 14:52:14 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install pynsist
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/linkedin/shiv " > shiv < / a > < / b > ( 🥉 21 · ⭐ 1.3 K ) - shiv is a command line utility for building fully self contained Python . . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-08-26 14:57:24 +00:00
2021-12-16 14:40:50 +00:00
- [ GitHub ] ( https : / / github . com / linkedin / shiv ) ( 👨 💻 34 · 🔀 75 · 📥 160 · 📋 100 - 32 % open · ⏱ ️ 18.11 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / linkedin / shiv
2021-08-26 14:57:24 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / shiv ) ( 📥 5 K / month · 📦 10 · ⏱ ️ 18.11 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install shiv
2021-08-26 14:57:24 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/conda/constructor " > constructor < / a > < / b > ( 🥉 20 · ⭐ 330 ) - tool for creating installers from conda packages . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / conda / constructor ) ( 👨 💻 48 · 🔀 130 · 📥 220 · 📦 12 · 📋 260 - 22 % open · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / conda / constructor
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / anaconda / constructor ) ( 📥 5 K · ⏱ ️ 01.04 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c anaconda constructor
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/facebookincubator/xar " > xar < / a > < / b > ( 🥉 19 · ⭐ 1.5 K ) - executable archive format . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / facebookincubator / xar ) ( 👨 💻 29 · 🔀 45 · 📦 17 · 📋 29 - 27 % open · ⏱ ️ 29.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / facebookincubator / xar
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / xar ) ( 📥 160 / month · ⏱ ️ 02.12 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install xar
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-09 14:45:46 +00:00
< details > < summary > < b > < a href = " https://github.com/indygreg/PyOxidizer " > PyOxidizer < / a > < / b > ( 🥉 16 · ⭐ 3.4 K ) - A modern Python application packaging and distribution tool . < code > < a href = " http://bit.ly/3postzC " > MPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / indygreg / PyOxidizer ) ( 👨 💻 37 · 🔀 140 · 📥 1.4 K · 📋 420 - 60 % open · ⏱ ️ 03.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / indygreg / PyOxidizer
` ` `
< / details >
2021-01-12 23:39:08 +00:00
< details > < summary > Show 2 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- < b > < a href = " https://github.com/google/subpar " > subpar < / a > < / b > ( 🥉 14 · ⭐ 510 · 💀 ) - Subpar is a utility for creating self - contained python . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code >
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/jamesabel/pyship " > pyship < / a > < / b > ( 🥉 9 · ⭐ 15 · 💤 ) - pyship - ship Python desktop apps to end users . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## Build Tools
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/setuptools " > setuptools < / a > < / b > ( 🥇 35 · ⭐ 1.5 K ) - Official project repository for the Setuptools build system . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / setuptools ) ( 👨 💻 470 · 🔀 810 · 📥 110 · 📦 130 K · 📋 1.9 K - 25 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / pypa / setuptools
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / setuptools ) ( 📥 190 M / month · 📦 58 K · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install setuptools
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / setuptools ) ( 📥 31 M · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge setuptools
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/buildbot/buildbot " > buildbot < / a > < / b > ( 🥇 31 · ⭐ 4.7 K ) - Python - based continuous integration testing framework ; your pull . . < code > < a href = " http://bit.ly/2KucAZR " > ❗ ️ GPL - 2.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / buildbot / buildbot ) ( 👨 💻 800 · 🔀 1.6 K · 📥 19 K · 📦 260 · 📋 1.4 K - 45 % open · ⏱ ️ 05.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / buildbot / buildbot
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / buildbot ) ( 📥 56 K / month · 📦 890 · ⏱ ️ 16.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install buildbot
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / buildbot ) ( 📥 48 K · ⏱ ️ 16.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge buildbot
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pyinvoke/invoke " > invoke < / a > < / b > ( 🥇 31 · ⭐ 3.5 K · 📉 ) - Pythonic task management & command execution . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pyinvoke / invoke ) ( 👨 💻 56 · 🔀 300 · 📦 9.9 K · 📋 700 - 48 % open · ⏱ ️ 16.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / pyinvoke / invoke
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / invoke ) ( 📥 2 M / month · 📦 4.6 K · ⏱ ️ 15.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install invoke
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / invoke ) ( 📥 490 K · ⏱ ️ 10.07 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge invoke
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/twine " > twine < / a > < / b > ( 🥈 30 · ⭐ 1.2 K ) - Utilities for interacting with PyPI . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / twine ) ( 👨 💻 100 · 🔀 250 · 📦 52 K · 📋 390 - 8 % open · ⏱ ️ 31.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pypa / twine
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / twine ) ( 📥 2.2 M / month · 📦 18 K · ⏱ ️ 07.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install twine
2021-01-09 04:58:10 +00:00
` ` `
2021-12-09 14:45:46 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / twine ) ( 📥 380 K · ⏱ ️ 07.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge twine
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/wheel " > wheel < / a > < / b > ( 🥈 30 · ⭐ 290 ) - The official binary distribution format for Python . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-06-24 14:41:40 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / wheel ) ( 👨 💻 64 · 🔀 100 · 📋 330 - 8 % open · ⏱ ️ 03.01 .2022 ) :
2021-06-24 14:41:40 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pypa / wheel
2021-06-24 14:41:40 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / wheel ) ( 📥 94 M / month · 📦 63 K · ⏱ ️ 22.12 .2021 ) :
2021-06-24 14:41:40 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install wheel
2021-06-24 14:41:40 +00:00
` ` `
2021-12-23 14:44:54 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / wheel ) ( 📥 24 M · ⏱ ️ 22.12 .2021 ) :
2021-06-24 14:41:40 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge wheel
2021-06-24 14:41:40 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/pydoit/doit " > doit < / a > < / b > ( 🥈 29 · ⭐ 1.3 K ) - task management & automation tool . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pydoit / doit ) ( 👨 💻 62 · 🔀 140 · 📦 840 · 📋 260 - 23 % open · ⏱ ️ 21.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / pydoit / doit
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / doit ) ( 📥 160 K / month · 📦 470 · ⏱ ️ 11.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install doit
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / doit ) ( 📥 72 K · ⏱ ️ 12.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge doit
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/SCons/scons " > scons < / a > < / b > ( 🥉 28 · ⭐ 1.3 K ) - SCons - a software construction tool . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / SCons / scons ) ( 👨 💻 140 · 🔀 250 · 📥 380 · 📋 3.3 K - 19 % open · ⏱ ️ 02.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / SCons / scons
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / scons ) ( 📥 170 K / month · 📦 50 · ⏱ ️ 17.12 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install scons
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / scons ) ( 📥 250 K · ⏱ ️ 17.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
conda install - c conda - forge scons
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-11-17 18:12:17 +00:00
< details > < summary > < b > < a href = " https://github.com/pybuilder/pybuilder " > pybuilder < / a > < / b > ( 🥉 27 · ⭐ 1.3 K ) - Software build automation tool for Python . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-03-04 14:48:35 +00:00
2021-11-17 18:12:17 +00:00
- [ GitHub ] ( https : / / github . com / pybuilder / pybuilder ) ( 👨 💻 36 · 🔀 240 · 📋 500 - 17 % open · ⏱ ️ 08.11 .2021 ) :
2021-03-04 14:48:35 +00:00
` ` `
2021-04-08 14:55:49 +00:00
git clone https : / / github . com / pybuilder / pybuilder
2021-03-04 14:48:35 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pybuilder ) ( 📥 15 K / month · 📦 110 · ⏱ ️ 08.11 .2021 ) :
2021-03-04 14:48:35 +00:00
` ` `
2021-04-08 14:55:49 +00:00
pip install pybuilder
2021-04-01 14:52:19 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/setuptools_scm " > setuptools_scm < / a > < / b > ( 🥉 26 · ⭐ 530 ) - the blessed package to manage your versions by scm tags . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-04-01 14:52:19 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / setuptools_scm ) ( 👨 💻 96 · 🔀 150 · 📋 370 - 22 % open · ⏱ ️ 03.01 .2022 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-12-30 14:41:43 +00:00
git clone https : / / github . com / pypa / setuptools_scm
2021-04-01 14:52:19 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / setuptools_scm ) ( 📥 13 M / month · 📦 690 · ⏱ ️ 09.08 .2018 ) :
2021-04-01 14:52:19 +00:00
` ` `
2021-12-30 14:41:43 +00:00
pip install setuptools_scm
2021-04-08 14:55:49 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / setuptools_scm ) ( 📥 850 K · ⏱ ️ 11.09 .2021 ) :
2021-04-08 14:55:49 +00:00
` ` `
2021-12-30 14:41:43 +00:00
conda install - c conda - forge setuptools_scm
2021-03-04 14:48:35 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pypa/flit " > flit < / a > < / b > ( 🥉 25 · ⭐ 1.6 K ) - Simplified packaging of Python modules . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-12-09 14:45:46 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pypa / flit ) ( 👨 💻 50 · 🔀 87 · 📋 280 - 29 % open · ⏱ ️ 03.01 .2022 ) :
2021-12-09 14:45:46 +00:00
` ` `
2021-12-30 14:41:43 +00:00
git clone https : / / github . com / takluyver / flit
2021-12-09 14:45:46 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / flit ) ( 📥 330 K / month · 📦 230 · ⏱ ️ 27.12 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2021-12-30 14:41:43 +00:00
pip install flit
2021-12-09 14:45:46 +00:00
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / flit ) ( 📥 100 K · ⏱ ️ 28.12 .2021 ) :
2021-12-09 14:45:46 +00:00
` ` `
2021-12-30 14:41:43 +00:00
conda install - c conda - forge flit
2021-12-09 14:45:46 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/paver/paver " > paver < / a > < / b > ( 🥉 24 · ⭐ 440 · 💤 ) - Python - based project scripting . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-06-24 14:41:40 +00:00
- [ GitHub ] ( https : / / github . com / paver / paver ) ( 👨 💻 45 · 🔀 78 · 📋 130 - 28 % open · ⏱ ️ 21.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / paver / paver
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / paver ) ( 📥 33 K / month · 📦 1.9 K · ⏱ ️ 31.12 .2017 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install paver
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / paver ) ( 📥 24 K · ⏱ ️ 24.07 .2018 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge paver
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/ml-tooling/universal-build " > universal - build < / a > < / b > ( 🥉 14 · ⭐ 14 ) - Universal build utilities for containerized build pipelines . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-02 14:49:39 +00:00
- [ GitHub ] ( https : / / github . com / ml - tooling / universal - build ) ( 👨 💻 4 · 🔀 5 · 📥 16 · 📦 7 · ⏱ ️ 17.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / ml - tooling / universal - build
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / universal - build ) ( 📥 670 / month · ⏱ ️ 12.12 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install universal - build
` ` `
< / details >
2021-01-12 23:39:08 +00:00
< details > < summary > Show 2 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/buildout/buildout " > buildout < / a > < / b > ( 🥉 28 · ⭐ 530 ) - Buildout is a deployment automation tool written in and extended . . < code > < a href = " https://tldrlegal.com/search?q=ZPL-2.1 " > ❗ ️ ZPL - 2.1 < / a > < / code >
2021-06-24 14:41:40 +00:00
- < b > < a href = " https://github.com/rags/pynt " > pynt < / a > < / b > ( 🥉 18 · ⭐ 150 · 💀 ) - A pynt of Python build . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## System Monitoring & Profiling
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/giampaolo/psutil " > psutil < / a > < / b > ( 🥇 38 · ⭐ 8 K ) - Cross - platform lib for process and system monitoring in Python . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / giampaolo / psutil ) ( 👨 💻 170 · 🔀 1.2 K · 📦 130 K · 📋 1.5 K - 13 % open · ⏱ ️ 29.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / giampaolo / psutil
` ` `
2021-12-30 14:41:43 +00:00
- [ PyPi ] ( https : / / pypi . org / project / psutil ) ( 📥 33 M / month · 📦 25 K · ⏱ ️ 29.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install psutil
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / psutil ) ( 📥 9.5 M · ⏱ ️ 30.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge psutil
` ` `
< / details >
2021-12-02 14:49:39 +00:00
< details > < summary > < b > < a href = " https://github.com/nicolargo/glances " > Glances < / a > < / b > ( 🥇 30 · ⭐ 20 K ) - Glances an Eye on your system . A top / htop alternative for . . < code > < a href = " http://bit.ly/37RvQcA " > ❗ ️ LGPL - 3.0 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / nicolargo / glances ) ( 👨 💻 150 · 🔀 1.3 K · 📥 710 · 📦 360 · 📋 1.4 K - 14 % open · ⏱ ️ 02.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / nicolargo / glances
` ` `
2021-12-23 14:44:54 +00:00
- [ PyPi ] ( https : / / pypi . org / project / glances ) ( 📥 140 K / month · 📦 50 · ⏱ ️ 22.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install glances
` ` `
2021-12-02 14:49:39 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / glances ) ( 📥 150 K · ⏱ ️ 20.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge glances
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/benfred/py-spy " > py - spy < / a > < / b > ( 🥈 28 · ⭐ 7.8 K ) - Sampling profiler for Python programs . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-19 20:28:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / benfred / py - spy ) ( 👨 💻 29 · 🔀 280 · 📥 7.3 K · 📋 240 - 29 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-19 20:28:26 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / benfred / py - spy
2021-12-02 14:49:39 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / py - spy ) ( 📥 490 K / month · 📦 50 · ⏱ ️ 13.11 .2021 ) :
2021-12-02 14:49:39 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install py - spy
2021-01-19 20:28:26 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/sumerc/yappi " > Yappi < / a > < / b > ( 🥈 28 · ⭐ 780 ) - Yet Another Python Profiler , but this time thread & coroutine & greenlet aware . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-12-16 14:40:50 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / sumerc / yappi ) ( 👨 💻 27 · 🔀 53 · 📦 510 · 📋 55 - 30 % open · ⏱ ️ 08.12 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
git clone https : / / github . com / sumerc / yappi
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / yappi ) ( 📥 1.1 M / month · 📦 640 · ⏱ ️ 15.12 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
pip install yappi
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / yappi ) ( 📥 96 K · ⏱ ️ 07.11 .2021 ) :
2021-12-16 14:40:50 +00:00
` ` `
conda install - c conda - forge yappi
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/pythonprofilers/memory_profiler " > memory - profiler < / a > < / b > ( 🥈 27 · ⭐ 3.3 K ) - Monitor Memory usage of Python code . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-04-29 14:43:24 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pythonprofilers / memory_profiler ) ( 👨 💻 91 · 🔀 330 · 📋 220 - 51 % open · ⏱ ️ 18.12 .2021 ) :
2021-04-29 14:43:24 +00:00
` ` `
2021-12-09 14:45:46 +00:00
git clone https : / / github . com / pythonprofilers / memory_profiler
2021-04-29 14:43:24 +00:00
` ` `
2021-12-16 14:40:50 +00:00
- [ PyPi ] ( https : / / pypi . org / project / memory_profiler ) ( 📥 410 K / month · 📦 530 · ⏱ ️ 16.08 .2018 ) :
2021-04-29 14:43:24 +00:00
` ` `
2021-12-09 14:45:46 +00:00
pip install memory_profiler
2021-04-29 14:43:24 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/python-diamond/Diamond " > Diamond < / a > < / b > ( 🥈 27 · ⭐ 1.6 K ) - Diamond is a python daemon that collects system metrics and publishes . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / python - diamond / Diamond ) ( 👨 💻 360 · 🔀 590 · 📦 69 · 📋 360 - 63 % open · ⏱ ️ 31.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / python - diamond / Diamond
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / diamond ) ( 📥 48 K / month · 📦 62 · ⏱ ️ 25.11 .2016 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install diamond
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/pympler/pympler " > pympler < / a > < / b > ( 🥈 27 · ⭐ 850 ) - Development tool to measure , monitor and analyze the memory behavior . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-12-23 14:44:54 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / pympler / pympler ) ( 👨 💻 29 · 🔀 75 · 📋 90 - 44 % open · ⏱ ️ 29.12 .2021 ) :
2021-12-23 14:44:54 +00:00
` ` `
git clone https : / / github . com / pympler / pympler
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pympler ) ( 📥 950 K / month · 📦 480 · ⏱ ️ 22.12 .2021 ) :
2021-12-23 14:44:54 +00:00
` ` `
pip install pympler
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pympler ) ( 📥 180 K · ⏱ ️ 14.10 .2020 ) :
2021-12-23 14:44:54 +00:00
` ` `
conda install - c conda - forge pympler
` ` `
< / details >
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/plasma-umass/scalene " > Scalene < / a > < / b > ( 🥉 26 · ⭐ 4.9 K ) - Scalene : a high - performance , high - precision CPU , GPU , and memory . . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / plasma - umass / scalene ) ( 👨 💻 23 · 🔀 170 · 📦 76 · 📋 160 - 24 % open · ⏱ ️ 04.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / plasma - umass / scalene
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / scalene ) ( 📥 3.7 K / month · ⏱ ️ 21.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install scalene
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/joerick/pyinstrument " > pyinstrument < / a > < / b > ( 🥉 26 · ⭐ 4 K ) - Call stack profiler for Python . Shows you why your code is slow ! . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / joerick / pyinstrument ) ( 👨 💻 38 · 🔀 160 · 📦 470 · 📋 94 - 15 % open · ⏱ ️ 17.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / joerick / pyinstrument
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pyinstrument ) ( 📥 210 K / month · 📦 140 · ⏱ ️ 14.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install pyinstrument
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pyinstrument ) ( 📥 93 K · ⏱ ️ 15.11 .2021 ) :
2021-11-17 18:12:17 +00:00
` ` `
conda install - c conda - forge pyinstrument
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-23 14:44:54 +00:00
< details > < summary > < b > < a href = " https://github.com/pyutils/line_profiler " > line_profiler < / a > < / b > ( 🥉 26 · ⭐ 3.5 K ) - Line - by - line profiling for Python . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-07-15 14:52:26 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pyutils / line_profiler ) ( 👨 💻 27 · 🔀 250 · 📋 51 - 56 % open · ⏱ ️ 06.01 .2022 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / pyutils / line_profiler
2021-07-15 14:52:26 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / line_profiler ) ( 📥 110 K / month · 📦 690 · ⏱ ️ 20.12 .2017 ) :
2021-07-15 14:52:26 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install line_profiler
2021-08-26 14:57:24 +00:00
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / line_profiler ) ( 📥 220 K · ⏱ ️ 13.11 .2021 ) :
2021-08-26 14:57:24 +00:00
` ` `
2021-11-17 18:12:17 +00:00
conda install - c conda - forge line_profiler
2021-07-15 14:52:26 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/aristocratos/bpytop " > Bpytop < / a > < / b > ( 🥉 24 · ⭐ 8.1 K ) - Linux / OSX / FreeBSD resource monitor . < code > < a href = " http://bit.ly/3nYMfla " > Apache - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / aristocratos / bpytop ) ( 👨 💻 35 · 🔀 320 · 📋 280 - 20 % open · ⏱ ️ 22.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / aristocratos / bpytop
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / bpytop ) ( 📥 9.9 K / month · ⏱ ️ 22.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install bpytop
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/nvdv/vprof " > vprof < / a > < / b > ( 🥉 22 · ⭐ 3.8 K · 💤 ) - Visual profiler for Python . < code > < a href = " http://bit.ly/3rqEWVr " > BSD - 2 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / nvdv / vprof ) ( 👨 💻 17 · 🔀 170 · 📦 87 · 📋 82 - 31 % open · ⏱ ️ 20.02 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
git clone https : / / github . com / nvdv / vprof
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / vprof ) ( 📥 3.5 K / month · 📦 18 · ⏱ ️ 29.02 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-12-16 14:40:50 +00:00
pip install vprof
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/alexmojaki/heartrate " > heartrate < / a > < / b > ( 🥉 20 · ⭐ 1.4 K ) - Simple real time visualisation of the execution of a Python program . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
- [ GitHub ] ( https : / / github . com / alexmojaki / heartrate ) ( 👨 💻 3 · 🔀 120 · 📦 30 · 📋 7 - 57 % open · ⏱ ️ 13.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / alexmojaki / heartrate
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / heartrate ) ( 📥 690 / month · ⏱ ️ 13.11 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install heartrate
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > < b > < a href = " https://github.com/csurfer/pyheat " > pyheat < / a > < / b > ( 🥉 19 · ⭐ 700 ) - pprofile + matplotlib = Python program profiled as an awesome heatmap ! . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-07-08 14:49:21 +00:00
2021-12-23 14:44:54 +00:00
- [ GitHub ] ( https : / / github . com / csurfer / pyheat ) ( 👨 💻 5 · 🔀 38 · 📦 33 · 📋 13 - 30 % open · ⏱ ️ 18.09 .2021 ) :
2021-07-08 14:49:21 +00:00
` ` `
2021-11-17 18:12:17 +00:00
git clone https : / / github . com / csurfer / pyheat
2021-07-08 14:49:21 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / py - heat ) ( 📥 1.7 K / month · 📦 10 · ⏱ ️ 06.12 .2018 ) :
2021-07-08 14:49:21 +00:00
` ` `
2021-11-17 18:12:17 +00:00
pip install py - heat
2021-07-08 14:49:21 +00:00
` ` `
< / details >
2021-12-16 14:40:50 +00:00
< details > < summary > Show 3 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2021-12-23 14:44:54 +00:00
- < b > < a href = " https://github.com/fabianp/memory_profiler " > memory_profiler < / a > < / b > ( 🥉 23 · ⭐ 67 · 💀 ) - Monitor Memory usage of Python code . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code >
2021-12-16 14:40:50 +00:00
- < b > < a href = " https://github.com/what-studio/profiling " > Profiling < / a > < / b > ( 🥉 22 · ⭐ 3 K · 💀 ) - Was an interactive continuous Python profiler . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code >
2021-07-01 14:57:19 +00:00
- < b > < a href = " https://github.com/agermanidis/livepython " > livepython < / a > < / b > ( 🥉 12 · ⭐ 2.5 K · 💀 ) - Visually trace Python code in real - time . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
< br >
## AST Tools
2021-01-12 23:39:08 +00:00
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2021-01-09 04:58:10 +00:00
2021-12-30 14:41:43 +00:00
< details > < summary > < b > < a href = " https://github.com/python/typed_ast " > typed_ast < / a > < / b > ( 🥇 30 · ⭐ 200 ) - Modified fork of CPython ' s ast module that parses `# type:`.. <code><a href= " http://bit.ly/3nYMfla " >Apache-2</a></code></summary>
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / python / typed_ast ) ( 👨 💻 24 · 🔀 51 · 📋 89 - 6 % open · ⏱ ️ 01.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / python / typed_ast
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / typed_ast ) ( 📥 11 M / month · 📦 10 K · ⏱ ️ 03.12 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install typed_ast
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/serge-sans-paille/gast " > gast < / a > < / b > ( 🥈 29 · ⭐ 120 ) - Python AST that abstracts the underlying Python version . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-02-25 14:45:23 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / serge - sans - paille / gast ) ( 👨 💻 10 · 🔀 25 · 📦 74 K · 📋 26 - 3 % open · ⏱ ️ 13.11 .2021 ) :
2021-02-25 14:45:23 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / serge - sans - paille / gast
2021-02-25 14:45:23 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / gast ) ( 📥 11 M / month · 📦 3.4 K · ⏱ ️ 13.11 .2021 ) :
2021-02-25 14:45:23 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install gast
2021-02-25 14:45:23 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / gast ) ( 📥 1.4 M · ⏱ ️ 15.11 .2021 ) :
2021-02-25 14:45:23 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge gast
2021-02-25 14:45:23 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/berkerpeksag/astor " > astor < / a > < / b > ( 🥉 28 · ⭐ 630 ) - Python AST read / write . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / berkerpeksag / astor ) ( 👨 💻 31 · 🔀 84 · 📋 110 - 31 % open · ⏱ ️ 27.10 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
git clone https : / / github . com / berkerpeksag / astor
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / astor ) ( 📥 4.9 M / month · 📦 3.8 K · ⏱ ️ 10.12 .2019 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
pip install astor
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / astor ) ( 📥 1.4 M · ⏱ ️ 01.07 .2020 ) :
2021-01-09 04:58:10 +00:00
` ` `
2022-01-06 14:51:16 +00:00
conda install - c conda - forge astor
2021-01-09 04:58:10 +00:00
` ` `
< / details >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/newville/asteval " > asteval < / a > < / b > ( 🥉 24 · ⭐ 130 ) - minimalistic evaluator of python expression using ast module . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / newville / asteval ) ( 👨 💻 19 · 🔀 32 · 📦 710 · 📋 53 - 13 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-09 04:58:10 +00:00
` ` `
git clone https : / / github . com / newville / asteval
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / asteval ) ( 📥 120 K / month · 📦 240 · ⏱ ️ 22.06 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
pip install asteval
` ` `
2021-11-17 18:12:17 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / asteval ) ( 📥 150 K · ⏱ ️ 27.02 .2021 ) :
2021-01-09 04:58:10 +00:00
` ` `
conda install - c conda - forge asteval
` ` `
< / details >
2021-02-25 14:45:23 +00:00
< details > < summary > Show 1 hidden projects . . . < / summary >
2021-01-09 04:58:10 +00:00
2022-01-06 14:51:16 +00:00
- < b > < a href = " https://github.com/simonpercivall/astunparse " > astunparse < / a > < / b > ( 🥉 28 · ⭐ 180 · 💀 ) - An AST unparser for Python . < code > < a href = " http://bit.ly/3aKzpTv " > BSD - 3 < / a > < / code >
2021-01-09 04:58:10 +00:00
< / details >
2021-01-12 23:39:08 +00:00
< br >
## Others
< a href = " #contents " > < img align = " right " width = " 15 " height = " 15 " src = " https://git.io/JtehR " alt = " Back to top " > < / a >
2022-01-06 14:51:16 +00:00
< details > < summary > < b > < a href = " https://github.com/pre-commit/pre-commit " > pre - commit < / a > < / b > ( 🥇 31 · ⭐ 7.2 K · 📉 ) - A framework for managing and maintaining multi - language pre - . . < code > < a href = " http://bit.ly/34MBwT8 " > MIT < / a > < / code > < / summary >
2021-01-12 23:39:08 +00:00
2022-01-06 14:51:16 +00:00
- [ GitHub ] ( https : / / github . com / pre - commit / pre - commit ) ( 👨 💻 130 · 🔀 520 · 📥 24 K · 📋 1.3 K - 1 % open · ⏱ ️ 06.01 .2022 ) :
2021-01-12 23:39:08 +00:00
` ` `
git clone https : / / github . com / pre - commit / pre - commit
` ` `
2022-01-06 14:51:16 +00:00
- [ PyPi ] ( https : / / pypi . org / project / pre - commit ) ( 📥 3.2 M / month · 📦 2.1 K · ⏱ ️ 30.11 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
pip install pre - commit
` ` `
2021-12-30 14:41:43 +00:00
- [ Conda ] ( https : / / anaconda . org / conda - forge / pre - commit ) ( 📥 910 K · ⏱ ️ 01.12 .2021 ) :
2021-01-12 23:39:08 +00:00
` ` `
conda install - c conda - forge pre - commit
` ` `
< / details >
2021-01-09 04:58:10 +00:00
- - -
## Related Resources
- [ * * Best - of lists * * ] ( https : / / best - of . org ) : Discover other best - of lists with awesome open - source projects on all kinds of topics .
## Contribution
Contributions are encouraged and always welcome ! If you like to add or update projects , choose one of the following ways :
- Open an issue by selecting one of the provided categories from the [ issue page ] ( https : / / github . com / ml - tooling / best - of - python - dev / issues / new / choose ) and fill in the requested information .
- Modify the [ projects . yaml ] ( https : / / github . com / ml - tooling / best - of - python - dev / blob / main / projects . yaml ) with your additions or changes , and submit a pull request . This can also be done directly via the [ Github UI ] ( https : / / github . com / ml - tooling / best - of - python - dev / edit / main / projects . yaml ) .
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation , please refer to the [ best - of - generator ] ( https : / / github . com / best - of - lists / best - of - generator ) repository . If you like to create your own best - of list , we recommend to follow [ this guide ] ( https : / / github . com / best - of - lists / best - of / blob / main / create - best - of - list . md ) .
For more information on how to add or update projects , please read the [ contribution guidelines ] ( https : / / github . com / ml - tooling / best - of - python - dev / blob / main / CONTRIBUTING . md ) . By participating in this project , you agree to abide by its [ Code of Conduct ] ( https : / / github . com / ml - tooling / best - of - python - dev / blob / main / . github / CODE_OF_CONDUCT . md ) .
## License
[ ! [ CC0 ] ( https : / / mirrors . creativecommons . org / presskit / buttons / 88 x31 / svg / by - sa . svg ) ] ( https : / / creativecommons . org / licenses / by - sa / 4.0 / )