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.34.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.34-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file pd_lfs-0.1.34.tar.gz.
File metadata
- Download URL: pd_lfs-0.1.34.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 |
3a1b30e76a2d57f30c6d7b6f283eafbe2fb71b970e00d8d308a5c0f05a7d543b
|
|
| MD5 |
da7609c88c971eb3e5b11e0584e7edd1
|
|
| BLAKE2b-256 |
3616eeea7eaca3d5a9068e66332722a4cdd56e74039ef80633d1711523c12bd5
|
File details
Details for the file pd_lfs-0.1.34-py3-none-any.whl.
File metadata
- Download URL: pd_lfs-0.1.34-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 |
0dd1192a7891829d77ad791fbf637c13d4b289f3141ff0de1b9f6f9a129903ae
|
|
| MD5 |
8236e4154435bbd925256efe4bb73a9e
|
|
| BLAKE2b-256 |
dd98e1514f1893d525d82c9259ce7eff53c77862e2959c2141f34319c1f019c2
|