artistools

(★ 17)

Plotting, analysis, and format conversion tools for ARTIS simulations

File Explorer

  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • .python-version
  • .sourcery.yaml
  • AGENTS.md
  • check_wheel.py
  • CITATION.cff
  • CLAUDE.md
  • conftest.py
  • LICENSE.txt
  • pyproject.toml
  • README.md
  • set_version.py
  • uv.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

pip install

View Details ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

prek

View Details ▼

Create Git hooks that run before commits.

prek install

Install prek into your Git hooks:

prek run

Run prek hooks on all staged files:

prek run {{[-a|--all-files]}}

Run prek hooks on all files, staged or unstaged:

🔍

uv tool

View Details ▼

Install and run commands provided by Python packages.

uv tool run {{command}}

Run a command from a package, without installing it:

uv tool install {{package}}

Install a Python package system-wide:

uv tool upgrade {{package}}

Upgrade an installed Python package:

🔍

uvx

View Details ▼

This command is an alias of `uv tool run`.

tldr uv tool

View documentation for the original command:

# Project Badges

// repository documentation