Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:7dbbee8e2e7831e633901c968a583c69b662c2df
  • Code
  • Branches (22)
  • Releases (7)
    • Branches
    • Releases
    • HEAD
    • refs/heads/aria_prep_corr
    • refs/heads/gui-qt
    • refs/heads/main
    • refs/heads/python2
    • refs/heads/sss_rerefGPS
    • refs/tags/v1.1.0
    • refs/tags/v1.1.1
    • refs/tags/v1.1.2
    • refs/tags/v1.2.0
    • refs/tags/v1.2.2
    • refs/tags/v1.2.3
    • refs/tags/v1.2alpha
    • refs/tags/v1.2beta
    • refs/tags/v1.3.0
    • refs/tags/v1.3.1
    • refs/tags/v1.3.2
    • refs/tags/v1.3.3
    • refs/tags/v1.4.0
    • refs/tags/v1.4.1
    • refs/tags/v1.5.0
    • refs/tags/v1.5.1
    • refs/tags/v1.5.2
    • v1.2.1
    • v1.0.0
    • v0.4.0
    • v0.3.0
    • v0.2.1
    • v0.2.0
    • v0.1.0
  • d6746ad
  • /
  • .pre-commit-config.yaml
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
content badge Iframe embedding
swh:1:cnt:15bb4db6885aeb3f0e9ccff65a9fb51b49e6e682
directory badge Iframe embedding
swh:1:dir:d6746adbfcb81dddd7f344bb01fc7c3ddda2ad28
revision badge
swh:1:rev:cc23ae9d0e2d44391fccc54178f1b8ad1faf2ce9
snapshot badge
swh:1:snp:7dbbee8e2e7831e633901c968a583c69b662c2df
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: cc23ae9d0e2d44391fccc54178f1b8ad1faf2ce9 authored by dependabot[bot] on 11 September 2023, 11:27:35 UTC
build(deps): bump actions/checkout from 3 to 4 (#1088)
Tip revision: cc23ae9
.pre-commit-config.yaml
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
  autofix_prs: false

fail_fast: true

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: "v4.4.0"
    hooks:
      - id: check-added-large-files
        args: ['--maxkb=20']
        exclude_types: [image]
        exclude: src/mintpy/data/plate_boundary
      - id: check-ast
      - id: check-case-conflict
      - id: check-docstring-first
      - id: check-merge-conflict
      - id: check-json
      - id: check-toml
      - id: check-yaml
      - id: debug-statements
      - id: end-of-file-fixer
      - id: mixed-line-ending
      - id: trailing-whitespace
        exclude: tests/data/

  - repo: https://github.com/PyCQA/isort
    rev: "5.12.0"
    hooks:
      - id: isort
        name: sort imports
        args: ['--multi-line=VERTICAL_HANGING_INDENT',
               '--trailing-comma',
               '--combine-as']

  - repo: https://github.com/asottile/pyupgrade
    rev: "v3.10.1"
    hooks:
      - id: pyupgrade
        name: modernize python
        args: ['--py36-plus']


  ############################################################
  #- repo: https://github.com/psf/black
  #  rev: "22.6.0"
  #  hooks:
  #    - id: black

  #- repo: https://github.com/PyCQA/flake8
  #  rev: "5.0.4"
  #  hooks:
  #    - id: flake8

  #- repo: https://github.com/pre-commit/mirrors-mypy
  #  rev: "v0.971"
  #  hooks:
  #    - id: mypy

  #- repo: https://github.com/hadialqattan/pycln
  #  rev: "v2.1.1"
  #  hooks:
  #    - id: pycln

  #- repo: https://github.com/PyCQA/pydocstyle
  #  rev: "6.1.1"
  #  hooks:
  #    - id: pydocstyle
  #      additional_dependencies: [toml]
  #      exclude: test

  #- repo: https://github.com/sirosen/texthooks
  #  rev: "0.3.1"
  #  hooks:
  #    - id: fix-ligatures
  #    - id: fix-smartquotes

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top