├── .gitattributes ├── .github ├── CODE_OF_CONDUCT.md ├── ISSUE_TEMPLATE │ ├── 01_suggest-project.md │ ├── 02_update-project.md │ ├── 03_update-category.md │ ├── 04_change-configuration.md │ └── 05_anything-else.md ├── PULL_REQUEST_TEMPLATE.md ├── labels.yml └── workflows │ └── update-best-of-list.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── config ├── footer.md └── header.md ├── history ├── 2021-01-09_projects.csv ├── 2021-01-12_changes.md ├── 2021-01-12_projects.csv ├── 2021-01-19_changes.md ├── 2021-01-19_projects.csv ├── 2021-01-21_changes.md ├── 2021-01-21_projects.csv ├── 2021-01-28_changes.md ├── 2021-01-28_projects.csv ├── 2021-02-04_changes.md ├── 2021-02-04_projects.csv ├── 2021-02-18_changes.md ├── 2021-02-18_projects.csv ├── 2021-02-25_changes.md ├── 2021-02-25_projects.csv ├── 2021-03-04_changes.md ├── 2021-03-04_projects.csv ├── 2021-03-11_changes.md ├── 2021-03-11_projects.csv ├── 2021-04-01_changes.md ├── 2021-04-01_projects.csv ├── 2021-04-08_changes.md ├── 2021-04-08_projects.csv ├── 2021-04-15_changes.md ├── 2021-04-15_projects.csv ├── 2021-04-22_changes.md ├── 2021-04-22_projects.csv ├── 2021-04-29_changes.md ├── 2021-04-29_projects.csv ├── 2021-05-13_changes.md ├── 2021-05-13_projects.csv ├── 2021-06-03_changes.md ├── 2021-06-03_projects.csv ├── 2021-06-24_changes.md ├── 2021-06-24_projects.csv ├── 2021-07-01_changes.md ├── 2021-07-01_projects.csv ├── 2021-07-08_changes.md ├── 2021-07-08_projects.csv ├── 2021-07-15_changes.md ├── 2021-07-15_projects.csv ├── 2021-08-26_changes.md ├── 2021-08-26_projects.csv ├── 2021-11-17_changes.md ├── 2021-11-17_projects.csv ├── 2021-12-02_changes.md ├── 2021-12-02_projects.csv ├── 2021-12-09_changes.md ├── 2021-12-09_projects.csv ├── 2021-12-16_changes.md ├── 2021-12-16_projects.csv ├── 2021-12-23_changes.md ├── 2021-12-23_projects.csv ├── 2021-12-30_changes.md ├── 2021-12-30_projects.csv ├── 2022-01-06_changes.md ├── 2022-01-06_projects.csv ├── 2022-01-13_changes.md ├── 2022-01-13_projects.csv ├── 2022-01-17_changes.md ├── 2022-01-17_projects.csv ├── 2022-01-20_changes.md ├── 2022-01-20_projects.csv ├── 2022-01-27_changes.md ├── 2022-01-27_projects.csv ├── 2022-02-10_changes.md ├── 2022-02-10_projects.csv ├── 2022-02-17_changes.md ├── 2022-02-17_projects.csv ├── 2022-04-14_changes.md ├── 2022-04-14_projects.csv ├── 2022-04-21_changes.md ├── 2022-04-21_projects.csv ├── 2022-04-28_changes.md ├── 2022-04-28_projects.csv ├── 2022-04-29_changes.md ├── 2022-04-29_projects.csv ├── 2022-05-05_changes.md ├── 2022-05-05_projects.csv ├── 2022-05-12_changes.md ├── 2022-05-12_projects.csv ├── 2022-05-19_changes.md ├── 2022-05-19_projects.csv ├── 2022-05-26_changes.md ├── 2022-05-26_projects.csv ├── 2022-06-02_changes.md ├── 2022-06-02_projects.csv ├── 2022-06-09_changes.md ├── 2022-06-09_projects.csv ├── 2022-06-16_changes.md ├── 2022-06-16_projects.csv ├── 2022-06-23_changes.md ├── 2022-06-23_projects.csv ├── 2022-06-30_changes.md ├── 2022-06-30_projects.csv ├── 2022-07-07_changes.md ├── 2022-07-07_projects.csv ├── 2022-07-14_changes.md ├── 2022-07-14_projects.csv ├── 2022-07-21_changes.md ├── 2022-07-21_projects.csv ├── 2022-07-28_changes.md ├── 2022-07-28_projects.csv ├── 2022-08-04_changes.md ├── 2022-08-04_projects.csv ├── 2022-08-11_changes.md ├── 2022-08-11_projects.csv ├── 2022-08-18_changes.md ├── 2022-08-18_projects.csv ├── 2022-08-25_changes.md ├── 2022-08-25_projects.csv ├── 2022-09-01_changes.md ├── 2022-09-01_projects.csv ├── 2022-09-08_changes.md ├── 2022-09-08_projects.csv ├── 2022-09-15_changes.md ├── 2022-09-15_projects.csv ├── 2022-09-22_changes.md ├── 2022-09-22_projects.csv ├── 2022-09-29_changes.md ├── 2022-09-29_projects.csv ├── 2022-10-06_changes.md ├── 2022-10-06_projects.csv ├── 2022-10-13_changes.md ├── 2022-10-13_projects.csv ├── 2022-10-20_changes.md ├── 2022-10-20_projects.csv ├── 2022-10-27_changes.md ├── 2022-10-27_projects.csv ├── 2022-11-03_changes.md ├── 2022-11-03_projects.csv ├── 2022-11-10_changes.md ├── 2022-11-10_projects.csv ├── 2022-11-17_changes.md ├── 2022-11-17_projects.csv ├── 2022-11-24_changes.md ├── 2022-11-24_projects.csv ├── 2022-12-01_changes.md ├── 2022-12-01_projects.csv ├── 2022-12-08_changes.md ├── 2022-12-08_projects.csv ├── 2022-12-15_changes.md ├── 2022-12-15_projects.csv ├── 2022-12-29_changes.md ├── 2022-12-29_projects.csv ├── 2023-01-05_changes.md ├── 2023-01-05_projects.csv ├── 2023-01-12_changes.md ├── 2023-01-12_projects.csv ├── 2023-01-19_changes.md ├── 2023-01-19_projects.csv ├── 2023-01-26_changes.md ├── 2023-01-26_projects.csv ├── 2023-02-02_changes.md ├── 2023-02-02_projects.csv ├── 2023-02-09_changes.md ├── 2023-02-09_projects.csv ├── 2023-02-16_changes.md ├── 2023-02-16_projects.csv ├── 2023-02-23_changes.md ├── 2023-02-23_projects.csv ├── 2023-03-02_changes.md ├── 2023-03-02_projects.csv ├── 2023-03-09_changes.md ├── 2023-03-09_projects.csv ├── 2023-03-16_changes.md ├── 2023-03-16_projects.csv ├── 2023-03-23_changes.md ├── 2023-03-23_projects.csv ├── 2023-03-30_changes.md ├── 2023-03-30_projects.csv ├── 2023-04-06_changes.md ├── 2023-04-06_projects.csv ├── 2023-04-13_changes.md ├── 2023-04-13_projects.csv ├── 2023-04-20_changes.md ├── 2023-04-20_projects.csv ├── 2023-04-27_changes.md ├── 2023-04-27_projects.csv ├── 2023-05-04_changes.md ├── 2023-05-04_projects.csv ├── 2023-05-11_changes.md ├── 2023-05-11_projects.csv ├── 2023-05-18_changes.md ├── 2023-05-18_projects.csv ├── 2023-05-25_changes.md ├── 2023-05-25_projects.csv ├── 2023-06-01_changes.md ├── 2023-06-01_projects.csv ├── 2023-06-08_changes.md ├── 2023-06-08_projects.csv ├── 2023-06-15_changes.md ├── 2023-06-15_projects.csv ├── 2023-06-22_changes.md ├── 2023-06-22_projects.csv ├── 2023-06-29_changes.md ├── 2023-06-29_projects.csv ├── 2023-07-06_changes.md ├── 2023-07-06_projects.csv ├── 2023-07-13_changes.md ├── 2023-07-13_projects.csv ├── 2023-07-20_changes.md ├── 2023-07-20_projects.csv ├── 2023-07-27_changes.md ├── 2023-07-27_projects.csv ├── 2023-08-03_changes.md ├── 2023-08-03_projects.csv ├── 2023-08-10_changes.md ├── 2023-08-10_projects.csv ├── 2023-08-17_changes.md ├── 2023-08-17_projects.csv ├── 2023-08-24_changes.md ├── 2023-08-24_projects.csv ├── 2023-08-31_changes.md ├── 2023-08-31_projects.csv ├── 2023-09-07_changes.md ├── 2023-09-07_projects.csv ├── 2023-09-14_changes.md ├── 2023-09-14_projects.csv ├── 2023-09-21_changes.md ├── 2023-09-21_projects.csv ├── 2023-09-28_changes.md ├── 2023-09-28_projects.csv ├── 2023-10-05_changes.md ├── 2023-10-05_projects.csv ├── 2023-10-12_changes.md ├── 2023-10-12_projects.csv ├── 2023-10-19_changes.md ├── 2023-10-19_projects.csv ├── 2023-10-26_changes.md ├── 2023-10-26_projects.csv ├── 2023-11-02_changes.md ├── 2023-11-02_projects.csv ├── 2023-11-16_changes.md ├── 2023-11-16_projects.csv ├── 2023-11-23_changes.md ├── 2023-11-23_projects.csv ├── 2023-11-30_changes.md ├── 2023-11-30_projects.csv ├── 2023-12-07_changes.md ├── 2023-12-07_projects.csv ├── 2023-12-14_changes.md ├── 2023-12-14_projects.csv ├── 2023-12-21_changes.md ├── 2023-12-21_projects.csv ├── 2023-12-28_changes.md ├── 2023-12-28_projects.csv ├── 2024-01-04_changes.md ├── 2024-01-04_projects.csv ├── 2024-01-11_changes.md ├── 2024-01-11_projects.csv ├── 2024-01-18_changes.md ├── 2024-01-18_projects.csv ├── 2024-01-25_changes.md ├── 2024-01-25_projects.csv ├── 2024-02-01_changes.md ├── 2024-02-01_projects.csv ├── 2024-02-08_changes.md ├── 2024-02-08_projects.csv ├── 2024-02-15_changes.md ├── 2024-02-15_projects.csv ├── 2024-02-22_changes.md ├── 2024-02-22_projects.csv ├── 2024-02-29_changes.md ├── 2024-02-29_projects.csv ├── 2024-03-07_changes.md ├── 2024-03-07_projects.csv ├── 2024-03-14_changes.md ├── 2024-03-14_projects.csv ├── 2024-03-21_changes.md ├── 2024-03-21_projects.csv ├── 2024-03-28_changes.md ├── 2024-03-28_projects.csv ├── 2024-04-04_changes.md ├── 2024-04-04_projects.csv ├── 2024-04-11_changes.md ├── 2024-04-11_projects.csv ├── 2024-04-18_changes.md ├── 2024-04-18_projects.csv ├── 2024-04-25_changes.md ├── 2024-04-25_projects.csv ├── 2024-05-02_changes.md ├── 2024-05-02_projects.csv ├── 2024-05-09_changes.md ├── 2024-05-09_projects.csv ├── 2024-05-16_changes.md ├── 2024-05-16_projects.csv ├── 2024-05-23_changes.md ├── 2024-05-23_projects.csv ├── 2024-05-30_changes.md └── 2024-05-30_projects.csv ├── latest-changes.md └── projects.yaml /.gitattributes: -------------------------------------------------------------------------------- 1 | * linguist-language=Python 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/01_suggest-project.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "📦 Suggest a project" 3 | about: "Do you like to suggest a project that hasn't been added to this best-of list yet?" 4 | title: 'Add project: ' 5 | labels: 'add-project' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 13 | 14 | **Project details:** 15 | 16 | 17 | - Project Name: 18 | - Github URL: 19 | - Category: 20 | - License: 21 | - Package Managers: 22 | 23 | **Additional context:** 24 | 25 | 26 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/02_update-project.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "✏️ Update a project" 3 | about: Do you have changes for a project, e.g. missing package manager, wrong license or category? 4 | title: 'Update project: ' 5 | labels: 'update-project' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Update details:** 11 | 12 | 15 | 16 | - Project Name: 17 | 18 | 19 | 20 | **Additional context:** 21 | 22 | 23 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/03_update-category.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "🏷 Add or update a category" 3 | about: Do you like to suggest a new project category or update an existing one? 4 | title: '' 5 | labels: 'category' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 13 | 14 | - [ ] Add category 15 | - [ ] Update category: 16 | 17 | **Category details:** 18 | 19 | 22 | 23 | - Category Title: 24 | - Category Subtitle: 25 | 26 | **Additional context:** 27 | 28 | 29 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/04_change-configuration.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "⚙️ Change configuration" 3 | about: Do you have a suggestion for changing the configuration, e.g. allow additional licenses or adjust minimal stars? 4 | title: '' 5 | labels: 'configuration' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Configuration Change:** 11 | 12 | 13 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/05_anything-else.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F4AC Anything else?" 3 | about: For questions or suggestions regarding the metadata collection or markdown generation, please refer to the best-of-lists/best-of-generator repository. 4 | title: '' 5 | labels: 'question' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 13 | 14 | **Describe the issue:** 15 | 16 | 17 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | **What kind of change does this PR introduce?** 2 | 3 | 4 | - [ ] Add a project 5 | - [ ] Update a project 6 | - [ ] Remove a project 7 | - [ ] Add or update a category 8 | - [ ] Change configuration 9 | - [ ] Documentation 10 | - [ ] Other, please describe: 11 | 12 | **Description:** 13 | 14 | 15 | **Checklist:** 16 | 18 | 19 | - [ ] I have read the [CONTRIBUTING](https://github.com/best-of-lists/best-of/blob/main/CONTRIBUTING.md) guidelines. 20 | - [ ] I have not modified the `README.md` file. Projects are only supposed to be added or updated within the `projects.yaml` file since the `README.md` file is automatically generated. 21 | -------------------------------------------------------------------------------- /.github/labels.yml: -------------------------------------------------------------------------------- 1 | - name: add-project 2 | color: a2eeef 3 | description: "Add new project to best-of list" 4 | - name: update-project 5 | color: a2eeef 6 | description: "Update a project on the best-of list" 7 | - name: category 8 | color: a2eeef 9 | description: "Add or update a category to the best-of list" 10 | - name: configuration 11 | color: a2eeef 12 | description: "Issue refers to the best-of list configuration" 13 | - name: generation 14 | color: a2eeef 15 | description: "Issue refers to the best-of markdown generation" 16 | - name: collection 17 | color: a2eeef 18 | description: "Issue refers to the project metadata collection" 19 | - name: question 20 | color: a2eeef 21 | description: "Further information is requested" 22 | - name: documentation 23 | color: a2eeef 24 | description: "Changes to documentation" 25 | - name: bug 26 | color: d73a4a 27 | description: "Something isn't working" 28 | - name: "good first issue" 29 | color: 98FF98 30 | description: "Good for newcomers" 31 | - name: "help wanted" 32 | color: 98FF98 33 | description: "Extra attention is needed" 34 | - name: invalid 35 | color: cfd3d7 36 | description: "This doesn't seem right" 37 | - name: duplicate 38 | color: cfd3d7 39 | description: "This issue or pull request already exists" 40 | - name: "further input needed" 41 | color: cfd3d7 42 | description: "Not enough detail is provided by the creator" 43 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # IntelliJ 2 | target/ 3 | .idea/ 4 | *.iml 5 | 6 | # Sublime 7 | *.sublime-workspace 8 | 9 | # Eclipse 10 | .settings 11 | 12 | # VS Code 13 | .project 14 | .classpath 15 | .vscode/* 16 | # Ignore all local history of files 17 | **/.history 18 | 19 | # Java 20 | *.class 21 | target/ 22 | 23 | # C 24 | *.so 25 | 26 | # Python 27 | *.pyc 28 | *.egg-info 29 | __pycache__ 30 | .ipynb_checkpoints 31 | .Python 32 | dist/ 33 | .python-version 34 | .installed.cfg 35 | *.egg 36 | reqlib-metadata 37 | .mypy_cache/ 38 | .venv 39 | venv/ 40 | build/ 41 | 42 | # Byte-compiled / optimized / DLL files 43 | *.pyc 44 | __pycache__/ 45 | *.py[cod] 46 | *$py.class 47 | 48 | # Unit test / coverage reports 49 | htmlcov/ 50 | .tox/ 51 | .nox/ 52 | .coverage 53 | .coverage.* 54 | .cache 55 | nosetests.xml 56 | coverage.xml 57 | *,cover 58 | .hypothesis/ 59 | .pytest_cache/ 60 | 61 | # NPM / Node / JavaScript 62 | .npm 63 | node_modules/ 64 | jspm_packages/ 65 | 66 | # Runtime data 67 | pids 68 | *.pid 69 | *.seed 70 | *.pid.lock 71 | 72 | # Logs 73 | logs 74 | *.log 75 | npm-debug.log* 76 | yarn-debug.log* 77 | yarn-error.log* 78 | lerna-debug.log* 79 | 80 | # vim temporary files 81 | *~ 82 | .*.sw? 83 | 84 | # Other Artifacts 85 | hs_err_pid* 86 | *.log 87 | *.swp 88 | *.swo 89 | temp/* 90 | .DS_Store 91 | 92 | -------------------------------------------------------------------------------- /config/footer.md: -------------------------------------------------------------------------------- 1 | 2 | --- 3 | 4 | ## Related Resources 5 | 6 | - [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics. 7 | 8 | ## Contribution 9 | 10 | Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: 11 | 12 | - 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. 13 | - 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). 14 | 15 | 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). 16 | 17 | 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). 18 | 19 | ## License 20 | 21 | [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/) 22 | -------------------------------------------------------------------------------- /config/header.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | Best-of Python Developer Tools 4 |
5 |

