awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
ยฉ 2026 Bringes Technology SRLยทVAT RO45896025ยทhello@awesome-repositories.com
Back to p-ranav/pprint

Open-source alternatives to Pprint

30 open-source projects similar to p-ranav/pprint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pprint alternative.

  • louisdx/cxx-prettyprintlouisdx avatar

    louisdx/cxx-prettyprint

    570View on GitHubโ†—

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

    C++
    View on GitHubโ†—570
  • mobius3/asapmobius3 avatar

    mobius3/asap

    77View on GitHubโ†—

    A C++ header-only library for creating, displaying, iterating and manipulating dates

    C++
    View on GitHubโ†—77
  • p-ranav/tabulatep-ranav avatar

    p-ranav/tabulate

    2,166View on GitHubโ†—

    Table Maker for Modern C++

    C++
    View on GitHubโ†—2,166
  • fmtlib/fmtfmtlib avatar

    fmtlib/fmt

    23,596View on GitHubโ†—

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    View on GitHubโ†—23,596
  • viatorus/emioViatorus avatar

    Viatorus/emio

    185View on GitHubโ†—

    A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.

    C++
    View on GitHubโ†—185

AI search

Explore more awesome repositories

Describe what you need in plain English โ€” the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • acidjunk/starlette-opentracingacidjunk avatar

    acidjunk/starlette-opentracing

    150View on GitHubโ†—

    Opentracing support for Starlette and FastApi

    Python
    View on GitHubโ†—150
  • abrg-models/morphologicaABRG-Models avatar

    ABRG-Models/morphologica

    309View on GitHubโ†—

    Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.

    C++
    View on GitHubโ†—309
  • 0xjohnnyboy/scretch.nvim0xJohnnyboy avatar

    0xJohnnyboy/scretch.nvim

    34View on GitHubโ†—

    ๐Ÿ“ Neovim plugin to manage scratch files !

    Lua
    View on GitHubโ†—34
  • adelowo/onecacheA

    adelowo/onecache

    0View on GitHubโ†—
    View on GitHubโ†—0
  • adaptiveconsulting/aeron.netAdaptiveConsulting avatar

    AdaptiveConsulting/Aeron.NET

    518View on GitHubโ†—

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    View on GitHubโ†—518
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHubโ†—

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHubโ†—4,418
  • aforward/ar2ectoaforward avatar

    aforward/ar2ecto

    13View on GitHubโ†—

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    View on GitHubโ†—13
  • agauniyal/rangagauniyal avatar

    agauniyal/rang

    1,581View on GitHubโ†—

    A Minimal, Header only Modern c++ library for terminal goodies ๐Ÿ’„โœจ

    C++
    View on GitHubโ†—1,581
  • ageekinside/fastapi-jinjaAGeekInside avatar

    AGeekInside/fastapi-jinja

    159View on GitHubโ†—

    Adds integration of the Jinja template language to FastAPI.

    Python
    View on GitHubโ†—159
  • abo/rerateA

    abo/rerate

    0View on GitHubโ†—
    View on GitHubโ†—0
  • aiokitchen/aiomiscaiokitchen avatar

    aiokitchen/aiomisc

    425View on GitHubโ†—

    aiomisc - miscellaneous utils for asyncio

    Python
    View on GitHubโ†—425
  • aio-libs/aiozipkinaio-libs avatar

    aio-libs/aiozipkin

    193View on GitHubโ†—

    Distributed tracing instrumentation for asyncio with zipkin

    Python
    View on GitHubโ†—193
  • adamralph/bullseyeadamralph avatar

    adamralph/bullseye

    946View on GitHubโ†—

    ๐ŸŽฏ A .NET library, developed by humans, for running a target dependency graph.

    C#
    View on GitHubโ†—946
  • akaion/bleakA

    Akaion/Bleak

    0View on GitHubโ†—
    View on GitHubโ†—0
  • alandefreitas/matplotplusplusalandefreitas avatar

    alandefreitas/matplotplusplus

    4,894View on GitHubโ†—

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    C++charting-librarychartscontour-plots
    View on GitHubโ†—4,894
  • alejandrosuero/freeze-code.nvimAlejandroSuero avatar

    AlejandroSuero/freeze-code.nvim

    32View on GitHubโ†—

    Take a code screenshot using freeze by https://charm.sh/

    Lua
    View on GitHubโ†—32
  • alex-lairan/monadsalex-lairan avatar

    alex-lairan/monads

    48View on GitHubโ†—

    Monads for Crystal

    Crystal
    View on GitHubโ†—48
  • alexdelorenzo/aiopathalexdelorenzo avatar

    alexdelorenzo/aiopath

    198View on GitHubโ†—

    ๐Ÿ“ Asynchronous pathlib for Python

    Python
    View on GitHubโ†—198
  • alexdlaird/amazon-ordersalexdlaird avatar

    alexdlaird/amazon-orders

    151View on GitHubโ†—

    A Python library (and CLI) for Amazon order history, line items, and transactions

    Python
    View on GitHubโ†—151
  • alexeyxo/protobuf-swiftalexeyxo avatar

    alexeyxo/protobuf-swift

    938View on GitHubโ†—

    Google ProtocolBuffers for Apple Swift

    Swift
    View on GitHubโ†—938
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0View on GitHubโ†—
    View on GitHubโ†—0
  • alibaba/arthasalibaba avatar

    alibaba/arthas

    37,367View on GitHubโ†—

    Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w

    Javaagentalibabaarthas
    View on GitHubโ†—37,367
  • alkenso/asenumAlkenso avatar

    Alkenso/asenum

    20View on GitHubโ†—

    AssociatedEnum: header-only library for C++ for enumerations with associated values

    C++
    View on GitHubโ†—20
  • allmonday/pydantic-resolveallmonday avatar

    allmonday/pydantic-resolve

    325View on GitHubโ†—

    pydantic-resolve is a Pythonic clean architecture implementation

    Python
    View on GitHubโ†—325
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on GitHubโ†—

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    View on GitHubโ†—26,821