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/pd-lfs.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
pd_lfs-0.1.35.tar.gz
(410.4 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
pd_lfs-0.1.35-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file pd_lfs-0.1.35.tar.gz.
File metadata
- Download URL: pd_lfs-0.1.35.tar.gz
- Upload date:
- Size: 410.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0820076a757fc8b50ca60b3bd28a263a5904e31fbac8b0d06bb5fe6fc1e4d9db
|
|
| MD5 |
b714cf9d2997b13782851b540951c5ac
|
|
| BLAKE2b-256 |
307947ee5e0c8819290e532b9e58e2c1ba29242935f11ccb4c119c7af73822e0
|
File details
Details for the file pd_lfs-0.1.35-py3-none-any.whl.
File metadata
- Download URL: pd_lfs-0.1.35-py3-none-any.whl
- Upload date:
- Size: 18.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 |
3d704bdf527748f44de11c9bb4d5b95a60b70eef996edfabc06bc96fee1b5b6f
|
|
| MD5 |
d891dae4a37f9e83804a2bf01b9263e3
|
|
| BLAKE2b-256 |
c116e04b82f257620be6a6dccfd10b10e3917b9574b0bf09d62448c19c7329fd
|