Streamline Python Dev Setup with devit

I noticed that every time I start a new Python project, I repeat the same steps again and again. create virtual environment select python version setup basic project structure configure environment install dependencies It takes time, and each project setup becomes slightly different. If you have used npm, you know how simple it is to start a project. It works smoothly across many JavaScript frameworks with a consistent workflow. But in Python, setting up a new development environment is still not that simple. Each time we configure things manually, and the process is not standardized. So I built 𝗱𝗲𝘃𝗶𝘁-𝗰𝗹𝗶. It is a simple CLI tool that initializes a Python development environment in seconds. Just run: 𝗱𝗲𝘃𝗶𝘁 𝗶𝗻𝗶𝘁 During setup you can choose: 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝘁𝘆𝗽𝗲 • Python Package • FastAPI • Django • AWS Scripts 𝗘𝗻𝘃𝗶𝗿𝗼𝗻𝗺𝗲𝗻𝘁 • New venv • Existing Python interpreter • New conda • Existing conda env • Skip 𝗣𝘆𝘁𝗵𝗼𝗻 𝘃𝗲𝗿𝘀𝗶𝗼𝗻 • for example 3.11 Reduce repetitive setup work and keep project structure consistent o7. 𝗣𝘆𝗣𝗜: https://lnkd.in/g2VzfWFy Feedback is welcome. #python #opensource #cli #developer #automation #devtools #productivity

  • text

To view or add a comment, sign in

Explore content categories