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.4.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.4-py3-none-any.whl
(6.4 kB
view details)
File details
Details for the file kovy-0.1.4.tar.gz.
File metadata
- Download URL: kovy-0.1.4.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 |
697603ffdfd594e7f730e9beb1d3a6ef93b3d2ed9d4010e9e6a098e6e35daff1
|
|
| MD5 |
62277ef1763f526716bf2d29eafaf9cd
|
|
| BLAKE2b-256 |
70dfc2b0c016eee118b7e7477ac498c0ffda8d12723dcff7e33be01a4fc71111
|
File details
Details for the file kovy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: kovy-0.1.4-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 |
74a0d0b5e84d1ed9455ead9d0964ebc9d8f5062923e76fbe7e44f222db6590d7
|
|
| MD5 |
2a5a2b31b2ace88440651714d2ebd14f
|
|
| BLAKE2b-256 |
6c144e966c01844de737efd66590062db2d96bcc5be102f419295a8aa546c0f1
|