You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are to re-evaluate tooling I highly recommend we look at ruff and uv. There are some concerns in the Python community about a company owning these tools but they are MIT licensed currently so if the company pulls any nasty tricks they can be forked.
Both written in rust, they're also working on a new type checker right now.
There are people in the python community upset though because they took all the work of the existing open source python tools and haven't acknowledged the original creators and maintainers.
https://peps.python.org/pep-0631/#optional-dependencies
https://python-poetry.org/docs/managing-dependencies/
https://python-poetry.org/docs/pyproject/#dependencies
https://setuptools.pypa.io/en/latest/userguide/dependency_management.html
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
https://github.com/DerwenAI/kleptosyn
The text was updated successfully, but these errors were encountered: