{"id":18081927,"url":"https://github.com/vindarel/upisi","last_synced_at":"2025-04-05T22:29:08.280Z","repository":{"id":8267795,"uuid":"9720256","full_name":"vindarel/upisi","owner":"vindarel","description":"the Universal Post-Installation Scripts Interface","archived":false,"fork":false,"pushed_at":"2013-10-31T19:05:37.000Z","size":1708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T04:17:09.354Z","etag":null,"topics":["post-installation"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vindarel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-27T19:55:55.000Z","updated_at":"2013-10-31T19:05:38.000Z","dependencies_parsed_at":"2022-07-30T22:38:02.940Z","dependency_job_id":null,"html_url":"https://github.com/vindarel/upisi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Fupisi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Fupisi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Fupisi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindarel%2Fupisi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vindarel","download_url":"https://codeload.github.com/vindarel/upisi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411241,"owners_count":20934650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["post-installation"],"created_at":"2024-10-31T13:17:22.850Z","updated_at":"2025-04-05T22:29:08.263Z","avatar_url":"https://github.com/vindarel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"upisi\n=====\n\nthe Universal Post-Installation Scripts Interface\n\nEn développement.\n\n\nUsage :\n\n- écrire un script bash de post-installation, comme d'habitude, de la forme :\n  apt-get install -f foo bar\n  echo do something\n\n- utiliser des tags spéciaux en commentaire pour agir sur l'interface graphique Gtk :\n  - #+title: un titre\n  - #+doc: de la documentation sur l'élément\n  - #+sh: titre donné à cette commande shell (une ligne seule est\n     interprétée comme une commande shell). Pour regrouper plusieurs\n     commandes :\n  - #+begin … #+end : toutes les commandes seront exécutées ensemble.\n\nOn peut organiser l'interface graphique par catégories :\n   `#+cat: Une catégorie\n    …\n    #+end_cat`\n\nTout ce qui est dans la catégorie sera regroupé sous une flèche à\ndérouler. On peut imbriquer autant de catégorie que l'on veut.\n\n  - #+gui:toggle=False : indique à l'interface de ne pas sélectionner cet élément par défaut.\n\nExemple\n=======\n\nLe script shell suivant (qui reste un script shell valide pour les geeks):\n\n    #!/bin/sh\n\n    #+gui:toggle=False\n\n    aptitude install npm\n\n    #: Programmes pratiques\n    sudo apt-get install -y terminator mplayer bash-completion git cclive htop tree ncdu python-pip soundconverter nautilus-open-terminal\n\n    #+cat:Lecteurs Audio et Vidéo\n\n    #: Clementine\n    #+im:im/clementine.png\n    #+doc: Lecteur très pratique (et multiplateforme)\n    sudo apt-get install -y clementine\n    etc…\n\nObtient l'interface graphique suivante (plus facile pour les non-geeks):\n\n![interface du script](im/universal-post-installation-scripts-insterface.png \"interface générée\")\n\nTélécharger et essayer\n==========\n\nUne commande pour télécharger et lancer Upisi : `git clone https://github.com/vindarel/upisi.git \u0026\u0026 cd upisi/ \u0026\u0026 python upotism.py`\n\n\nPour le dév :\n- postinstaller.py : parser du script\n- gui.glade : interface graphique Gtk+3 (utiliser glade)\n- upotism.py : programme principal\n- utils.py : méthodes annexes\n- mint-postinstall.sh : exemple complet de script possible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindarel%2Fupisi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvindarel%2Fupisi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindarel%2Fupisi/lists"}