◐ Shell
clean mode source ↗

phoerious - Overview

View phoerious's full-sized avatar

Janek Bevendorff phoerious

Sponsors

Block or report phoerious

Pinned Loading

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

    C++ 27.7k 1.8k

  2. A robust web archive analytics toolkit

    Rust 141 18

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

    Shell 20 7

  4. ChatNoir Web Frontend

    Python 1 1

  5. 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.

    2

    from importlib.abc import MetaPathFinder

    3

    from importlib.machinery import EXTENSION_SUFFIXES, ModuleSpec, SourceFileLoader

    4

    from pathlib import Path