6 | 7 |

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

10 | 11 |

12 | 13 | 14 | 15 | 16 | 17 | 18 |

19 | 20 | This curated list contains {project_count} awesome open-source projects with a total of {stars_count} stars grouped into {category_count} 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! 21 | 22 | --- 23 | 24 |

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

28 | 29 | --- 30 | 31 | -------------------------------------------------------------------------------- /history/2021-01-21_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - scons (🥉27 · ⭐ 1K · 📈) - SCons - a software construction tool. MIT 6 | - xdoctest (🥉22 · ⭐ 88 · 📈) - A rewrite of Python's builtin doctest module (with pytest plugin.. Apache-2 7 | - mkdocs-awesome-pages-plugin (🥉20 · ⭐ 120 · 📈) - An MkDocs plugin that simplifies configuring page.. MIT 8 | 9 | ## 📉 Trending Down 10 | 11 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 12 | 13 | - playwright-python (🥉24 · ⭐ 3.8K · 🐣) - Python version of the Playwright testing and.. Apache-2 14 | - Mamba Test Runner (🥉24 · ⭐ 460 · 📉) - The definitive testing tool for Python. Born under the.. MIT 15 | - py2app (🥈23 · ⭐ 97 · 📉) - py2app is a Python setuptools command which will allow you to make.. MIT 16 | - unimport (🥉17 · ⭐ 90 · 📉) - A linter, formatter for finding and removing unused import statements. MIT 17 | - beartype (🥉13 · ⭐ 140 · 📉) - Unbearably fast O(1) runtime type-checking in pure Python. MIT 18 | 19 | -------------------------------------------------------------------------------- /history/2021-01-28_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - tox (🥇35 · ⭐ 2K · 📈) - Command line driven CI frontend and development task automation tool. MIT 6 | - buildout (🥉27 · ⭐ 500 · 📈) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 7 | - mamba (🥉24 · ⭐ 1.1K · 📈) - The Fast Cross-Platform Package Manager. BSD-3 8 | - icecream (🥉21 · ⭐ 2.1K · 📈) - Never use print() to debug again. MIT 9 | - beartype (🥉15 · ⭐ 150 · 📈) - Unbearably fast O(1) runtime type-checking in pure Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - yapf (🥉29 · ⭐ 11K · 📉) - A formatter for Python files. Apache-2 16 | - packaging (🥇29 · ⭐ 260 · 📉) - Core utilities for Python packages. BSD-2 17 | - progressbar2 (🥉27 · ⭐ 670 · 📉) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 18 | - pyinstrument (🥉26 · ⭐ 2.4K · 📉) - Call stack profiler for Python. Shows you why your code is.. BSD-3 19 | - cx_Freeze (🥉22 · ⭐ 640 · 📉) - Create standalone executables from Python scripts, with the.. Python-2.0 20 | 21 | -------------------------------------------------------------------------------- /history/2021-02-04_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-bdd (🥈27 · ⭐ 760 · 📈) - BDD library for the py.test runner. MIT 6 | - stackprinter (🥉24 · ⭐ 1.1K · 📈) - Debugging-friendly exceptions for Python. MIT 7 | - pylama (🥉24 · ⭐ 760 · 💀) - Code audit tool for python. ❗️LGPL-3.0 8 | - baron (🥉22 · ⭐ 250 · 💤) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0 9 | - mkdocs-print-site-plugin (🥉14 · ⭐ 14 · 🐣) - MkDocs Plugin allowing your visitors to *File Print.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - black (🥈33 · ⭐ 19K · 📉) - The uncompromising Python code formatter. MIT 16 | - pylint (🥇33 · ⭐ 3.2K · 📉) - It's not just a linter that annoys you!. ❗️GPL-2.0 17 | - loguru (🥈30 · ⭐ 8K · 📉) - Python logging made (stupidly) simple. MIT 18 | - pydocstyle (🥈28 · ⭐ 740 · 📉) - docstring style checker. MIT 19 | - mccabe (🥈27 · ⭐ 370 · 📉) - McCabe complexity checker for Python. ❗️Saxpath 20 | 21 | -------------------------------------------------------------------------------- /history/2021-02-18_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pylint (🥇34 · ⭐ 3.2K · 📈) - It's not just a linter that annoys you!. ❗️GPL-2.0 6 | - poetry (🥈32 · ⭐ 14K · 📈) - Python dependency management and packaging made easy. MIT 7 | - loguru (🥈31 · ⭐ 8.2K · 📈) - Python logging made (stupidly) simple. MIT 8 | - wemake-python-styleguide (🥈28 · ⭐ 1.4K · 📈) - The strictest and most opinionated python linter ever!. MIT 9 | - nose2 (🥈28 · ⭐ 660 · 📈) - The successor to nose, based on unittest2. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - structlog (🥉27 · ⭐ 1.4K · 📉) - Structured Logging for Python. MIT 16 | - nox (🥉24 · ⭐ 490 · 📉) - Flexible test automation for Python. Apache-2 17 | - sphinx-autobuild (🥈24 · ⭐ 300 · 📉) - Watch a Sphinx directory and rebuild the.. MIT 18 | - pytest-randomly (🥉22 · ⭐ 280 · 📉) - Pytest plugin to randomly order tests and control random.seed. MIT 19 | - data-science-types (🥉20 · ⭐ 180 · 📉) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2021-02-25_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pylint (🥇35 · ⭐ 3.2K · 📈) - It's not just a linter that annoys you!. ❗️GPL-2.0 6 | - tabulate (🥈31 · ⭐ 710 · 📈) - Pretty-print tabular data in Python, a library and a command-line.. MIT 7 | - PyHamcrest (🥈27 · ⭐ 530 · 📈) - Hamcrest matchers for Python. BSD-3 8 | - sphinx-autodoc-typehints (🥈27 · ⭐ 310 · 📈) - Type hints support for the Sphinx autodoc extension. MIT 9 | - pycycle (🥉16 · ⭐ 270 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - stackprinter (🥉24 · ⭐ 1.1K · 📉) - Debugging-friendly exceptions for Python. MIT 16 | - alive-progress (🥉23 · ⭐ 1.9K · 📉) - A new kind of Progress Bar, with real time throughput, eta.. MIT 17 | - pyship (🥉10 · ⭐ 7 · 📉) - freezer, installer and updater for Python applications. MIT 18 | 19 | -------------------------------------------------------------------------------- /history/2021-03-04_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - autopep8 (🥈34 · ⭐ 3.7K · 📈) - A tool that automatically formats Python code to conform to the PEP.. MIT 6 | - nose (🥈31 · ⭐ 1.3K · 💀) - nose is nicer testing for python. ❗️LGPL-2.1+ 7 | - structlog (🥉28 · ⭐ 1.4K · 📈) - Structured Logging for Python. MIT 8 | - sqlmap (🥈26 · ⭐ 19K · 📈) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 9 | - pipx (🥉23 · ⭐ 3.3K · 📈) - Install and Run Python Applications in Isolated Environments. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - robotframework (🥇32 · ⭐ 5.6K · 📉) - Generic automation framework for acceptance testing and.. Apache-2 16 | - loguru (🥈30 · ⭐ 8.3K · 📉) - Python logging made (stupidly) simple. MIT 17 | - PySnooper (🥈27 · ⭐ 14K · 📉) - Never use print for debugging again. MIT 18 | - radon (🥇27 · ⭐ 1.2K · 📉) - Various code metrics for Python code. MIT 19 | - Diamond (🥈26 · ⭐ 1.6K · 💀) - Diamond is a python daemon that collects system metrics and publishes.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2021-04-01_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mkdocs (🥇34 · ⭐ 12K · 📈) - Project documentation with Markdown. BSD-2 6 | - pycodestyle (🥇34 · ⭐ 4.3K · 📈) - Simple Python style checker in one Python file. ❗️Saxpath 7 | - pyflakes (🥇32 · ⭐ 1K · 📈) - A simple program which checks Python source files for errors. MIT 8 | - pydocstyle (🥈30 · ⭐ 760 · 📈) - docstring style checker. MIT 9 | - python-manhole (🥉21 · ⭐ 310 · 📈) - Debugging manhole for python applications. BSD-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pip (🥇34 · ⭐ 7K · 📉) - The Python package installer. MIT 16 | - isort (🥈33 · ⭐ 3.8K · 📉) - A Python utility / library to sort imports. MIT 17 | - pylint (🥇33 · ⭐ 3.3K · 📉) - It's not just a linter that annoys you!. ❗️GPL-2.0 18 | - setuptools_scm (🥉26 · ⭐ 450 · 📉) - the blessed package to manage your versions by scm tags. MIT 19 | - pex (🥈25 · ⭐ 1.8K · 📉) - A library and tool for generating .pex (Python EXecutable) files. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2021-04-08_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - black (🥇35 · ⭐ 20K · 📈) - The uncompromising Python code formatter. MIT 6 | - green (🥉26 · ⭐ 690 · 📈) - Green is a clean, colorful, fast python test runner. MIT 7 | - darglint (🥈26 · ⭐ 290 · 📈) - A python documentation linter which checks that the docstring.. MIT 8 | - py2app (🥈24 · ⭐ 120 · 📈) - py2app is a Python setuptools command which will allow you to make.. MIT 9 | - Fixit (🥉21 · ⭐ 230 · 📈) - Fixit is a Python Lint Framework based on LibCST. It comes with useful.. MIT 10 | 11 | -------------------------------------------------------------------------------- /history/2021-04-15_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇37 · ⭐ 22K · 📈) - Python Development Workflow for Humans. MIT 6 | - pytest (🥇36 · ⭐ 7.2K · 📈) - The pytest framework makes it easy to write small tests, yet.. MIT 7 | - robotframework (🥇34 · ⭐ 5.8K · 📈) - Generic automation framework for acceptance testing and.. Apache-2 8 | - freezegun (🥇32 · ⭐ 2.8K · 📈) - Let your Python tests travel through time. Apache-2 9 | - dephell (🥉23 · ⭐ 1.7K · 📈) - Python project management. Manage packages: convert between formats,.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pip-tools (🥈31 · ⭐ 4.9K · 📉) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 16 | - colorlog (🥈28 · ⭐ 680 · 📉) - A colored formatter for the python logging module. MIT 17 | - cx_Freeze (🥉22 · ⭐ 690 · 📉) - Create standalone executables from Python scripts, with the.. Python-2.0 18 | 19 | -------------------------------------------------------------------------------- /history/2021-04-22_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - flake8 (🥇36 · ⭐ 1.2K · 📈) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT 6 | - mkdocs-material (🥇33 · ⭐ 6.1K · 📈) - A Material Design theme for MkDocs. MIT 7 | - wemake-python-styleguide (🥈29 · ⭐ 1.4K · 📈) - The strictest and most opinionated python linter ever!. MIT 8 | - pytest-asyncio (🥈29 · ⭐ 700 · 📈) - Pytest support for asyncio. Apache-2 9 | - PySnooper (🥇28 · ⭐ 14K · 📈) - Never use print for debugging again. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytest-bdd (🥉26 · ⭐ 800 · 📉) - BDD library for the py.test runner. MIT 16 | - Bowler (🥈23 · ⭐ 1.3K · 📉) - Safe code refactoring for modern Python. MIT 17 | 18 | -------------------------------------------------------------------------------- /history/2021-05-13_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - rich (🥇33 · ⭐ 26K · 📈) - Rich is a Python library for rich text and beautiful formatting in the.. MIT 6 | - logbook (🥈31 · ⭐ 1.4K · 💀) - A cool logging replacement for Python. BSD-3 7 | - packaging (🥇31 · ⭐ 300 · 📈) - Core utilities for Python packages. BSD-2 8 | - line_profiler (🥈29 · ⭐ 3.5K · 📈) - Line-by-line profiling for Python. BSD-3 9 | - lazydocs (🥉16 · ⭐ 22 · 🐣) - Generate markdown API documentation from Google-style Python.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pipenv (🥇36 · ⭐ 22K · 📉) - Python Development Workflow for Humans. MIT 16 | - black (🥈33 · ⭐ 21K · 📉) - The uncompromising Python code formatter. MIT 17 | - hacking (🥈29 · ⭐ 220 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 18 | - coala (🥈27 · ⭐ 3.2K · 📉) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 19 | - pyflow (🥉17 · ⭐ 750 · 📉) - An installation and dependency system for Python. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2021-06-03_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pyinstaller (🥇34 · ⭐ 8.1K · 📈) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 6 | - playwright-python (🥈28 · ⭐ 4.6K · 📈) - Python version of the Playwright testing and.. Apache-2 7 | - xenon (🥉23 · ⭐ 190 · 📈) - Monitoring tool based on radon. MIT 8 | - data-science-types (🥉23 · ⭐ 180 · 📈) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 9 | - pyflow (🥉19 · ⭐ 770 · 📈) - An installation and dependency system for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - psutil (🥇35 · ⭐ 7.4K · 📉) - Cross-platform lib for process and system monitoring in Python. BSD-3 16 | - jedi (🥇35 · ⭐ 4.9K · 📉) - Awesome autocompletion, static analysis and refactoring library for python. MIT 17 | - pyright (🥈25 · ⭐ 6.8K · 📉) - Static type checker for Python. MIT 18 | - mypy-protobuf (🥉23 · ⭐ 350 · 📉) - open source tools to generate mypy stubs from protobufs. Apache-2 19 | - stackprinter (🥉22 · ⭐ 1.1K · 📉) - Debugging-friendly exceptions for Python. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2021-06-24_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇37 · ⭐ 22K · 📈) - Python Development Workflow for Humans. MIT 6 | - tqdm (🥇37 · ⭐ 19K · 📈) - A Fast, Extensible Progress Bar for Python and CLI. MIT 7 | - python-coloredlogs (🥈28 · ⭐ 420 · 📈) - Colored terminal output for Python's logging module. MIT 8 | - wily (🥉20 · ⭐ 770 · 📈) - A Python application for tracking, reporting on timing and complexity.. Apache-2 9 | - pyship (🥉11 · ⭐ 11 · 📈) - pyship - ship Python desktop apps to end users. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - twine (🥈30 · ⭐ 1.1K · 📉) - Utilities for interacting with PyPI. Apache-2 16 | - pyautogui (🥈29 · ⭐ 5.2K · 📉) - A cross-platform GUI automation Python module for human beings... BSD-3 17 | - line_profiler (🥈28 · ⭐ 3.5K · 📉) - Line-by-line profiling for Python. BSD-3 18 | - pudb (🥈26 · ⭐ 2.1K · 📉) - Full-screen console debugger for Python. MIT 19 | - prettytable (🥉23 · ⭐ 490 · 📉) - Display tabular data in a visually appealing ASCII.. ❗️BSD-1-Clause 20 | 21 | -------------------------------------------------------------------------------- /history/2021-07-08_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - autopep8 (🥇34 · ⭐ 3.8K · 📈) - A tool that automatically formats Python code to conform to the PEP.. MIT 6 | - pyflakes (🥇33 · ⭐ 1K · 📈) - A simple program which checks Python source files for errors. MIT 7 | - pyautogui (🥈30 · ⭐ 5.3K · 📈) - A cross-platform GUI automation Python module for human beings... BSD-3 8 | - nose2 (🥈28 · ⭐ 680 · 📈) - The successor to nose, based on unittest2. BSD-3 9 | - pep8-naming (🥈28 · ⭐ 310 · 📈) - Naming Convention checker for Python. ❗️Saxpath 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pre-commit (🥇31 · ⭐ 6.2K · 📉) - A framework for managing and maintaining multi-language pre-.. MIT 16 | - memory-profiler (🥈27 · ⭐ 3K · 📉) - Monitor Memory usage of Python code. BSD-3 17 | - prospector (🥈26 · ⭐ 1.4K · 💤) - Inspects Python source files and provides information about.. ❗️GPL-2.0 18 | - releases (🥉22 · ⭐ 160 · 💀) - A powerful Sphinx changelog-generating extension. BSD-2 19 | - memory_profiler (🥉22 · ⭐ 63 · 💀) - Monitor Memory usage of Python code. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2021-07-15_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - invoke (🥇32 · ⭐ 3.3K · 📈) - Pythonic task management & command execution. BSD-2 6 | - pdbpp (🥈27 · ⭐ 760 · 📈) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3 7 | - wasabi (🥉26 · ⭐ 300 · 📈) - A lightweight console printing and formatting toolkit. MIT 8 | - Scalene (🥉25 · ⭐ 4.2K · 📈) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 9 | - pipx (🥉25 · ⭐ 3.9K · 📈) - Install and Run Python Applications in Isolated Environments. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - py-spy (🥈28 · ⭐ 7.1K · 📉) - Sampling profiler for Python programs. MIT 16 | - Birdseye (🥉19 · ⭐ 1.4K · 📉) - Graphical Python debugger which lets you easily view the values of.. MIT 17 | - portray (🥉18 · ⭐ 750 · 📉) - Your Project with Great Documentation. MIT 18 | 19 | -------------------------------------------------------------------------------- /history/2021-12-02_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mkdocs-material (🥇34 · ⭐ 8.1K · 📈) - Technical documentation that just works. MIT 6 | - conda (🥈33 · ⭐ 4.4K · 📈) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3 7 | - parso (🥇32 · ⭐ 460 · 📈) - A Python Parser. MIT 8 | - pylama (🥈28 · ⭐ 830 · 📈) - Code audit tool for python. MIT 9 | - mamba (🥉23 · ⭐ 2.5K · 📈) - The Fast Cross-Platform Package Manager. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - ipdb (🥇29 · ⭐ 1.5K · 📉) - Integration of IPython pdb. BSD-3 16 | - pytype (🥉25 · ⭐ 3.5K · 📉) - A static type analyzer for Python code. Apache-2 17 | - asteval (🥉23 · ⭐ 120 · 📉) - minimalistic evaluator of python expression using ast module. MIT 18 | - releases (🥉22 · ⭐ 160 · 📉) - A powerful Sphinx changelog-generating extension. BSD-2 19 | - Bpytop (🥉21 · ⭐ 7.9K · 📉) - Linux/OSX/FreeBSD resource monitor. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2021-12-16_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - rope (🥇32 · ⭐ 1.2K · 📈) - a python refactoring library. ❗️LGPL-3.0 6 | - pytest-sugar (🥈28 · ⭐ 810 · 💀) - a plugin for py.test that changes the default look and.. BSD-3 7 | - pytest-mypy (🥉26 · ⭐ 200 · 📈) - Mypy static type checker plugin for Pytest. MIT 8 | - releases (🥉24 · ⭐ 160 · 📈) - A powerful Sphinx changelog-generating extension. BSD-2 9 | - python-hunter (🥉23 · ⭐ 650 · 📈) - Hunter is a flexible code tracing toolkit. BSD-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytest-asyncio (🥈30 · ⭐ 830 · 📉) - Pytest support for asyncio. Apache-2 16 | 17 | -------------------------------------------------------------------------------- /history/2021-12-23_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - conda (🥈34 · ⭐ 4.4K · 📈) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3 6 | - pympler (🥈27 · ⭐ 850 · 📈) - Development tool to measure, monitor and analyze the memory.. Apache-2 7 | - pdoc (🥉25 · ⭐ 1.1K · 📈) - API Documentation for Python Projects. Unlicense 8 | - Bpytop (🥉23 · ⭐ 8.1K · 📈) - Linux/OSX/FreeBSD resource monitor. Apache-2 9 | - mkdocs-pdf-export-plugin (🥉23 · ⭐ 220 · 📈) - An MkDocs plugin to export content pages as PDF files. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - yala (🥉18 · ⭐ 13 · 📉) - Yet Another Linter Aggregator. MIT 16 | 17 | -------------------------------------------------------------------------------- /history/2021-12-30_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - psutil (🥇38 · ⭐ 8K · 📈) - Cross-platform lib for process and system monitoring in Python. BSD-3 6 | - tox (🥇36 · ⭐ 2.5K · 📈) - Command line driven CI frontend and development task automation tool. MIT 7 | - Bpytop (🥉24 · ⭐ 8.1K · 📈) - Linux/OSX/FreeBSD resource monitor. Apache-2 8 | - Bowler (🥉21 · ⭐ 1.3K · 📈) - Safe code refactoring for modern Python. MIT 9 | - xar (🥉19 · ⭐ 1.5K · 📈) - executable archive format. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - conda (🥈33 · ⭐ 4.5K · 📉) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3 16 | - freezegun (🥈30 · ⭐ 3.1K · 📉) - Let your Python tests travel through time. Apache-2 17 | - flit (🥉25 · ⭐ 1.6K · 📉) - Simplified packaging of Python modules. BSD-3 18 | - mkdocs-awesome-pages-plugin (🥉21 · ⭐ 200 · 📉) - An MkDocs plugin that simplifies configuring page.. MIT 19 | - xenon (🥉21 · ⭐ 200 · 📉) - Monitoring tool based on radon. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-01-20_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - conda (🥈40 · ⭐ 4.5K · 📈) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3 6 | - pyflakes (🥇35 · ⭐ 1.1K · 📈) - A simple program which checks Python source files for errors. MIT 7 | - loguru (🥈34 · ⭐ 11K · 📈) - Python logging made (stupidly) simple. MIT 8 | - setuptools_scm (🥈34 · ⭐ 540 · 📈) - the blessed package to manage your versions by scm tags. MIT 9 | - flake8-isort (🥉27 · ⭐ 110 · 📈) - flake8 plugin that integrates isort. ❗️GPL-2.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - autopep8 (🥉35 · ⭐ 4K · 📉) - A tool that automatically formats Python code to conform to the PEP 8.. MIT 16 | - pympler (🥉27 · ⭐ 860 · 📉) - Development tool to measure, monitor and analyze the memory.. Apache-2 17 | 18 | ## ➕ Added Projects 19 | 20 | _Projects that were recently added to this best-of list._ 21 | 22 | - pytkdocs (🥉23 · ⭐ 41 · ➕) - Load Python objects documentation. ISC 23 | 24 | -------------------------------------------------------------------------------- /history/2022-01-27_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - robotframework (🥇42 · ⭐ 6.6K · 📈) - Generic automation framework for acceptance testing and.. Apache-2 6 | - tox (🥇38 · ⭐ 2.6K · 📈) - Command line driven CI frontend and development task automation tool. MIT 7 | - sentry-sdk (🥇38 · ⭐ 1.1K · 📈) - The new Python SDK for Sentry.io. BSD-2 8 | - pre-commit (🥇37 · ⭐ 7.3K · 📈) - A framework for managing and maintaining multi-language pre-.. MIT 9 | - pycco (🥉23 · ⭐ 760 · 💀) - Literate-style documentation generator. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pyflakes (🥈34 · ⭐ 1.1K · 📉) - A simple program which checks Python source files for errors. MIT 16 | - pyenv (🥈31 · ⭐ 26K · 📉) - Simple Python version management. MIT 17 | - pyelftools (🥈29 · ⭐ 1.4K · 📉) - Parsing ELF and DWARF in Python. Unlicense 18 | - pep8-naming (🥉27 · ⭐ 360 · 📉) - Naming Convention checker for Python. ❗️Saxpath 19 | - mamba (🥉26 · ⭐ 2.7K · 📉) - The Fast Cross-Platform Package Manager. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2022-02-10_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - rich (🥇42 · ⭐ 35K · 📈) - Rich is a Python library for rich text and beautiful formatting in the.. MIT 6 | - asv (🥉28 · ⭐ 630 · 📈) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 7 | - alive-progress (🥉26 · ⭐ 3.1K · 📈) - A new kind of Progress Bar, with real-time throughput, ETA,.. MIT 8 | - pandas-vet (🥉21 · ⭐ 130 · 📈) - A plugin for Flake8 that checks pandas code. MIT 9 | - pytest-docker (🥉20 · ⭐ 270 · 💤) - Docker-based integration tests. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mypy (🥇42 · ⭐ 12K · 📉) - Optional static typing for Python. MIT 16 | - isort (🥈39 · ⭐ 4.5K · 📉) - A Python utility / library to sort imports. MIT 17 | - yapf (🥈37 · ⭐ 12K · 📉) - A formatter for Python files. Apache-2 18 | - pdoc3 (🥉25 · ⭐ 790 · 📉) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 19 | - snoop (🥉22 · ⭐ 700 · 📉) - A powerful set of Python debugging tools, based on PySnooper. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-02-17_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - psutil (🥇44 · ⭐ 8.1K · 📈) - Cross-platform lib for process and system monitoring in Python. BSD-3 6 | - pre-commit (🥇39 · ⭐ 7.4K · 📈) - A framework for managing and maintaining multi-language pre-.. MIT 7 | - buildbot (🥇37 · ⭐ 4.8K · 📈) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 8 | - parso (🥈33 · ⭐ 480 · 📈) - A Python Parser. MIT 9 | - icecream (🥉27 · ⭐ 5.7K · 📈) - Never use print() to debug again. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - jedi (🥇40 · ⭐ 5.1K · 📉) - Awesome autocompletion, static analysis and refactoring library for python. MIT 16 | - doit (🥉32 · ⭐ 1.3K · 📉) - task management & automation tool. MIT 17 | - factory_boy (🥈30 · ⭐ 2.8K · 📉) - A test fixtures replacement for Python. MIT 18 | - pytest-plugins (🥉23 · ⭐ 430 · 📉) - A grab-bag of nifty pytest plugins. MIT 19 | - yala (🥉15 · ⭐ 13 · 📉) - Yet Another Linter Aggregator. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-04-28_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mypy (🥇43 · ⭐ 13K · 📈) - Optional static typing for Python. MIT 6 | - pyinstaller (🥇38 · ⭐ 9.1K · 📈) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 7 | - pycodestyle (🥇37 · ⭐ 4.6K · 📈) - Simple Python style checker in one Python file. ❗️Saxpath 8 | - bandit (🥇37 · ⭐ 4.1K · 📈) - Bandit is a tool designed to find common security issues in.. Apache-2 9 | - rope (🥇36 · ⭐ 1.3K · 📈) - a python refactoring library. ❗️LGPL-3.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - robotframework (🥇40 · ⭐ 6.9K · 📉) - Generic automation framework for acceptance testing and.. Apache-2 16 | - flake8 (🥇39 · ⭐ 2K · 📉) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT 17 | - buildbot (🥇36 · ⭐ 4.8K · 📉) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 18 | - autopep8 (🥉35 · ⭐ 4.1K · 📉) - A tool that automatically formats Python code to conform to the PEP.. MIT 19 | - mimesis (🥈31 · ⭐ 3.6K · 📉) - Mimesis is a high-performance fake data generator for Python, which.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-04-29_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - robotframework (🥇41 · ⭐ 6.9K · 📈) - Generic automation framework for acceptance testing and.. Apache-2 6 | - pdbpp (🥉26 · ⭐ 890 · 📈) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3 7 | 8 | ## 📉 Trending Down 9 | 10 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 11 | 12 | - sphinx_rtd_theme (🥈34 · ⭐ 4.1K · 📉) - Sphinx theme for readthedocs.org. MIT 13 | - pyenv-virtualenv (🥉19 · ⭐ 4.9K · 📉) - a pyenv plugin to manage virtualenv (a.k.a. python-.. MIT 14 | - unimport (🥉19 · ⭐ 130 · 📉) - A linter, formatter for finding and removing unused import statements. MIT 15 | 16 | ## ➕ Added Projects 17 | 18 | _Projects that were recently added to this best-of list._ 19 | 20 | - reloadium (🥉15 · ⭐ 730 · 🐣) - Advanced hot reloading for Python. Apache-2 21 | 22 | -------------------------------------------------------------------------------- /history/2022-05-05_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-cov (🥇35 · ⭐ 1.2K · 📈) - Coverage plugin for pytest. MIT 6 | - typed_ast (🥇30 · ⭐ 210 · 📈) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 7 | - prettytable (🥉29 · ⭐ 760 · 📈) - Display tabular data in a visually appealing ASCII.. ❗️BSD-1-Clause 8 | - uiautomator (🥉27 · ⭐ 1.8K · 💀) - Python wrapper of Android uiautomator test tool. MIT 9 | - pdoc3 (🥉26 · ⭐ 830 · 📈) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - parso (🥈30 · ⭐ 490 · 📉) - A Python Parser. MIT 16 | - notifiers (🥉26 · ⭐ 2.2K · 📉) - The easy way to send notifications. MIT 17 | - gast (🥉26 · ⭐ 120 · 📉) - Python AST that abstracts the underlying Python version. BSD-3 18 | - Birdseye (🥉19 · ⭐ 1.5K · 📉) - Graphical Python debugger which lets you easily view the values of.. MIT 19 | - linty_fresh (🥉11 · ⭐ 180 · 💀) - Surface lint errors during code review. Apache-2 mypy 20 | 21 | -------------------------------------------------------------------------------- /history/2022-05-12_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pip (🥇46 · ⭐ 8K · 📈) - The Python package installer. MIT 6 | - isort (🥈38 · ⭐ 4.8K · 📈) - A Python utility / library to sort imports. MIT 7 | - docformatter (🥉25 · ⭐ 280 · 📈) - Formats docstrings to follow PEP 257. MIT 8 | - com2ann (🥉18 · ⭐ 110 · 💤) - Tool for translation type comments to type annotations in Python. MIT 9 | - linty_fresh (🥉13 · ⭐ 180 · 💀) - Surface lint errors during code review. Apache-2 mypy 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - setuptools (🥇44 · ⭐ 1.7K · 📉) - Official project repository for the Setuptools build system. MIT 16 | - sphinx (🥇43 · ⭐ 4.6K · 📉) - Main repository for the Sphinx documentation builder. BSD-3 17 | - pip-tools (🥈35 · ⭐ 5.9K · 📉) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 18 | - buildbot (🥇35 · ⭐ 4.8K · 📉) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 19 | - safety (🥉28 · ⭐ 1.3K · 📉) - Safety checks your installed dependencies for known security.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-05-19_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - robotframework (🥇41 · ⭐ 7K · 📈) - Generic automation framework for acceptance testing and.. Apache-2 6 | - pre-commit (🥇40 · ⭐ 8.1K · 📈) - A framework for managing and maintaining multi-language pre-.. MIT 7 | - pycodestyle (🥇37 · ⭐ 4.6K · 📈) - Simple Python style checker in one Python file. ❗️Saxpath 8 | - wily (🥉24 · ⭐ 900 · 📈) - A Python application for tracking, reporting on timing and complexity.. Apache-2 9 | - lazydocs (🥉19 · ⭐ 85 · 📈) - Generate markdown API documentation from Google-style Python.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pyinstaller (🥇37 · ⭐ 9.1K · 📉) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 16 | - wemake-python-styleguide (🥈34 · ⭐ 1.9K · 📉) - The strictest and most opinionated python linter ever!. MIT 17 | - pyflakes (🥈34 · ⭐ 1.1K · 📉) - A simple program which checks Python source files for errors. MIT 18 | - breathe (🥈32 · ⭐ 600 · 📉) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 19 | - pydocstyle (🥈31 · ⭐ 890 · 📉) - docstring style checker. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-05-26_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - setuptools (🥇45 · ⭐ 1.7K · 📈) - Official project repository for the Setuptools build system. MIT 6 | - poetry (🥇40 · ⭐ 20K · 📈) - Python dependency management and packaging made easy. MIT 7 | - python-json-logger (🥈34 · ⭐ 1.3K · 📈) - Json Formatter for the standard python logger. BSD-2 8 | - pudb (🥇33 · ⭐ 2.4K · 📈) - Full-screen console debugger for Python. MIT 9 | - vulture (🥈27 · ⭐ 2.1K · 📈) - Find dead Python code. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - setuptools_scm (🥉32 · ⭐ 580 · 📉) - the blessed package to manage your versions by scm tags. MIT 16 | - breathe (🥈31 · ⭐ 600 · 📉) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 17 | - flit (🥉29 · ⭐ 1.7K · 📉) - Simplified packaging of Python modules. BSD-3 18 | - pytest-bdd (🥉29 · ⭐ 1K · 📉) - BDD library for the py.test runner. MIT 19 | - pytkdocs (🥉21 · ⭐ 47 · 📉) - Load Python objects documentation. ISC 20 | 21 | -------------------------------------------------------------------------------- /history/2022-06-02_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mypy (🥇44 · ⭐ 13K · 📈) - Optional static typing for Python. MIT 6 | - pylint (🥇41 · ⭐ 4K · 📈) - Its not just a linter that annoys you!. ❗️GPL-2.0 7 | - buildbot (🥇37 · ⭐ 4.8K · 📈) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 8 | - twine (🥈36 · ⭐ 1.3K · 📈) - Utilities for interacting with PyPI. Apache-2 9 | - pyflakes (🥇36 · ⭐ 1.1K · 📈) - A simple program which checks Python source files for errors. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - prospector (🥈29 · ⭐ 1.6K · 📉) - Inspects Python source files and provides information about.. ❗️GPL-2.0 16 | - PyHamcrest (🥉28 · ⭐ 630 · 📉) - Hamcrest matchers for Python. BSD-3 17 | - Bpytop (🥉25 · ⭐ 8.6K · 📉) - Linux/OSX/FreeBSD resource monitor. Apache-2 18 | - pympler (🥉25 · ⭐ 910 · 📉) - Development tool to measure, monitor and analyze the memory.. Apache-2 19 | - flake8-bandit (🥉21 · ⭐ 82 · 📉) - Automated security testing using bandit and flake8. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-06-09_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - sphinx (🥇44 · ⭐ 4.6K · 📈) - Main repository for the Sphinx documentation builder. BSD-3 6 | - numpydoc (🥈36 · ⭐ 20K · 📈) - Numpys Sphinx extensions. BSD-3 7 | - progressbar2 (🥈33 · ⭐ 770 · 📈) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 8 | - pyarmor (🥈32 · ⭐ 1.5K · 📈) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0 9 | - PyOxidizer (🥉29 · ⭐ 3.8K · 📈) - A modern Python application packaging and distribution tool. MPL-2.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mypy (🥇43 · ⭐ 13K · 📉) - Optional static typing for Python. MIT 16 | - autopep8 (🥉34 · ⭐ 4.1K · 📉) - A tool that automatically formats Python code to conform to the PEP.. MIT 17 | - asv (🥉27 · ⭐ 690 · 📉) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 18 | - dephell (🥉25 · ⭐ 1.7K · 💀) - Python project management. Manage packages: convert between formats,.. MIT 19 | - imhotep (🥉19 · ⭐ 220 · 📉) - A static-analysis bot for Github. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-06-16_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - twine (🥇37 · ⭐ 1.3K · 📈) - Utilities for interacting with PyPI. Apache-2 6 | - freezegun (🥈34 · ⭐ 3.3K · 📈) - Let your Python tests travel through time. Apache-2 7 | - pyarmor (🥈33 · ⭐ 1.5K · 📈) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0 8 | - parso (🥈32 · ⭐ 500 · 📈) - A Python Parser. MIT 9 | - pip-run (🥉18 · ⭐ 71 · 📈) - pip-run - dynamic dependency loader for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sentry-sdk (🥇37 · ⭐ 1.3K · 📉) - The official Python SDK for Sentry.io. BSD-2 16 | - buildbot (🥈36 · ⭐ 4.8K · 📉) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 17 | - rope (🥇35 · ⭐ 1.3K · 📉) - a python refactoring library. ❗️LGPL-3.0 18 | - nose2 (🥈31 · ⭐ 710 · 📉) - The successor to nose, based on unittest2. BSD-3 19 | - pyupgrade (🥈29 · ⭐ 1.8K · 📉) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-07-07_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pyinstrument (🥈31 · ⭐ 4.5K · 📈) - Call stack profiler for Python. Shows you why your code is.. BSD-3 6 | - pytest-bdd (🥉30 · ⭐ 1K · 📈) - BDD library for the py.test runner. MIT 7 | - coala (🥈29 · ⭐ 3.3K · 💀) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 8 | - pip-run (🥉20 · ⭐ 71 · 📈) - pip-run - dynamic dependency loader for Python. MIT 9 | - mkdocs-print-site-plugin (🥉19 · ⭐ 41 · 📈) - MkDocs Plugin that adds an additional page that.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - tqdm (🥇41 · ⭐ 22K · 📉) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 16 | - pre-commit (🥇39 · ⭐ 8.4K · 📉) - A framework for managing and maintaining multi-language pre-.. MIT 17 | - loguru (🥈37 · ⭐ 12K · 📉) - Python logging made (stupidly) simple. MIT 18 | - yapf (🥈35 · ⭐ 13K · 📉) - A formatter for Python files. Apache-2 19 | - pytype (🥈32 · ⭐ 3.8K · 📉) - A static type analyzer for Python code. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2022-07-14_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pre-commit (🥇40 · ⭐ 8.5K · 📈) - A framework for managing and maintaining multi-language pre-.. MIT 6 | - hypothesis (🥇40 · ⭐ 6.1K · 📈) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 7 | - wemake-python-styleguide (🥈35 · ⭐ 1.9K · 📈) - The strictest and most opinionated python linter ever!. MIT 8 | - python-json-logger (🥈35 · ⭐ 1.3K · 📈) - Json Formatter for the standard python logger. BSD-2 9 | - pyinstrument (🥈32 · ⭐ 4.6K · 📈) - Call stack profiler for Python. Shows you why your code is.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pip (🥇45 · ⭐ 8.1K · 📉) - The Python package installer. MIT 16 | - black (🥇43 · ⭐ 29K · 📉) - The uncompromising Python code formatter. MIT 17 | - pylint (🥇40 · ⭐ 4.1K · 📉) - Its not just a linter that annoys you!. ❗️GPL-2.0 18 | - jedi (🥇38 · ⭐ 5.2K · 📉) - Awesome autocompletion, static analysis and refactoring library for python. MIT 19 | - pytest-asyncio (🥈31 · ⭐ 970 · 📉) - Pytest support for asyncio. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2022-07-21_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pip (🥇47 · ⭐ 8.1K · 📈) - The Python package installer. MIT 6 | - black (🥇44 · ⭐ 29K · 📈) - The uncompromising Python code formatter. MIT 7 | - py-spy (🥈32 · ⭐ 8.7K · 📈) - Sampling profiler for Python programs. MIT 8 | - PyOxidizer (🥈31 · ⭐ 3.9K · 📈) - A modern Python application packaging and distribution tool. MPL-2.0 9 | - pyflow (🥉21 · ⭐ 1.1K · 📈) - An installation and dependency system for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mkdocs-material (🥇40 · ⭐ 10K · 📉) - Documentation that simply works. MIT 16 | - pre-commit (🥇39 · ⭐ 8.5K · 📉) - A framework for managing and maintaining multi-language pre-.. MIT 17 | - hypothesis (🥇39 · ⭐ 6.1K · 📉) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 18 | - nodeenv (🥈34 · ⭐ 1.5K · 📉) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 19 | - pip-run (🥉18 · ⭐ 71 · 📉) - pip-run - dynamic dependency loader for Python. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-08-04_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pyinstaller (🥇41 · ⭐ 9.4K · 📈) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 6 | - flake8 (🥇41 · ⭐ 2.2K · 📈) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT 7 | - autopep8 (🥈36 · ⭐ 4.1K · 📈) - A tool that automatically formats Python code to conform to the PEP.. MIT 8 | - playwright-python (🥈34 · ⭐ 6.7K · 📈) - Python version of the Playwright testing and.. Apache-2 9 | - pytest-benchmark (🥉27 · ⭐ 940 · 📈) - py.test fixture for benchmarking code. BSD-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pipenv (🥇41 · ⭐ 23K · 📉) - Python Development Workflow for Humans. MIT 16 | - pyright (🥈36 · ⭐ 8.3K · 📉) - Static type checker for Python. MIT 17 | - pytype (🥈32 · ⭐ 3.8K · 📉) - A static type analyzer for Python code. Apache-2 18 | - alabaster (🥈30 · ⭐ 650 · 💤) - Lightweight, configurable Sphinx theme. Now the Sphinx.. BSD-3 19 | - asv (🥉24 · ⭐ 700 · 📉) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2022-08-11_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇43 · ⭐ 23K · 📈) - Python Development Workflow for Humans. MIT 6 | - hypothesis (🥇41 · ⭐ 6.1K · 📈) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 7 | - autopep8 (🥈38 · ⭐ 4.1K · 📈) - A tool that automatically formats Python code to conform to the PEP.. MIT 8 | - pylama (🥈29 · ⭐ 910 · 📈) - Code audit tool for python. MIT 9 | - memray (🥉28 · ⭐ 9K · 🐣) - Memray is a memory profiler for Python. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - rich (🥇42 · ⭐ 39K · 📉) - Rich is a Python library for rich text and beautiful formatting in the.. MIT 16 | - jedi (🥇38 · ⭐ 5.2K · 📉) - Awesome autocompletion, static analysis and refactoring library for python. MIT 17 | - isort (🥈37 · ⭐ 5.1K · 📉) - A Python utility / library to sort imports. MIT 18 | - invoke (🥈34 · ⭐ 3.7K · 📉) - Pythonic task management & command execution. BSD-2 19 | - structlog (🥈34 · ⭐ 2.1K · 📉) - Structured Logging for Python. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2022-08-18_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇44 · ⭐ 23K · 📈) - Python Development Workflow for Humans. MIT 6 | - mkdocs (🥇42 · ⭐ 15K · 📈) - Project documentation with Markdown. BSD-2 7 | - mkdocs-material (🥇40 · ⭐ 11K · 📈) - Documentation that simply works. MIT 8 | - pip-tools (🥈37 · ⭐ 6.1K · 📈) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 9 | - stackprinter (🥉25 · ⭐ 1.2K · 📈) - Debugging-friendly exceptions for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - hypothesis (🥇40 · ⭐ 6.1K · 📉) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 16 | - py-spy (🥈32 · ⭐ 8.8K · 📉) - Sampling profiler for Python programs. MIT 17 | - doit (🥉32 · ⭐ 1.4K · 📉) - task management & automation tool. MIT 18 | - pyenv (🥈31 · ⭐ 28K · 📉) - Simple Python version management. MIT 19 | - Yappi (🥉28 · ⭐ 950 · 📉) - Yet Another Python Profiler, but this time thread&coroutine&greenlet.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-08-25_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mkdocs-material (🥇41 · ⭐ 11K · 📈) - Documentation that simply works. MIT 6 | - jedi (🥇39 · ⭐ 5.2K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT 7 | - pycodestyle (🥇38 · ⭐ 4.7K · 📈) - Simple Python style checker in one Python file. ❗️Saxpath 8 | - structlog (🥈36 · ⭐ 2.1K · 📈) - Structured Logging for Python. Apache-2 9 | - autoflake (🥈29 · ⭐ 580 · 📈) - Removes unused imports and unused variables as reported by pyflakes. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - poetry (🥈39 · ⭐ 21K · 📉) - Python dependency management and packaging made easy. MIT 16 | - pip-tools (🥈36 · ⭐ 6.2K · 📉) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 17 | - typed_ast (🥈29 · ⭐ 210 · 📉) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 18 | - coala (🥈28 · ⭐ 3.4K · 💀) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 19 | - typeguard (🥈27 · ⭐ 990 · 📉) - Run-time type checker for Python. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-09-01_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - Scalene (🥈31 · ⭐ 6K · 📈) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 6 | - colorlog (🥈31 · ⭐ 760 · 📈) - A colored formatter for the python logging module. MIT 7 | - asv (🥉26 · ⭐ 710 · 📈) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 8 | - releases (🥉23 · ⭐ 160 · 📈) - A powerful Sphinx changelog-generating extension. BSD-2 9 | - pip-run (🥉20 · ⭐ 75 · 📈) - pip-run - dynamic dependency loader for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - hypothesis (🥇39 · ⭐ 6.2K · 📉) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 16 | - loguru (🥈36 · ⭐ 13K · 📉) - Python logging made (stupidly) simple. MIT 17 | - bandit (🥇36 · ⭐ 4.4K · 📉) - Bandit is a tool designed to find common security issues in.. Apache-2 18 | - pyflakes (🥇36 · ⭐ 1.2K · 📉) - A simple program which checks Python source files for errors. MIT 19 | - wemake-python-styleguide (🥈34 · ⭐ 2K · 📉) - The strictest and most opinionated python linter ever!. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-09-08_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - invoke (🥇35 · ⭐ 3.7K · 📈) - Pythonic task management & command execution. BSD-2 6 | - py-spy (🥈33 · ⭐ 9K · 📈) - Sampling profiler for Python programs. MIT 7 | - doit (🥉33 · ⭐ 1.5K · 📈) - task management & automation tool. MIT 8 | - pytest-xdist (🥈33 · ⭐ 970 · 📈) - pytest plugin for distributed testing and loop-on-failures.. MIT 9 | - asteval (🥉25 · ⭐ 140 · 📈) - minimalistic evaluator of python expression using ast module. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - Nuitka (🥈35 · ⭐ 7.4K · 📉) - Nuitka is a Python compiler written in Python. Its fully.. Apache-2 16 | - coveralls-python (🥉30 · ⭐ 480 · 📉) - Show coverage stats online via coveralls.io. MIT 17 | - PyOxidizer (🥈29 · ⭐ 4.2K · 📉) - A modern Python application packaging and distribution tool. MPL-2.0 18 | - prospector (🥈27 · ⭐ 1.7K · 📉) - Inspects Python source files and provides information about.. ❗️GPL-2.0 19 | - pip-run (🥉19 · ⭐ 75 · 📉) - pip-run - dynamic dependency loader for Python. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-09-15_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - tqdm (🥇42 · ⭐ 23K · 📈) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 6 | - pyinstaller (🥇42 · ⭐ 9.5K · 📈) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 7 | - shiv (🥉25 · ⭐ 1.5K · 📈) - shiv is a command line utility for building fully self contained Python.. BSD-2 8 | - python-hunter (🥉24 · ⭐ 690 · 📈) - Hunter is a flexible code tracing toolkit. BSD-2 9 | - universal-build (🥉15 · ⭐ 18 · 💤) - Universal build utilities for containerized build pipelines. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx (🥇43 · ⭐ 4.9K · 📉) - Main repository for the Sphinx documentation builder. BSD-3 16 | - pylama (🥈27 · ⭐ 930 · 📉) - Code audit tool for python. MIT 17 | - green (🥉27 · ⭐ 740 · 📉) - Green is a clean, colorful, fast python test runner. MIT 18 | - darglint (🥉24 · ⭐ 440 · 💤) - A python documentation linter which checks that the docstring.. MIT 19 | - data-science-types (🥉20 · ⭐ 190 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2022-09-22_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pylama (🥈29 · ⭐ 930 · 📈) - Code audit tool for python. MIT 6 | - beartype (🥉27 · ⭐ 1.3K · 📈) - Unbearably fast O(1) runtime type-checking in pure Python. MIT 7 | - darglint (🥉27 · ⭐ 440 · 💤) - A python documentation linter which checks that the docstring.. MIT 8 | - data-science-types (🥉23 · ⭐ 190 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 9 | - pytest-datadir (🥉22 · ⭐ 170 · 📈) - pytest plugin for manipulating test data directories and.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - nodeenv (🥈34 · ⭐ 1.5K · 📉) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 16 | - tabulate (🥈34 · ⭐ 1.4K · 📉) - Pretty-print tabular data in Python, a library and a command-line.. MIT 17 | - playwright-python (🥈33 · ⭐ 6.9K · 📉) - Python version of the Playwright testing and.. Apache-2 18 | - pytype (🥈32 · ⭐ 3.9K · 📉) - A static type analyzer for Python code. Apache-2 19 | - pipx (🥉28 · ⭐ 5.5K · 📉) - Install and Run Python Applications in Isolated Environments. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2022-10-20_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - jedi (🥇40 · ⭐ 5.3K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT 6 | - isort (🥈38 · ⭐ 5.3K · 📈) - A Python utility / library to sort imports. MIT 7 | - sphinx_rtd_theme (🥈38 · ⭐ 4.2K · 📈) - Sphinx theme for readthedocs.org. MIT 8 | - progressbar2 (🥈34 · ⭐ 790 · 📈) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 9 | - wheel (🥈34 · ⭐ 340 · 📈) - The official binary distribution format for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - robotframework (🥇40 · ⭐ 7.4K · 📉) - Generic automation framework for acceptance testing and.. Apache-2 16 | - hypothesis (🥇40 · ⭐ 6.3K · 📉) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 17 | - pytest-cov (🥇36 · ⭐ 1.3K · 📉) - Coverage plugin for pytest. MIT 18 | - pyflakes (🥈34 · ⭐ 1.2K · 📉) - A simple program which checks Python source files for errors. MIT 19 | - pytype (🥈32 · ⭐ 3.9K · 📉) - A static type analyzer for Python code. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2022-11-24_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - jedi (🥇42 · ⭐ 5.3K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT 6 | - nodeenv (🥈34 · ⭐ 1.5K · 📈) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 7 | - pytype (🥈33 · ⭐ 4K · 📈) - A static type analyzer for Python code. Apache-2 8 | - Scalene (🥈32 · ⭐ 6.7K · 📈) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 9 | - mccabe (🥇30 · ⭐ 520 · 💤) - McCabe complexity checker for Python. ❗️Saxpath 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈38 · ⭐ 4.2K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - autopep8 (🥈37 · ⭐ 4.2K · 📉) - A tool that automatically formats Python code to conform to the PEP.. MIT 17 | - buildbot (🥈35 · ⭐ 4.9K · 📉) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 18 | - structlog (🥈34 · ⭐ 2.3K · 📉) - Simple, powerful, and fast logging for Python. ❗Unlicensed 19 | - docformatter (🥉24 · ⭐ 340 · 📉) - Formats docstrings to follow PEP 257. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-02-16_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - tabulate (🥈35 · ⭐ 1.5K · 📈) - Pretty-print tabular data in Python, a library and a command-line.. MIT 6 | - python-json-logger (🥈35 · ⭐ 1.4K · 📈) - Json Formatter for the standard python logger. BSD-2 7 | - pytest-asyncio (🥈33 · ⭐ 1.1K · 📈) - Asyncio support for pytest. Apache-2 8 | - Griffe (🥉26 · ⭐ 130 · 📈) - Signatures for entire Python programs. Extract the structure, the.. ISC 9 | - pytkdocs (🥉23 · ⭐ 46 · 💤) - Load Python objects documentation. ISC 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - structlog (🥈34 · ⭐ 2.4K · 📉) - Simple, powerful, and fast logging for Python. ❗Unlicensed 16 | - Scalene (🥈32 · ⭐ 7.3K · 📉) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 17 | - pyinstrument (🥈31 · ⭐ 5.1K · 📉) - Call stack profiler for Python. Shows you why your code is.. BSD-3 18 | - memory-profiler (🥈29 · ⭐ 3.8K · 📉) - Monitor Memory usage of Python code. BSD-3 19 | - icecream (🥉26 · ⭐ 6.6K · 📉) - Never use print() to debug again. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-02-23_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - yapf (🥈37 · ⭐ 13K · 📈) - A formatter for Python files. Apache-2 6 | - pyright (🥇37 · ⭐ 9.8K · 📈) - Static type checker for Python. MIT 7 | - asv (🥉29 · ⭐ 760 · 📈) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 8 | - wily (🥉25 · ⭐ 1K · 📈) - A Python application for tracking, reporting on timing and complexity.. Apache-2 9 | - flake8-simplify (🥉20 · ⭐ 150 · 📈) - A flake8 plugin that helps you to simplify code. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - Glances (🥇37 · ⭐ 22K · 📉) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 16 | - pycodestyle (🥇37 · ⭐ 4.8K · 📉) - Simple Python style checker in one Python file. ❗️Saxpath 17 | - pip-tools (🥈36 · ⭐ 6.6K · 📉) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 18 | - pyflakes (🥈36 · ⭐ 1.2K · 📉) - A simple program which checks Python source files for errors. MIT 19 | - numpydoc (🥈34 · ⭐ 23K · 📉) - Numpys Sphinx extensions. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-03-16_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - bandit (🥇37 · ⭐ 5K · 📈) - Bandit is a tool designed to find common security issues in Python.. Apache-2 6 | - wheel (🥈36 · ⭐ 390 · 📈) - The official binary distribution format for Python. MIT 7 | - typeguard (🥇34 · ⭐ 1.1K · 📈) - Run-time type checker for Python. MIT 8 | - setuptools_scm (🥉34 · ⭐ 690 · 📈) - the blessed package to manage your versions by scm tags. MIT 9 | - sphinx-autodoc-typehints (🥈31 · ⭐ 480 · 📈) - Type hints support for the Sphinx autodoc extension. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx (🥇43 · ⭐ 5.3K · 📉) - The Sphinx documentation generator. BSD-3 16 | - sentry-sdk (🥇39 · ⭐ 1.5K · 📉) - The official Python SDK for Sentry.io. MIT 17 | - rope (🥇36 · ⭐ 1.6K · 📉) - a python refactoring library. ❗️LGPL-3.0 18 | - ipdb (🥈32 · ⭐ 1.7K · 📉) - Integration of IPython pdb. BSD-3 19 | - flit (🥉31 · ⭐ 1.9K · 📉) - Simplified packaging of Python modules. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-04-13_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pip (🥇47 · ⭐ 8.7K · 📈) - The Python package installer. MIT 6 | - loguru (🥈37 · ⭐ 15K · 📈) - Python logging made (stupidly) simple. MIT 7 | - pipreqs (🥈33 · ⭐ 5K · 📈) - pipreqs - Generate pip requirements.txt file based on imports of.. Apache-2 8 | - flit (🥉32 · ⭐ 1.9K · 📈) - Simplified packaging of Python modules. BSD-3 9 | - mkdocs-awesome-pages-plugin (🥉26 · ⭐ 310 · 📈) - An MkDocs plugin that simplifies configuring page.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - flake8 (🥇41 · ⭐ 2.8K · 📉) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT 16 | - rope (🥇35 · ⭐ 1.6K · 📉) - a python refactoring library. ❗️LGPL-3.0 17 | - alabaster (🥈33 · ⭐ 690 · 📉) - Lightweight, configurable Sphinx theme. BSD-3 18 | - pydocstyle (🥈31 · ⭐ 1K · 📉) - docstring style checker. MIT 19 | - pyinstrument (🥈29 · ⭐ 5.2K · 📉) - Call stack profiler for Python. Shows you why your code is.. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-04-20_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - setuptools (🥇46 · ⭐ 2K · 📈) - Official project repository for the Setuptools build system. MIT 6 | - psutil (🥇45 · ⭐ 9.2K · 📈) - Cross-platform lib for process and system monitoring in Python. BSD-3 7 | - buildbot (🥈36 · ⭐ 5K · 📈) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0 8 | - pipreqs (🥈34 · ⭐ 5.1K · 📈) - pipreqs - Generate pip requirements.txt file based on imports of.. Apache-2 9 | - pyship (🥉13 · ⭐ 32 · 📈) - pyship - ship Python desktop apps to end users. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - numpydoc (🥈28 · ⭐ 240 · 📉) - Numpys Sphinx extensions. ❗Unlicensed 16 | - freezegun (🥉27 · ⭐ 3.6K · 📉) - Let your Python tests travel through time. Apache-2 17 | - pyupgrade (🥈24 · ⭐ 2.6K · 📉) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT 18 | - flake8-import-order (🥉18 · ⭐ 270 · 📉) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 19 | - memory_profiler (🥉15 · ⭐ 78 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-04-27_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pyinstrument (🥈31 · ⭐ 5.3K · 📈) - Call stack profiler for Python. Shows you why your code is.. BSD-3 6 | - autoflake (🥈28 · ⭐ 750 · 📈) - Removes unused imports and unused variables as reported by pyflakes. MIT 7 | - astor (🥇28 · ⭐ 710 · 📈) - Python AST read/write. BSD-3 8 | - line_profiler (🥉26 · ⭐ 1.8K · 📈) - Line-by-line profiling for Python. BSD-3 9 | - flake8-import-order (🥉25 · ⭐ 270 · 📈) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈31 · ⭐ 4.4K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - memory-profiler (🥉22 · ⭐ 3.9K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 17 | - buildout (🥉22 · ⭐ 560 · 📉) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 18 | - dlint (🥉16 · ⭐ 140 · 📉) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3 19 | - paver (🥉15 · ⭐ 450 · 📉) - Python-based project scripting. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-05-11_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mypy (🥇46 · ⭐ 15K · 📈) - Optional static typing for Python. MIT 6 | - pip-tools (🥈38 · ⭐ 6.8K · 📈) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 7 | - pytest-asyncio (🥈33 · ⭐ 1.1K · 📈) - Asyncio support for pytest. Apache-2 8 | - memory-profiler (🥈29 · ⭐ 3.9K · 📈) - Monitor Memory usage of Python code. BSD-3 9 | - pympler (🥉25 · ⭐ 1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - poetry (🥈36 · ⭐ 25K · 📉) - Python packaging and dependency management made easy. MIT 16 | - autoflake (🥈22 · ⭐ 760 · 📉) - Removes unused imports and unused variables as reported by pyflakes. MIT 17 | - buildout (🥉22 · ⭐ 560 · 📉) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 18 | - flake8-import-order (🥉18 · ⭐ 270 · 📉) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 19 | - paver (🥉15 · ⭐ 450 · 📉) - Python-based project scripting. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-05-25_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - hypothesis (🥇42 · ⭐ 6.7K · 📈) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 6 | - poetry (🥈40 · ⭐ 25K · 📈) - Python packaging and dependency management made easy. MIT 7 | - cx_Freeze (🥈31 · ⭐ 1.1K · 📈) - Create standalone executables from Python scripts, with the.. Python-2.0 8 | - hacking (🥈28 · ⭐ 230 · 📈) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 9 | - icecream (🥈26 · ⭐ 6.8K · 📈) - Never use print() to debug again. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytype (🥉25 · ⭐ 4.2K · 📉) - A static type analyzer for Python code. ❗Unlicensed 16 | - astor (🥉22 · ⭐ 720 · 📉) - Python AST read/write. BSD-3 17 | - typed_ast (🥉19 · ⭐ 220 · 💤) - Modified fork of CPythons ast module that parses `# type:`.. ❗Unlicensed 18 | - paver (🥉15 · ⭐ 450 · 📉) - Python-based project scripting. ❗Unlicensed 19 | - memory_profiler (🥉15 · ⭐ 82 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-06-01_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - sphinx_rtd_theme (🥈37 · ⭐ 4.4K · 📈) - Sphinx theme for readthedocs.org. MIT 6 | - pytest-xdist (🥈35 · ⭐ 1.2K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 7 | - astor (🥈28 · ⭐ 720 · 📈) - Python AST read/write. BSD-3 8 | - typed_ast (🥈28 · ⭐ 220 · 💤) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 9 | - paver (🥉24 · ⭐ 450 · 📈) - Python-based project scripting. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - typeguard (🥉30 · ⭐ 1.2K · 📉) - Run-time type checker for Python. ❗Unlicensed 16 | - freezegun (🥉26 · ⭐ 3.7K · 📉) - Let your Python tests travel through time. Apache-2 17 | - memory-profiler (🥉22 · ⭐ 3.9K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 18 | - pympler (🥉20 · ⭐ 1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2 19 | - add-trailing-comma (🥉17 · ⭐ 300 · 📉) - A tool (and pre-commit hook) to automatically add.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-06-29_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mypy (🥇46 · ⭐ 16K · 📈) - Optional static typing for Python. MIT 6 | - flake8 (🥇37 · ⭐ 2.9K · 📈) - Flake8 is a wrapper around these tools: PyFlakes;.. ❗Unlicensed 7 | - pytest-xdist (🥇36 · ⭐ 1.2K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 8 | - typeguard (🥉35 · ⭐ 1.2K · 📈) - Run-time type checker for Python. MIT 9 | - paver (🥉24 · ⭐ 460 · 📈) - Python-based project scripting. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - numpydoc (🥈27 · ⭐ 240 · 📉) - Numpys Sphinx extensions. ❗Unlicensed 16 | - memory-profiler (🥉22 · ⭐ 3.9K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 17 | - pympler (🥉21 · ⭐ 1.1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2 18 | - pytest-randomly (🥉21 · ⭐ 520 · 📉) - Pytest plugin to randomly order tests and control random.seed. MIT 19 | - hacking (🥉19 · ⭐ 230 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 20 | 21 | -------------------------------------------------------------------------------- /history/2023-07-06_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - freezegun (🥈33 · ⭐ 3.7K · 📈) - Let your Python tests travel through time. Apache-2 6 | - buildout (🥉30 · ⭐ 560 · 💤) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 7 | - hacking (🥈28 · ⭐ 230 · 📈) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 8 | - memory_profiler (🥉27 · ⭐ 3.8K · 💀) - Monitor Memory usage of Python code. BSD-3 9 | - assertpy (🥉20 · ⭐ 380 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mypy (🥇42 · ⭐ 16K · 📉) - Optional static typing for Python. ❗Unlicensed 16 | - sphinx (🥇41 · ⭐ 5.5K · 📉) - The Sphinx documentation generator. ❗Unlicensed 17 | - playwright-python (🥉29 · ⭐ 8.9K · 📉) - Python version of the Playwright testing and.. Apache-2 18 | - beartype (🥉24 · ⭐ 1.9K · 📉) - Unbearably fast near-real-time runtime type-checking in pure Python. MIT 19 | - PrettyErrors (🥉19 · ⭐ 2.6K · 💀) - Prettify Python exception output to make it legible. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-07-13_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - sphinx (🥇44 · ⭐ 5.5K · 📈) - The Sphinx documentation generator. BSD-3 6 | - hypothesis (🥇42 · ⭐ 6.8K · 📈) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0 7 | - numpydoc (🥈34 · ⭐ 23K · 📈) - Numpys Sphinx extensions. BSD-3 8 | - memory-profiler (🥈29 · ⭐ 3.9K · 💤) - Monitor Memory usage of Python code. BSD-3 9 | - add-trailing-comma (🥉22 · ⭐ 300 · 📈) - A tool (and pre-commit hook) to automatically add.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - cx_Freeze (🥈27 · ⭐ 1.1K · 📉) - Create standalone executables from Python scripts, with.. ❗Unlicensed 16 | - freezegun (🥉26 · ⭐ 3.7K · 📉) - Let your Python tests travel through time. Apache-2 17 | - pytype (🥉25 · ⭐ 4.3K · 📉) - A static type analyzer for Python code. ❗Unlicensed 18 | - sphinx-bootstrap-theme (🥉20 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT 19 | - memory_profiler (🥉16 · ⭐ 81 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-07-27_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytype (🥉32 · ⭐ 4.3K · 📈) - A static type analyzer for Python code. Apache-2 6 | - buildout (🥉30 · ⭐ 560 · 💤) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 7 | - pytest-randomly (🥉27 · ⭐ 530 · 📈) - Pytest plugin to randomly order tests and control random.seed. MIT 8 | - MonkeyType (🥈26 · ⭐ 4.3K · 📈) - A Python library that generates static type annotations by.. BSD-3 9 | - paver (🥉25 · ⭐ 460 · 📈) - Python-based project scripting. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pycodestyle (🥈29 · ⭐ 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 16 | - pytest-asyncio (🥈29 · ⭐ 1.2K · 📉) - Asyncio support for pytest. Apache-2 17 | - memory-profiler (🥉22 · ⭐ 4K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 18 | - hacking (🥉20 · ⭐ 230 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 19 | - assertpy (🥉13 · ⭐ 18 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-08-31_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - numpydoc (🥈35 · ⭐ 24K · 📈) - Numpys Sphinx extensions. BSD-3 6 | - memory-profiler (🥈29 · ⭐ 4K · 📈) - Monitor Memory usage of Python code. BSD-3 7 | - pympler (🥉26 · ⭐ 1.1K · 💀) - Development tool to measure, monitor and analyze the memory.. Apache-2 8 | - green (🥉26 · ⭐ 770 · 📈) - Green is a clean, colorful, fast python test runner. MIT 9 | - dlint (🥉22 · ⭐ 160 · 📈) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytype (🥉25 · ⭐ 4.3K · 📉) - A static type analyzer for Python code. ❗Unlicensed 16 | - line_profiler (🥉23 · ⭐ 2K · 📉) - Line-by-line profiling for Python. ❗Unlicensed 17 | - buildout (🥉22 · ⭐ 560 · 💤) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 18 | - hacking (🥉20 · ⭐ 230 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 19 | - assertpy (🥉13 · ⭐ 18 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-09-07_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-xdist (🥇36 · ⭐ 1.2K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 6 | - freezegun (🥈33 · ⭐ 3.8K · 💤) - Let your Python tests travel through time. Apache-2 7 | - factory_boy (🥈32 · ⭐ 3.2K · 📈) - A test fixtures replacement for Python. MIT 8 | - hacking (🥈28 · ⭐ 230 · 📈) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 9 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - flake8 (🥇37 · ⭐ 3K · 📉) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle;.. ❗Unlicensed 16 | - pycodestyle (🥈31 · ⭐ 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 17 | - parso (🥈28 · ⭐ 560 · 📉) - A Python Parser. ❗Unlicensed 18 | - numpydoc (🥈28 · ⭐ 250 · 📉) - Numpys Sphinx extensions. ❗Unlicensed 19 | - cx_Freeze (🥈27 · ⭐ 1.1K · 📉) - Create standalone executables from Python scripts, with.. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-09-14_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pycodestyle (🥇38 · ⭐ 4.9K · 📈) - Simple Python style checker in one Python file. MIT 6 | - cx_Freeze (🥈32 · ⭐ 1.1K · 📈) - Create standalone executables from Python scripts, with the.. Python-2.0 7 | - parso (🥈32 · ⭐ 560 · 📈) - A Python Parser. MIT 8 | - pytest-randomly (🥉27 · ⭐ 540 · 📈) - Pytest plugin to randomly order tests and control random.seed. MIT 9 | - massedit (🥉20 · ⭐ 110 · 📈) - Programmatically edit text files with Python. Useful for source to.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈32 · ⭐ 4.5K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - pytest-xdist (🥉28 · ⭐ 1.2K · 📉) - pytest plugin for distributed testing and loop-on-.. MIT 17 | - progressbar2 (🥉27 · ⭐ 820 · 📉) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 18 | - buildout (🥉21 · ⭐ 560 · 💤) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 19 | - memory_profiler (🥉15 · ⭐ 83 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-09-21_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-xdist (🥈36 · ⭐ 1.2K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 6 | - numpydoc (🥈35 · ⭐ 24K · 📈) - Numpys Sphinx extensions. BSD-3 7 | - pytype (🥉32 · ⭐ 4.3K · 📈) - A static type analyzer for Python code. Apache-2 8 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 9 | - MonkeyType (🥈25 · ⭐ 4.4K · 📈) - A Python library that generates static type annotations by.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pycodestyle (🥈31 · ⭐ 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 16 | - freezegun (🥉26 · ⭐ 3.8K · 💤) - Let your Python tests travel through time. Apache-2 17 | - factory_boy (🥉25 · ⭐ 3.2K · 📉) - A test fixtures replacement for Python. MIT 18 | - memory-profiler (🥉22 · ⭐ 4K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 19 | - assertpy (🥉13 · ⭐ 18 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2023-10-12_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - packaging (🥇38 · ⭐ 530 · 📈) - Core utilities for Python packages. Apache-2 6 | - xonsh (🥇31 · ⭐ 7.3K · 📈) - Python-powered, cross-platform, Unix-gazing shell. ❗️BSD-1-Clause 7 | - rebound (🥉26 · ⭐ 4K · 💀) - Command-line tool that instantly fetches Stack Overflow results when an.. MIT 8 | - PrettyErrors (🥉22 · ⭐ 2.7K · 💀) - Prettify Python exception output to make it legible. MIT 9 | - xdoctest (🥉22 · ⭐ 190 · 📈) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pycodestyle (🥈31 · ⭐ 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 16 | - pytest-asyncio (🥉28 · ⭐ 1.2K · 📉) - Asyncio support for pytest. Apache-2 17 | - pytype (🥉26 · ⭐ 4.4K · 📉) - A static type analyzer for Python code. ❗Unlicensed 18 | - flake8-comprehensions (🥉21 · ⭐ 450 · 📉) - A flake8 plugin to help you write better.. MIT 19 | - memory_profiler (🥉15 · ⭐ 83 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-11-23_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-xdist (🥇36 · ⭐ 1.3K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 6 | - pytype (🥉33 · ⭐ 4.4K · 📈) - A static type analyzer for Python code. Apache-2 7 | - freezegun (🥈32 · ⭐ 3.9K · 💤) - Let your Python tests travel through time. Apache-2 8 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 9 | - paver (🥉25 · ⭐ 460 · 💤) - Python-based project scripting. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pipenv (🥇45 · ⭐ 24K · 📉) - Python Development Workflow for Humans. MIT 16 | - pip-tools (🥈38 · ⭐ 7.2K · 📉) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 17 | - mimesis (🥈33 · ⭐ 4.1K · 📉) - Mimesis is a powerful Python library that empowers developers to.. MIT 18 | - vulture (🥈31 · ⭐ 2.8K · 📉) - Find dead Python code. MIT 19 | - mkdocs-awesome-pages-plugin (🥉24 · ⭐ 380 · 📉) - An MkDocs plugin that simplifies configuring page.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-11-30_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - twine (🥈36 · ⭐ 1.5K · 📈) - Utilities for interacting with PyPI. Apache-2 6 | - flake8-bugbear (🥈32 · ⭐ 1K · 📈) - A plugin for Flake8 finding likely bugs and design.. MIT 7 | - notifiers (🥉28 · ⭐ 2.5K · 💀) - The easy way to send notifications. MIT 8 | - pdoc3 (🥉27 · ⭐ 1K · 💤) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 9 | - stackprinter (🥉26 · ⭐ 1.3K · 📈) - Debugging-friendly exceptions for Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mypy (🥇45 · ⭐ 17K · 📉) - Optional static typing for Python. MIT 16 | - setuptools (🥇45 · ⭐ 2.2K · 📉) - Official project repository for the Setuptools build system. MIT 17 | - loguru (🥈37 · ⭐ 17K · 📉) - Python logging made (stupidly) simple. MIT 18 | - sphinx_rtd_theme (🥈37 · ⭐ 4.5K · 📉) - Sphinx theme for readthedocs.org. MIT 19 | - PyHamcrest (🥉28 · ⭐ 730 · 📉) - Hamcrest matchers for Python. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-12-07_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - invoke (🥈36 · ⭐ 4.1K · 📈) - Pythonic task management & command execution. BSD-2 6 | - freezegun (🥈35 · ⭐ 3.9K · 📈) - Let your Python tests travel through time. Apache-2 7 | - pytest-mock (🥈35 · ⭐ 1.7K · 📈) - Thin-wrapper around the mock package for easier use with.. MIT 8 | - Yappi (🥈30 · ⭐ 1.3K · 📈) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT 9 | - green (🥉28 · ⭐ 780 · 📈) - Green is a clean, colorful, fast python test runner. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sentry-sdk (🥈36 · ⭐ 1.7K · 📉) - The official Python SDK for Sentry.io. MIT 16 | - pyflakes (🥈36 · ⭐ 1.3K · 📉) - A simple program which checks Python source files for errors. MIT 17 | - prospector (🥇33 · ⭐ 1.9K · 📉) - Inspects Python source files and provides information about.. ❗️GPL-2.0 18 | - nose2 (🥈33 · ⭐ 760 · 📉) - The successor to nose, based on unittest2. BSD-2 19 | - tabulate (🥈31 · ⭐ 1.8K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2023-12-14_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - isort (🥈42 · ⭐ 6.2K · 📈) - A Python utility / library to sort imports. MIT 6 | - bandit (🥇38 · ⭐ 5.7K · 📈) - Bandit is a tool designed to find common security issues in.. Apache-2 7 | - twine (🥇37 · ⭐ 1.5K · 📈) - Utilities for interacting with PyPI. Apache-2 8 | - python-json-logger (🥈34 · ⭐ 1.6K · 💤) - Json Formatter for the standard python logger. BSD-2 9 | - mamba (🥉30 · ⭐ 5.6K · 📈) - The Fast Cross-Platform Package Manager. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - freezegun (🥈29 · ⭐ 3.9K · 📉) - Let your Python tests travel through time. Apache-2 16 | - pytype (🥉27 · ⭐ 4.4K · 📉) - A static type analyzer for Python code. ❗Unlicensed 17 | - hacking (🥉20 · ⭐ 230 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 18 | - typed_ast (🥉19 · ⭐ 220 · 📉) - Modified fork of CPythons ast module that parses `# type:`.. ❗Unlicensed 19 | - memory_profiler (🥉15 · ⭐ 85 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2023-12-28_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pycodestyle (🥇37 · ⭐ 4.9K · 📈) - Simple Python style checker in one Python file. MIT 6 | - freezegun (🥈35 · ⭐ 3.9K · 📈) - Let your Python tests travel through time. Apache-2 7 | - factory_boy (🥈31 · ⭐ 3.3K · 📈) - A test fixtures replacement for Python. MIT 8 | - memory-profiler (🥉28 · ⭐ 4.1K · 📈) - Monitor Memory usage of Python code. BSD-3 9 | - sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytype (🥉26 · ⭐ 4.4K · 📉) - A static type analyzer for Python code. ❗Unlicensed 16 | - tabulate (🥉24 · ⭐ 1.9K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT 17 | - buildout (🥉21 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 18 | - flake8-import-order (🥉18 · ⭐ 280 · 📉) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 19 | - assertpy (🥉12 · ⭐ 19 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2024-01-04_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-xdist (🥇36 · ⭐ 1.3K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 6 | - pytype (🥉32 · ⭐ 4.4K · 📈) - A static type analyzer for Python code. Apache-2 7 | - tabulate (🥈32 · ⭐ 1.9K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT 8 | - cx_Freeze (🥈32 · ⭐ 1.2K · 📈) - Create standalone executables from Python scripts, with the.. Python-2.0 9 | - assertpy (🥉19 · ⭐ 430 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pycodestyle (🥈29 · ⭐ 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 16 | - freezegun (🥉29 · ⭐ 3.9K · 📉) - Let your Python tests travel through time. Apache-2 17 | - memory-profiler (🥉20 · ⭐ 4.1K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 18 | - hacking (🥉19 · ⭐ 230 · 📉) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 19 | - paver (🥉16 · ⭐ 460 · 💤) - Python-based project scripting. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-01-18_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - xonsh (🥇32 · ⭐ 7.5K · 📈) - Python-powered, cross-platform, Unix-gazing shell. ❗️BSD-1-Clause 6 | - pybuilder (🥉27 · ⭐ 1.6K · 📈) - Software build automation tool for Python. Apache-2 7 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 8 | - xdoctest (🥉24 · ⭐ 200 · 📈) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 9 | - Birdseye (🥉20 · ⭐ 1.6K · 📈) - Graphical Python debugger which lets you easily view the values of.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈32 · ⭐ 4.5K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - buildout (🥉21 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 17 | - memory-profiler (🥉20 · ⭐ 4.1K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 18 | - paver (🥉17 · ⭐ 460 · 💤) - Python-based project scripting. ❗Unlicensed 19 | - assertpy (🥉12 · ⭐ 19 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2024-02-01_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - sphinx_rtd_theme (🥈37 · ⭐ 4.5K · 📈) - Sphinx theme for readthedocs.org. MIT 6 | - pytype (🥉33 · ⭐ 4.5K · 📈) - A static type analyzer for Python code. Apache-2 7 | - buildout (🥉28 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 8 | - paver (🥉26 · ⭐ 460 · 💤) - Python-based project scripting. BSD-3 9 | - assertpy (🥉19 · ⭐ 430 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sentry-sdk (🥈33 · ⭐ 1.7K · 📉) - The official Python SDK for Sentry.io. MIT 16 | - beartype (🥉27 · ⭐ 2.2K · 📉) - Unbearably fast near-real-time hybrid runtime-static type-checking.. MIT 17 | - tabulate (🥉25 · ⭐ 1.9K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT 18 | - add-trailing-comma (🥉17 · ⭐ 330 · 📉) - A tool (and pre-commit hook) to automatically add.. MIT 19 | - memory_profiler (🥉15 · ⭐ 89 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-02-15_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-xdist (🥇38 · ⭐ 1.3K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 6 | - pycodestyle (🥈36 · ⭐ 5K · 📈) - Simple Python style checker in one Python file. MIT 7 | - hacking (🥈29 · ⭐ 230 · 📈) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 8 | - line_profiler (🥉27 · ⭐ 2.4K · 📈) - Line-by-line profiling for Python. BSD-3 9 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈31 · ⭐ 4.6K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - freezegun (🥉29 · ⭐ 3.9K · 📉) - Let your Python tests travel through time. Apache-2 17 | - pytype (🥉26 · ⭐ 4.5K · 📉) - A static type analyzer for Python code. ❗Unlicensed 18 | - buildout (🥉21 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 19 | - paver (🥉17 · ⭐ 460 · 💤) - Python-based project scripting. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-02-29_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - mypy (🥇45 · ⭐ 17K · 📈) - Optional static typing for Python. MIT 6 | - pytype (🥉33 · ⭐ 4.5K · 📈) - A static type analyzer for Python code. Apache-2 7 | - xonsh (🥇32 · ⭐ 7.8K · 📈) - Python-powered, cross-platform, Unix-gazing shell. ❗️BSD-1-Clause 8 | - sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT 9 | - sphinx-markdown-builder (🥉22 · ⭐ 160 · 💤) - DISCONTINUED: sphinx builder that outputs markdown.. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - hypothesis (🥇38 · ⭐ 7.2K · 📉) - Hypothesis is a powerful, flexible, and easy to use.. ❗Unlicensed 16 | - setuptools_scm (🥉31 · ⭐ 800 · 📉) - the blessed package to manage your versions by scm tags. MIT 17 | - freezegun (🥉29 · ⭐ 3.9K · 📉) - Let your Python tests travel through time. Apache-2 18 | - factory_boy (🥉26 · ⭐ 3.4K · 📉) - A test fixtures replacement for Python. MIT 19 | - memory_profiler (🥉15 · ⭐ 90 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-03-07_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pytest-asyncio (🥈37 · ⭐ 1.3K · 📈) - Asyncio support for pytest. Apache-2 6 | - pyupgrade (🥈32 · ⭐ 3.3K · 📈) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT 7 | - buildout (🥉28 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 8 | - paver (🥉26 · ⭐ 460 · 💤) - Python-based project scripting. BSD-3 9 | - assertpy (🥉20 · ⭐ 430 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - mypy (🥇41 · ⭐ 17K · 📉) - Optional static typing for Python. ❗Unlicensed 16 | - bandit (🥈31 · ⭐ 5.9K · 📉) - Bandit is a tool designed to find common security issues in.. Apache-2 17 | - xonsh (🥇28 · ⭐ 7.8K · 📉) - Python-powered, cross-platform, Unix-gazing shell. ❗Unlicensed 18 | - beartype (🥈28 · ⭐ 2.3K · 📉) - Unbearably fast near-real-time hybrid runtime-static type-checking.. MIT 19 | - flake8-bandit (🥉15 · ⭐ 110 · 💀) - Automated security testing using bandit and flake8. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2024-03-14_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - bandit (🥇38 · ⭐ 5.9K · 📈) - Bandit is a tool designed to find common security issues in.. Apache-2 6 | - sphinx_rtd_theme (🥈37 · ⭐ 4.6K · 📈) - Sphinx theme for readthedocs.org. MIT 7 | - freezegun (🥈35 · ⭐ 3.9K · 📈) - Let your Python tests travel through time. Apache-2 8 | - memory-profiler (🥈29 · ⭐ 4.2K · 📈) - Monitor Memory usage of Python code. BSD-3 9 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sentry-sdk (🥈33 · ⭐ 1.7K · 📉) - The official Python SDK for Sentry.io. MIT 16 | - progressbar2 (🥉30 · ⭐ 840 · 📉) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 17 | - tabulate (🥉26 · ⭐ 1.9K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT 18 | - buildout (🥉21 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗Unlicensed 19 | - paver (🥉17 · ⭐ 460 · 💤) - Python-based project scripting. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-03-21_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pyinstaller (🥇42 · ⭐ 11K · 📈) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0 6 | - buildout (🥉28 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 7 | - rebound (🥉26 · ⭐ 4.1K · 💀) - Command-line tool that instantly fetches Stack Overflow results when.. MIT 8 | - paver (🥉26 · ⭐ 460 · 💤) - Python-based project scripting. BSD-3 9 | - PrettyErrors (🥉24 · ⭐ 2.8K · 💀) - Prettify Python exception output to make it legible. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈31 · ⭐ 4.6K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - pycodestyle (🥈30 · ⭐ 5K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed 17 | - freezegun (🥉29 · ⭐ 3.9K · 📉) - Let your Python tests travel through time. Apache-2 18 | - memory-profiler (🥉22 · ⭐ 4.2K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed 19 | - memory_profiler (🥉15 · ⭐ 90 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2024-03-28_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pycodestyle (🥇37 · ⭐ 5K · 📈) - Simple Python style checker in one Python file. MIT 6 | - sphinx_rtd_theme (🥈37 · ⭐ 4.6K · 📈) - Sphinx theme for readthedocs.org. MIT 7 | - memory-profiler (🥈29 · ⭐ 4.2K · 📈) - Monitor Memory usage of Python code. BSD-3 8 | - memory_profiler (🥉26 · ⭐ 4K · 💀) - Monitor Memory usage of Python code. BSD-3 9 | - assertpy (🥉20 · ⭐ 430 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - conda (🥇41 · ⭐ 6.1K · 📉) - A system-level, binary package and environment manager running.. ❗Unlicensed 16 | - poetry (🥈38 · ⭐ 29K · 📉) - Python packaging and dependency management made easy. MIT 17 | - flake8-import-order (🥉20 · ⭐ 280 · 📉) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 18 | - pyformat (🥉16 · ⭐ 94 · 📉) - Formats Python code to follow a consistent style. ❗Unlicensed 19 | - cohesion (🥉12 · ⭐ 220 · 💤) - A tool for measuring Python class cohesion. ❗️GPL-3.0 20 | 21 | -------------------------------------------------------------------------------- /history/2024-04-04_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - xonsh (🥇32 · ⭐ 7.9K · 📈) - Python-powered, cross-platform, Unix-gazing shell. ❗Unlicensed 6 | - autoflake (🥈28 · ⭐ 860 · 📈) - Removes unused imports and unused variables as reported by pyflakes. MIT 7 | - pytest-docker (🥉27 · ⭐ 390 · 📈) - Docker-based integration tests. MIT 8 | - pympler (🥉26 · ⭐ 1.1K · 💀) - Development tool to measure, monitor and analyze the memory.. Apache-2 9 | - Bowler (🥈25 · ⭐ 1.5K · 💀) - Safe code refactoring for modern Python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - sphinx_rtd_theme (🥈30 · ⭐ 4.6K · 📉) - Sphinx theme for readthedocs.org. MIT 16 | - freezegun (🥉29 · ⭐ 4K · 📉) - Let your Python tests travel through time. Apache-2 17 | - pyupgrade (🥈27 · ⭐ 3.3K · 📉) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT 18 | - memory_profiler (🥉15 · ⭐ 89 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed 19 | - assertpy (🥉12 · ⭐ 19 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2024-04-25_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pip (🥇48 · ⭐ 9.3K · 📈) - The Python package installer. MIT 6 | - mkdocs (🥇42 · ⭐ 18K · 📈) - Project documentation with Markdown. BSD-2 7 | - sentry-sdk (🥇38 · ⭐ 1.7K · 📈) - The official Python SDK for Sentry.io. MIT 8 | - pip-run (🥉24 · ⭐ 130 · 📈) - pip-run - dynamic dependency loader for Python. MIT 9 | - python-devtools (🥉23 · ⭐ 940 · 📈) - Dev tools for python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - yapf (🥈39 · ⭐ 14K · 📉) - A formatter for Python files. Apache-2 16 | - Nuitka (🥇39 · ⭐ 11K · 📉) - Nuitka is a Python compiler written in Python. Its fully.. Apache-2 17 | - Glances (🥇37 · ⭐ 25K · 📉) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 18 | - flit (🥉30 · ⭐ 2.1K · 📉) - Simplified packaging of Python modules. BSD-3 19 | - pytest-watch (🥉23 · ⭐ 720 · 💀) - Local continuous test runner with pytest and watchdog. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2024-05-09_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - Glances (🥇38 · ⭐ 25K · 📈) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 6 | - pipx (🥈36 · ⭐ 9K · 📈) - Install and Run Python Applications in Isolated Environments. MIT 7 | - setuptools_scm (🥈36 · ⭐ 820 · 📈) - the blessed package to manage your versions by scm tags. MIT 8 | - detect-secrets (🥈33 · ⭐ 3.5K · 📈) - An enterprise friendly way of detecting and preventing.. Apache-2 9 | - flake8-commas (🥉27 · ⭐ 130 · 📈) - Flake8 extension for enforcing trailing commas in python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - poetry (🥈41 · ⭐ 30K · 📉) - Python packaging and dependency management made easy. MIT 16 | - pycodestyle (🥈34 · ⭐ 5K · 📉) - Simple Python style checker in one Python file. MIT 17 | - typed_ast (🥉26 · ⭐ 230 · 💤) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 18 | - buildout (🥉25 · ⭐ 570 · 💀) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1 19 | - paver (🥉23 · ⭐ 460 · 💀) - Python-based project scripting. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2024-05-16_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - Glances (🥇40 · ⭐ 25K · 📈) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 6 | - pytest-xdist (🥇40 · ⭐ 1.4K · 📈) - pytest plugin for distributed testing and loop-on-.. MIT 7 | - pyright (🥈39 · ⭐ 12K · 📈) - Static Type Checker for Python. MIT 8 | - pip-tools (🥈39 · ⭐ 7.5K · 📈) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 9 | - pyre-check (🥉35 · ⭐ 6.7K · 📈) - Performant type-checking for python. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - tqdm (🥇42 · ⭐ 28K · 📉) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 16 | - pyflakes (🥇36 · ⭐ 1.3K · 📉) - A simple program which checks Python source files for errors. MIT 17 | - setuptools_scm (🥈35 · ⭐ 820 · 📉) - the blessed package to manage your versions by scm tags. MIT 18 | - asv (🥉31 · ⭐ 840 · 📉) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 19 | - pytest-mypy (🥉26 · ⭐ 240 · 📉) - Mypy static type checker plugin for Pytest. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2024-05-23_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pylint (🥇43 · ⭐ 5.1K · 📈) - Its not just a linter that annoys you!. ❗️GPL-2.0 6 | - playwright-python (🥈38 · ⭐ 11K · 📈) - Python version of the Playwright testing and.. Apache-2 7 | - packaging (🥈38 · ⭐ 590 · 📈) - Core utilities for Python packages. Apache-2 8 | - structlog (🥈37 · ⭐ 3.2K · 📈) - Simple, powerful, and fast logging for Python. Apache-2 9 | - pep8-naming (🥈30 · ⭐ 490 · 📈) - Naming Convention checker for Python. ❗️Saxpath 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - Scalene (🥈32 · ⭐ 11K · 📉) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 16 | - nox (🥈32 · ⭐ 1.2K · 📉) - Flexible test automation for Python. Apache-2 17 | - vulture (🥈30 · ⭐ 3.1K · 📉) - Find dead Python code. MIT 18 | - asv (🥉30 · ⭐ 840 · 📉) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 19 | - mamba (🥉29 · ⭐ 6.4K · 📉) - The Fast Cross-Platform Package Manager. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2024-05-30_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇45 · ⭐ 25K · 📈) - Python Development Workflow for Humans. MIT 6 | - playwright-python (🥇39 · ⭐ 11K · 📈) - Python version of the Playwright testing and.. Apache-2 7 | - scons (🥈38 · ⭐ 2K · 📈) - SCons - a software construction tool. MIT 8 | - memray (🥈35 · ⭐ 13K · 📈) - Memray is a memory profiler for Python. Apache-2 9 | - asteval (🥉24 · ⭐ 170 · 📈) - minimalistic evaluator of python expression using ast module. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytest-asyncio (🥈36 · ⭐ 1.3K · 📉) - Asyncio support for pytest. Apache-2 16 | - progressbar2 (🥈33 · ⭐ 850 · 📉) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 17 | - pdoc (🥈31 · ⭐ 1.8K · 📉) - API Documentation for Python Projects. Unlicense 18 | - Yappi (🥈29 · ⭐ 1.4K · 📉) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT 19 | - pytest-testmon (🥉26 · ⭐ 800 · 📉) - Selects tests affected by changed files. Executes the.. MIT 20 | 21 | -------------------------------------------------------------------------------- /latest-changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ 4 | 5 | - pipenv (🥇45 · ⭐ 25K · 📈) - Python Development Workflow for Humans. MIT 6 | - playwright-python (🥇39 · ⭐ 11K · 📈) - Python version of the Playwright testing and.. Apache-2 7 | - scons (🥈38 · ⭐ 2K · 📈) - SCons - a software construction tool. MIT 8 | - memray (🥈35 · ⭐ 13K · 📈) - Memray is a memory profiler for Python. Apache-2 9 | - asteval (🥉24 · ⭐ 170 · 📈) - minimalistic evaluator of python expression using ast module. MIT 10 | 11 | ## 📉 Trending Down 12 | 13 | _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ 14 | 15 | - pytest-asyncio (🥈36 · ⭐ 1.3K · 📉) - Asyncio support for pytest. Apache-2 16 | - progressbar2 (🥈33 · ⭐ 850 · 📉) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 17 | - pdoc (🥈31 · ⭐ 1.8K · 📉) - API Documentation for Python Projects. Unlicense 18 | - Yappi (🥈29 · ⭐ 1.4K · 📉) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT 19 | - pytest-testmon (🥉26 · ⭐ 800 · 📉) - Selects tests affected by changed files. Executes the.. MIT 20 | 21 | --------------------------------------------------------------------------------