{"id":21645100,"url":"https://github.com/danucosukosuko/installman","last_synced_at":"2026-05-18T09:34:25.655Z","repository":{"id":248249082,"uuid":"828184062","full_name":"Danucosukosuko/installman","owner":"Danucosukosuko","description":"Un administrador de paquetes para Windows escrito en Python (Posteriormente será para Linux) para instalar paquetes","archived":false,"fork":false,"pushed_at":"2024-10-12T11:21:06.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T15:03:01.109Z","etag":null,"topics":["gnu-gplv3","installman","package-distribution","package-manager","python","windows"],"latest_commit_sha":null,"homepage":"https://danucosukosuko.github.io/installmanweb/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Danucosukosuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T11:16:46.000Z","updated_at":"2024-10-12T11:20:14.000Z","dependencies_parsed_at":"2024-07-25T17:48:06.272Z","dependency_job_id":"d293a1fb-920e-49e7-8519-4fbeb7cdbbea","html_url":"https://github.com/Danucosukosuko/installman","commit_stats":null,"previous_names":["danucosukosuko/installman"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Danucosukosuko/installman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danucosukosuko%2Finstallman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danucosukosuko%2Finstallman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danucosukosuko%2Finstallman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danucosukosuko%2Finstallman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danucosukosuko","download_url":"https://codeload.github.com/Danucosukosuko/installman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danucosukosuko%2Finstallman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnu-gplv3","installman","package-distribution","package-manager","python","windows"],"created_at":"2024-11-25T05:47:09.775Z","updated_at":"2026-05-18T09:34:25.639Z","avatar_url":"https://github.com/Danucosukosuko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installman\n\n![installman-static-128x128](https://github.com/user-attachments/assets/8a9ecdde-7500-4898-acb1-9af5c12d5a3a)\n\n\n\nUn administrador de paquetes para Windows (Posteriormente será para Linux) para instalar paquetes.\n\n#### Ejecutar como administrador.\n\n\n## Prerequisitos\n\nUsar `pip install -r requirements.txt`\n\nSi quiere descargarlo:\n\n`curl https://raw.githubusercontent.com/Danucosukosuko/installman/main/installman.py \u003e\u003e installman.py`\n\nArgumentos:\n\n`install Nombrepaquete` Para instalar un paquete\n\n`--installed` Para mostrar los paquetes\n\n`update` Para actualizar todos los paquetes instalados vía Installman\n\n\nSe creará una carpeta: `C:\\installman`\n\nEn esa carpeta se creará un `data.dat` encriptado con fernet, ese archivo contiene los nombres de paquete encriptados 10 veces. Data.dat sólo puede ser desencriptado con key.iky\n\n\n# PARA LOS QUE QUIERAN CREAR SU PROPIO REPOSITORIO CON PAQUETES E INSTALLMAN CUSTOM\n\nUsar createkey.py (dentro del repositorio de paquetes) para crear una clave con Fernet para tu repositorio, posteriormente crear un archivo key.iky con la clave fernet en texto plano\n\nHay que modificar las siguientes líneas\n\nModificar la línea `KEY_URL = \"https://github.com/danucosukosuko/installmanpkgs/raw/main/key.iky\"` y poner vuestro repositorio (Poner key.iky)\n\nModificar la línea `response = requests.get(\"https://api.github.com/repos/danucosukosuko/installmanpkgs/contents\")` y poner vuestro repositorio (Cuidado con no borrar `contents` y poner `api.github.com/repos`)\n\nModificar la línea: `download_url = f\"https://github.com/danucosukosuko/installmanpkgs/raw/main/{package_name}.zip\"` y poner vuestro repositorio (Cuidado con no borrar `raw/main/{package_name}.zip`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanucosukosuko%2Finstallman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanucosukosuko%2Finstallman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanucosukosuko%2Finstallman/lists"}