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.5.tar.gz
(4.6 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.5-py3-none-any.whl
(6.4 kB
view details)
File details
Details for the file kovy-0.1.5.tar.gz.
File metadata
- Download URL: kovy-0.1.5.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 |
820a050ea0b84ce5ac4b375c7ef334bb35a66249fd0b186272ea9c55fecd22ec
|
|
| MD5 |
42e6c8532a1e215ff864859134ccdeed
|
|
| BLAKE2b-256 |
7ce28888c2bc612e47b236f823c243c2cd62e6c5e45686156c4c50eabc0b9959
|
File details
Details for the file kovy-0.1.5-py3-none-any.whl.
File metadata
- Download URL: kovy-0.1.5-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 |
62f70c38f6188e41df3449763c10bf389f3c273da8b6e7578a8342b0b38750cf
|
|
| MD5 |
a76e08ac9137fd5cce91337fa7db1ec8
|
|
| BLAKE2b-256 |
a3942d400482e68821f2b924fb26206459b9ff4c34d896beae66a56260d04e39
|