File tree Expand file tree Collapse file tree 4 files changed +3341
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3341
-11
lines changed Original file line number Diff line number Diff line change 11# pfse_starterkit
2- A Python package that installs all required packages for the StructuralPython Python for Structural Engineers (pfse) course .
2+ A Python package that installs all required packages for Structural Python core training for Python version >= 3.13 .
33
44This installs the following packages:
55
6- * streamlit
76* numpy
87* pandas
98* openpyxl
@@ -13,25 +12,26 @@ This installs the following packages:
1312* plotly
1413* sectionproperties
1514* concreteproperties
16- * PyNiteFEA
1715* pycba
16+ * PyNiteFEA
1817* scipy
1918* handcalcs
19+ * more-itertools
20+ * pynite_plotly
2021* forallpeople
2122* pytest
22- * ipytest
2323* rich
2424* tqdm
2525* papermodels
2626* xlwings
27- * black
28- * jupyterlab
2927* IPython
3028* ipywidgets
3129* ipykernel
32- * jupyterlab-mathjax3 (as an option)
30+ * jupyterlab
31+ * jupyterlab-mathjax3
3332* nbconvert
34- * flit
3533* python-docx
36- * constable
37- * black
34+ * pynite-tools
35+ * sectionproperties-tools
36+ * papermill
37+ * great-tables
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ dependencies = [
3939 " jupyterlab-mathjax3" ,
4040 " nbconvert" ,
4141 " python-docx" ,
42+ " pynite-tools>=0.1.0" ,
43+ " sectionproperties-tools>=0.2.0" ,
44+ " papermill>=2.6.0" ,
45+ " great-tables>=0.17.0" ,
4246]
4347
4448[project .urls ]
Original file line number Diff line number Diff line change 22A module to designed to perform package installations, and verification of install,
33for students enrolled in Structural Python courses.
44"""
5- __version__ = "0.1 .0"
5+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments