Template repository for a library project
Initial set up
pixi run init
Get updates to upstream fork
Add upstream if not already added
git remote add upstream https://github.com/munch-group/pytutor-widget.git
Fetch upstream changes
git fetch upstream
Either rebase your changes on top of upstream (cleaner history)
git rebase upstream/main
Or, merge upstream into your fork (preserves history)
git merge upstream/main
If you want to see what's changed upstream before applying:
git log HEAD..upstream/main
See the actual diff
git diff HEAD...upstream/main
Then push your updated fork:
git push origin main
If you rebased and need to force push
git push origin main --force-with-lease
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytutor_widget-0.1.26.tar.gz
(726.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytutor_widget-0.1.26.tar.gz.
File metadata
- Download URL: pytutor_widget-0.1.26.tar.gz
- Upload date:
- Size: 726.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adb4dd0196a8b185995d77f40ab2a98259bf15c959cef7188874fd97a56a31ef
|
|
| MD5 |
a8f2237f651eb72a1168137be676b5da
|
|
| BLAKE2b-256 |
3c2b0839cb23c36aabc4902a2d2eab16e56594be01f00789ed778090eb9ce8de
|
File details
Details for the file pytutor_widget-0.1.26-py3-none-any.whl.
File metadata
- Download URL: pytutor_widget-0.1.26-py3-none-any.whl
- Upload date:
- Size: 296.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67baaada43b9defa34ea93b1aab75e04b45e8f77852503c866cf1c48d5cda216
|
|
| MD5 |
cecd48466edffae1bf23921fa9f04694
|
|
| BLAKE2b-256 |
cf5c07cab50118ac215e72f536c76f3bb5caee70c221bfe0c2e7657768b7653e
|