🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
This curated list contains 270 awesome open-source projects with a total of 890K stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own.
📫 Subscribe to our newsletter for updates and trending projects.
Contents
- Linters & Style Checkers 40 projects
- Type checkers 5 projects
- Code Formatters 7 projects
- Code Refactoring 18 projects
- Code Security 8 projects
- Virtual Environments 10 projects
- Dependency & Package Managers 11 projects
- Code Metrics & Complexity 6 projects
- Logging 21 projects
- Shell 2 projects
- Documentation 29 projects
- Debugging Tools 13 projects
- Testing Tools 43 projects
- Code Packaging 16 projects
- Build Tools 14 projects
- System Monitoring & Profiling 18 projects
- AST Tools 6 projects
- Others 1 projects
Explanation
- 🥇🥈🥉 Combined project-quality score
- ⭐️ Star count from GitHub
- 🐣 New project (less than 6 months old)
- 💤 Inactive project (6 months no activity)
- 💀 Dead project (12 months no activity)
- 📈📉 Project is trending up or down
- ➕ Project was recently added
- ❗️ Warning (e.g. missing/risky license)
- 👨💻 Contributors count from GitHub
- 🔀 Fork count from GitHub
- 📋 Issue count from GitHub
- ⏱️ Last update timestamp on package manager
- 📥 Download count from package manager
- 📦 Number of dependent projects
- Flake8 related project
- Pytest related project
- Pylint related project
- Sphinx related project
- MkDocs related project
Linters & Style Checkers
pycodestyle (🥇38 · ⭐ 4.9K) - Simple Python style checker in one Python file. MIT
wemake-python-styleguide (🥈36 · ⭐ 2.3K) - The strictest and most opinionated python linter ever!. MIT
flake8-bugbear (🥈32 · ⭐ 960) - A plugin for Flake8 finding likely bugs and design problems.. MIT
pydocstyle (🥈30 · ⭐ 1.1K) - docstring style checker. MIT
pylint-django (🥈29 · ⭐ 560) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
flake8-quotes (🥈27 · ⭐ 170 · 💤) - Flake8 extension for checking quotes in python. MIT
flake8-isort (🥈27 · ⭐ 150 · 💤) - flake8 plugin that integrates isort. ❗️GPL-2.0
beartype (🥉26 · ⭐ 2K) - Unbearably fast near-real-time hybrid runtime-static type-checking in pure.. MIT
flake8-eradicate (🥉26 · ⭐ 300) - Flake8 plugin to find commented out or dead code. MIT
check-manifest (🥉26 · ⭐ 280) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
pandas-vet (🥉26 · ⭐ 160) - A plugin for Flake8 that checks pandas code. MIT
flake8-black (🥉24 · ⭐ 160) - flake8 plugin to run black for checking Python coding style. MIT
flake8-builtins (🥉23 · ⭐ 110 · 💤) - Check for python builtins being used as variables or.. ❗️GPL-2.0
mypy-protobuf (🥉21 · ⭐ 580) - open source tools to generate mypy stubs from protobufs. Apache-2
flake8-comprehensions (🥉21 · ⭐ 450) - A flake8 plugin to help you write better.. MIT
flake8-import-order (🥉19 · ⭐ 270 · 💤) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
flake8-simplify (🥉18 · ⭐ 160) - A flake8 plugin that helps you to simplify code. MIT
bellybutton (🥉15 · ⭐ 260) - Custom Python linting through AST expressions. MIT
flake8-bandit (🥉15 · ⭐ 110 · 💤) - Automated security testing using bandit and flake8. MIT
linty_fresh (🥉10 · ⭐ 180 · 💤) - Surface lint errors during code review. Apache-2
mypy
Show 11 hidden projects...
- darglint (🥈28 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring..
MIT
- coala (🥈27 · ⭐ 3.5K · 💀) - coala provides a unified command-line interface for linting and..
❗️AGPL-3.0
- pep8-naming (🥈27 · ⭐ 460) - Naming Convention checker for Python.
❗Unlicensed
- data-science-types (🥉26 · ⭐ 200 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2
- Fixit (🥉22 · ⭐ 530) - Advanced Python linting framework with auto-fixes and hierarchical..
❗Unlicensed
- flake8-commas (🥉21 · ⭐ 130 · 💀) - Flake8 extension for enforcing trailing commas in..
❗Unlicensed
- pylint-flask (🥉21 · ⭐ 62 · 💀) - A Pylint plugin to analyze Flask applications.
❗️GPL-2.0
- flake8-mypy (🥉17 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy.
MIT
- flakehell (🥉16 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
MIT
- yala (🥉15 · ⭐ 14 · 💤) - Yet Another Linter Aggregator.
MIT
- pycycle (🥉13 · ⭐ 320 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
Type checkers
pyre-check (🥉34 · ⭐ 6.5K) - Performant type-checking for python. MIT
Show 2 hidden projects...
Code Formatters
autopep8 (🥉38 · ⭐ 4.4K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
docformatter (🥉28 · ⭐ 450) - Formats docstrings to follow PEP 257. MIT
autoimport (🥉18 · ⭐ 76) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0
Show 1 hidden projects...
Code Refactoring
rope (🥈31 · ⭐ 1.7K) - a python refactoring library. ❗️LGPL-3.0
pyupgrade (🥈28 · ⭐ 2.8K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
unimport (🥉19 · ⭐ 230) - The ultimate linter and formatter for removing unused import statements.. MIT
add-trailing-comma (🥉17 · ⭐ 310) - A tool (and pre-commit hook) to automatically add trailing.. MIT
Show 9 hidden projects...
- jedi (🥇38 · ⭐ 5.5K) - Awesome autocompletion, static analysis and refactoring library for..
❗Unlicensed
- eradicate (🥈25 · ⭐ 190) - Removes commented-out code from Python files.
❗Unlicensed
- redbaron (🥈23 · ⭐ 670 · 💀) - Bottom-up approach to refactoring in python.
❗Unlicensed
- baron (🥉22 · ⭐ 280 · 💀) - IDE allow you to refactor code, Baron allows you to write..
❗️LGPL-3.0
- MonkeyType (🥉19 · ⭐ 4.3K) - A Python library that generates static type annotations by..
❗Unlicensed
- pyannotate (🥉19 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations.
Apache-2
- unify (🥉19 · ⭐ 86 · 💀) - Modifies strings to all use the same quote where possible.
MIT
- pep8ify (🥉14 · ⭐ 120 · 💀) - A library that modifies python source code to conform to pep8.
Apache-2
- massedit (🥉14 · ⭐ 110 · 💀) - Programmatically edit text files with Python. Useful for source to..
MIT
Code Security
bandit (🥇38 · ⭐ 5.4K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
safety (🥉28 · ⭐ 1.5K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
detect-secrets (🥉26 · ⭐ 3.2K) - An enterprise friendly way of detecting and preventing.. Apache-2
Show 3 hidden projects...
- pyarmor (🥈33 · ⭐ 2.4K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
❗Unlicensed
- pyt (🥉23 · ⭐ 2.1K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
❗️GPL-2.0
- dodgy (🥉22 · ⭐ 110 · 💀) - Looks at Python code to search for things which look dodgy such as..
MIT
Virtual Environments
virtualenv (🥈41 · ⭐ 4.5K) - Virtual Python Environment builder. MIT
pyenv-virtualenv (🥉22 · ⭐ 5.7K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
-
GitHub (👨💻 58 · 🔀 370 · 📦 11 · 📋 330 - 32% open · ⏱️ 26.06.2023):
git clone https://github.com/pyenv/pyenv-virtualenv
pyenv-installer (🥉16 · ⭐ 3.7K) - This tool is used to install `pyenv` and friends. MIT
-
GitHub (👨💻 39 · 🔀 400 · 📋 79 - 7% open · ⏱️ 10.06.2023):
git clone https://github.com/pyenv/pyenv-installer
dh-virtualenv (🥉16 · ⭐ 1.6K · 💤) - Python virtualenvs in Debian packages. ❗️GPL-2.0
-
GitHub (👨💻 60 · 🔀 180 · 📋 200 - 15% open · ⏱️ 03.01.2023):
git clone https://github.com/spotify/dh-virtualenv
freshenv (🥉12 · ⭐ 170 · 💤) - Provision, share, manage local and cloud developer environments. MPL-2.0
Show 2 hidden projects...
- vex (🥉16 · ⭐ 370 · 💀) - Run a command in the named virtualenv.
MIT
- pipenv-pipes (🥉10 · ⭐ 130 · 💀) - A PipEnv Environment Switcher.
MIT
Dependency & Package Managers
conda (🥇43 · ⭐ 5.7K) - A system-level, binary package and environment manager running on all.. BSD-3
pipreqs (🥉33 · ⭐ 5.3K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
Show 2 hidden projects...
Code Metrics & Complexity
prospector (🥇33 · ⭐ 1.8K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
wily (🥈29 · ⭐ 1.1K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
Logging
rich (🥇44 · ⭐ 45K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
tqdm (🥇43 · ⭐ 26K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (👨💻 110 · 🔀 1.2K · 📥 11K · 📦 540K · 📋 930 - 37% open · ⏱️ 10.08.2023):
git clone https://github.com/tqdm/tqdm
-
PyPi (📥 69M / month):
pip install tqdm
-
Conda (📥 23M · ⏱️ 10.08.2023):
conda install -c conda-forge tqdm
-
Docker Hub (📥 4.1K · ⭐ 2 · ⏱️ 26.08.2023):
docker pull tqdm/tqdm
sentry-sdk (🥇39 · ⭐ 1.6K) - The official Python SDK for Sentry.io. MIT
progressbar2 (🥈34 · ⭐ 820) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
python-json-logger (🥈33 · ⭐ 1.5K) - Json Formatter for the standard python logger. BSD-2
alive-progress (🥉31 · ⭐ 4.6K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
stackprinter (🥉25 · ⭐ 1.3K) - Debugging-friendly exceptions for Python. MIT
better-exceptions (🥉24 · ⭐ 4.4K · 💤) - Pretty and useful exceptions in Python, automatically. MIT
python-devtools (🥉22 · ⭐ 810) - Dev tools for python. MIT
Show 8 hidden projects...
- structlog (🥈35 · ⭐ 2.7K) - Simple, powerful, and fast logging for Python.
❗Unlicensed
- logbook (🥈34 · ⭐ 1.4K) - A cool logging replacement for Python.
❗Unlicensed
- prettytable (🥉31 · ⭐ 1.1K) - Display tabular data in a visually appealing ASCII table..
❗️BSD-1-Clause
- python-coloredlogs (🥉29 · ⭐ 510 · 💀) - Colored terminal output for Pythons logging module.
MIT
- notifiers (🥉27 · ⭐ 2.5K · 💀) - The easy way to send notifications.
MIT
- rebound (🥉22 · ⭐ 4K · 💀) - Command-line tool that instantly fetches Stack Overflow..
❗Unlicensed
- PrettyErrors (🥉19 · ⭐ 2.7K · 💀) - Prettify Python exception output to make it legible.
MIT
- tbvaccine (🥉16 · ⭐ 360 · 💀) - A small utility to pretty-print Python tracebacks.
MIT
Shell
xxh (🥉23 · ⭐ 4.6K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2
Show 1 hidden projects...
- xonsh (🥇28 · ⭐ 7.2K) - Python-powered, cross-platform, Unix-gazing shell.
❗Unlicensed
Documentation
🔗 best-of-mkdocs ( ⭐ 410) - Collection of MkDocs projects and plugins.
mkdocs-material (🥇42 · ⭐ 15K) - Documentation that simply works. MIT
sphinx_rtd_theme (🥈38 · ⭐ 4.4K) - Sphinx theme for readthedocs.org. MIT
mkdocstrings (🥈31 · ⭐ 1.3K) - Automatic documentation from sources, for MkDocs. ISC
sphinx-autodoc-typehints (🥈31 · ⭐ 500) - Type hints support for the Sphinx autodoc extension. MIT
Griffe (🥈30 · ⭐ 200) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
sphinx-autobuild (🥉28 · ⭐ 480) - Watch a Sphinx directory and rebuild the documentation.. MIT
pdoc3 (🥉26 · ⭐ 1K · 💤) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
mkdocs-awesome-pages-plugin (🥉25 · ⭐ 360) - An MkDocs plugin that simplifies configuring page.. MIT
mkdocs-print-site-plugin (🥉22 · ⭐ 87) - MkDocs Plugin that adds an additional page that.. MIT
sphinx-markdown-builder (🥉21 · ⭐ 160) - DISCONTINUED: sphinx builder that outputs markdown.. MIT
blacken-docs (🥉20 · ⭐ 550) - Run `black` on python code blocks in documentation files. MIT
lazydocs (🥉20 · ⭐ 150) - Generate markdown API documentation from Google-style Python docstring... MIT
Show 8 hidden projects...
- sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme.
MIT
- pytkdocs (🥉25 · ⭐ 48 · 💀) - Load Python objects documentation.
ISC
- pycco (🥉24 · ⭐ 830 · 💀) - Literate-style documentation generator.
MIT
- interrogate (🥉23 · ⭐ 490 · 💀) - Explain yourself! Interrogate a codebase for docstring coverage.
MIT
- mkdocs-with-pdf (🥉23 · ⭐ 260 · 💀) - Generate a single PDF file from MkDocs repository.
MIT
- mkdocs-pdf-export-plugin (🥉22 · ⭐ 290 · 💀) - An MkDocs plugin to export content pages as PDF files.
MIT
- mkdocs-git-revision-date-plugin (🥉19 · ⭐ 54 · 💀) - MkDocs plugin for setting revision date from git per..
MIT
- mkdocs-versioning (🥉17 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with..
MIT
Debugging Tools
python-hunter (🥉22 · ⭐ 750) - Hunter is a flexible code tracing toolkit. BSD-2
python-manhole (🥉22 · ⭐ 360 · 💤) - Debugging manhole for python applications. BSD-2
Show 4 hidden projects...
- pyelftools (🥈29 · ⭐ 1.7K) - Parsing ELF and DWARF in Python.
❗Unlicensed
- pdbpp (🥈28 · ⭐ 1.2K · 💀) - pdb++, a drop-in replacement for pdb (the Python debugger).
BSD-3
- gdbgui (🥉27 · ⭐ 9.4K · 💀) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,..
❗️GPL-3.0
- Birdseye (🥉20 · ⭐ 1.6K · 💀) - Graphical Python debugger which lets you easily view the values of..
MIT
Testing Tools
🔗 best-of-web-python - Testing ( ⭐ 2K) - Testing libraries & tools for python web frameworks.
🔗 unittest - Unittest is a test framework included in the Python standard library.
robotframework (🥇42 · ⭐ 8.3K) - Generic automation framework for acceptance testing and RPA. Apache-2
pytest-cov (🥇35 · ⭐ 1.5K) - Coverage plugin for pytest. MIT
mimesis (🥈34 · ⭐ 4K) - Mimesis is a powerful Python library that empowers developers to generate.. MIT
pytest-mock (🥈34 · ⭐ 1.6K) - Thin-wrapper around the mock package for easier use with pytest. MIT
pyautogui (🥈33 · ⭐ 8.5K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
pytest-bdd (🥈32 · ⭐ 1.2K) - BDD library for the py.test runner. MIT
playwright-python (🥈31 · ⭐ 9.2K) - Python version of the Playwright testing and automation.. Apache-2
asv (🥈31 · ⭐ 790) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
pytest-asyncio (🥈29 · ⭐ 1.2K) - Asyncio support for pytest. Apache-2
coveralls-python (🥈29 · ⭐ 530) - Show coverage stats online via coveralls.io. MIT
pytest-xdist (🥉28 · ⭐ 1.2K) - pytest plugin for distributed testing and loop-on-failures.. MIT
pytest-benchmark (🥉28 · ⭐ 1.1K) - py.test fixture for benchmarking code. BSD-2
pytest-testinfra (🥉27 · ⭐ 2.2K) - Testinfra test your infrastructures. Apache-2
factory_boy (🥉26 · ⭐ 3.2K) - A test fixtures replacement for Python. MIT
pytest-testmon (🥉26 · ⭐ 710) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
pytest-mypy (🥉26 · ⭐ 230) - Mypy static type checker plugin for Pytest. MIT
pytest-randomly (🥉21 · ⭐ 530) - Pytest plugin to randomly order tests and control random.seed. MIT
pytest-docker (🥉21 · ⭐ 350) - Docker-based integration tests. MIT
pytest-plugins (🥉20 · ⭐ 520 · 💤) - A grab-bag of nifty pytest plugins. MIT
Show 14 hidden projects...
- hypothesis (🥇38 · ⭐ 6.9K) - Hypothesis is a powerful, flexible, and easy to use library..
❗Unlicensed
- nose (🥈34 · ⭐ 1.4K · 💀) - nose is nicer testing for python.
❗️LGPL-2.1+
- pytest-html (🥈32 · ⭐ 620) - Plugin for generating HTML reports for pytest results.
❗Unlicensed
- pytest-sugar (🥉28 · ⭐ 1.1K) - a plugin for py.test that changes the default look..
❗Unlicensed
- PyHamcrest (🥉27 · ⭐ 720) - Hamcrest matchers for Python.
❗Unlicensed
- uiautomator (🥉26 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool.
MIT
- pytest-lazy-fixture (🥉25 · ⭐ 340 · 💀) - It helps to use fixtures in pytest.mark.parametrize.
MIT
- pytest-watch (🥉24 · ⭐ 700 · 💀) - Local continuous test runner with pytest and watchdog.
MIT
- Mamba Test Runner (🥉23 · ⭐ 510 · 💀) - The definitive testing tool for Python. Born under the..
MIT
- sixpack (🥉21 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2
- pytest-datadir (🥉19 · ⭐ 220) - pytest plugin for manipulating test data directories..
❗Unlicensed
- fake2db (🥉18 · ⭐ 2.2K · 💀) - create custom test databases that are populated with fake data.
❗️GPL-2.0
- assertpy (🥉13 · ⭐ 18 · 💀) - Simple assertion library for unit testing in python with a fluent API.
BSD-3
- pytest-play (🥉11 · ⭐ 68 · 💀) - pytest plugin that let you automate actions and..
Apache-2
Code Packaging
🔗 Python.org Packaging - An Overview of Packaging for Python.
pyinstaller (🥇42 · ⭐ 11K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0
Nuitka (🥇37 · ⭐ 9.6K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
pex (🥈32 · ⭐ 2.4K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
cx_Freeze (🥈32 · ⭐ 1.1K) - Create standalone executables from Python scripts, with the.. Python-2.0
briefcase (🥈30 · ⭐ 2K) - Tools to support converting a Python project into a standalone native.. BSD-3
PyOxidizer (🥉26 · ⭐ 4.9K · 💤) - A modern Python application packaging and distribution tool. MPL-2.0
constructor (🥉25 · ⭐ 420) - tool for creating installers from conda packages. BSD-3
shiv (🥉23 · ⭐ 1.6K · 💤) - shiv is a command line utility for building fully self contained Python.. BSD-2
subpar (🥉13 · ⭐ 560 · 💤) - Subpar is a utility for creating self-contained python.. Apache-2
-
GitHub (👨💻 16 · 🔀 67 · 📋 64 - 53% open · ⏱️ 19.12.2022):
git clone https://github.com/google/subpar
Show 3 hidden projects...
Build Tools
setuptools (🥇46 · ⭐ 2.1K) - Official project repository for the Setuptools build system. MIT
buildbot (🥇36 · ⭐ 5.1K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0
setuptools_scm (🥉28 · ⭐ 750) - the blessed package to manage your versions by scm tags. MIT
universal-build (🥉14 · ⭐ 19 · 💤) - Universal build utilities for containerized build pipelines. MIT
Show 3 hidden projects...
System Monitoring & Profiling
Glances (🥇36 · ⭐ 23K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0
Scalene (🥈33 · ⭐ 9.2K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
pyinstrument (🥈33 · ⭐ 5.5K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
memory-profiler (🥈29 · ⭐ 4K · 📈) - Monitor Memory usage of Python code. BSD-3
Diamond (🥉28 · ⭐ 1.7K · 💤) - Diamond is a python daemon that collects system metrics and publishes.. MIT
Show 9 hidden projects...
- Bpytop (🥉28 · ⭐ 9.5K · 💀) - Linux/OSX/FreeBSD resource monitor.
Apache-2
- pympler (🥉26 · ⭐ 1.1K · 💀) - Development tool to measure, monitor and analyze the memory..
Apache-2
- line_profiler (🥉23 · ⭐ 2K · 📉) - Line-by-line profiling for Python.
❗Unlicensed
- vprof (🥉22 · ⭐ 3.9K · 💀) - Visual profiler for Python.
BSD-2
- Profiling (🥉21 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler.
BSD-3
- heartrate (🥉21 · ⭐ 1.6K · 💀) - Simple real time visualisation of the execution of a Python program.
MIT
- pyheat (🥉17 · ⭐ 770 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!.
MIT
- memory_profiler (🥉16 · ⭐ 83 · 💀) - Monitor Memory usage of Python code.
❗Unlicensed
- livepython (🥉12 · ⭐ 2.5K · 💀) - Visually trace Python code in real-time.
MIT
AST Tools
typed_ast (🥇30 · ⭐ 220) - Modified fork of CPythons ast module that parses `# type:` comments. Apache-2
Show 1 hidden projects...
- astunparse (🥈29 · ⭐ 210 · 💀) - An AST unparser for Python.
BSD-3
Others
pre-commit (🥇41 · ⭐ 11K) - A framework for managing and maintaining multi-language pre-commit.. MIT
Related Resources
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.