Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Pyupgrade Alternatives
Similar projects and alternatives to pyupgrade
-
flynt
A tool to automatically convert old string literal formatting to f-strings
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
-
-
autoflake
Removes unused imports and unused variables as reported by pyflakes
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
-
black
The uncompromising Python code formatter [Moved to: https://github.com/psf/black] (by ambv)
-
-
-
-
bandit
Bandit is a tool designed to find common security issues in Python code.
-
-
-
-
MonkeyType
A Python library that generates static type annotations by collecting runtime types (by Instagram)
-
-
Schemathesis
Automate your API Testing: catch crashes, validate specs, and save time
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pyupgrade reviews and mentions
-
A Tale of Two Kitchens - Hypermodernizing Your Python Code Base
pyupgrade and flynt are examples of tools that modify your code base from earlier python versions into the newest python syntax, rewriting all string formats into f-strings and similar things.
-
Conversion from the f-string literals to format method in python
pyupgrade - A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
-
Which is your favourite or go-to YouTube channel for being up-to-date on Python?
He made yesqa and pyupgrade (among others), and also works on flake8. His main job is for https://sentry.io/.
-
Is there a way to convert python 2 to 3 without finding every single line and fix it?
There is also pyupgrade: https://github.com/asottile/pyupgrade
-
Flake8 took down the gitlab repository in favor of github
and last a little plug or two -- because I do this all for free and despite millions benefiting I receive zero proportional benefit from the maintenance work I put in -- consider sponsoring or maybe check out pre-commit.ci which would have automatically fixed this problem for you a year and a half ago
-
Django upgrade services?
Running https://github.com/adamchainz/django-upgrade with https://github.com/asottile/pyupgrade recursively will give an idea about how much work is there on Django side. Still, there may have dependency on third party libraries (both django+python). Another thing to consider is which role Django performing here, serving APIs or html views. As good test coverage is already there, you are on lucky side.
-
Is there a linter which would suggest using elif rather than an else in an if clause?
I do would like to recommend pyupgrade. Just pip install as expected and then run pyupgrade --py310-plus to drag your code kicking and screaming into $CURRENT_YEAR. Or at least into whatever version you're using :)
-
10% of the 666 most popular Python GitHub repos have f-string bugs (so 68 pull requests were made in 24 hours to fix them all)
You could try to run pyupgrade inside your repo to see what you could change to update your code to more modern Python.
-
pathlib instead of os. f-strings instead of .format. Are there other recent versions of older Python libraries we should consider?
Also pyupgrade to generally upgrade your code to whatever python version pyupgrade supports :)
There’s a good tool called pyupgrade that takes care of a lot of the syntax upgrades, not sure if it does library usage upgrades though
-
A note from our sponsor - Onboard AI
getonboard.dev | 30 Nov 2023
Stats
asottile/pyupgrade is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pyupgrade is Python.