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/arg-dashboard.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
arg_dashboard-0.3.0.tar.gz
(529.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
arg_dashboard-0.3.0-py3-none-any.whl
(120.7 kB
view details)
File details
Details for the file arg_dashboard-0.3.0.tar.gz.
File metadata
- Download URL: arg_dashboard-0.3.0.tar.gz
- Upload date:
- Size: 529.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecfa1460d83448d5cd1b7ff5f6a498e953dfb366dccd1f2b0f992798374141de
|
|
| MD5 |
293fa145f34c8f78dd4cbbececbf5e24
|
|
| BLAKE2b-256 |
d2566d1a03c9aa7a316c819b23b6afb52a607496e605636b9544acbe66404ac3
|
File details
Details for the file arg_dashboard-0.3.0-py3-none-any.whl.
File metadata
- Download URL: arg_dashboard-0.3.0-py3-none-any.whl
- Upload date:
- Size: 120.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecfc791677496dece651cca7fed9c00f57664bc0abfcce292d9c4927eb1306b5
|
|
| MD5 |
7c92ed4c3b9a095182375b1f23fac8d0
|
|
| BLAKE2b-256 |
d3b56289b24b87a96a4338b6c7e748b7ac5ed07650c54375ed4c3b5380860f22
|