Générateur et solveur de PL par le simplexe.
  • Vue 51.4%
  • Python 29.2%
  • Jinja 7.3%
  • JavaScript 7.1%
  • CSS 5%
Find a file
2025-03-30 14:07:01 +02:00
witchcraft Meilleur formulaire 2025-03-30 14:04:52 +02:00
.babelrc Import initial 2019-02-28 19:26:51 +01:00
.coveragerc Début de générateur 2019-03-03 20:07:30 +01:00
.gitignore Exclude vscode preferences 2023-07-26 17:37:51 +02:00
.gitlab-ci.yml CI encore et encore... 2023-07-26 18:28:03 +02:00
development.ini Import initial 2019-02-28 19:26:51 +01:00
MANIFEST.in Import initial 2019-02-28 19:26:51 +01:00
package-lock.json Numéro de version 2023-07-26 17:50:33 +02:00
package.json Numéro de version 2023-07-26 17:50:33 +02:00
production.ini Import initial 2019-02-28 19:26:51 +01:00
pytest.ini Tests mis à jour 2023-07-26 17:38:10 +02:00
README.md Mise à jour du README et des packages requis 2021-02-02 21:01:16 +01:00
setup.py Versions pour Pyramid et pyramid_raven 2023-07-26 17:24:00 +02:00
tests.py Tests corrigés 2025-03-30 14:07:01 +02:00
webpack.config.js Meilleure gestion des cycles (possibilité de basculer sur Bland). 2020-07-22 17:54:47 +02:00

Witchcraft README

Prérequis

Python >= 3.6

NodeJS relativement récent

Installation

virtualenv -p python3 projet_simplexe
cd projet_simplexe
. bin/activate
git clone https://git.airelle.info/airelle/witchcraft.git
cd witchcraft
$VENV/bin/pip install -e .
npm install
npm run build
$VENV/bin/pserve development.ini

L'application sera accessible sur http://0.0.0.0:6543 ou http://localhost:6543