# 🚀 SDCI - Sistema de Deploy Continuo Integrado
SDCI (Sistema de Deploy Continuo Integrado - Integrated Continuous Deployment System) is a lightweight continuous deployment system consisting of a server and client tool. It allows you to run predefined tasks remotely through a simple command-line interface.
**⚠️ NOTE: This project is currently in ALPHA. A better documentation will be provided soon.**
## ✨ Features
- Server component built with FastAPI
- Command-line client tool for easy task execution
- Token-based authentication
- Real-time task output streaming
- Task status monitoring
## 📥 Installation
### Requirements
- Python 3.13 or higher
### Installing the client
```bash
pip install sdci
```
## 📖 Usage
### Starting the server
Run the server component:
```bash
python -m src.server
```
By default, the server runs on `0.0.0.0:8842`.
### Using the client
The client tool can be used to trigger tasks on the server:
```bash
sdci-cli run --token YOUR_TOKEN SERVER_URL TASK_NAME [PARAMETERS...]
```
Example:
```bash
sdci-cli run --token HAPPY123 http://localhost:8842 job_1 param1 param2 param3
```
### Parameters
- `--token`: Authentication token (required)
- `SERVER_URL`: URL of the SDCI server (required)
- `TASK_NAME`: Name of the task to run (required)
- `PARAMETERS`: Optional parameters to pass to the task
## 👤 Author
- Jonhnatha Trigueiro <joepreludian@gmail.com>
Raw data
{
"_id": null,
"home_page": null,
"name": "sdci",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "continuous-deployment, cd, deployment, server, cli, automation",
"author": "Jonhnatha Trigueiro",
"author_email": "Jonhnatha Trigueiro <joepreludian@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e1/c8/20ea2e6d8f976dfd8efeef3379277f5eae0f59c2b817518c1637d8bd6ae8/sdci-0.4.0.tar.gz",
"platform": null,
"description": "# \ud83d\ude80 SDCI - Sistema de Deploy Continuo Integrado\n\nSDCI (Sistema de Deploy Continuo Integrado - Integrated Continuous Deployment System) is a lightweight continuous deployment system consisting of a server and client tool. It allows you to run predefined tasks remotely through a simple command-line interface.\n\n**\u26a0\ufe0f NOTE: This project is currently in ALPHA. A better documentation will be provided soon.**\n\n## \u2728 Features\n\n- Server component built with FastAPI\n- Command-line client tool for easy task execution\n- Token-based authentication\n- Real-time task output streaming\n- Task status monitoring\n\n\n## \ud83d\udce5 Installation\n\n### Requirements\n\n- Python 3.13 or higher\n\n### Installing the client\n\n```bash\npip install sdci\n```\n\n## \ud83d\udcd6 Usage\n\n### Starting the server\n\nRun the server component:\n\n```bash\npython -m src.server\n```\n\nBy default, the server runs on `0.0.0.0:8842`.\n\n### Using the client\n\nThe client tool can be used to trigger tasks on the server:\n\n```bash\nsdci-cli run --token YOUR_TOKEN SERVER_URL TASK_NAME [PARAMETERS...]\n```\n\nExample:\n\n```bash\nsdci-cli run --token HAPPY123 http://localhost:8842 job_1 param1 param2 param3\n```\n\n### Parameters\n\n- `--token`: Authentication token (required)\n- `SERVER_URL`: URL of the SDCI server (required)\n- `TASK_NAME`: Name of the task to run (required)\n- `PARAMETERS`: Optional parameters to pass to the task\n\n\n## \ud83d\udc64 Author\n\n- Jonhnatha Trigueiro <joepreludian@gmail.com>\n",
"bugtrack_url": null,
"license": null,
"summary": "SDCI - Sistema de Deploy Continuo Integrado - Integrated Continuous Deployment System - Sidecar Micro CD",
"version": "0.4.0",
"project_urls": {
"Documentation": "https://github.com/joepreludian/sdci#readme",
"Repository": "https://github.com/joepreludian/sdci"
},
"split_keywords": [
"continuous-deployment",
" cd",
" deployment",
" server",
" cli",
" automation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "07dacc984ab4153016f6bd01585bbca0d3c203694fe0e9453a9654b64089a1b3",
"md5": "012fc558b70e926ea3c8effa55df26c0",
"sha256": "7c9f501d4e7e13a1e9097648f23651351d1f4a3e691efd467b9affad16a49710"
},
"downloads": -1,
"filename": "sdci-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "012fc558b70e926ea3c8effa55df26c0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 6333,
"upload_time": "2025-08-10T01:35:04",
"upload_time_iso_8601": "2025-08-10T01:35:04.734213Z",
"url": "https://files.pythonhosted.org/packages/07/da/cc984ab4153016f6bd01585bbca0d3c203694fe0e9453a9654b64089a1b3/sdci-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1c820ea2e6d8f976dfd8efeef3379277f5eae0f59c2b817518c1637d8bd6ae8",
"md5": "466952dd62a7972cbd3782e5c1026eb6",
"sha256": "d98b551dcfe14f32413e664f221a8148109a3c49af88a4031e531331922f21d3"
},
"downloads": -1,
"filename": "sdci-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "466952dd62a7972cbd3782e5c1026eb6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 4231,
"upload_time": "2025-08-10T01:35:05",
"upload_time_iso_8601": "2025-08-10T01:35:05.789175Z",
"url": "https://files.pythonhosted.org/packages/e1/c8/20ea2e6d8f976dfd8efeef3379277f5eae0f59c2b817518c1637d8bd6ae8/sdci-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-10 01:35:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joepreludian",
"github_project": "sdci#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sdci"
}