precice / precice/python-bindings
Install solverdummy via pip
Nobody has claimed this yet.
- Dominant language
- Cython
- Stars
- 30
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Being able to install the python bindings simply via pip3 install --user https://github.com/precice/python-bindings/archive/develop.zip (see, for example how we used this in our systemtests) is nice. However, we still have to clone this repository, if we want to run the solverdummy. Ideally, we would install the solverdummy along with the bindings (in a folder called examples or similar), when we run pip3.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the pip installation command in the issue with the referenced systemtests Dockerfile and inspect the solverdummy directory. Determine how the package currently includes its files, then verify that installing the bindings makes solverdummy available without cloning the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100