PyHeck: I wrote a fast case conversion library with just 106 lines of Rust code

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pyheck

    Python bindings for heck, the Rust case conversion library

  • The result is PyHeck, a fast Python library for doing case conversion (like converting camelCase to snake_case).

  • heck

    oh heck, a case conversion library

  • The actual code for PyHeck is very simple because it's just a thin wrapper around the Rust library heck. So this a good opportunity to talk about writing Rust extensions without talking about whether Rust is hard.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • inflection

    A port of Ruby on Rails' inflector to Python

  • PyHeck is 5-10x faster than the established case conversion library, inflection.

  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • If I use numba then end users need numba installed too, which seems to be a big question mark if this pandas issue is anything to go by.

  • nix

    Nix, the purely functional package manager

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts