Rust Cargo-like project manager for Python
Project description
Kovy 🚀
Kovy is a lightweight tool inspired by Rust's cargo to manage Python projects quickly and efficiently, from project creation to script execution and package management.
🛠️ Usage
Available Options
| Option | Description |
|---|---|
new <name> |
Creates a new project with the given name. |
cd |
Shows the root path of your project. |
venv --complete |
Initializes a virtual environment in your project. Use --complete to also automatically install twine and build. |
run -- parameters |
Runs the main script with optional parameters. |
install <package> |
Installs the specified Python package. |
upgrade <package> |
Updates the specified package. |
uninstall <package> |
Uninstalls the specified package. |
build |
Builds the distribution. |
upload |
Uploads your project to PyPi! |
⚡ Examples
# Create a project called "my_project"
kovy new my_project
# Initialize virtual environment
kovy venv
# Install requests
kovy install requests
Enjoy using 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-1.1.0.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-1.1.0-py3-none-any.whl
(6.5 kB
view details)
File details
Details for the file kovy-1.1.0.tar.gz.
File metadata
- Download URL: kovy-1.1.0.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 |
25235aa72e54dab19a6e3cb96b34c222c2f5a15c8b3de51ce3960dce1ae47ff2
|
|
| MD5 |
42cbcae868af9f3f26ebe0305aeacb73
|
|
| BLAKE2b-256 |
0d89c1cba005987d24841c0a05727cbb21b4ffb8267f413667b5b86a2dfa43e0
|
File details
Details for the file kovy-1.1.0-py3-none-any.whl.
File metadata
- Download URL: kovy-1.1.0-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 |
c20936a8da5a7b7e20cd7a94d218badce63622e9bc3d4e466438844704b337de
|
|
| MD5 |
f2f7c36e0babde962b7d9c96c3b3c2be
|
|
| BLAKE2b-256 |
634494bec0c6d7d8490c3bc3b03376f14c63f0c7fa3748e666f2e059ba92a292
|