Lightweight cross-language app manager for Python and Lua
Project description
clapp - Hafif Komut Satırı Uygulama Paket Yöneticisi
clapp, Python ve Lua uygulamalarını kolayca yükleyip çalıştırmanızı sağlayan, sade ve hızlı bir CLI paket yöneticisidir.
Özellikler
- 🚀 Tek Komutla Kurulum ve Çalıştırma
- 📦 Çoklu Dil Desteği: Python ve Lua uygulamaları
- 🔒 Güvenli ve Şeffaf Paket Sistemi
- 🛠️ Geliştirici Araçları: Doğrulama, yayınlama, kaldırma, güncelleme
- 🌐 Ayrı Paket Deposu: clapp-packages ile iki repo sistemi
Kurulum
pip install clapp-pm
Temel Kullanım
# Paket yükle (uzak depodan)
clapp install hello-world
# Yüklü paketleri listele
clapp list
# Paket çalıştır
clapp run hello-world
# Paket kaldır
clapp uninstall hello-world
# Kendi uygulamanı yayınla (clapp-packages'a otomatik push)
clapp publish ./my-app --push
İki Repo Sistemi
- clapp: CLI ve yönetim araçlarını içerir. (Bu repo)
- clapp-packages: Sadece paketler ve index.json içerir. Tüm paket işlemleri publish komutu ile otomatik yapılır.
Manifest Formatı
{
"name": "my-app",
"version": "1.0.0",
"language": "python",
"entry": "main.py",
"description": "Açıklama",
"dependencies": []
}
Katkı ve Destek
- 🐛 Hata bildirimi ve öneriler için: Issues
- 📦 Paket eklemek için: clapp-packages
- 📖 Detaylı bilgi ve dokümantasyon: Wiki
Lisans
MIT License
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
clapp_pm-1.0.29.tar.gz
(143.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
clapp_pm-1.0.29-py3-none-any.whl
(164.3 kB
view details)
File details
Details for the file clapp_pm-1.0.29.tar.gz.
File metadata
- Download URL: clapp_pm-1.0.29.tar.gz
- Upload date:
- Size: 143.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ecac4cf2c07022c95e8a0471e33ba0c1b9eadec55e8547a5029560deaba0e8
|
|
| MD5 |
c5a3e29630a54ef2b25af1a9b6515a14
|
|
| BLAKE2b-256 |
2cd2f0cef57f16de6c320d6a0466e6c1802878557350a5cc2a9f9b41487a32c5
|
File details
Details for the file clapp_pm-1.0.29-py3-none-any.whl.
File metadata
- Download URL: clapp_pm-1.0.29-py3-none-any.whl
- Upload date:
- Size: 164.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dde2a495c070dfcd8e61022c43934709d3f21aee9358ded00f893e94b4feaca
|
|
| MD5 |
a8adb74439efb5e6f4089e7399b0f829
|
|
| BLAKE2b-256 |
7706d2b77868706b2f635c080422738718e0126aaee2eeac8ddcda2a3a065adb
|