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/codelens-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
codelens_widget-0.1.43.tar.gz
(751.8 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 codelens_widget-0.1.43.tar.gz.
File metadata
- Download URL: codelens_widget-0.1.43.tar.gz
- Upload date:
- Size: 751.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aa64ce5a705db565ce90f82ea06d077769135041de4317740908af3df158c58
|
|
| MD5 |
1793fd812955a07b884b1ea638e0ffd9
|
|
| BLAKE2b-256 |
dc668480ef436839554c8ef706a80d8fc77d5c30f69f55a7338570ffb1eb028f
|
File details
Details for the file codelens_widget-0.1.43-py3-none-any.whl.
File metadata
- Download URL: codelens_widget-0.1.43-py3-none-any.whl
- Upload date:
- Size: 298.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a298667993bc33a9168acdcbf91e306b82a610c43550a4fedeaedc26a46c39
|
|
| MD5 |
bc996290870429696df102b187d094ec
|
|
| BLAKE2b-256 |
6f6eaa13ef42076303a6732daf930cfe8c963c228c636967461e126a9c30c629
|