Skip to main content

neofetch with flags <3

Project description

HyFetch

neofetch with pride flags <3

screenshot

Running Updated Original Neofetch

This repo also serves as an updated version of the original neofetch since the upstream dylanaraps/neofetch isn't maintained anymore and has been archived. If you only want to use the updated neofetch without pride flags, you can use the neofetch script from this repo. To prevent command name conflict, I call it neowofetch :)

  • Method 1: Install HyFetch from PyPI (pip install -U hyfetch, pipx install hyfetch, or uv tool install hyfetch) then run neowofetch
  • Method 2: npx neowofetch
  • Method 3: P="$HOME/.local/bin/neowofetch" && curl -L nf.hydev.org -o "$P" && chmod +x "$P"
  • Method 4: Run without install bash <(curl -sL nf.hydev.org)

Installation

Method 1: Install from PyPI (Recommended)

Even though hyfetch has been rewritten in Rust since 2.0.0, we also published PyPI packages with prebuilt rust binaries to allow seamless transition from the Python version. You can install the rust binaries using pip:

pip install wheel
pip install -U hyfetch

For isolated command installs, you can use pipx or uv:

pipx install hyfetch
uv tool install hyfetch

If a rust binary is not available for your platform (e.g. riscv64), it will automatically fall back to the v1.99.0 Python version.

Method 2: Install using system package manager

