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.2.tar.gz
(4.3 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.2-py3-none-any.whl
(6.2 kB
view details)
File details
Details for the file kovy-0.1.2.tar.gz.
File metadata
- Download URL: kovy-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac50b31858e76d9d9fbe8be94aa943bb95dffad6149c469411735d0f309652a4
|
|
| MD5 |
04ee3c091ce38a792c020c3ac37090b6
|
|
| BLAKE2b-256 |
3cb8b91a142574c84afe07c92b143003a9c5deb3d10b40abcad38ffb7143d884
|
File details
Details for the file kovy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kovy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 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 |
5a46b43652817e1cf49e9acbce5adcef695887abbb653375f1068829e2acd9d1
|
|
| MD5 |
d8a76797fae919c6bfb75e7e03e92a4e
|
|
| BLAKE2b-256 |
f0403cd1ef9b645a712d1ec4bd8967acc38de269ca9b5ca002a14ce9f4a2c167
|