Un CLI pour initialiser des projets Python avec des scripts bash utiles
Project description
🚀 fdock-cli
Un ensemble d'outils en ligne de commande pour initialiser et gérer vos projets Python.
✨ Fonctionnalités
- 📁 Initialisation rapide de projets Python
- 🔧 Gestion automatisée des environnements virtuels
- 🎯 Création de structure de projet standardisée
- 🐳 Support Docker intégré
📥 Installation
pip install fdock-cli
python -m fdock_cli.install
source ~/.bashrc # ou redémarrez votre terminal
🎮 Utilisation
Commande root
Initialise un nouveau projet :
root
Options disponibles :
- Créer un environnement virtuel (.venv) et l'activer
- Créer un fichier .env
- Les deux ! (avec activation du .venv)
- Activer uniquement le .venv existant
- Nettoyer le projet
- Quitter
Commande hello
Un exemple de commande simple :
hello
🔧 Structure créée
projet/
├── src/
│ └── __init__.py
├── .gitignore
├── .dockerignore
├── .dockerfile
├── .docker-compose.yml
├── pyproject.toml
├── README.md
└── .env
📝 License
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
fdock_cli-0.1.1.tar.gz
(5.1 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
File details
Details for the file fdock_cli-0.1.1.tar.gz.
File metadata
- Download URL: fdock_cli-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
204e23de8894aebb9c79b3ca7273c87b393486efce833c0f45f380ea67734246
|
|
| MD5 |
f20a2a2451a897217fdff037d38701fa
|
|
| BLAKE2b-256 |
455cffeb3e299ca3bb409f6df54d2ad2a1c3efa4d024c4ae7cd710ee25b88792
|
File details
Details for the file fdock_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fdock_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c874a345501d48df3620d9668e8728d76d3eefe2e2334ba5e454fddd898f471
|
|
| MD5 |
1a2001fcb183aac2587972919dee5289
|
|
| BLAKE2b-256 |
93ac40e3ac691848f78d460ad7e41c4921f8057f8f49e35f7831bdc8214f898b
|