Skip to main content

Project description

Project description

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

Project details


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.32.tar.gz (989.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codelens_widget-0.1.32-py3-none-any.whl (579.0 kB view details)

Uploaded Python 3

File details

Details for the file codelens_widget-0.1.32.tar.gz.

File metadata

  • Download URL: codelens_widget-0.1.32.tar.gz
  • Upload date:
  • Size: 989.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for codelens_widget-0.1.32.tar.gz
Algorithm Hash digest
SHA256 61d5cadff534953c5ddf86703fd8d70a4e493a549e1fddc51e04e5ad6e975ad7
MD5 7ba7df89e32c760bec43ab2ad6c974c9
BLAKE2b-256 6a6de093b958381095af9343c5522e5af595acaaf3d33699ac57d7be945d8986

See more details on using hashes here.

File details

Details for the file codelens_widget-0.1.32-py3-none-any.whl.

File metadata

File hashes

Hashes for codelens_widget-0.1.32-py3-none-any.whl
Algorithm Hash digest
SHA256 a35a6b7d582e610cf9c0f7c42385ef612378a9ea6dcbe2e6fd4c10566ff0de71
MD5 14e6cf2991e9a28574cc35b4c079ddce
BLAKE2b-256 d289cd0021c8255f0fcd06f4c89ffad4d72f5f548017c2cacca2b4575818f86d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page