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 -- parameters | 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. |
| build | Construye el dist. |
| upload | Sube tu proyecto a PyPi! |
⚡ 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
💡 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
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
File details
Details for the file kovy-0.2.2.tar.gz.
File metadata
- Download URL: kovy-0.2.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56c628e8f96dc715044c0c7f8afe25a1d1b28b765e55c7931a9a06cf24af2b65
|
|
| MD5 |
0921c34ca5b812ba6aba3e82e1c5ad11
|
|
| BLAKE2b-256 |
c338284232d6190b69399d3f86eb5e16f14e6fd70a93e440f9e3f14af316b5c9
|
File details
Details for the file kovy-0.2.2-py3-none-any.whl.
File metadata
- Download URL: kovy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.5 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 |
d0971a1d35fef9f392301cbf1121359e32db2c0de30a55a41db87949ec3661cb
|
|
| MD5 |
cf48dbde0e904de716f395c0cbbdb213
|
|
| BLAKE2b-256 |
ebc271c1df1c85d008c27d3cbe2aabd606a436fa346098572422536eb186a516
|