Skip to content

chuan-khuna/altr

Repository files navigation

ALTR Python package

Python code snippet written by ALTR

Installation

uv add "altr @ git+https://github.com/chuan-khuna/altr" --tag 0.1.0

pyproject.toml will look like this:

[project]
dependencies = [
    "altr"
]

[tool.uv.sources]
altr = { git = "https://github.com/chuan-khuna/altr", tag = "0.1.0" }

Development

build

uv build

uv pip install -e .

Run unit tests

uv run pytest

tagging

git tag <tag_name>
git push origin <branch_name> --tags

# delete tag
git tag -d <tag_name>

About

Python package containing snippets by me

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages