Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 40 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,42 @@
# pfse_starterkit
# structural_starterkit
A Python package that installs all required packages for Structural Python core training for Python version >= 3.13.

This installs the following packages:

* numpy
* pandas
* openpyxl
* lxml
* shapely
* matplotlib
* plotly
* sectionproperties
* concreteproperties
* pycba
* PyNiteFEA
* scipy
* handcalcs
* more-itertools
* pynite_plotly
* forallpeople
* pytest
* rich
* tqdm
* papermodels
* xlwings
* IPython
* ipywidgets
* ipykernel
* jupyterlab
* jupyterlab-mathjax3
* nbconvert
* python-docx
* pynite-tools
* sectionproperties-tools
* papermill
* great-tables
```toml
dependencies = [
"numpy",
"pandas",
"openpyxl",
"lxml",
"shapely>=2.0.0",
"matplotlib",
"plotly",
"sectionproperties>=3.5.0",
"concreteproperties>=0.6.4",
"pycba>=0.5.2",
"PyNiteFEA==1.1.2",
"scipy",
"handcalcs",
"more-itertools",
"forallpeople",
"pytest",
"rich",
"tqdm",
"papermodels",
"xlwings",
"IPython",
"ipywidgets",
"ipykernel",
"jupyterlab",
"jupyterlab-mathjax3",
"nbconvert",
"python-docx",
"pynite-tools>=0.6.4",
"sectionproperties-tools>=0.2.0",
"millrun>=0.3.0",
"jsonchain>=0.5.1",
"papermill>=2.6.0",
"great-tables>=0.17.0",
"xl-engine>=0.4.0",
"nb-hideinputs>=0.2.0",
]
```
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ dependencies = [
"sectionproperties>=3.5.0",
"concreteproperties>=0.6.4",
"pycba>=0.5.2",
"PyNiteFEA==1.1.2",
"PyNiteFEA",
"scipy",
"handcalcs",
"more-itertools",
"forallpeople",
"pytest",
"rich",
"tqdm",
"papermodels",
"papermodels>=0.19.0",
"xlwings",
"IPython",
"ipywidgets",
Expand All @@ -38,14 +38,15 @@ dependencies = [
"jupyterlab-mathjax3",
"nbconvert",
"python-docx",
"pynite-tools>=0.6.4",
"sectionproperties-tools>=0.2.0",
"pynite-tools>=0.6.7",
"sectionproperties-tools>=0.4.1",
"millrun>=0.3.0",
"jsonchain>=0.5.1",
"papermill>=2.6.0",
"great-tables>=0.17.0",
"xl-engine>=0.4.0",
"nb-hideinputs>=0.2.0",
"cookiecutter"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion structural_starterkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A module to designed to perform package installations, and verification of install,
for students enrolled in Structural Python courses.
"""
__version__ = "0.5.0"
__version__ = "0.6.0"
Loading
Loading