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
dev_template is a user-friendly tool for setting up new Python projects. It provides a consistent structure, easy to use features, and cross-platform compatibility. This tool is for those of us that are lazy, simplifying the installation of packages, creation of directories, config files, and virtual environments. Ideal for both beginners and pros.
STRUCT simplifies project organization by creating consistent file and folder structures tailored to your specific needs. Enhance productivity and maintain uniformity across all your projects with this powerful and flexible tool.
DotSetup is a versatile Python package designed for streamlined management of multiple configurations. It simplifies the storage and retrieval of settings from .env and .json files, offering a seamless solution for your project's setup needs.
Python script for setting up a test automation project. Supports 'Robot Framework' for 'Web' platform. Checks installations, creates project folder, and sets up a virtual environment. Contributions welcome.
A Python project setup tool that scaffolds projects with best practices, including pre-configured settings for black, isort, mypy, pytest, ruff, and more.
This project is a lightweight Python module designed to generate the reqirements.txt file. It streamline dependency management by automatically extracting imported modules from python or juypter files and generating there requirements.txt
¡Aprende a desarrollar con Python en tu propio entorno local! Configura Python en tu sistema operativo, instala dependencias con PIP y aísla tus proyectos en entornos virtuales para evitar conflictos entre módulos y sus versiones. Encapsula tus aplicaciones en contenedores de Docker y descubre cómo trabajar en equipo profesionalmente.