Currently, these distributions have existing packages for HyFetch:

  • Universal Lure.sh: lure in hyfetch (Thanks to @Elara6331)
  • Arch Linux: sudo pacman -S hyfetch (Thanks to @Aleksana and @Antiz96)
  • Fedora Linux: sudo dnf install hyfetch (packaged by @topazus)
  • Nix: nix-env -i hyfetch (Thanks to @YisuiDenghua)
  • Nix Profile: nix profile install nixpkgs#hyfetch
  • Guix: guix install hyfetch (Thanks to @WammKD)
  • Slackware: sbopkg -b hyfetch Slackbuild (Thanks to @bittin , willysr (https://github.com/willysr), jebrhansen and Urchlay and new maintainer MDKDIO)
  • Homebrew: brew install hyfetch (Thanks to @catumin and @osalbahr)
  • openSUSE Tumbleweed: zypper in python311-hyfetch (Thanks to @catumin)
  • Gentoo: emerge --ask app-misc/hyfetch (Thanks to @catumin)
  • Debian and Ubuntu apt install hyfetch (for Debian flavor >= Trixie, Ubuntu flavor >= Noble) (Thanks to @catumin)

Packaging status

Method 3: Install using Cargo

Since hyfetch has been rewritten in Rust since 2.0.0, you can now install it using Cargo:

cargo install hyfetch

[!WARNING] If you install using Cargo, you would need to manually install dependencies like fastfetch if you want to use it as the backend, and Git Bash if you're on Windows.

The PyPI package has all the dependencies bundled, so it's recommended to use that instead.

Usage

When you run hyfetch for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!

If you want to use the updated neofetch without LGBTQ flags, check out this section

Questions and answers

Q: How do I change my config?

A: Use hyfetch -c

Q: What do I do if the color is too dark/light for my theme?

A: You can try setting the colors' "lightness" in the configuration menu. The value should be between 0 and 1. For example, if you are using dark theme and the rainbow flag is too dark to display, you can set lightness to 0.7.

Feel free to experiment with it!

image

Q: Why do you use pride flag's coloring? I don't think it looks nice at all.

A: The core idea behind HyFetch coloring isn't just to make logos look nicer, it's about representation and identity. While it's okay to assess the visual appeal, you also need to understand that the LGBTQ+ flag colors serves a much deeper purpose than just aesthetics.

For many in the LGBTQ+ community, these flags symbolize their identity, struggles, and pride. Integrating these symbols into a showcase of the tech specs they share can provide a sense of empowerment. It's combining their enthusiasm for their favorite distro / hardware with their LGBTQ+ identity.

Also, by including flag coloring along with the updated neofetch, we're also broadcasting a wider message about the importance of inclusivity and representation. It's not just a design choice, it's a statement that promotes awareness and understanding toward the LGBTQ+ community.

Q: When I use hyfetch or neowofetch in my MotD, no art displays. How do I get the art back?

A: Most likely, the stdout detection is set to auto and is removing the ascii art and colors. To change this, you can: set args in your hyfetch.json to "--stdout=off", add --stdout=off to the neowofetch command in your motd script, or set the option in $HOME/.config/(neofetch|neowofetch)/config.conf to off.

Q: How can I run HyFetch on Windows?

A: Install Python > 3.7 and Git > 2.42.0 first. Then, either open Git Bash terminal or install a terminal emulator that can display RGB colors (the default Windows cmd.exe cannot, but the new Windows Terminal can). Then, run pip install hyfetch, pipx install hyfetch, or uv tool install hyfetch and run hyfetch.

Contributing

To make changes to our codebase, you first need to create a fork by clicking the "Fork" button on the top right. Then, you can clone your fork of the source code using git clone https://github.com/{your username}/hyfetch.git.

After making changes to the source code, you can run python -m hyfetch in the root directory of your repo to test out your changes.

If they work correctly, you can commit and push these changes using git command or Github Desktop. Then, you can create a pull request on Github so that it can go into our next release!

You can also install your version locally by running one of these commands in the repo root:

pip install .
pipx install .
uv tool install .

Or install directly from the GitHub source:

pip install git+https://github.com/hykilpikonna/hyfetch.git@master
pipx install git+https://github.com/hykilpikonna/hyfetch.git@master
uv tool install git+https://github.com/hykilpikonna/hyfetch.git@master

Change Log

Nightly

Note: You can install the latest nightly version by using:

cargo install --git https://github.com/hykilpikonna/hyfetch

2.1.0

Changes since 2.1.0-rc1.

โœจ Features & Enhancements

  • Added support for more distro logos: FiwixOS (#356), Imaginary Linux (#390), MidOS (#514), OpenSolaris (#513), and Tuxedo OS (#333).
  • Added new pride presets: Enbian (#333), Queer Villain (#497), Demisexual (#511), Paragender, Paraboy, Paragirl, Paranonbinary, and Cupio (#506).
  • Added palette_glyph support for the macchina backend (#501).
  • ๐Ÿ–ผ๏ธ Neofetch - Added CPU codenames to processor output (#381).
  • ๐Ÿ–ผ๏ธ Neofetch - Added glxinfo GPU detection for systems where existing GPU detection missed hardware (#225).
  • ๐Ÿ–ผ๏ธ Neofetch - Added Steam library detection to output (#346).
  • ๐Ÿ–ผ๏ธ Neofetch - Added low-color sixel output for terminals that cannot display high-color sixels (#404).
  • ๐Ÿ–ผ๏ธ Neofetch - Added musikcube media player support through MPRIS (#364, #512).
  • ๐Ÿ–ผ๏ธ Neofetch - Changed memory output to report used memory instead of unavailable memory (#117).

๐Ÿ› Bug Fixes

  • Fixed neowofetch packaging so the command is installed and callable (#499).
  • Fixed Windows/MSYS path escaping and neofetch lookup problems, including OpenBSD ASCII backslash handling (#496, #500).
  • Fixed custom ASCII loading from files (#505).
  • Fixed Rust wrapper newline handling regression from 2.1.0-rc1 (#498).
  • Fixed macchina backend pride logo/theme output on macOS (#503, #509).
  • Fixed the June easter egg so it exits gracefully (#508).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed ASCII whitespace handling (#327).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed CPU detection under PRoot-Distro and Android fallback behavior (#355, #120).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed macOS package/model detection issues, including Homebrew/pkgx/tea package counting (#40).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed Intel OEM iGPU names (#230).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed duplicate resolution output by skipping inactive DRM connectors (#319).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed package counting on openSUSE by removing the incorrect dnf fast path (#306).
  • ๐Ÿ–ผ๏ธ Neofetch - Fixed Interix hardware detection when %WINDIR% is not C:\Windows (#507).

๐Ÿ”ง Documentation & Maintenance

  • Added pipx and uv source-install instructions (#193).
  • Updated Slackware installation instructions (#495).
  • Fixed package build scripting and ASCII check ordering.
  • Dockerized and documented the GitHub issue moderator tooling.
  • Removed unused workflows, scripts, sample data, and editor configuration.

2.1.0-rc1

(pre-release before 2.1.0, since a lot was changed)

โœจ Features & Enhancements

  • Random Preset: Now can select multiple presets and let it randomly choose one on each run (#487).
  • Distro as Data: Migrated distribution ASCII art and metadata to a unified JSON-header format, enabling shared usage across Python and Rust implementations.
  • Distro Parity: Added missing ASCII art and distros from fastfetch.
  • New OS Support: Added support for QNX/Blackberry 10 (#480).
  • Custom Presets: Added custom_presets configuration option to allow user-defined color presets (#481).
  • Interactive Filtering: Added live filter for preset selection in the configuration menu (#482).
  • New Distros: Added support for Codex Linux (#477) and Zirconium (#468).
  • New Flags: Added Peter Griffin pride flag (#489), Rubber flag (#479), and Haruhi Suzumiya flag (#486).

๐Ÿ› Bug Fixes

  • Windows/MSYS2: Fixed bash path detection and execution in MINGW64 environment (#488).
  • Backend Fixes: Fixed issues with the macchina backend crashing or reporting incorrect distribution (#491).
  • Terminal Fixes: Fixed terminal font output issues in Kitty terminal (#484).
  • Reliability:
    • Improved path detection to continue even when current path is not found (#426).
    • Added fallback for operating systems unsupported by the Rust implementation (#474).
    • Fixed prioritization of CLI-specified ASCII art to ensure it correctly overrides configuration (#475).
  • Shell Detection: Switched to os.execv for more reliable shell detection and transition (#469).
  • Background Detection Timeout: Prevent crash due to timeout in background color detection (#453).

2.0.5

โœจ Features & Enhancements

  • Added support for Secureblue (#434).
  • Added void_old logo variant (#457).
  • Added Femme flag (#456).

๐Ÿ› Bug Fixes

  • Fixed a panic when entering an invalid alignment option after rolling (#460).
  • Fixed Traceback printing on KeyboardInterrupt (#462).
  • Restored flags lost during Python/Rust presets merge (#466).
  • Fixed a panic with file metadata access (#465).

2.0.4

๐Ÿ”ง Building Pipeline Refactoring

  • Modernize Python building toolchain from setup.py to pyproject.toml
  • Fixed a bug where Windows binaries are mistakenly built into Unix packages.
  • Fixed a bug where presets.json was not being included in the built package.

2.0.3

(changelog is generated by Gemini from commit history)

This update brings a significant internal refactor to how color presets are managed, along with a new batch of pride flags and several important bug fixes.

โœจ Features & Enhancements

  • Custom ASCII Art: You can now specify a file path for custom ASCII art (#429).
  • Hex Color Presets: Added the ability to pass a custom comma-separated hex color string list (e.g., #RRGGBB,#RRGGBB) directly as a preset (#435).

๐Ÿณ๏ธโ€๐ŸŒˆ New Flags

  • Added Transbian flag (#449)
  • Added Autism Pride flag (#450)
  • Added Transneutral & Cenelian flags (#452)
  • Added Fluidflux flags (#437)
  • Added Libragender flags (#433)

๐Ÿ› Bug Fixes

  • Crash Fix: Fixed a panic that could occur if hyfetch was run on a distro with no defined ASCII art (#455).
  • OS Support: Added support for iOS 1.x (#444) and old Apple TV models (#438).
  • Python:
    • Fixed a bug where 3-length hex codes (e.g., #FFF) does not work properly (#443).
    • Fixed a string formatting issue for python 3.11 and earlier versions (#442).
    • Fixed a bug where extra top padding would appear above output ascii art (#428).
  • Rust:
    • Fixed the logic for the pride month easter egg so it only marks itself as "displayed" during June (#430).
    • Fixed a build issue on Windows (#439).

๐Ÿ”ง Maintenance & Refactoring

  • Preset Refactor: Color presets are now stored in a central presets.json file. (#451).
  • Dependency Updates: Upgraded various Rust crates and other dependencies to their latest versions.
  • Code Cleanup: General code shortening and readability improvements.

2.0.2

This is a small patch release that adds more flags and fixes some bugs from the recent Rust rewrite.

  • ๐Ÿณ๏ธโ€๐ŸŒˆ New Flags: Added new pride flags for Nullflux (#397), Hypergender (#422), Fictosexual (#394), and Adipophilia (#424).
  • ๐Ÿ› Bug Fixes:
    • Fixed a critical bug where custom fastfetch configurations could break hyfetch (#420).
    • Corrected the nixos_small ASCII logo to display properly (#421).
  • ๐Ÿ”ง Improvements:
    • Improved a warning message for better clarity (#419).

2.0.1

(changelog is generated by Gemini from commit history)

๐Ÿฆ€ The Rust Rewrite!

This is a massive update, rewriting the entire hyfetch core from Python to Rust for significantly improved performance, reliability, and maintainability. A huge thank you to @teohhanhui and all the contributors who made this possible!

  • ๐Ÿš€ Complete Rewrite in Rust: The entire codebase has been ported to Rust, resulting in major performance improvements and a smaller binary size.
  • โš™๏ธ New Backends: In addition to neofetch and fastfetch, hyfetch now supports macchina as a backend option.
  • ๐ŸŒˆ Improved June Animation: The --june pride month animation is now smoother, flicker-free (#408).
  • ๐ŸชŸ Native Windows Support: The Rust version provides much-improved support for Windows.

โœจ Features & Enhancements

  • ๐ŸŽจ Automatic Theme Detection: Hyfetch can now automatically detect your terminal's light/dark mode (when auto_detect_light_dark is true) (#380).
  • โœ๏ธ Font Logos: Added a new feature to display a logo created from your system's font.
  • ๐ŸŒ Cloudflare for Public IP: Now uses Cloudflare to fetch the public IP address, with a fallback option (#416).
  • ๐Ÿ–ผ๏ธ Interactive Logo Selection: An interactive setup step now allows you to choose between default and small logo variants for your distro (#392).
  • ๐Ÿณ๏ธโ€๐ŸŒˆ New Pride Flags: Added flags for Cisgender (#386), Kessoku Band (#384), and Watermelon Cream Lozenges (#369) for memes.
  • ๐Ÿ“„ Page Navigation: Added n and p as shorthands for next/previous page selection and implemented page number roll-over (#372).

๐Ÿ–ผ๏ธ New & Updated Distro Support

  • Added Bazzite (#406)
  • Added Rhino Linux Logo (#407)
  • Updated openSUSE Logos & Added Slowroll
  • Updated KSLinux Detection (#395)

๐Ÿ› Bug Fixes

  • macOS: Fixed CPU and memory fetching on older macOS versions like Leopard and Tiger (#387, #389).
  • Packaging: Resolved several issues with cargo publish to ensure reliable package deployment (#405).
  • Performance: Sped up RPM package counting by skipping digest and signature verification (#371).
  • Animation: Updated logic to ensure the pride month animation is always shown when --june is explicitly used (#411).
  • General: Fixed numerous bugs related to builds, path detection, cache handling, and distro name detection.
  • Formatting: Fixed an unwanted space in the Python version output (#401).

๐Ÿ”ง Maintenance

  • Documentation: Updated the README with additional credits for Slackware contributors (#365).
  • Build System: Overhauled the build scripts for Rust, including support for musl static builds and cross-compilation for macOS and Windows.

1.99.0

This version would be the last version of HyFetch on Python as we migrate to Rust (Huge thanks to everyone on #317!). It will also be an effort to start a transition that phases out the neowofetch/neofetch backend in favor of FastFetch, since the time needed to maintain the NF backend currently exceed our capacity. If you are willing to help maintaining it, please let us know!

About Notation

Updates to HyFetch begins with the emoji ๐ŸŒˆ
Updates to neowofetch begins with the emoji ๐Ÿ–ผ๏ธ

  • ๐ŸŒˆ Improve Windows support
  • ๐ŸŒˆ Include FastFetch into HyFetch PyPI package
  • ๐ŸŒˆ Detached our fork from neofetch
  • ๐ŸŒˆ Build architecture-specific wheels for PyPI
  • ๐ŸŒˆ Add plural flag (bc8499e2)
  • ๐ŸŒˆ Add genderflux and girlflux flags (#263)
  • ๐ŸŒˆ Add Fraysexual flag (#277)
  • ๐ŸŒˆ Add Xenogender flag (#309)
  • ๐ŸŒˆ Add Caninekin flag (#318)
  • ๐ŸŒˆ Add Kenochoric, veldian, solian, lunian flags (#331)
  • ๐ŸŒˆ Add Polyamorous, sapphic, androgyne, interprogress, progress, intersex, equal-rights, drag, neofluid, genderqueer, and pronoun flags (#342)
  • ๐ŸŒˆ Add Gilbert Baker's original rainbow flag (#284)
  • ๐ŸŒˆ Add Queer subculture flags (#302)
  • ๐ŸŒˆ Add random flag option (#334)
  • ๐ŸŒˆ Fix distro logo triple-quotation mark escaping (#222)
  • ๐ŸŒˆ Fix Windows encoding issue on non-English systems (#294)
  • ๐ŸŒˆ Fix termux compatibility (#286)
  • ๐ŸŒˆ Fix term background detection not resetting properly (#298)
  • ๐ŸŒˆ Make typing-extensions optional (#299)
  • ๐ŸŒˆ Remove setuptools dependency (#325)
  • ๐ŸŒˆ Allow lightness value without a '%' sign in config prompt (#307)
  • ๐ŸŒˆ Fix Windows 7 and Python 3.7.0 support.
  • ๐Ÿ–ผ OS - Update Apple hardware ID list (#256)
  • ๐Ÿ–ผ OS - Remove Lilu detection for hackintosh (#310)
  • ๐Ÿ–ผ OS - Support host info on PowerPC Macs (#341)
  • ๐Ÿ–ผ DE - Show Kinfo for Plasma 6 (#269)
  • ๐Ÿ–ผ GPU - Fix GPU not displaying in Haiku (dylanaraps#2448)
  • ๐Ÿ–ผ GPU - List all intel GPU as detected (#348)
  • ๐Ÿ–ผ Distro - Add eweOS (#252)
  • ๐Ÿ–ผ Distro - Add Fedora Immutable distros (dylanaraps#2434)
  • ๐Ÿ–ผ Distro - Add Macaroni OS (dylanaraps#2424)
  • ๐Ÿ–ผ Distro - Add Ironclad OS (#219)
  • ๐Ÿ–ผ Distro - Add Chimera Linux (#285)
  • ๐Ÿ–ผ Distro - Add Tatra (dylanaraps#2439)
  • ๐Ÿ–ผ Distro - Add Furreto Linux (#290)
  • ๐Ÿ–ผ Distro - Add BlackMesa (#316)
  • ๐Ÿ–ผ Distro - Add Magix (#338)
  • ๐Ÿ–ผ Distro - Add Mauna (#343)
  • ๐Ÿ–ผ Distro - Add Arkane Linux (#321)
  • ๐Ÿ–ผ Distro - Add Linux From Scratch (#336)
  • ๐Ÿ–ผ Distro - Fix debian version on Ubuntu (#195)
  • ๐Ÿ–ผ Ascii - Update PikaOS logo (#231)
  • ๐Ÿ–ผ Ascii - Add Fedora unicode logo (#238)
  • ๐Ÿ–ผ Ascii - Fix colors not reverting properly (#314)
  • ๐Ÿ–ผ Ascii - Fix AmogOS backslash escape (#339)
  • ๐Ÿ–ผ Ascii - Add colorful NixOS logo (#311)
  • ๐Ÿ–ผ Terminal - Fix terminal emulator selection (#220)
  • ๐Ÿ–ผ Terminal - Fix terminal font info for yakuake (#235)
  • ๐Ÿ–ผ Terminal - Add Apple Terminal (#272)
  • ๐Ÿ–ผ Editor - Display neovim version (#267)
  • ๐Ÿ–ผ Package - Add an option to hide some package managers (#257)
  • ๐Ÿ–ผ Package - Add "AM" application manager (#234)
  • ๐Ÿ–ผ Package - Fix npm list count mismatch (#240)
  • ๐Ÿ–ผ Package - Add pnpm (#288)
  • ๐Ÿ–ผ Package - Add pkgx.sh (#265)
  • ๐Ÿ–ผ Package - Add pip, bonsai, rad, radula, birb (#337)
  • ๐Ÿ–ผ Package - Add MacPorts for Linux support (#340)
  • ๐Ÿ–ผ Package - Use XDG path for Nix package counting (#255)
  • ๐Ÿ–ผ Package - Fix short package count (#305)
  • ๐Ÿ–ผ Song - Add Cider player (#245)
  • ๐Ÿ–ผ Network - Fix network speed detection on macOS (#360)

1.4.11

  • ๐ŸŒˆ Add ability to set backend args in hyfetch config file (#181)
  • ๐ŸŒˆ Update makefile to be able to install hyfetch (#174)
  • ๐ŸŒˆ Fix config file argument (#177)
  • ๐ŸŒˆ Support pipx installation (#188, #192)
  • ๐ŸŒˆ Create package for Debian, OpenSUSE, Homebrew, Gentoo, and lure.sh
    (#184, #194, #207, #206) Huge thanks to @catumin!
  • ๐Ÿ–ผ DE - Fix DE empty bracket in macOS (#172)
  • ๐Ÿ–ผ OS - Disable Hackintosh check on arm64 processors (dylanaraps#2396)
  • ๐Ÿ–ผ OS - Add Windows NT (#217)
  • ๐Ÿ–ผ Distro - Fixed Kubuntu recognized as Ubuntu (dylanaraps#2411)
  • ๐Ÿ–ผ Distro - Use /etc/debian_version to get .x on Debian (#191)
  • ๐Ÿ–ผ Distro - Add LainOS (#190)
  • ๐Ÿ–ผ Distro - Add aerOS (dylanaraps#2360)
  • ๐Ÿ–ผ Distro - Add Xenia (#197)
  • ๐Ÿ–ผ Distro - Add EndeavourOS Small Option (dylanaraps#2391)
  • ๐Ÿ–ผ Distro - Add AZOS (dylanaraps#2339)
  • ๐Ÿ–ผ Distro - Add MainsailOS (dylanaraps#2407)
  • ๐Ÿ–ผ Distro - Add Interix (dylanaraps#2409)
  • ๐Ÿ–ผ Distro - Add Peropesis Linux (dylanaraps#2414)
  • ๐Ÿ–ผ Distro - Add Adรฉlie Linux (#218)
  • ๐Ÿ–ผ Distro - Add Xray_OS (dylanaraps#2413)
  • ๐Ÿ–ผ Ascii - Update AOSC logo (#185)
  • ๐Ÿ–ผ Ascii - Update phyOS logo (#211)
  • ๐Ÿ–ผ Ascii - Update Parch logo (dylanaraps#2045)
  • ๐Ÿ–ผ Ascii - Add linux_small (dylanaraps#2417)
  • ๐Ÿ–ผ Bug Fix - Fix color blocks for bash !=3 & <5 (#170)
  • ๐Ÿ–ผ Bug Fix - Use sed -r instead of -E when using GNU sed (#171)
  • ๐Ÿ–ผ Resolution - Improved MacOS resolution detection (dylanaraps#2356)
  • ๐Ÿ–ผ Terminal - Add support for alacritty's new config format (#202)
  • ๐Ÿ–ผ Terminal - Check for newer xfce4-term config (#214)
  • ๐Ÿ–ผ Package - Add support for npm global packages (#215)

1.4.10

  • ๐ŸŒˆ Add support for qwqfetch backend (#148)
  • ๐ŸŒˆ Add nonhuman-unity flag (#139)
  • ๐ŸŒˆ Add gynesexual, androsexual flags (#157)
  • ๐ŸŒˆ Add option to disable pride month animation (#134)
  • ๐ŸŒˆ Make ^C error message less aggressive (?)
  • ๐ŸŒˆ Fix: Should not assume ~/.config is writable (#136)
  • ๐ŸŒˆ Fix: Foreground-background arrangement not detected (#154)
  • ๐Ÿ–ผ OS - Update macOS version name list (#140)
  • ๐Ÿ–ผ Ascii - Improve color removal (#161)
  • ๐Ÿ–ผ Ascii - Fix reset character performance (#158)
  • ๐Ÿ–ผ Distro - Smoothen the Tumbleweed logo (dylanaraps#2342)
  • ๐Ÿ–ผ Distro - Update RebornOS logo (dylanaraps#2358)
  • ๐Ÿ–ผ Distro - Update Venom Linux logo (#166)
  • ๐Ÿ–ผ Distro - Add Windows 95 ASCII logo (dylanaraps#2346)
  • ๐Ÿ–ผ Distro - Add ParchLinux (dylanaraps#2045)
  • ๐Ÿ–ผ Distro - Add OpenKylin (dylanaraps#2341)
  • ๐Ÿ–ผ Distro - Add EvolutionOS (dylanaraps#2350)
  • ๐Ÿ–ผ Distro - Add Salix (dylanaraps#2357)
  • ๐Ÿ–ผ Distro - Add Panwah (dylanaraps#2355)
  • ๐Ÿ–ผ Distro - Add PhyOS (#142)
  • ๐Ÿ–ผ Distro - Add Athena OS (#130)
  • ๐Ÿ–ผ Distro - Add Meowix (#159)
  • ๐Ÿ–ผ Distro - Add Slackel (#167)
  • ๐Ÿ–ผ Distro - Support *Wrt variants (dylanaraps#2352)
  • ๐Ÿ–ผ Version - Fix a typo that broke OS detection on WSL (#155)
  • ๐Ÿ–ผ Packages - Implement --package_separate flag (#135)
  • ๐Ÿ–ผ Packages - Separate flatpak-system and flatpak-user (#135)
  • ๐Ÿ–ผ Packages - Add steam as a package manager (#152)
  • ๐Ÿ–ผ Packages - Add squirrel package manager (#153)
  • ๐Ÿ–ผ Packages - Make cargo run on all systems (#146)
  • ๐Ÿ–ผ Packages - Fix cargo package count (#144)
  • ๐Ÿ–ผ Packages - Add Devbox package manager (#137)
  • ๐Ÿ–ผ Packages - Fix phantom package when pm command fails (#145)
  • ๐Ÿ–ผ Packages - Update scratch package manager (#165)
  • ๐Ÿ–ผ Editor - Better version detection
  • ๐Ÿ–ผ Resolution - Improve macOS resolution detection (dylanaraps#2356)
  • ๐Ÿ–ผ Resolution - Add resolution lookup for iOS (#164)
  • ๐Ÿ–ผ Desktop - Display global KDE Plasma theme (#163)
  • ๐Ÿ–ผ IP - Improve macOS local IP detection (dylanaraps#2362)
  • ๐Ÿ–ผ IP - Fix macOS route hangs on reverse DNS lookup
  • ๐Ÿ–ผ Config - Allow specifying default config to copy to ~/.config (#133)

1.4.9

  • ๐ŸŒˆ Add pride month easter-egg animation! โญ๏ธ
  • ๐ŸŒˆ Autocompletion for bash, zsh, tcsh (#96)
  • ๐ŸŒˆ Add nix profile installation method (#114)
  • ๐ŸŒˆ Add experimental color overlay function for more accurate lightness adjusting (using --c-overlay)
  • ๐ŸŒˆ Allow neofetch argument passthrough (using --args='...')
  • ๐ŸŒˆ Show recommended terminal size (#129)
  • ๐ŸŒˆ Update issue & pull request templates
  • ๐Ÿ–ผ Hostname - Fix FQDN substitution
  • ๐Ÿ–ผ Version - Fix Windows version detection (dylanaraps#2309)
  • ๐Ÿ–ผ Packages - Fix winget stuck on agreement (#82)
  • ๐Ÿ–ผ Distro - Fix Windows text encoding (#115)
  • ๐Ÿ–ผ Distro - Add Astra Linux (dylanaraps#2313)
  • ๐Ÿ–ผ Distro - Add FemboyOS (#121)
  • ๐Ÿ–ผ Distro - Add Nobara Linux (dylanaraps#2326)
  • ๐Ÿ–ผ Font - Fix Konsole ppid detection (#116)
  • ๐Ÿ–ผ Font - Fix Konsole terminal font detection (#127)
  • ๐Ÿ–ผ Image - Optimize sixel image display (dylanaraps#2316)

1.4.8

  • ๐ŸŒˆ Improved Windows git bash detection (#99)
  • ๐ŸŒˆ Improved color formatting codes (#101)
  • ๐ŸŒˆ Allow specifying distro in config (#102)
  • ๐ŸŒˆ Allow specifying custom ascii files (#104)
  • ๐ŸŒˆ Add omniromantic and pangender flags (#106)
  • ๐ŸŒˆ Now officially packaged for ArchLinux Community & Slackware! (#112 | #109)
  • ๐Ÿ–ผ Host - Update Apple device model detection. (#111)
  • ๐Ÿ–ผ Distro - Add Salient OS. (dylanaraps#2301)
  • ๐Ÿ–ผ Distro - Add PikaOS. (#105)
  • ๐Ÿ–ผ Distro - Add Archcraft minimal variant. (#108)
  • ๐Ÿ–ผ Distro - Update Vanilla logo. (#98)
  • ๐Ÿ–ผ Distro - ChromeOS version improvements. (dylanaraps#2305)
  • ๐Ÿ–ผ CPU - Improved multi-cpu ARM chip detection. (#97)
  • ๐Ÿ–ผ Packages - Support pipx package manager. (#107)

1.4.7

  • ๐ŸŒˆ Better Windows compatibility (#45, #84, #87, #89)
  • ๐ŸŒˆ Add gendervoid flags (#81)
  • ๐ŸŒˆ Fix ASCII extractor escape sequence generation (#90, #91)
  • ๐Ÿ–ผ Distro - Add CuteOS (dylanaraps#2291)
  • ๐Ÿ–ผ Distro - Add Floflis (dylanaraps#2289)
  • ๐Ÿ–ผ Distro - Add ArseLinux (dylanaraps#2295)
  • ๐Ÿ–ผ Distro - Better Solaris support (dylanaraps#2293)
  • ๐Ÿ–ผ Packages - Fix scoop package manager for Windows (#93)
  • ๐Ÿ–ผ Packages - Add Evox package manager for Stock Linux (#95)
  • ๐Ÿ–ผ WM - Fix false positive wm process name detection (#88, #94)
  • ๐Ÿ–ผ Misc - Added BIOS and bluetooth detection

1.4.6

  • ๐ŸŒˆ Add compatibility for FastFetch version >1.8.0 (#62)
  • ๐Ÿ–ผ Distro - Add Aperture Science ascii art (#61)
  • ๐Ÿ–ผ Distro - Add RhaymOS (dylanaraps#2274)
  • ๐Ÿ–ผ Editor - Add editor information detection (dylanaraps#2271)
  • ๐Ÿ–ผ Packages - Fix empty cargo directory (#58)
  • ๐Ÿ–ผ Terminal - Display gnome-console instead of kgx (dylanaraps#2277)
  • ๐Ÿ–ผ Terminal - Fix terminal detection with new get_process_name function
  • ๐Ÿ–ผ CPU - Detect ISA string on RISC-V CPUs (#60)
  • ๐Ÿ–ผ Song - Fix CMUS player song detection on macOS (#55)
  • ๐Ÿ–ผ Network - Fix macOS network detection (#56)
  • ๐Ÿ–ผ Misc - Change LICENSE year to 2023 (#59)

1.4.5

  • ๐ŸŒˆ Support using FastFetch as a HyFetch backend (hyfetch -b fastfetch)
  • ๐ŸŒˆ Add config file argument (#48)
  • ๐ŸŒˆ Fix problems caused by color detection on Windows (#16)
  • ๐ŸŒˆ Support pure-python distro detection for FastFetch
  • ๐Ÿ–ผ๏ธ Distro - Add Aster Linux (dylanaraps#2251)
  • ๐Ÿ–ผ๏ธ Distro - Add Hybrid Linux (dylanaraps#2239)
  • ๐Ÿ–ผ๏ธ Distro - Add UrukOS (dylanaraps#2258)
  • ๐Ÿ–ผ๏ธ Distro - Add Project Sasanqua (dylanaraps#2264)
  • ๐Ÿ–ผ๏ธ Distro - Add Kali small variant (dylanaraps#2242)
  • ๐Ÿ–ผ๏ธ Distro - Fix CachyOS matching (dylanaraps#2026)
  • ๐Ÿ–ผ WM - Fix wm detection with fuser (#39)
  • ๐Ÿ–ผ๏ธ Memory - Make memory unit decimal calculation more accurate (#52)
  • ๐Ÿ–ผ Packages - Fix squirrel (Stock Linux) package count detection (#39)
  • ๐Ÿ–ผ Packages - Support cargo bin environment variable (#49)
  • ๐Ÿ–ผ Packages - Add tea.xyz package manager (issue dylanaraps#2235)

1.4.4

  • ๐ŸŒˆ Fix Python 3.11 compatibility (#35)
  • ๐ŸŒˆ Fix many overflow problems when screen is too small
  • ๐Ÿ–ผ๏ธ Distro - Add Enso (dylanaraps#2233)
  • ๐Ÿ–ผ๏ธ Memory - Optimize and fix memory unit conversion (dylanaraps#2225)
  • ๐Ÿ–ผ๏ธ DE - Add dwl window manager (dylanaraps#2234)
  • ๐Ÿ–ผ๏ธ DE - Fix XDG session detection for X11 (dylanaraps#2232)
  • ๐Ÿ–ผ๏ธ CPU - Fix model detection for loongson (#34)

1.4.3

  • ๐ŸŒˆ Auto detect terminal background color & rgb support
  • ๐ŸŒˆ Optimize experience on light-themed terminals
  • ๐ŸŒˆ Fix bugs with lightness and light-mode config not applying
  • ๐ŸŒˆ Fix color alignment for distros with first color โ‰  ${c1} (e.g. Ubuntu Budgie)
  • ๐ŸŒˆ Add unlabeled flags (#25)
  • ๐ŸŒˆ Add gender nonconforming & femboy & tomboy flags (#32)
  • ๐ŸŒˆ Fix jailbreak iOS shell killed: 9 issue caused by ld signature check.
  • ๐Ÿ–ผ๏ธ Distro - Add garuda_small (dylanaraps#2215)
  • ๐Ÿ–ผ๏ธ Distro - Add Cobalt Linux (dylanaraps#2213)
  • ๐Ÿ–ผ๏ธ Distro - Add VanillaOS (dylanaraps#2222)
  • ๐Ÿ–ผ๏ธ Distro - Surround macOS build number in parentheses (#28)
  • ๐Ÿ–ผ๏ธ Misc - Auto select stdout mode based on tty detection (#31)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix cols coloring reset for bash 3.2 (#24)

1.4.2

  • ๐ŸŒˆ Detailed runnning/contributing instructions in README.md (#21)
  • ๐Ÿ–ผ๏ธ Distro - Add Stock Linux (#23)
  • ๐Ÿ–ผ๏ธ Distro - Add DietPi (dylanaraps#1706)
  • ๐Ÿ–ผ๏ธ Distro - Add OmniOS illumos (dylanaraps#2196)
  • ๐Ÿ–ผ๏ธ Distro - Add Droidian (dylanaraps#2201)
  • ๐Ÿ–ผ๏ธ Distro - Add HamoniKR (dylanaraps#2210)
  • ๐Ÿ–ผ๏ธ Song - Add support for TIDAL HiFi (#22)
  • ๐Ÿ–ผ๏ธ CPU - Detect multiple CPU models for ARM
  • ๐Ÿ–ผ๏ธ Misc - Better defaults: Show RAM in GiB, RAM percentage, CPU speed rounding, refresh rate
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix bash 5.2 column cut off issue (#24)

1.4.1

  • ๐ŸŒˆ Paginate flags (#14)
  • ๐ŸŒˆ Add release workflow (#15)
  • ๐ŸŒˆ Create automatic release script
  • ๐ŸŒˆ Config page - Give warning when terminal size is too small
  • ๐ŸŒˆ Config page - Optimize color arrangement selection on small screens
  • ๐ŸŒˆ Add experimental Windows support (very unstable at the moment)
  • ๐Ÿ–ผ๏ธ Distro - Add ravynOS (dylanaraps#2182)
  • ๐Ÿ–ผ๏ธ Distro - Add ChonkySealOS (dylanaraps#2180)
  • ๐Ÿ–ผ๏ธ Distro - Add GhostBSD (TheSudoer#18)
  • ๐Ÿ–ผ๏ธ Distro - Add NekOS (dylanaraps#2186)
  • ๐Ÿ–ผ๏ธ Distro - Add astOS (dylanaraps#2185)
  • ๐Ÿ–ผ๏ธ Distro - Fix ChromeOS identification (dylanaraps#1949)
  • ๐Ÿ–ผ๏ธ WM - Add Hyprland to the list of wayland wms (dylanaraps#2190)
  • ๐Ÿ–ผ๏ธ Env - Add Java, Python, Node version detection (can be enabled in config)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix hostname detection when inetutils is not installed
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix empty brackets displayed when no theme is found (dylanaraps#1713)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix $ escape bug in strip_escape_codes() (dylanaraps#1543)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix backslash escape bug in strip_escape_codes() (dylanaraps#1543)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix CPU detection on ARM QEMU

1.4.0

  • ๐ŸŒˆ Add finsexual flag (#12)
  • ๐Ÿš€ Addressed a total of 128 currently open pull requests from neofetch
๐Ÿ–ผ๏ธ Meta Changes
  • Meta - Fixed shellcheck warnings in neowofetch
  • Meta - Moved shellcheck from travis to GitHub Actions
  • Meta - Created a script to automatically generate distro list
  • Colors - Allow RGB colors in neofetch --ascii_colors argument (dylanaraps#1726)
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.3.0

๐Ÿ–ผ๏ธ Ascii Art Changes
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.2.0

  • ๐Ÿš€ Take over neofetch with neowofetch
๐Ÿ–ผ๏ธ Ascii Art Changes
  • Ascii - Add uwuntu (#9) (use it with hyfetch --test-distro uwuntu or neowofetch --ascii_distro uwuntu)
  • Ascii - Better Void ascii art (#10)
  • Ascii - Update old NixOS logo for compatibility (dylanaraps#2114)
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device/Program Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.1.3rc1

  • ๐ŸŒˆ Add foreground-background color arrangement to make Fedora and Ubuntu look nicer
  • ๐ŸŒˆ Allow typing abbreviations in flag selection
  • ๐ŸŒˆ Fix: Duplicate random color arrangements are appearing in selection screen
  • ๐ŸŒˆ Fix: Inconsistant color arrangement when saved to config file

1.1.2

  • Add more flags (#5)
  • Removed numpy dependency that was used in 1.1.0

1.1.0

  • Refactored a lot of things
  • Added Beiyang flag xD
  • Added interactive configurator for brightness adjustment
  • Added dark/light mode selection
  • Added color bar preview for RGB/8bit mode selection
  • Added random color arrangement feature (for NixOS)

1.0.7

  • Fix: Make config path not on init but when it's actually needed.

1.0.6

  • Remove hypy_utils dependency to make packaging easier.

1.0.5

1.0.4

1.0.3

  • Fix missing dependency for setuptools

1.0.2

  • Implement RGB to 8bit conversion
  • Add support for Python 3.7 and 3.8

1.0.1

  • Included 11 flag presets
  • Ability to lighten colors with --c-set-l <lightness>
  • Command-line flag chooser
  • Supports Python >= 3.9

More Screenshots

image image

Original Readme from Neofetch Below

logo

A command-line system information tool written in bash 3.2+

Packaging status

neofetch

Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.

The overall purpose of Neofetch is to be used in screen-shots of your system. Neofetch shows the information other people want to see. There are other tools available for proper system statistic/diagnostics.

The information by default is displayed alongside your operating system's logo. You can further configure Neofetch to instead use an image, a custom ASCII file, your wallpaper or nothing at all.

neofetch

You can further configure Neofetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones.

Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added.

More: [Dependencies] [Installation] [Wiki]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyfetch-2.1.0.tar.gz (382.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

hyfetch-2.1.0-py3-none-win_amd64.whl (21.6 MB view details)

Uploaded Python 3Windows x86-64

hyfetch-2.1.0-py3-none-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded Python 3musllinux: musl 1.1+ x86-64

hyfetch-2.1.0-py3-none-manylinux_2_31_x86_64.whl (7.5 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ x86-64

hyfetch-2.1.0-py3-none-manylinux_2_31_armv7l.whl (7.2 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ ARMv7l

hyfetch-2.1.0-py3-none-manylinux_2_31_aarch64.whl (7.5 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ ARM64

hyfetch-2.1.0-py3-none-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

hyfetch-2.1.0-py3-none-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

hyfetch-2.1.0-py3-none-any.whl (438.3 kB view details)

Uploaded Python 3

File details

Details for the file hyfetch-2.1.0.tar.gz.

File metadata

  • Download URL: hyfetch-2.1.0.tar.gz
  • Upload date:
  • Size: 382.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hyfetch-2.1.0.tar.gz
Algorithm Hash digest
SHA256 257eb5effcdd58bfaee9e7e6460e04c1fd5b5693385d6de1d32739085c44b4bf
MD5 6d54719c9d7a025feab14b1f7f9743ab
BLAKE2b-256 69a8df23913bb5e6791f339ca477558e14d1a43a23ebe72336e80001e188179e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0.tar.gz:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: hyfetch-2.1.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 21.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hyfetch-2.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7d9c6e7b7bb6ac0163876c5b31e11f04ae76e663b7ec2c04bc1e413cb0a22ebc
MD5 cf34fd7e7a18af9d1541b610b55922b9
BLAKE2b-256 ac4d3a1790009405637b83a58ce12cd8b6c5b7bf80377e6bacc001573ccb8329

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-win_amd64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 706c4c8f088106e3eccffc14487990777b4d21ced8d9d64d2bc03cda1da4933a
MD5 67e19b4e5222737c98c3fec6473491ee
BLAKE2b-256 71bdfcc9c09a2b552c1574fa891d99b17bafd6f8e4493fc60e4a4e1fd6082dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-musllinux_1_1_x86_64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 228a5d330c533e17b4e5b98cba8ed701a0ccafb0404207e8f45245a3dc527ef7
MD5 2443090cc1af7d420907889984f090cb
BLAKE2b-256 e8ed62a36aa6fc7fa65c40b9e233facf768b82dd3288a31dc0d49d4b245dfaf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-manylinux_2_31_x86_64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c16d575a27c10bc42b7941b5c3352fcfcc683c848e8850af58882c5d1d2d2902
MD5 1dad76459ac35994819f7de69f7b1d59
BLAKE2b-256 8d04e9ff724d2b4d01a1295a6867d3fd78a8127740d94dd9978caf05668139c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-manylinux_2_31_armv7l.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 3ec0993b5e0fc3f9011abadd2d35f705b472818cf4e68208e1ab008916378098
MD5 8d41e1dd3bffdff35184c4e46471864a
BLAKE2b-256 143edab3c4be7a16073d5ffddaf5373e4c64ae9f58a138ef854d356796c8ab60

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-manylinux_2_31_aarch64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8c98203fbe8f6bc6f33e7b52b964eb52e23e6446bcffcf8711df0d40f08bd8a6
MD5 7aab87b556dfd46719ce2996151fc81b
BLAKE2b-256 46d5754543a59a768facf14674e985be594ba5675704ca257c3fd0b61290228e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-macosx_11_0_x86_64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyfetch-2.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b8974f58ef89f116513e0fa559a17d4c5ddb226d491cde325510f45fa0428f9
MD5 bf4b844d0f207c8499c7885a6f054446
BLAKE2b-256 1d07c1eaa82dd2140e7bc9e485325141e0c10d5660a47288db84fef5f496808a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-macosx_11_0_arm64.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hyfetch-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: hyfetch-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 438.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hyfetch-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c346d4b8f69e5d126f29857a54de868da2d97d648b08ec0abbd5221b1dbcc5e
MD5 5114026f1b88c117deda5d7c6a006a93
BLAKE2b-256 3d2929c6c560398e8d18792206a6e5ac670307aa7d08731f37a14fce20c77a40

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyfetch-2.1.0-py3-none-any.whl:

Publisher: release.yml on hykilpikonna/hyfetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page