-
- Downloads
Set up project. It can be used as boilerplate fpr other projects with PyQt6,...
Set up project. It can be used as boilerplate fpr other projects with PyQt6, pandas, numpy, sphinx, etc.
parents
No related branches found
No related tags found
Showing
- .gitignore 59 additions, 0 deletions.gitignore
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 94 additions, 0 deletionsREADME.md
- data/.gitignore 3 additions, 0 deletionsdata/.gitignore
- docs/.gitignore 9 additions, 0 deletionsdocs/.gitignore
- info/dev_notes.txt 0 additions, 0 deletionsinfo/dev_notes.txt
- info/time_table.txt 3 additions, 0 deletionsinfo/time_table.txt
- lifescale_gui/__init__.py 0 additions, 0 deletionslifescale_gui/__init__.py
- lifescale_gui/gui/__init__.py 0 additions, 0 deletionslifescale_gui/gui/__init__.py
- lifescale_gui/models/__init__.py 0 additions, 0 deletionslifescale_gui/models/__init__.py
- lifescale_gui/naive_peaks/__init__.py 0 additions, 0 deletionslifescale_gui/naive_peaks/__init__.py
- makefile 14 additions, 0 deletionsmakefile
- requirements.txt 31 additions, 0 deletionsrequirements.txt
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
data/.gitignore
0 → 100644
docs/.gitignore
0 → 100644
info/dev_notes.txt
0 → 100644
info/time_table.txt
0 → 100644
lifescale_gui/__init__.py
0 → 100644
lifescale_gui/gui/__init__.py
0 → 100644
lifescale_gui/models/__init__.py
0 → 100644
lifescale_gui/naive_peaks/__init__.py
0 → 100644
makefile
0 → 100644
requirements.txt
0 → 100644
alabaster==0.7.12 | ||
Babel==2.9.1 | ||
certifi==2021.10.8 | ||
charset-normalizer==2.0.7 | ||
docutils==0.17.1 | ||
idna==3.3 | ||
imagesize==1.2.0 | ||
Jinja2==3.0.2 | ||
MarkupSafe==2.0.1 | ||
numpy==1.21.4 | ||
packaging==21.2 | ||
pandas==1.3.4 | ||
Pygments==2.10.0 | ||
pyparsing==2.4.7 | ||
PyQt6==6.2.1 | ||
PyQt6-Qt6==6.2.1 | ||
PyQt6-sip==13.1.0 | ||
pyqtgraph==0.12.3 | ||
python-dateutil==2.8.2 | ||
pytz==2021.3 | ||
requests==2.26.0 | ||
six==1.16.0 | ||
snowballstemmer==2.1.0 | ||
Sphinx==4.2.0 | ||
sphinxcontrib-applehelp==1.0.2 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
urllib3==1.26.7 |
Please register or sign in to comment