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/munch-group-library.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file munch_group_library-0.1.16.tar.gz.
File metadata
- Download URL: munch_group_library-0.1.16.tar.gz
- Upload date:
- Size: 435.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7305daade4e56c36f43dd59c18e564f8d608b2ed478657846a23f54802d6237
|
|
| MD5 |
febe04282dafe0ed5cb03acecc1893f4
|
|
| BLAKE2b-256 |
3c388cff3c9342af484a8fbfce26257fc939b4c36d74175d6784cbab0771164b
|
File details
Details for the file munch_group_library-0.1.16-py3-none-any.whl.
File metadata
- Download URL: munch_group_library-0.1.16-py3-none-any.whl
- Upload date:
- Size: 15.0 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 |
dc6292c54d3efaed1b4fbea39c46218159a8108ea20f8e45283009ecb1f8812b
|
|
| MD5 |
248b653df5ae3edb4da2d339247387df
|
|
| BLAKE2b-256 |
aa8dbd2cbf42334136c9b4b7fa1ce67a5911baed3fdb6deb800bc5d5326851c6
|