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 ebay/tsv-utils

Open-source alternatives to Tsv Utils

30 open-source projects similar to ebay/tsv-utils, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Tsv Utils alternative.

  • google/re2google avatar

    google/re2

    9,699View on GitHub↗

    re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex engine that provides linear-time pattern matching, ensuring that execution time remains proportional to the size of the input string regardless of the pattern used. The library supports UTF-8 and Latin-1 text encodings for searching and extracting substrings. It includes capabilities for multi-pattern optimization, allowing multiple regular expressions to be combined into a single representation to scan text for several patterns in one pass. The project covers core regex oper

    C++
    View on GitHub↗9,699
  • lancopku/pkuseg-pythonlancopku avatar

    lancopku/pkuseg-python

    6,707View on GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Python
    View on GitHub↗6,707
  • azaitsev/millifyA

    azaitsev/millify

    0View on GitHub↗
    View on GitHub↗0
  • burntsushi/xsvBurntSushi avatar

    BurntSushi/xsv

    10,750View on GitHub↗

    xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da

    Rust
    View on GitHub↗10,750

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
  • carpedm20/emojicarpedm20 avatar

    carpedm20/emoji

    2,031View on GitHub↗

    emoji terminal output for Python

    Pythonemojipython
    View on GitHub↗2,031
  • chardet/chardetchardet avatar

    chardet/chardet

    2,638View on GitHub↗

    Python character encoding detector

    Python
    View on GitHub↗2,638
  • codechenx/tvC

    codechenx/tv

    0View on GitHub↗
    View on GitHub↗0
  • daq-tools/skeemD

    daq-tools/skeem

    0View on GitHub↗
    View on GitHub↗0
  • daviddrysdale/python-phonenumbersdaviddrysdale avatar

    daviddrysdale/python-phonenumbers

    3,749View on GitHub↗

    This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and validating international phone numbers. It converts raw phone number strings into structured objects based on international numbering plans and verifies if numbers are possible or valid according to digit length and assigned exchange prefixes. The library provides metadata services to retrieve the original network carrier, geographical location descriptions, and associated time zones for specific phone numbers. It also includes tools for transforming numbers into standardized i

    Python
    View on GitHub↗3,749
  • dbohdan/csv2htmlD

    dbohdan/csv2html

    0View on GitHub↗
    View on GitHub↗0
  • faradayio/scrubcsvF

    faradayio/scrubcsv

    0View on GitHub↗
    View on GitHub↗0
  • greymd/teipG

    greymd/teip

    0View on GitHub↗
    View on GitHub↗0
  • huntlabs/hunt-markdownhuntlabs avatar

    huntlabs/hunt-markdown

    14View on GitHub↗

    A markdown parsing and rendering library for D programming language. The project use commonmark spec, ported from commonmark-java.

    D
    View on GitHub↗14
  • jaraco/inflectJ

    jaraco/inflect

    0View on GitHub↗
    View on GitHub↗0
  • jheusser/csvfixJ

    jheusser/csvfix

    0View on GitHub↗
    View on GitHub↗0
  • jmoiron/humanizejmoiron avatar

    jmoiron/humanize

    1,708View on GitHub↗

    python humanize functions

    Python
    View on GitHub↗1,708
  • johnkerl/millerjohnkerl avatar

    johnkerl/miller

    9,911View on GitHub↗

    Miller is a command-line data processor used for filtering, transforming, and aggregating name-indexed tabular data. It functions as a tool for querying and reshaping records across multiple file formats, serving as a converter between CSV, JSON, and YAML. The tool distinguishes itself by using a name-indexed data model, allowing users to manipulate fields by name rather than numeric position. It utilizes single-pass streaming algorithms to compute statistics and summaries on large datasets that exceed available system memory. Its capabilities cover data transformation and analysis, includin

    Gocommand-linecommand-line-toolscsv
    View on GitHub↗9,911
  • jqnatividad/qsvJ

    jqnatividad/qsv

    0View on GitHub↗
    View on GitHub↗0
  • liquidaty/zsvliquidaty avatar

    liquidaty/zsv

    390View on GitHub↗

    zsv+lib: tabular data swiss-army knife CLI world's fastest (simd) CSV parser

    C
    View on GitHub↗390
  • medialab/xanmedialab avatar

    medialab/xan

    3,752View on GitHub↗

    Xan is a command-line tool and data transformation engine for processing CSV, TSV, and JSONL datasets. It functions as a processor for compressed files, enabling random access and seeking within gzipped and Zstd files, and serves as a converter for specialized bioinformatics data formats. The tool handles large datasets without requiring full memory loads by utilizing stream-based processing. It provides capabilities for merging, sorting, and deduplicating massive files, as well as converting data between various tabular formats. The project covers a broad range of data wrangling and analysi

    Rustclicsvrust
    View on GitHub↗3,752
  • mslusarz/csv-nix-toolsM

    mslusarz/csv-nix-tools

    0View on GitHub↗
    View on GitHub↗0
  • nushell/nushellnushell avatar

    nushell/nushell

    39,743View on GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Rustnushellrustshell
    View on GitHub↗39,743
  • nysol/mcmdN

    nysol/mcmd

    0View on GitHub↗
    View on GitHub↗0
  • pereorga/csvfakerP

    pereorga/csvfaker

    0View on GitHub↗
    View on GitHub↗0
  • pstaender/csv2mdP

    pstaender/csv2md

    0View on GitHub↗
    View on GitHub↗0
  • scrapinghub/price-parserS

    scrapinghub/price-parser

    0View on GitHub↗
    View on GitHub↗0
  • shenwei356/csvtkshenwei356 avatar

    shenwei356/csvtk

    1,161View on GitHub↗

    A cross-platform, efficient and practical CSV/TSV toolkit in Golang

    Go
    View on GitHub↗1,161
  • turicas/rowsT

    turicas/rows

    0View on GitHub↗
    View on GitHub↗0
  • un33k/python-slugifyun33k avatar

    un33k/python-slugify

    1,618View on GitHub↗
    Python
    View on GitHub↗1,618
  • vividvilla/csvtotablevividvilla avatar

    vividvilla/csvtotable

    1,172View on GitHub↗

    Simple command-line utility to convert CSV files to searchable and sortable HTML table.

    Python
    View on GitHub↗1,172