Skip to content
View phoerious's full-sized avatar

Sponsors

@midzer
@MrChrisW
@flanger001
@bashilias
@jjttjj
@RussellGilmore
@MfCrizz
@ian-h-chamberlain
@dzdidi
@sivaraam
@ProbabilityPy
@kevATin
Private Sponsor

Highlights

  • Pro

Organizations

@nightingale-media-player @webis-de @pan-webis-de @keepassxreboot @chatnoir-eu

Block or report phoerious

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. keepassxreboot/keepassxc keepassxreboot/keepassxc Public

    KeePassXC is a cross-platform community-driven port of the Windows application “KeePass Password Safe”.

    C++ 27.9k 1.8k

  2. chatnoir-eu/chatnoir-resiliparse chatnoir-eu/chatnoir-resiliparse Public

    A robust web archive analytics toolkit

    Rust 144 18

  3. rs-backup-suite rs-backup-suite Public

    A set of tools for creating and managing a custom rsync NAS.

    Shell 20 7

  4. chatnoir-eu/chatnoir-web chatnoir-eu/chatnoir-web Public

    ChatNoir Web Frontend

    Python 1 1

  5. dotfiles dotfiles Public

    Configuration files for zsh, vim etc.

    Shell 5 2

  6. Sphinx conf.py template for enabling... Sphinx conf.py template for enabling stub file parsing for native submodules. Sphinx doc added support for stubs in 8.2.0, but if you have a non-native __init__.py at the top, it won't pick up the stub files. This conf.py template allows you to specify explicit stub file paths for native submodules.
    1
    import importlib
    2
    from importlib.abc import MetaPathFinder
    3
    from importlib.machinery import EXTENSION_SUFFIXES, ModuleSpec, SourceFileLoader
    4
    from pathlib import Path
    5
    import sys