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.42.tar.gz
(718.7 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.42.tar.gz.
File metadata
- Download URL: codelens_widget-0.1.42.tar.gz
- Upload date:
- Size: 718.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155a2d7d304a2f4e4ad09808fda4e773e8875373ef24dabecfa2ba3c663f0dcf
|
|
| MD5 |
6e87c563f5ee49edd2920f3b914d5185
|
|
| BLAKE2b-256 |
e60a6c9ac3766a6ceb8c219de4934af9d79511b4ede4cb06150ce41a5f2a1ebd
|
File details
Details for the file codelens_widget-0.1.42-py3-none-any.whl.
File metadata
- Download URL: codelens_widget-0.1.42-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 |
67aeb1bfcdedf1b1c8616b94ca3bb4e43c1e8060f0f67ca717aaa0eee844f8a0
|
|
| MD5 |
d2de1bf489232026112d043e05c2bb48
|
|
| BLAKE2b-256 |
4706b0f2001fe38651e1df22893b0924ca52d13b23fa76edea9c6a24157a6c61
|