Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.52 KB

File metadata and controls

46 lines (31 loc) · 1.52 KB

PyPI Python License Ruff uv ty prek

mypackage

A short description of what this package does.

Full documentation at saemeon.github.io/mypackage

Installation

pip install mypackage

Quick Start

import mypackage

# example usage

How to Track Template Changes

  1. Add the remote run git remote add template https://github.com/saemeon/pytemplate.git

  2. Fetch the data run git fetch template

  3. Create a local branch that tracks the template's main run git checkout -b pytemplate-main template/main

  4. Switch back to your work branch and merge the template in run git checkout main run git merge pytemplate-main --allow-unrelated-histories

License

MIT