Interactive VIsual SImulation Tool
Project description
IVisit 0.71
Ein Interaktives VIsuelles SImulation Tool für Python-basierte generische Modell-Simulation und Optimierung von Modell-Parametern (c) Andreas Knoblauch, HS Albstadt-Sigmaringen
Aktivierung/Sichtbarkeit
Der folgende Shell-Befehl macht das IVisit Verzeichnis global sichtbar, indem es vorne in PYTHONPATH und PATH gestellt wird (ggf. auch in .bashrc einfügen...):
source /home/ak/projects/experimental/IVisit/python/BashSrc
Versionskontrolle mit Git/GitHub
Unter Versionskontrolle stehen die folgenden Dateien/Verzeichnisse: python: Python Sources von IVisit documentation: Kurz-Doku zu IVisit demos: Demo-Skripte zu IVisit design: Entwurf-Dokumente zu IVisit README.txt: this file ToDo.txt: Weitere Planung
Nicht unter Versionskontrolle stehen: shipping: Packages prepared for shipping
Einrichten eines GitHub Repositories (wie hier bei IVisit):
- Im Basisverzeichnis (IVisit): git init
- In Unterverzeichnissen geeignete .gitignores definieren (Kopiere von alten Repos)
- git status
- Alle relevanten Dateien zum Repository hinzufügen: git add ...
- Initial commit: git commit -m "Some Message"
- Auf GitHub ein Remote-Repository einrichten: Einloggen, "New Rpository" etc. --> HTTPS-Adresse kopieren (z.B. https://github.com/aknoblauch/IVisit.git)
- Link local repository to GitHub repository: git remote add origin https://github.com/aknoblauch/IVisit.git
- Push to GitHub: git push origin master
Packaging:
see : https://packaging.python.org/en/latest/tutorials/packaging-projects/ update build system : python3 -m pip install --upgrade build build package : python3 -m build upload package to test-repo: python3 -m twine upload --repository testpypi dist/* upload package to PyPI : python3 -m twine upload dist/* install from test-repo : pip3 install --index-url https://test.pypi.org/simple/ --no-deps ivisit install from PyPI : pip3 install ivisit upgrade from PyPI to latest version: pip3 install --upgrade ivisit
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ivisit-0.71.tar.gz
.
File metadata
- Download URL: ivisit-0.71.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ba93572ac61629d0251fdff8be451f2f4d231bca2d64ac1d1d2d92925e832d9 |
|
MD5 | 85a3143bf06943f1da8963070837ba4d |
|
BLAKE2b-256 | 0291041e0a1a63014871e357268e33f22c8cdbb08679fb7fc0919e7e86b0d64c |
File details
Details for the file ivisit-0.71-py3-none-any.whl
.
File metadata
- Download URL: ivisit-0.71-py3-none-any.whl
- Upload date:
- Size: 64.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf6a3db20ccbf6efc67b8182edc87c04b824f63d1cd3d525ad76d2d2ee927e7b |
|
MD5 | 7ccd0248de1248879d69e2dfed51cdd9 |
|
BLAKE2b-256 | 66f272fd498ad41127eb44932ba2ced77a2f2fcaec9bef9110046752b4012ae2 |