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.36.tar.gz
(412.6 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.36-py3-none-any.whl
(20.7 kB
view details)
File details
Details for the file pd_lfs-0.1.36.tar.gz.
File metadata
- Download URL: pd_lfs-0.1.36.tar.gz
- Upload date:
- Size: 412.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b57d810d8b38b8b44f4c4ae428f8ad76f2b50102009e74fe105156d520ced2bd
|
|
| MD5 |
a6d711c1a26106f17a7ee9bde5d86dc8
|
|
| BLAKE2b-256 |
7188e6a8a296212b89a3b58ac8a9ba62871586167dcc6c455da8eb281c46cc4d
|
File details
Details for the file pd_lfs-0.1.36-py3-none-any.whl.
File metadata
- Download URL: pd_lfs-0.1.36-py3-none-any.whl
- Upload date:
- Size: 20.7 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 |
868341d25d0cd85bc154e8a6edbd812c56d00b973a2af2eada1cbe6fe7b59c0e
|
|
| MD5 |
6bcc8a02cb1249a9c118a26a076786f5
|
|
| BLAKE2b-256 |
d8639d978a91a638b50e1bde0ba37a617fa5a68da13a63e82173637ff7537056
|