Rust Cargo-like project manager for Python
Project description
Kovy 🚀
Kovy 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"
kovy new mi_proyecto
# Inicializar entorno virtual
kovy venv
# Instalar requests
kovy install requests
# Ejecutar script principal
kovy 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 kovy! 🎉
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.3.tar.gz
(4.5 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.3-py3-none-any.whl
(6.4 kB
view details)
File details
Details for the file kovy-0.1.3.tar.gz.
File metadata
- Download URL: kovy-0.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b71a318c0dfe9e13f4fbaeca1d49f9fd97939dd673fb7027267eb56c0d497895
|
|
| MD5 |
324951c2ff08e2072e6690da022a38e6
|
|
| BLAKE2b-256 |
30e6c3104b28b8e727b39ef52e9194d00d9804540ca17fa01e05e022957b61b3
|
File details
Details for the file kovy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: kovy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.4 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 |
f06fa40faaa6242adbe98c1f617ad79f62276e27e65fab3a71a7e611e0ed7cfe
|
|
| MD5 |
d460d294b3b773e8fb6fe509ad50bbab
|
|
| BLAKE2b-256 |
31847e1f9090cda72c5d785efcff37b23d7c55c5558867baf00d1e2cca4a6fe6
|