Rust Cargo-like project manager for Python
Project description
Cargopy 🚀
Cargopy es una herramienta ligera inspirada en cargo de Rust para gestionar proyectos de Python de manera rápida y eficiente, desde la creación hasta la ejecución de scripts y manejo de paquetes.
🛠️ Uso
Opciones disponibles
| Opción | Descripción |
|---|---|
new <nombre> |
Crea un nuevo proyecto con el nombre indicado. |
cd |
Muestra la ruta raíz de tu proyecto. |
venv |
Inicializa un entorno virtual en tu proyecto. |
run <script> |
Ejecuta el script indicado (solo si existe). |
install <paquete> |
Instala el paquete de Python especificado. |
upgrade <paquete> |
Actualiza el paquete especificado. |
uninstall <paquete> |
Desinstala el paquete especificado. |
⚡ Ejemplos
# Crear un proyecto llamado "mi_proyecto"
cargopy new mi_proyecto
# Inicializar entorno virtual
cargopy venv
# Instalar requests
cargopy install requests
# Ejecutar script principal
cargopy run main.py
💡 Notas
- Asegúrate de tener Python instalado en tu sistema.
- run solo ejecutará scripts que existan dentro de tu proyecto.
- Maneja tus paquetes directamente desde Cargopy para mantener tu proyecto limpio y organizado.
¡Disfruta usando Cargopy! 🎉
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kovy-0.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kovy-0.1.0-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file kovy-0.1.0.tar.gz.
File metadata
- Download URL: kovy-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d3d7b1b32f7e31b0cb6aa4c5eb6aa1f40a8499ce1df550d83d677deffd5338
|
|
| MD5 |
1019ed2d789e741eecc0174796fac8b9
|
|
| BLAKE2b-256 |
8731ac3135ed970294866434241fb3883a22be656270b40b8b2a6fc01ec2cdd6
|
File details
Details for the file kovy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kovy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fc6b014db73b82450619be2b4d3a67c44fc308037c29e7f4a7e457c897c5a35
|
|
| MD5 |
73e71c64637815f861841f09a6d1b98a
|
|
| BLAKE2b-256 |
2704c9e7b0f9de7c2390b04b63615e81e4691bafaa85ac48dd158d8e43db7b80
|