Python project could be a mess if you don’t have a clear structure. pyproject.toml is a file that helps you manage your Python project. It is a configuration...
I used use twine to upload my package to PyPI with a setup.py file to build the package. Recently, I swap to pyproject.toml to manage my project and build th...
Lazy git is terminal based git GUI. It is a simple terminal UI for git commands, written in Go with the gocui library. It is a simple terminal UI for git com...