An open API service indexing awesome lists of open source software.

https://github.com/wearesolutionarchitects/vorgangsknoten-netzplan

In diesem Projekt soll ein Vorgangsknoten-Netzplan durch Python erstellt werden
https://github.com/wearesolutionarchitects/vorgangsknoten-netzplan

Last synced: 11 months ago
JSON representation

In diesem Projekt soll ein Vorgangsknoten-Netzplan durch Python erstellt werden

Awesome Lists containing this project

README

          

# Vorgangsknoten-Netzplan

In diesem Projekt soll ein Vorgangsknoten-Netzplan durch Python erstellt werden

```plaintext
project/

├── app.py # Haupt-Flask-Anwendung
├── models.py # Datenmodelle und Klassen
├── utils.py # Hilfsfunktionen zur Berechnung
├── templates/
│ └── index.html # HTML-Vorlage
└── static/
└── styles.css # CSS-Styles (optional)
```